From 40628938c2d43d66b4cc5a778e35d470f4299727 Mon Sep 17 00:00:00 2001 From: Anton Evseev Date: Wed, 2 Oct 2019 15:02:19 -0700 Subject: [PATCH] Move new props to the end to avoid breaking changes in SDK (#7387) --- .../2019-08-01/virtualNetworkGateway.json | 18 +++++++++--------- .../2019-08-01/webapplicationfirewall.json | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/virtualNetworkGateway.json index 4df4fb4ac5f4..691efb9acdd3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/virtualNetworkGateway.json @@ -2071,15 +2071,6 @@ "type": "boolean", "description": "ActiveActive flag." }, - "enableDnsForwarding": { - "type": "boolean", - "description": "Whether dns forwarding is enabled or not." - }, - "inboundDnsForwardingEndpoint": { - "type": "string", - "readOnly": true, - "description": "The IP address allocated by the gateway to which dns requests can be sent." - }, "gatewayDefaultSite": { "$ref": "./network.json#/definitions/SubResource", "description": "The reference of the LocalNetworkGateway resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting." @@ -2108,6 +2099,15 @@ "readOnly": true, "$ref": "./network.json#/definitions/ProvisioningState", "description": "The provisioning state of the virtual network gateway resource." + }, + "enableDnsForwarding": { + "type": "boolean", + "description": "Whether dns forwarding is enabled or not." + }, + "inboundDnsForwardingEndpoint": { + "type": "string", + "readOnly": true, + "description": "The IP address allocated by the gateway to which dns requests can be sent." } }, "description": "VirtualNetworkGateway properties." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/webapplicationfirewall.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/webapplicationfirewall.json index 9e1156d9f5bd..00a41f894af9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/webapplicationfirewall.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/webapplicationfirewall.json @@ -298,10 +298,6 @@ "$ref": "#/definitions/WebApplicationFirewallCustomRule" } }, - "managedRules": { - "description": "Describes the managedRules structure", - "$ref": "#/definitions/ManagedRulesDefinition" - }, "applicationGateways": { "readOnly": true, "type": "array", @@ -332,6 +328,10 @@ "name": "WebApplicationFirewallPolicyResourceState", "modelAsString": true } + }, + "managedRules": { + "description": "Describes the managedRules structure", + "$ref": "#/definitions/ManagedRulesDefinition" } } },