-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Compute] az sig: Add new commands to support managing community gallery
#21480
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
Conversation
|
Compute |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_vm_commands.py
Outdated
Show resolved
Hide resolved
|
@PARADISSEEKR Please add the history notes in the PR description |
|
|
||
| helps['sig image-definition list-community'] = """ | ||
| type: command | ||
| short-summary: List VM Image definitions in a gallery community (preview). |
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.
This is a feature request for GA. we need to delete the (preview) tag, right? @kangsun-ctrl
| helps['sig image-definition list-community'] = """ | ||
| type: command | ||
| short-summary: List VM Image definitions in a gallery community (preview). | ||
| long-summary: List VM Image definitions in a gallery community (private preview feature, please contact community image gallery team by email [email protected] to register for preview if you're interested in using this feature). |
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.
Remove (private preview feature, please contact community image gallery team by email [email protected] to register for preview if you're interested in using this feature).
| short-summary: List VM Image Versions in a gallery community (preview). | ||
| long-summary: List VM Image Versions in a gallery community (private preview feature, please contact community image gallery team by email [email protected] to register for preview if you're interested in using this feature). |
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.
Same as above
az sig: Add new commands show-community, image-definition show-community, image-definition list-community, sig image-version show-community, sig image-version list-community and sig share enable-community to support manage Community Galleryaz sig: Add new commands to support manage Community Gallery
az sig: Add new commands to support manage Community Galleryaz sig: Add new commands to support manage community gallery
az sig: Add new commands to support manage community galleryaz sig: Add new commands to support managing community gallery
Description
Publish Community Gallery to official CLI #21423
Waiting python SDK relese(done)
Testing Guide
History Notes
[Compute]
az sig: Add new commandshow-communityto support listing image versions in community gallery[Compute]
az sig image-definition: Add new commandshow-communityto support getting an image in a gallery community[Compute]
az sig image-definition: Add new commandlist-communityto support listing VM Image definitions in a gallery community[Compute]
az sig image-version: Add new commandshow-communityto support getting an image version in a gallery community[Compute]
az sig image-version: Add new commandlist-communityto support listing VM image versions in a gallery community[Compute]
az sig share: Add new commandenable-communityto support sharing gallery to communityThis 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.