-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display provisioning resources in failed state #1967
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great change! So much easier to see what's going on!
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSIContainer
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference (preview)
|
Rolls back one unintentional change when showing deleted resources from PR #1967
Resolves #1431
The error message we receive from the ARM resource provider may not contain enough information on its own to identify the resource that is causing the provisioning to fail.
This enhances our display of provisioned resources to additional include resources that are in a
Failed
state.In the following screenshot we see that a keyvault with the same name is already exists within a deleted state, but without the context of the resource the user may have a hard time identifying the resource that they need to take action on.