Skip to content

Updating examples for BGP service communities #6220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
Module Name: AzureRM.Network
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.network/get-azurermbgpservicecommunity
Expand All @@ -8,6 +8,7 @@ schema: 2.0.0
# Get-AzureRmBgpServiceCommunity

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

## SYNTAX

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

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

## EXAMPLES

### Example 1
```
PS C:\> {{ Add example code here }}
Get-AzureRmBgpServiceCommunity
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ganesr would you be able to add the corresponding output (or a snippet of it if it's too big) from this cmdlet execution in this code block?


...

Name : AzureCentralIndia
Id : /subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralIndia
Type : Microsoft.Network/bgpServiceCommunities
BgpCommunities : [
{
"ServiceSupportedRegion": "Global",
"CommunityName": "Azure Central India",
"CommunityValue": "12076:51017",
"CommunityPrefixes": [
"13.71.0.0/18",
"20.190.146.0/25",
"40.79.214.0/24",
"40.81.224.0/19",
"40.87.224.0/22",
"40.112.39.0/25",
"40.112.39.128/26",
"40.126.18.0/25",
"52.136.24.0/24",
"52.140.64.0/18",
"52.159.64.0/19",
"52.172.128.0/17",
"52.239.135.64/26",
"52.239.202.0/24",
"52.245.96.0/22",
"52.253.168.0/22",
"104.47.210.0/23",
"104.211.64.0/20",
"104.211.81.0/24",
"104.211.82.0/23",
"104.211.84.0/22",
"104.211.88.0/21",
"104.211.96.0/19"
],
"IsAuthorizedToUse": true,
"ServiceGroup": "Azure"
}
]
...
```

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

## PARAMETERS

Expand Down Expand Up @@ -58,4 +101,26 @@ This cmdlet does not accept any input.
## NOTES

## RELATED LINKS
[Move-AzureRmExpressRouteCircuit](Move-AzureRmExpressRouteCircuit.md)

[New-AzureRmExpressRouteCircuit](New-AzureRmExpressRouteCircuit.md)

[Remove-AzureRmExpressRouteCircuit](Remove-AzureRmExpressRouteCircuit.md)

[Set-AzureRmExpressRouteCircuit](Set-AzureRmExpressRouteCircuit.md)

[Get-AzureRmRouteFilter](Get-AzureRmRouteFilter.md)

[Get-AzureRmRouteFilterRuleConfig](Get-AzureRmRouteFilterRuleConfig.md)

[Remove-AzureRmRouteFilter](Remove-AzureRmRouteFilter.md)

[Remove-AzureRmRouteFilterRuleConfig](Remove-AzureRmRouteFilterRuleConfig.md)

[Set-AzureRmRouteFilter](Set-AzureRmRouteFilter.md)

[Set-AzureRmRouteFilterRuleConfig](Set-AzureRmRouteFilterRuleConfig.md)

[New-AzureRmRouteFilter](New-AzureRmRouteFilter.md)

[New-AzureRmRouteFilterRuleConfig](New-AzureRmRouteFilterRuleConfig.md)