diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/AppServicePlans.json b/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/AppServicePlans.json index 07bb377c8eb4..bdee97b4dee8 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/AppServicePlans.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/AppServicePlans.json @@ -279,7 +279,7 @@ "type": "string" }, { - "name": "appServicePlan", + "name": "appServicePlanPatch", "in": "body", "description": "Details of the App Service plan.", "required": true, diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/examples/PatchAppServicePlan.json b/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/examples/PatchAppServicePlan.json index 26084b40cb1b..ae8c2cec1989 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/examples/PatchAppServicePlan.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/examples/PatchAppServicePlan.json @@ -4,7 +4,7 @@ "resourceGroupName": "testrg123", "name": "testsf6141", "api-version": "2022-09-01", - "appServicePlan": { + "appServicePlanPatch": { "kind": "app", "properties": {} }