Skip to content

Commit

Permalink
Revert "Making rule priority a required field (#19007)" (#19101)
Browse files Browse the repository at this point in the history
This reverts commit b6cfe05.
  • Loading branch information
vinaymundada27 committed May 17, 2022
1 parent 271c819 commit 6443eb2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2396,9 +2396,6 @@
"description": "The provisioning state of the request routing rule resource."
}
},
"required": [
"priority"
],
"description": "Properties of request routing rule of the application gateway."
},
"ApplicationGatewayRequestRoutingRule": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@
"properties": {
"provisioningState": "Succeeded",
"ruleType": "Basic",
"priority": 10,
"httpListener": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl"
},
Expand All @@ -583,7 +582,6 @@
"properties": {
"provisioningState": "Succeeded",
"ruleType": "PathBasedRouting",
"priority": 20,
"httpListener": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhttplistener"
},
Expand Down Expand Up @@ -902,7 +900,6 @@
"properties": {
"provisioningState": "Succeeded",
"ruleType": "Basic",
"priority": 10,
"httpListener": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl"
},
Expand All @@ -925,7 +922,6 @@
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/requestRoutingRules/appgwPathBasedRule",
"properties": {
"provisioningState": "Succeeded",
"priority": 20,
"ruleType": "PathBasedRouting",
"httpListener": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhttplistener"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"name": "appgwrule",
"properties": {
"ruleType": "Basic",
"priority": 10,
"httpListener": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"name": "appgwrule",
"properties": {
"ruleType": "Basic",
"priority": 10,
"httpListener": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
"properties": {
"provisioningState": "Succeeded",
"ruleType": "Basic",
"priority": 10,
"httpListener": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/AppGw/httpListeners/listener1"
},
Expand Down

0 comments on commit 6443eb2

Please sign in to comment.