-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Compute] az sig show: Add new parameters --sharing-groups to support query shared gallery group
#22371
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 |
jiasli
left a comment
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.
Approve for core.
| ]) | ||
|
|
||
| self.cmd('sig show -g {rg} -r {gallery_name}', checks=[ | ||
| self.cmd('sig show -g {rg} -r {gallery_name} --expand sharingProfile/Groups', checks=[ |
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.
I recommend using the independent parameter --sharing-groups instead of directly asking users to enter --expand sharingProfile/Groups, because the meaning of this parameter is clearer (we can add help information for this parameter) and more convenient for users to input. @kangsun-ctrl What do you think of it?
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.
sounds good!
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
az sig show: Add new parameters --expand to support query shared galleryaz sig show: Add new parameters --sharing-groups to support query shared gallery group
Related command
Shared gallery replace '--seletct=permissions' with '--expand=sharingProfile/Groups' #22327
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.