From ddf0da02da335cda3ce9c17e8f55798f1526e347 Mon Sep 17 00:00:00 2001 From: Vinay Jayant Mundada Date: Tue, 17 May 2022 13:15:36 +0530 Subject: [PATCH] Revert "Making rule priority a required field (#19007)" This reverts commit b6cfe0529678773b2dc92f01a469cb10076c3ef0. --- .../stable/2021-08-01/applicationGateway.json | 3 --- .../stable/2021-08-01/examples/ApplicationGatewayCreate.json | 4 ---- .../stable/2021-08-01/examples/ApplicationGatewayList.json | 1 - .../stable/2021-08-01/examples/ApplicationGatewayListAll.json | 1 - .../2021-08-01/examples/ApplicationGatewayUpdateTags.json | 1 - 5 files changed, 10 deletions(-) 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 219690e28663..aa1577051e72 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 @@ -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": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayCreate.json index d1228f9a2ae2..898ec8fbd9cb 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayCreate.json @@ -559,7 +559,6 @@ "properties": { "provisioningState": "Succeeded", "ruleType": "Basic", - "priority": 10, "httpListener": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl" }, @@ -583,7 +582,6 @@ "properties": { "provisioningState": "Succeeded", "ruleType": "PathBasedRouting", - "priority": 20, "httpListener": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhttplistener" }, @@ -902,7 +900,6 @@ "properties": { "provisioningState": "Succeeded", "ruleType": "Basic", - "priority": 10, "httpListener": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl" }, @@ -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" diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayList.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayList.json index c3e22271da94..6b5e65dae822 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayList.json @@ -104,7 +104,6 @@ "name": "appgwrule", "properties": { "ruleType": "Basic", - "priority": 10, "httpListener": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayListAll.json index 037ed645e766..883a39cc0383 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayListAll.json @@ -103,7 +103,6 @@ "name": "appgwrule", "properties": { "ruleType": "Basic", - "priority": 10, "httpListener": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/appgw/httpListeners/appgwhl" }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayUpdateTags.json index b0221b299798..9474ab6182a2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/examples/ApplicationGatewayUpdateTags.json @@ -127,7 +127,6 @@ "properties": { "provisioningState": "Succeeded", "ruleType": "Basic", - "priority": 10, "httpListener": { "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/applicationGateways/AppGw/httpListeners/listener1" },