From 33a867e56d6730df6eec376b3810ae5d849d3f4e Mon Sep 17 00:00:00 2001 From: Litchi Yang Date: Fri, 9 Apr 2021 00:52:59 -0700 Subject: [PATCH 1/2] add to feb branch --- .../stable/2021-02-01/virtualNetworkGateway.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkGateway.json index c5b60d5e1fac..d3244f48f109 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkGateway.json @@ -2802,10 +2802,6 @@ "type": "string", "description": "MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet." }, - "virtualNetworkExtendedLocation": { - "description": "The extended location of type local virtual network gateway.", - "$ref": "./network.json#/definitions/ExtendedLocation" - }, "natRules": { "type": "array", "items": { @@ -3217,6 +3213,10 @@ "$ref": "#/definitions/VirtualNetworkGatewayPropertiesFormat", "description": "Properties of the virtual network gateway." }, + "extendedLocation": { + "description": "The extended location of type local virtual network gateway.", + "$ref": "./network.json#/definitions/ExtendedLocation" + }, "etag": { "readOnly": true, "type": "string", From b57cc3e188f2e2e48d9f094e006180167713b2e7 Mon Sep 17 00:00:00 2001 From: Litchi Yang Date: Wed, 14 Apr 2021 16:46:21 -0700 Subject: [PATCH 2/2] delete project name reference --- .../stable/2021-02-01/virtualNetworkGateway.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkGateway.json index d3244f48f109..a085950cedd9 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/virtualNetworkGateway.json @@ -2800,7 +2800,7 @@ }, "vNetExtendedLocationResourceId": { "type": "string", - "description": "MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet." + "description": "Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet." }, "natRules": { "type": "array", @@ -3214,8 +3214,8 @@ "description": "Properties of the virtual network gateway." }, "extendedLocation": { - "description": "The extended location of type local virtual network gateway.", - "$ref": "./network.json#/definitions/ExtendedLocation" + "$ref": "./network.json#/definitions/ExtendedLocation", + "description": "The extended location of type local virtual network gateway." }, "etag": { "readOnly": true,