Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Dec 5, 2023
1 parent bdc5c85 commit ae200d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions temporal/api/cloud/account/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ message Metrics {
}

message Account {
// The account specification
// The account specification.
AccountSpec spec = 1;
// The current version of the account specification.
// The next update operation will have to include this version.
string resource_version = 2;
// The current state of the account.
// Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended
// Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended.
// For any failed state, reach out to Temporal Cloud support for remediation.
string state = 3;
// The id of the async operation that is updating the account, if any.
Expand Down
2 changes: 1 addition & 1 deletion temporal/api/cloud/identity/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ message User {
// The user specification
UserSpec spec = 3;
// The current state of the user
// Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended
// Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended.
// For any failed state, reach out to Temporal Cloud support for remediation.
string state = 4;
// The id of the async operation that is creating/updating/deleting the user, if any
Expand Down

0 comments on commit ae200d8

Please sign in to comment.