Skip to content

Instantly share code, notes, and snippets.

@punitganshani
Created June 22, 2018 02:26
Show Gist options
  • Save punitganshani/0f731cfc8037bc4949fca7a264406199 to your computer and use it in GitHub Desktop.
Save punitganshani/0f731cfc8037bc4949fca7a264406199 to your computer and use it in GitHub Desktop.
Azure PowerShell
Get-AzureRmProviderOperation | Where Operation -like "*listkey*" | ft Operation, OperationName
Get-AzureRmProviderOperation -OperationSearchString "Microsoft.ServiceBus/*" | Where Operation -like "*listkey*" | ft Operation, OperationName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment