Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2800,11 +2800,7 @@
},
"vNetExtendedLocationResourceId": {
"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"
"description": "Customer vnet resource id. VirtualNetworkGateway of type local gateway is associated with the customer vnet."
},
"natRules": {
"type": "array",
Expand Down Expand Up @@ -3217,6 +3213,10 @@
"$ref": "#/definitions/VirtualNetworkGatewayPropertiesFormat",
"description": "Properties of the virtual network gateway."
},
"extendedLocation": {
"$ref": "./network.json#/definitions/ExtendedLocation",
"description": "The extended location of type local virtual network gateway."
},
"etag": {
"readOnly": true,
"type": "string",
Expand Down