Skip to content

Commit 6443eb2

Browse files
Revert "Making rule priority a required field (#19007)" (#19101)
This reverts commit b6cfe05.
1 parent 271c819 commit 6443eb2

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,9 +2396,6 @@
23962396
"description": "The provisioning state of the request routing rule resource."
23972397
}
23982398
},
2399-
"required": [
2400-
"priority"
2401-
],
24022399
"description": "Properties of request routing rule of the application gateway."
24032400
},
24042401
"ApplicationGatewayRequestRoutingRule": {

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@
559559
"properties": {
560560
"provisioningState": "Succeeded",
561561
"ruleType": "Basic",
562-
"priority": 10,
563562
"httpListener": {
564563
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl"
565564
},
@@ -583,7 +582,6 @@
583582
"properties": {
584583
"provisioningState": "Succeeded",
585584
"ruleType": "PathBasedRouting",
586-
"priority": 20,
587585
"httpListener": {
588586
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhttplistener"
589587
},
@@ -902,7 +900,6 @@
902900
"properties": {
903901
"provisioningState": "Succeeded",
904902
"ruleType": "Basic",
905-
"priority": 10,
906903
"httpListener": {
907904
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl"
908905
},
@@ -925,7 +922,6 @@
925922
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/requestRoutingRules/appgwPathBasedRule",
926923
"properties": {
927924
"provisioningState": "Succeeded",
928-
"priority": 20,
929925
"ruleType": "PathBasedRouting",
930926
"httpListener": {
931927
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhttplistener"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
"name": "appgwrule",
105105
"properties": {
106106
"ruleType": "Basic",
107-
"priority": 10,
108107
"httpListener": {
109108
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl"
110109
},

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
"name": "appgwrule",
104104
"properties": {
105105
"ruleType": "Basic",
106-
"priority": 10,
107106
"httpListener": {
108107
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl"
109108
},

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
"properties": {
128128
"provisioningState": "Succeeded",
129129
"ruleType": "Basic",
130-
"priority": 10,
131130
"httpListener": {
132131
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/AppGw/httpListeners/listener1"
133132
},

0 commit comments

Comments
 (0)