Skip to content

Commit 1cdeb09

Browse files
authored
Updating examples for BGP service communities..
1 parent 4be746e commit 1cdeb09

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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,15 @@ 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
2527
```
26-
27-
{{ Add example description here }}
28+
This cmdlet provides a list of all services / regions, BGP communities, and associated prefixes.
2829

2930
## PARAMETERS
3031

@@ -58,4 +59,12 @@ This cmdlet does not accept any input.
5859
## NOTES
5960
6061
## RELATED LINKS
62+
[Move-AzureRmExpressRouteCircuit](Move-AzureRmExpressRouteCircuit.md)
63+
64+
[New-AzureRmExpressRouteCircuit](New-AzureRmExpressRouteCircuit.md)
65+
66+
[Remove-AzureRmExpressRouteCircuit](Remove-AzureRmExpressRouteCircuit.md)
67+
68+
[Set-AzureRmExpressRouteCircuit](Set-AzureRmExpressRouteCircuit.md)
69+
6170

0 commit comments

Comments
 (0)