We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557efd2 commit 3945e71Copy full SHA for 3945e71
Runner-Images/DeploymentStacks/scripts/delete.sh
@@ -24,6 +24,7 @@ echo -e "\n>>> Beginning Deletion ...\n"
24
25
az stack group delete --resource-group "$ADE_RESOURCE_GROUP_NAME" \
26
--name "$ADE_ENVIRONMENT_NAME" \
27
+ -- yes \
28
--action-on-unmanage deleteResources
29
30
if [ $? -eq 0 ]; then # deployment successfully created
0 commit comments