From 15b2b80969641258a58ec605c5c53b02d784c8b3 Mon Sep 17 00:00:00 2001 From: Anton Evseev Date: Tue, 22 Jan 2019 22:24:59 +0300 Subject: [PATCH] add max bound for application gateway autoscale config (#4996) (#5045) --- .../stable/2018-11-01/applicationGateway.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/applicationGateway.json index 0ee5eb98f326..fc7f54fa90ad 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-11-01/applicationGateway.json @@ -2100,11 +2100,18 @@ "ApplicationGatewayAutoscaleConfiguration": { "properties": { "minCapacity": { + "type": "integer", + "format": "int32", + "minimum": 0, + "exclusiveMinimum": false, + "description": "Lower bound on number of Application Gateway capacity" + }, + "maxCapacity": { "type": "integer", "format": "int32", "minimum": 2, "exclusiveMinimum": false, - "description": "Lower bound on number of Application Gateway instances" + "description": "Upper bound on number of Application Gateway capacity" } }, "required": [