From 0179f86f2fef9b9cdd884e411ea0dddb0408edb2 Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Mon, 10 Sep 2018 13:49:03 -0700 Subject: [PATCH] Updated AppGW Autoscale Configuration (#3838) --- .../stable/2018-08-01/applicationGateway.json | 28 ++++--------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/applicationGateway.json index 987c5dc628d9..9900270e7ce6 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/applicationGateway.json @@ -1839,34 +1839,18 @@ }, "ApplicationGatewayAutoscaleConfiguration": { "properties": { - "bounds": { - "$ref": "#/definitions/ApplicationGatewayAutoscaleBounds", - "description": "Autoscale bounds" - } - }, - "required": [ - "bounds" - ], - "description": "Application Gateway autoscale configuration." - }, - "ApplicationGatewayAutoscaleBounds": { - "properties": { - "min": { - "type": "integer", - "format": "int32", - "description": "Lower bound on number of Application Gateway instances." - }, - "max": { + "minCapacity": { "type": "integer", "format": "int32", - "description": "Upper bound on number of Application Gateway instances." + "minimum": 2, + "exclusiveMinimum": false, + "description": "Lower bound on number of Application Gateway instances" } }, "required": [ - "min", - "max" + "minCapacity" ], - "description": "Application Gateway autoscale bounds on number of Application Gateway instance." + "description": "Application Gateway autoscale configuration." }, "ApplicationGatewayConnectionDraining": { "properties": {