From c13039a6e3551aea9be922a8f3b6a836a40c3994 Mon Sep 17 00:00:00 2001 From: Ke Yu Date: Tue, 7 Nov 2023 17:47:16 +0800 Subject: [PATCH] APIView --- .../stable/2022-09-01/virtualNetwork.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json index 1a7ee3445ee2..ab1c42b0182a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2022-09-01/virtualNetwork.json @@ -1678,10 +1678,36 @@ "$ref": "./network.json#/definitions/SubResource", "description": "The reference to the remote virtual network. The remote virtual network can be in the same or different region (preview). See here to register for the preview and learn more (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering)." }, + "localAddressSpace": { + "$ref": "#/definitions/AddressSpace", + "description": "The local address space of the local virtual network that is peered." + }, + "localVirtualNetworkAddressSpace": { + "$ref": "#/definitions/AddressSpace", + "description": "The current local address space of the local virtual network that is peered." + }, "remoteAddressSpace": { "$ref": "#/definitions/AddressSpace", "description": "The reference to the address space peered with the remote virtual network." }, + "peerCompleteVnets": { + "type": "boolean", + "description": "Whether complete virtual network address space is peered." + }, + "localSubnetNames": { + "type": "array", + "items": { + "type": "string" + }, + "description": "List of local subnet names that are subnet peered with remote virtual network." + }, + "remoteSubnetNames": { + "type": "array", + "items": { + "type": "string" + }, + "description": "List of remote subnet names from remote virtual network that are subnet peered." + }, "remoteVirtualNetworkAddressSpace": { "$ref": "#/definitions/AddressSpace", "description": "The reference to the current address space of the remote virtual network."