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 3945e71 commit 10dc113Copy full SHA for 10dc113
Runner-Images/DeploymentStacks/scripts/delete.sh
@@ -24,7 +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 \
+ --yes \
28
--action-on-unmanage deleteResources
29
30
if [ $? -eq 0 ]; then # deployment successfully created
0 commit comments