Skip to content

Commit 1aebb6e

Browse files
harics24Hari Prasad Perabattula
andauthored
Reverting the changes made for address space update as the changes in service code are not in yet (#11754)
Co-authored-by: Hari Prasad Perabattula <[email protected]>
1 parent 05b40bc commit 1aebb6e

File tree

9 files changed

+12
-121
lines changed

9 files changed

+12
-121
lines changed

custom-words.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,6 @@ Unregistering
17691769
Unregisters
17701770
unrestorable
17711771
unsubstituted
1772-
Unsynced
17731772
untagged
17741773
Untracked
17751774
unvalidated

specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringCreate.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"allowForwardedTraffic": true,
1212
"allowGatewayTransit": false,
1313
"useRemoteGateways": false,
14-
"syncRemoteAddressSpace": true,
1514
"remoteVirtualNetwork": {
1615
"id": "/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Network/virtualNetworks/vnet2"
1716
}
@@ -36,18 +35,12 @@
3635
"12.0.0.0/8"
3736
]
3837
},
39-
"remoteVirtualNetworkAddressSpace": {
40-
"addressPrefixes": [
41-
"12.0.0.0/8"
42-
]
43-
},
4438
"remoteBgpCommunities": {
4539
"virtualNetworkCommunity": "12076:20002",
4640
"regionalCommunity": "12076:50004"
4741
},
4842
"peeringState": "Initiated",
49-
"provisioningState": "Succeeded",
50-
"peeringSyncLevel": "FullySynced"
43+
"provisioningState": "Succeeded"
5144
}
5245
}
5346
},
@@ -68,18 +61,12 @@
6861
"12.0.0.0/8"
6962
]
7063
},
71-
"remoteVirtualNetworkAddressSpace": {
72-
"addressPrefixes": [
73-
"12.0.0.0/8"
74-
]
75-
},
7664
"remoteBgpCommunities": {
7765
"virtualNetworkCommunity": "12076:20002",
7866
"regionalCommunity": "12076:50004"
7967
},
8068
"peeringState": "Initiated",
81-
"provisioningState": "Succeeded",
82-
"peeringSyncLevel": "FullySynced"
69+
"provisioningState": "Succeeded"
8370
}
8471
}
8572
}

specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringGet.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,12 @@
2424
"12.0.0.0/8"
2525
]
2626
},
27-
"remoteVirtualNetworkAddressSpace": {
28-
"addressPrefixes": [
29-
"12.0.0.0/8"
30-
]
31-
},
3227
"remoteBgpCommunities": {
3328
"virtualNetworkCommunity": "12076:20002",
3429
"regionalCommunity": "12076:50004"
3530
},
3631
"peeringState": "Initiated",
37-
"provisioningState": "Succeeded",
38-
"peeringSyncLevel": "FullySynced"
32+
"provisioningState": "Succeeded"
3933
}
4034
}
4135
}

specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/VirtualNetworkPeeringList.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,12 @@
2525
"12.0.0.0/8"
2626
]
2727
},
28-
"remoteVirtualNetworkAddressSpace": {
29-
"addressPrefixes": [
30-
"12.0.0.0/8"
31-
]
32-
},
3328
"remoteBgpCommunities": {
3429
"virtualNetworkCommunity": "12076:20002",
3530
"regionalCommunity": "12076:50004"
3631
},
3732
"peeringState": "Initiated",
38-
"provisioningState": "Succeeded",
39-
"peeringSyncLevel": "FullySynced"
33+
"provisioningState": "Succeeded"
4034
}
4135
},
4236
{
@@ -55,18 +49,12 @@
5549
"13.0.0.0/8"
5650
]
5751
},
58-
"remoteVirtualNetworkAddressSpace": {
59-
"addressPrefixes": [
60-
"13.0.0.0/8"
61-
]
62-
},
6352
"remoteBgpCommunities": {
6453
"virtualNetworkCommunity": "12076:20003",
6554
"regionalCommunity": "12076:50004"
6655
},
6756
"peeringState": "Initiated",
68-
"provisioningState": "Succeeded",
69-
"peeringSyncLevel": "FullySynced"
57+
"provisioningState": "Succeeded"
7058
}
7159
}
7260
]

specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/virtualNetwork.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,11 +1550,7 @@
15501550
},
15511551
"remoteAddressSpace": {
15521552
"$ref": "#/definitions/AddressSpace",
1553-
"description": "The reference to the address space peered with the remote virtual network."
1554-
},
1555-
"remoteVirtualNetworkAddressSpace": {
1556-
"$ref": "#/definitions/AddressSpace",
1557-
"description": "The reference to the current address space of the remote virtual network."
1553+
"description": "The reference to the remote virtual network address space."
15581554
},
15591555
"remoteBgpCommunities": {
15601556
"$ref": "#/definitions/VirtualNetworkBgpCommunities",
@@ -1574,25 +1570,6 @@
15741570
"modelAsString": true
15751571
}
15761572
},
1577-
"peeringSyncLevel": {
1578-
"type": "string",
1579-
"description": "The peering sync status of the virtual network peering.",
1580-
"enum": [
1581-
"FullySynced",
1582-
"RemoteUnsynced",
1583-
"LocalUnsynced",
1584-
"LocalAndRemoteUnsynced"
1585-
],
1586-
"x-ms-enum": {
1587-
"name": "VirtualNetworkPeeringLevel",
1588-
"modelAsString": true
1589-
}
1590-
},
1591-
"syncRemoteAddressSpace": {
1592-
"type": "boolean",
1593-
"default": false,
1594-
"description": "Provided when user wants to sync the peering with address space on the remote virtual network after the address space is updated."
1595-
},
15961573
"provisioningState": {
15971574
"readOnly": true,
15981575
"$ref": "./network.json#/definitions/ProvisioningState",

specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringCreate.json

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"allowForwardedTraffic": true,
1212
"allowGatewayTransit": false,
1313
"useRemoteGateways": false,
14-
"syncRemoteAddressSpace": true,
1514
"remoteVirtualNetwork": {
1615
"id": "/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Network/virtualNetworks/vnet2"
1716
}
@@ -36,18 +35,12 @@
3635
"12.0.0.0/8"
3736
]
3837
},
39-
"remoteVirtualNetworkAddressSpace": {
40-
"addressPrefixes": [
41-
"12.0.0.0/8"
42-
]
43-
},
4438
"remoteBgpCommunities": {
4539
"virtualNetworkCommunity": "12076:20002",
4640
"regionalCommunity": "12076:50004"
4741
},
4842
"peeringState": "Initiated",
49-
"provisioningState": "Succeeded",
50-
"peeringSyncLevel": "FullySynced"
43+
"provisioningState": "Succeeded"
5144
}
5245
}
5346
},
@@ -68,18 +61,12 @@
6861
"12.0.0.0/8"
6962
]
7063
},
71-
"remoteVirtualNetworkAddressSpace": {
72-
"addressPrefixes": [
73-
"12.0.0.0/8"
74-
]
75-
},
7664
"remoteBgpCommunities": {
7765
"virtualNetworkCommunity": "12076:20002",
7866
"regionalCommunity": "12076:50004"
7967
},
8068
"peeringState": "Initiated",
81-
"provisioningState": "Succeeded",
82-
"peeringSyncLevel": "FullySynced"
69+
"provisioningState": "Succeeded"
8370
}
8471
}
8572
}

specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringGet.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,12 @@
2424
"12.0.0.0/8"
2525
]
2626
},
27-
"remoteVirtualNetworkAddressSpace": {
28-
"addressPrefixes": [
29-
"12.0.0.0/8"
30-
]
31-
},
3227
"remoteBgpCommunities": {
3328
"virtualNetworkCommunity": "12076:20002",
3429
"regionalCommunity": "12076:50004"
3530
},
3631
"peeringState": "Initiated",
37-
"provisioningState": "Succeeded",
38-
"peeringSyncLevel": "FullySynced"
32+
"provisioningState": "Succeeded"
3933
}
4034
}
4135
}

specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/VirtualNetworkPeeringList.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,12 @@
2525
"12.0.0.0/8"
2626
]
2727
},
28-
"remoteVirtualNetworkAddressSpace": {
29-
"addressPrefixes": [
30-
"12.0.0.0/8"
31-
]
32-
},
3328
"remoteBgpCommunities": {
3429
"virtualNetworkCommunity": "12076:20002",
3530
"regionalCommunity": "12076:50004"
3631
},
3732
"peeringState": "Initiated",
38-
"provisioningState": "Succeeded",
39-
"peeringSyncLevel": "FullySynced"
33+
"provisioningState": "Succeeded"
4034
}
4135
},
4236
{
@@ -55,18 +49,12 @@
5549
"13.0.0.0/8"
5650
]
5751
},
58-
"remoteVirtualNetworkAddressSpace": {
59-
"addressPrefixes": [
60-
"13.0.0.0/8"
61-
]
62-
},
6352
"remoteBgpCommunities": {
6453
"virtualNetworkCommunity": "12076:20003",
6554
"regionalCommunity": "12076:50004"
6655
},
6756
"peeringState": "Initiated",
68-
"provisioningState": "Succeeded",
69-
"peeringSyncLevel": "FullySynced"
57+
"provisioningState": "Succeeded"
7058
}
7159
}
7260
]

specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/virtualNetwork.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,11 +1550,7 @@
15501550
},
15511551
"remoteAddressSpace": {
15521552
"$ref": "#/definitions/AddressSpace",
1553-
"description": "The reference to the address space peered with the remote virtual network."
1554-
},
1555-
"remoteVirtualNetworkAddressSpace": {
1556-
"$ref": "#/definitions/AddressSpace",
1557-
"description": "The reference to the current address space of the remote virtual network."
1553+
"description": "The reference to the remote virtual network address space."
15581554
},
15591555
"remoteBgpCommunities": {
15601556
"$ref": "#/definitions/VirtualNetworkBgpCommunities",
@@ -1574,25 +1570,6 @@
15741570
"modelAsString": true
15751571
}
15761572
},
1577-
"peeringSyncLevel": {
1578-
"type": "string",
1579-
"description": "The peering sync status of the virtual network peering.",
1580-
"enum": [
1581-
"FullySynced",
1582-
"RemoteUnsynced",
1583-
"LocalUnsynced",
1584-
"LocalAndRemoteUnsynced"
1585-
],
1586-
"x-ms-enum": {
1587-
"name": "VirtualNetworkPeeringLevel",
1588-
"modelAsString": true
1589-
}
1590-
},
1591-
"syncRemoteAddressSpace": {
1592-
"type": "boolean",
1593-
"default": false,
1594-
"description": "Provided when user wants to sync the peering with address space on the remote virtual network after the address space is updated."
1595-
},
15961573
"provisioningState": {
15971574
"readOnly": true,
15981575
"$ref": "./network.json#/definitions/ProvisioningState",

0 commit comments

Comments
 (0)