Skip to content

Commit

Permalink
Update destroy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petersonjdNIH authored Apr 17, 2024
1 parent 97a64da commit c3ae972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
azcliversion: 2.30.0
inlineScript: |
az vm deallocate --no-wait --ids $(az vm list --query "[].id" -o tsv --resource-group rg-avd-avdn-test-use2-pool-compute)
# az vm deallocate --no-wait --ids $(az vm list --query "[].id" -o tsv --resource-group rg-avd-avdn-test-use2-pool-compute)
az group delete --yes --name rg-avd-avdn-test-use2-pool-compute
az group delete --yes --name rg-avd-avdn-test-use2-service-objects
az group delete --yes --name rg-avd-avdn-test-use2-network
Expand Down

0 comments on commit c3ae972

Please sign in to comment.