Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Created March 31, 2021 20:44
Show Gist options
  • Save manualbashing/0df7ec5b090081abc34d3879a60411ad to your computer and use it in GitHub Desktop.
Save manualbashing/0df7ec5b090081abc34d3879a60411ad to your computer and use it in GitHub Desktop.
az group list --tag April=April --query [].name -o tsv | % {az group delete --name $_ --yes }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment