0

What would be the bash equivalent of powershell Get-AzureRmBgpServiceCommunity ?

Azure documentation does not give any bash options. Am I looking at the wrong place ?

Andy
  • 2,706
  • 3
  • 13
  • 22
  • 1
    FWIW, the docs on the Bash CLI are [here](https://learn.microsoft.com/cli/azure/reference-index?view=azure-cli-latest). Finding command equivalents (when they exist) is another matter. – Jeroen Mostert Jan 28 '19 at 13:56

1 Answers1

0

az network route-filter rule list-service-communities

Documentation : https://learn.microsoft.com/en-us/cli/azure/network/route-filter/rule?view=azure-cli-latest#az-network-route-filter-rule-list-service-communities

Andy
  • 2,706
  • 3
  • 13
  • 22