Skip to content

Commit

Permalink
Add remoteBgpCommunities to VirtualNetworkPeering resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jarango committed Jun 11, 2020
1 parent 142f062 commit 9628b6c
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"bgpCommunities": {
"virtualNetworkCommunity": "12076:60000",
"regionalCommunity": "12076:51004"
"regionalCommunity": "12076:50004"
},
"virtualNetworkPeerings": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"12.0.0.0/8"
]
},
"remoteBgpCommunities": {
"virtualNetworkCommunity": "12076:20002",
"regionalCommunity": "12076:50004"
},
"peeringState": "Initiated",
"provisioningState": "Succeeded"
}
Expand All @@ -57,6 +61,10 @@
"12.0.0.0/8"
]
},
"remoteBgpCommunities": {
"virtualNetworkCommunity": "12076:20002",
"regionalCommunity": "12076:50004"
},
"peeringState": "Initiated",
"provisioningState": "Succeeded"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"12.0.0.0/8"
]
},
"remoteBgpCommunities": {
"virtualNetworkCommunity": "12076:20002",
"regionalCommunity": "12076:50004"
},
"peeringState": "Initiated",
"provisioningState": "Succeeded"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"12.0.0.0/8"
]
},
"remoteBgpCommunities": {
"virtualNetworkCommunity": "12076:20002",
"regionalCommunity": "12076:50004"
},
"peeringState": "Initiated",
"provisioningState": "Succeeded"
}
Expand All @@ -45,6 +49,10 @@
"13.0.0.0/8"
]
},
"remoteBgpCommunities": {
"virtualNetworkCommunity": "12076:20003",
"regionalCommunity": "12076:50004"
},
"peeringState": "Initiated",
"provisioningState": "Succeeded"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1552,6 +1552,11 @@
"$ref": "#/definitions/AddressSpace",
"description": "The reference to the remote virtual network address space."
},
"remoteBgpCommunities": {
"$ref": "#/definitions/VirtualNetworkBgpCommunities",
"default": null,
"description": "The reference to the remote virtual network's Bgp Communities."
},
"peeringState": {
"type": "string",
"description": "The status of the virtual network peering.",
Expand Down

0 comments on commit 9628b6c

Please sign in to comment.