Closed joshuawaddell closed 2 years ago
@mumian Has a change to the readme that will address this.
As mentioned in the readme, the underlying functionality is not yet available due to a known limitation:
In the preview, deleting a deploymentStack detaches all of its managed resources. To delete all the managedResources, first update the deploymentStack with an empty template (similar to the one below) and set `-UpdateBehavior purgeResources`. After that completes, delete the deploymentStack.
(The template referenced in that quote is also added back in @mumian's PR - https://github.com/Azure/deployment-stacks/pull/18
Thanks for the feedback!
Describe the bug When running the final step in the tutorial with the
-PurgeResources
parameter, an error is generated:'A parameter cannot be found that matches parameter name 'PurgeResources''.
Screenshots
Desktop (please complete the following information):