File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,17 +100,17 @@ Get a list of BGP community values. Find the BGP community values associated wit
100
100
101
101
Use the following cmdlet to get the list of BGP community values and prefixes associated with services accessible through Microsoft peering:
102
102
103
- ```azurepowershell-interactive
104
- Get-AzBgpServiceCommunity
105
- ```
103
+ ``` azurepowershell-interactive
104
+ Get-AzBgpServiceCommunity
105
+ ```
106
106
107
107
# [ ** Azure CLI** ] ( #tab/cli )
108
108
109
109
Use the following cmdlet to get the list of BGP community values and prefixes associated with services accessible through Microsoft peering:
110
110
111
- ```azurecli-interactive
112
- az network route-filter rule list-service-communities
113
- ```
111
+ ``` azurecli-interactive
112
+ az network route-filter rule list-service-communities
113
+ ```
114
114
115
115
---
116
116
You can’t perform that action at this time.
0 commit comments