[Compute] Fix #31198: az sig image-version: Fix --no-wait not working#32078
[Compute] Fix #31198: az sig image-version: Fix --no-wait not working#32078
az sig image-version: Fix --no-wait not working#32078Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR fixes issue #31198 where the --no-wait flag was not working for the az sig image-version command. The fix ensures that the no_wait parameter is properly passed through to the underlying AAZ command implementation.
- Add
no_waitparameter to function signatures for create and update image version operations - Pass the
no_waitparameter to the command arguments dictionary for both create and update functions
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
az sig image-version: Fix --no-wait not workingaz sig image-version: Fix --no-wait not working
Related command
az sig image-versionDescription
close: #31198
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.