検証環境に不要なリソースグループが溜まってまとめて消したくなった時などに。
az group list | ConvertFrom-Json | ForEach-Object { az group delete --name $_.Name --yes }
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
検証環境に不要なリソースグループが溜まってまとめて消したくなった時などに。
az group list | ConvertFrom-Json | ForEach-Object { az group delete --name $_.Name --yes }
Register as a new user and use Qiita more conveniently
Go to list of users who liked