Azure / deployment-stacks

Contains Deployment Stacks CLI scripts and releases
MIT License
87 stars 6 forks source link

-Verbose does not show status for resources being deleted #107

Open slavizh opened 1 year ago

slavizh commented 1 year ago

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. image

alex-frankel commented 1 year ago

Adding @shahjoy - this is the context where we are looking for an improvement to the Bulk Delete API.