Skip to content

Commit c92ef58

Browse files
authored
Update Get-AzureRmBgpServiceCommunity.md
1 parent 646e704 commit c92ef58

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

src/ResourceManager/Network/Commands.Network/help/Get-AzureRmBgpServiceCommunity.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
43
Module Name: AzureRM.Network
@@ -25,7 +24,49 @@ This cmdlet provides a list of all services / regions, BGP communities, and asso
2524
### Example 1
2625
```
2726
Get-AzureRmBgpServiceCommunity
27+
28+
...
29+
30+
Name : AzureCentralIndia
31+
Id : /subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralIndia
32+
Type : Microsoft.Network/bgpServiceCommunities
33+
BgpCommunities : [
34+
{
35+
"ServiceSupportedRegion": "Global",
36+
"CommunityName": "Azure Central India",
37+
"CommunityValue": "12076:51017",
38+
"CommunityPrefixes": [
39+
"13.71.0.0/18",
40+
"20.190.146.0/25",
41+
"40.79.214.0/24",
42+
"40.81.224.0/19",
43+
"40.87.224.0/22",
44+
"40.112.39.0/25",
45+
"40.112.39.128/26",
46+
"40.126.18.0/25",
47+
"52.136.24.0/24",
48+
"52.140.64.0/18",
49+
"52.159.64.0/19",
50+
"52.172.128.0/17",
51+
"52.239.135.64/26",
52+
"52.239.202.0/24",
53+
"52.245.96.0/22",
54+
"52.253.168.0/22",
55+
"104.47.210.0/23",
56+
"104.211.64.0/20",
57+
"104.211.81.0/24",
58+
"104.211.82.0/23",
59+
"104.211.84.0/22",
60+
"104.211.88.0/21",
61+
"104.211.96.0/19"
62+
],
63+
"IsAuthorizedToUse": true,
64+
"ServiceGroup": "Azure"
65+
}
66+
]
67+
...
2868
```
69+
2970
This cmdlet provides a list of all services / regions, BGP communities, and associated prefixes.
3071

3172
## PARAMETERS

0 commit comments

Comments
 (0)