diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualNetworkGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualNetworkGateway.json index 91017276c4e0..da70172235e3 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualNetworkGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/virtualNetworkGateway.json @@ -2291,7 +2291,8 @@ "description": "The type of this virtual network gateway.", "enum": [ "Vpn", - "ExpressRoute" + "ExpressRoute", + "LocalGateway" ], "x-ms-enum": { "name": "VirtualNetworkGatewayType", @@ -2373,6 +2374,14 @@ "type": "string", "readOnly": true, "description": "The IP address allocated by the gateway to which dns requests can be sent." + }, + "virtualNetworkExtendedLocationResourceId": { + "type": "string", + "description": "MAS FIJI customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet." + }, + "extendedLocation": { + "description": "The extended location of type local virtual network gateway.", + "$ref": "#/definitions/ExtendedLocation" } }, "description": "VirtualNetworkGateway properties." @@ -2750,6 +2759,30 @@ }, "description": "Gateway routing details." }, + "ExtendedLocation": { + "properties": { + "name": { + "type": "string", + "description": "Name of extended location." + }, + "type": { + "type": "string", + "description": "Type of extended location.", + "enum": [ + "EdgeZone" + ], + "x-ms-enum": { + "name": "ExtendedLocationType", + "modelAsString": true + } + } + }, + "required": [ + "name", + "type" + ], + "description": "The extended location of type local virtual network gateway." + }, "VirtualNetworkGateway": { "properties": { "properties": {