diff --git a/custom-words.txt b/custom-words.txt index 6b808790e982..4ccacd06d049 100644 --- a/custom-words.txt +++ b/custom-words.txt @@ -1769,7 +1769,6 @@ Unregistering Unregisters unrestorable unsubstituted -Unsynced untagged Untracked unvalidated diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringCreate.json index 39df51f05681..51507e38cf87 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringCreate.json @@ -11,7 +11,6 @@ "allowForwardedTraffic": true, "allowGatewayTransit": false, "useRemoteGateways": false, - "syncRemoteAddressSpace": true, "remoteVirtualNetwork": { "id": "/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Network/virtualNetworks/vnet2" } @@ -36,18 +35,12 @@ "12.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "12.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20002", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } } }, @@ -68,18 +61,12 @@ "12.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "12.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20002", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringGet.json index 6998d9a99703..32569e79424e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringGet.json @@ -24,18 +24,12 @@ "12.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "12.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20002", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringList.json index 257400138675..af8a21220f94 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringList.json @@ -25,18 +25,12 @@ "12.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "12.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20002", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } }, { @@ -55,18 +49,12 @@ "13.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "13.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20003", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualNetwork.json index 91ca76e75d9b..1be938b579ad 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualNetwork.json @@ -1550,11 +1550,7 @@ }, "remoteAddressSpace": { "$ref": "#/definitions/AddressSpace", - "description": "The reference to the address space peered with the remote virtual network." - }, - "remoteVirtualNetworkAddressSpace": { - "$ref": "#/definitions/AddressSpace", - "description": "The reference to the current address space of the remote virtual network." + "description": "The reference to the remote virtual network address space." }, "remoteBgpCommunities": { "$ref": "#/definitions/VirtualNetworkBgpCommunities", @@ -1574,25 +1570,6 @@ "modelAsString": true } }, - "peeringSyncLevel": { - "type": "string", - "description": "The peering sync status of the virtual network peering.", - "enum": [ - "FullySynced", - "RemoteUnsynced", - "LocalUnsynced", - "LocalAndRemoteUnsynced" - ], - "x-ms-enum": { - "name": "VirtualNetworkPeeringLevel", - "modelAsString": true - } - }, - "syncRemoteAddressSpace": { - "type": "boolean", - "default": false, - "description": "Provided when user wants to sync the peering with address space on the remote virtual network after the address space is updated." - }, "provisioningState": { "readOnly": true, "$ref": "./network.json#/definitions/ProvisioningState", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringCreate.json index 49f91ff4c91e..0cd34325ced4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringCreate.json @@ -11,7 +11,6 @@ "allowForwardedTraffic": true, "allowGatewayTransit": false, "useRemoteGateways": false, - "syncRemoteAddressSpace": true, "remoteVirtualNetwork": { "id": "/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Network/virtualNetworks/vnet2" } @@ -36,18 +35,12 @@ "12.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "12.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20002", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } } }, @@ -68,18 +61,12 @@ "12.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "12.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20002", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringGet.json index 8174fd825d08..10914edb62bf 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringGet.json @@ -24,18 +24,12 @@ "12.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "12.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20002", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } } } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringList.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringList.json index 3f903f6a1d6f..5bbd117c6d72 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringList.json @@ -25,18 +25,12 @@ "12.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "12.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20002", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } }, { @@ -55,18 +49,12 @@ "13.0.0.0/8" ] }, - "remoteVirtualNetworkAddressSpace": { - "addressPrefixes": [ - "13.0.0.0/8" - ] - }, "remoteBgpCommunities": { "virtualNetworkCommunity": "12076:20003", "regionalCommunity": "12076:50004" }, "peeringState": "Initiated", - "provisioningState": "Succeeded", - "peeringSyncLevel": "FullySynced" + "provisioningState": "Succeeded" } } ] diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/virtualNetwork.json index dbee010d1956..6de777eed539 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/virtualNetwork.json @@ -1550,11 +1550,7 @@ }, "remoteAddressSpace": { "$ref": "#/definitions/AddressSpace", - "description": "The reference to the address space peered with the remote virtual network." - }, - "remoteVirtualNetworkAddressSpace": { - "$ref": "#/definitions/AddressSpace", - "description": "The reference to the current address space of the remote virtual network." + "description": "The reference to the remote virtual network address space." }, "remoteBgpCommunities": { "$ref": "#/definitions/VirtualNetworkBgpCommunities", @@ -1574,25 +1570,6 @@ "modelAsString": true } }, - "peeringSyncLevel": { - "type": "string", - "description": "The peering sync status of the virtual network peering.", - "enum": [ - "FullySynced", - "RemoteUnsynced", - "LocalUnsynced", - "LocalAndRemoteUnsynced" - ], - "x-ms-enum": { - "name": "VirtualNetworkPeeringLevel", - "modelAsString": true - } - }, - "syncRemoteAddressSpace": { - "type": "boolean", - "default": false, - "description": "Provided when user wants to sync the peering with address space on the remote virtual network after the address space is updated." - }, "provisioningState": { "readOnly": true, "$ref": "./network.json#/definitions/ProvisioningState",