-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Compute] az sig image-version create
: Add new parameters --virtual-machine
and --image-version
to support creating image version from different source
#22645
Conversation
…d, and style check is not proceeded
az sig image-version create --managed-image
: Update argument for different source (#22424)az sig image-version create
: Add new parameters --virtual-machine
and --image-version
to support creating image version from different source
@yanzhudd good beginning:) |
…ype whether correct
Thanks:) |
for scope in ['sig image-version create', 'sig image-version update']: | ||
with self.argument_context(scope) as c: | ||
c.argument('target_regions', nargs='*', validator=process_gallery_image_version_namespace, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since command sig image-version update
also called validator=process_gallery_image_version_namespace
, we may add a command level validator for command sig image-version update
, and then call process_gallery_image_version_namespace
in the command level validator
Nice work! 🎉 |
Description
Add new parameters
--virtual-machine
and--image-version
to support creating image version from different sourceClose #22424
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.