-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Update operation ids for Microsoft.DBforPostgreSQL for version stable/2022-11-08 #23100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -121,7 +121,7 @@ | |||||
| "tags": [ | ||||||
| "Clusters" | ||||||
| ], | ||||||
| "operationId": "Clusters_CreateOrUpdate", | ||||||
| "operationId": "Clusters_Create", | ||||||
| "x-ms-long-running-operation": true, | ||||||
| "x-ms-long-running-operation-options": { | ||||||
| "final-state-via": "azure-async-operation" | ||||||
|
|
@@ -641,7 +641,7 @@ | |||||
| "tags": [ | ||||||
| "Configurations" | ||||||
| ], | ||||||
| "operationId": "Configurations_CreateOrUpdateCoordinator", | ||||||
| "operationId": "Configurations_UpdateOnCoordinator", | ||||||
| "x-ms-long-running-operation": true, | ||||||
| "x-ms-long-running-operation-options": { | ||||||
| "final-state-via": "azure-async-operation" | ||||||
|
|
@@ -756,7 +756,7 @@ | |||||
| "tags": [ | ||||||
| "Configurations" | ||||||
| ], | ||||||
| "operationId": "Configurations_CreateOrUpdateNode", | ||||||
| "operationId": "Configurations_UpdateOnNode", | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggest removing "on"
Suggested change
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the review, our PM team requested this change since the previous version, "Configurations - Update Node" could cause misunderstanding, it doesn't really update the node, only updates configuration on the node or coordinator. |
||||||
| "x-ms-long-running-operation": true, | ||||||
| "x-ms-long-running-operation-options": { | ||||||
| "final-state-via": "azure-async-operation" | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest removing "on":