[Core] aaz: Support --lro-continue for long running operation command#26359
[Core] aaz: Support --lro-continue for long running operation command#26359
aaz: Support --lro-continue for long running operation command#26359Conversation
️✔️AzureCLI-FullTest
|
|
@kairu-ms, could you please schedule a quick meeting to help us understand the change? |
aaz: Support --lro-continue for long running operation command.aaz: Support --lro-continue for long running operation command
|
would this allow to continue multiple commands? or does it store only the last --no-wait command cache? Also, does it overwrite the cache when you trigger any other command? |
Hi @mbashtovaya, So the users can save many different tokens locally. |
|
What is the expiry of the cached token? |
The cache token will be expired in 24 hours or be cleaned by azure-cli when LRO finished. |
|
i am curious whether this will work with the --wait as well, e.g., if a user hard stopped the running async command. Is it possible to restart with --lro-continue? |
Related command
closed: #26146
It will cache the continuation token for polling while run command with

--no-wait.The cached token will be used by for polling while adding

--lro-continue.Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.