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 699a8ac commit 557efd2Copy full SHA for 557efd2
Runner-Images/DeploymentStacks/scripts/delete.sh
@@ -24,10 +24,8 @@ echo -e "\n>>> Beginning Deletion ...\n"
24
25
az stack group delete --resource-group "$ADE_RESOURCE_GROUP_NAME" \
26
--name "$ADE_ENVIRONMENT_NAME" \
27
- --delete-resources --yes \
28
--action-on-unmanage deleteResources
29
30
-
31
if [ $? -eq 0 ]; then # deployment successfully created
32
echo "Successfully Deleted Resources"
33
else
0 commit comments