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 56878f4 commit 699a8acCopy full SHA for 699a8ac
Runner-Images/DeploymentStacks/scripts/delete.sh
@@ -24,7 +24,9 @@ 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
+ --delete-resources --yes \
28
+ --action-on-unmanage deleteResources
29
+
30
31
if [ $? -eq 0 ]; then # deployment successfully created
32
echo "Successfully Deleted Resources"
0 commit comments