From 455d545477e27f057529c6ead0ea067b44834cbb Mon Sep 17 00:00:00 2001 From: Vinay Mundada Date: Wed, 11 May 2022 11:47:16 +0530 Subject: [PATCH] Application Gateway Routing Rule priority changes --- .../stable/2021-08-01/applicationGateway.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/applicationGateway.json index aa1577051e72..78b8cd7e7018 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/applicationGateway.json @@ -2442,6 +2442,15 @@ "modelAsString": true } }, + "priority": { + "type": "integer", + "format": "int32", + "minimum": 1, + "exclusiveMinimum": false, + "maximum": 20000, + "exclusiveMaximum": false, + "description": "Priority of the routing rule." + }, "backendAddressPool": { "$ref": "./network.json#/definitions/SubResource", "description": "Backend address pool resource of the application gateway." @@ -2460,6 +2469,9 @@ "description": "The provisioning state of the request routing rule resource." } }, + "required": [ + "priority" + ], "description": "Properties of routing rule of the application gateway." }, "ApplicationGatewayRoutingRule": {