Skip to content

Commit a8a52b9

Browse files
vinaymundada27Vinay Mundada
andauthored
Application Gateway Routing Rule priority changes (#19019)
Co-authored-by: Vinay Mundada <[email protected]>
1 parent 0bff4d0 commit a8a52b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/applicationGateway.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2442,6 +2442,15 @@
24422442
"modelAsString": true
24432443
}
24442444
},
2445+
"priority": {
2446+
"type": "integer",
2447+
"format": "int32",
2448+
"minimum": 1,
2449+
"exclusiveMinimum": false,
2450+
"maximum": 20000,
2451+
"exclusiveMaximum": false,
2452+
"description": "Priority of the routing rule."
2453+
},
24452454
"backendAddressPool": {
24462455
"$ref": "./network.json#/definitions/SubResource",
24472456
"description": "Backend address pool resource of the application gateway."
@@ -2460,6 +2469,9 @@
24602469
"description": "The provisioning state of the request routing rule resource."
24612470
}
24622471
},
2472+
"required": [
2473+
"priority"
2474+
],
24632475
"description": "Properties of routing rule of the application gateway."
24642476
},
24652477
"ApplicationGatewayRoutingRule": {

0 commit comments

Comments
 (0)