From c36dc98398a92a015e3e647d7e5c92d146e62f51 Mon Sep 17 00:00:00 2001 From: jackofallops Date: Tue, 25 Apr 2023 07:10:14 +0100 Subject: [PATCH 1/2] update Patch model name --- .../Microsoft.Web/stable/2022-09-01/AppServicePlans.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From f0e0f76639744ed797a1811267012505ab62a947 Mon Sep 17 00:00:00 2001 From: jackofallops Date: Tue, 25 Apr 2023 08:12:03 +0100 Subject: [PATCH 2/2] update examples/PatchAppServicePlan.json for new PATCH model name. --- .../stable/2022-09-01/examples/PatchAppServicePlan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {} }