diff --git a/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/AppServicePlans.json b/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/AppServicePlans.json index 275372f760eb..58e5060ae8a7 100644 --- a/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/AppServicePlans.json +++ b/specification/web/resource-manager/Microsoft.Web/AppService/stable/2025-03-01/AppServicePlans.json @@ -1886,34 +1886,22 @@ "ServerFarmInstanceDetails": { "description": "Represents instance details for an app service plan.", "type": "object", - "allOf": [ - { - "$ref": "./CommonDefinitions.json#/definitions/ProxyOnlyResource" - } - ], "properties": { - "properties": { - "description": "ServerFarmInstanceDetails resource specific properties", - "type": "object", - "properties": { - "serverFarmName": { - "description": "The server farm name.", - "type": "string" - }, - "instances": { - "description": "The list of server farm instances.", - "type": "array", - "items": { - "$ref": "#/definitions/ServerFarmInstance" - } - }, - "instanceCount": { - "format": "int32", - "description": "The total number of instances.", - "type": "integer" - } - }, - "x-ms-client-flatten": true + "serverFarmName": { + "description": "The server farm name.", + "type": "string" + }, + "instances": { + "description": "The list of server farm instances.", + "type": "array", + "items": { + "$ref": "#/definitions/ServerFarmInstance" + } + }, + "instanceCount": { + "format": "int32", + "description": "The total number of instances.", + "type": "integer" } } },