Skip to content

Commit

Permalink
Change VirtualNetworkCommunity in example VirtualNetworkCreateWithBgp…
Browse files Browse the repository at this point in the history
…Communities.json to a value that is within the allowed range.
  • Loading branch information
jarango committed Jun 16, 2020
1 parent 9628b6c commit c880592
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"bgpCommunities": {
"virtualNetworkCommunity": "12076:60000"
"virtualNetworkCommunity": "12076:20000"
}
},
"location": "eastus"
Expand Down Expand Up @@ -51,7 +51,7 @@
}
],
"bgpCommunities": {
"virtualNetworkCommunity": "12076:60000",
"virtualNetworkCommunity": "12076:20000",
"regionalCommunity": "12076:50004"
},
"virtualNetworkPeerings": []
Expand Down Expand Up @@ -82,8 +82,8 @@
}
],
"bgpCommunities": {
"virtualNetworkCommunity": "12076:60000",
"regionalCommunity": "12076:51004"
"virtualNetworkCommunity": "12076:20000",
"regionalCommunity": "12076:50004"
},
"virtualNetworkPeerings": []
}
Expand Down

0 comments on commit c880592

Please sign in to comment.