diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2018-06-01/PerformanceRecommendations.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2018-06-01/PerformanceRecommendations.json index cdf50e380c06..4c2c68603cf9 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2018-06-01/PerformanceRecommendations.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2018-06-01/PerformanceRecommendations.json @@ -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.", diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2018-06-01/examples/RecommendedActionSessionCreate.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2018-06-01/examples/RecommendedActionSessionStart.json similarity index 100% rename from specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2018-06-01/examples/RecommendedActionSessionCreate.json rename to specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2018-06-01/examples/RecommendedActionSessionStart.json