From f879341f1229c266cb761e1994ef431997a0a915 Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Tue, 27 Jul 2021 15:15:29 -0700 Subject: [PATCH] Make DedicatedHostCount R/W --- .../Microsoft.Web/stable/2021-02-01/CommonDefinitions.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2021-02-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2021-02-01/CommonDefinitions.json index bf81208734da..a2d0b3592632 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2021-02-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2021-02-01/CommonDefinitions.json @@ -149,8 +149,7 @@ "dedicatedHostCount": { "format": "int32", "description": "Dedicated Host Count", - "type": "integer", - "readOnly": true + "type": "integer" }, "zoneRedundant": { "description": "Whether or not this App Service Environment is zone-redundant.",