aaz-dev-tools icon indicating copy to clipboard operation
aaz-dev-tools copied to clipboard

No way to see long running API response

Open mbashtovaya opened this issue 2 years ago • 1 comments

The current CLI provides waiting by default for each command. When --no-wait option is used, the CLI immediately returns back without displaying anything to the customer. If this is a long running action, the customer has no ability to retrieve the status of async command. Each command would need to use --debug to see 'Azure-AsyncOperation' header returned. This creates poor customer experience.

The proposal is to enhance command behavior for --no-wait. Specifically, when the customer asks not to wait for the final result, the CLI should print a header back.

mbashtovaya avatar Apr 06 '23 20:04 mbashtovaya

I created a feature request within azure-cli as suggested on the teams channel: https://github.com/Azure/azure-cli/issues/26146

mbashtovaya avatar Apr 13 '23 23:04 mbashtovaya