Skip to content

Commit

Permalink
Renaming operations to fix s360 violations (#13236)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgouda authored Mar 5, 2021
1 parent f6c54b7 commit c13fc89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/advisors/{advisorName}/createRecommendedActionSession": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/advisors/{advisorName}/recommendedActionSessions": {
"post": {
"tags": [
"RecommendedActionSessions"
],
"operationId": "Advisors_CreateRecommendedActionSession",
"operationId": "Advisors_StartRecommendedActionSession",
"x-ms-examples": {
"RecommendedActionSessionCreate": {
"$ref": "./examples/RecommendedActionSessionCreate.json"
"$ref": "./examples/RecommendedActionSessionStart.json"
}
},
"description": "Create recommendation action session for the advisor.",
Expand Down

0 comments on commit c13fc89

Please sign in to comment.