Skip to content

Instantly share code, notes, and snippets.

@papeMK2
Created July 20, 2023 06:45
Show Gist options
  • Save papeMK2/174a4e71220a26fe9c1c6f7daa6aa561 to your computer and use it in GitHub Desktop.
Save papeMK2/174a4e71220a26fe9c1c6f7daa6aa561 to your computer and use it in GitHub Desktop.
Get resource group name list
(az group list | ConvertFrom-Json) | Select-Object name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment