Azure / Azure/deployment-stacks
-Verbose does not show status for resources being deleted
- Dominant language
- Bicep
- Stars
- 101
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
I gave previously this feedback but when you run any of the Remove-, Set-, New- commands with -Verbose and a resource is being deleted because it is no longer part of the stack or you are deleting the stack you should get output like this:
VERBOSE: 13:53:25 - Resource Microsoft.DocumentDB/databaseAccounts 'cosmo4343' is being deleted
VERBOSE: 13:53:25 - Resource Microsoft.DocumentDB/databaseAccounts 'cosmo4343' is deleted
Currently you do not get anything. In the below case a public IP address is being deleted but we do not have information what is currently going on and end users will wonder what is going on and what operation on which resource is taking time.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.