Skip to content

Commit 70679bd

Browse files
authored
Merge pull request #6220 from ganesr/preview
Updating examples for BGP service communities
2 parents f12aa3f + c92ef58 commit 70679bd

File tree

1 file changed

+68
-3
lines changed

1 file changed

+68
-3
lines changed

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

Lines changed: 68 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
Module Name: AzureRM.Network
44
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.network/get-azurermbgpservicecommunity
@@ -8,6 +8,7 @@ schema: 2.0.0
88
# Get-AzureRmBgpServiceCommunity
99

1010
## SYNOPSIS
11+
Provides a list of all services / regions, BGP communities, and associated prefixes.
1112

1213
## SYNTAX
1314

@@ -16,15 +17,57 @@ Get-AzureRmBgpServiceCommunity [-DefaultProfile <IAzureContextContainer>] [<Comm
1617
```
1718

1819
## DESCRIPTION
20+
This cmdlet provides a list of all services / regions, BGP communities, and associated prefixes.
1921

2022
## EXAMPLES
2123

2224
### Example 1
2325
```
24-
PS C:\> {{ Add example code here }}
26+
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+
...
2568
```
2669

27-
{{ Add example description here }}
70+
This cmdlet provides a list of all services / regions, BGP communities, and associated prefixes.
2871

2972
## PARAMETERS
3073

@@ -58,4 +101,26 @@ This cmdlet does not accept any input.
58101
## NOTES
59102
60103
## RELATED LINKS
104+
[Move-AzureRmExpressRouteCircuit](Move-AzureRmExpressRouteCircuit.md)
105+
106+
[New-AzureRmExpressRouteCircuit](New-AzureRmExpressRouteCircuit.md)
107+
108+
[Remove-AzureRmExpressRouteCircuit](Remove-AzureRmExpressRouteCircuit.md)
109+
110+
[Set-AzureRmExpressRouteCircuit](Set-AzureRmExpressRouteCircuit.md)
111+
112+
[Get-AzureRmRouteFilter](Get-AzureRmRouteFilter.md)
113+
114+
[Get-AzureRmRouteFilterRuleConfig](Get-AzureRmRouteFilterRuleConfig.md)
115+
116+
[Remove-AzureRmRouteFilter](Remove-AzureRmRouteFilter.md)
117+
118+
[Remove-AzureRmRouteFilterRuleConfig](Remove-AzureRmRouteFilterRuleConfig.md)
119+
120+
[Set-AzureRmRouteFilter](Set-AzureRmRouteFilter.md)
121+
122+
[Set-AzureRmRouteFilterRuleConfig](Set-AzureRmRouteFilterRuleConfig.md)
123+
124+
[New-AzureRmRouteFilter](New-AzureRmRouteFilter.md)
61125
126+
[New-AzureRmRouteFilterRuleConfig](New-AzureRmRouteFilterRuleConfig.md)

0 commit comments

Comments
 (0)