-
Notifications
You must be signed in to change notification settings - Fork 218
Update image-builder-overview.md #206
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
base: main
Are you sure you want to change the base?
Conversation
az vm image list --publisher MicrosoftWindowsDesktop --sku g2 --output table --all is not giving right output. Right output is fetched by running below command az vm image list --publisher MicrosoftWindowsDesktop --output table --all
@saumya1091 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit bf75d2c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@sumit-kalra - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Hello Everyone ,
I am writing this to follow up on the status of the PR mentioned in the subject line.
Thanks in advance !
Regards,
Saumya Suman
…________________________________
From: Regan Downer ***@***.***>
Sent: Monday, April 21, 2025 7:29 PM
To: MicrosoftDocs/azure-compute-docs ***@***.***>
Cc: Saumya Suman ***@***.***>; Mention ***@***.***>
Subject: Re: [MicrosoftDocs/azure-compute-docs] Update image-builder-overview.md (PR #206)
@mattmcinnes<https://github.com/mattmcinnes> - Can you review the proposed changes?
IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.
#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team<https://github.com/orgs/MicrosoftDocs/teams/public-repo-pr-review-team>
—
Reply to this email directly, view it on GitHub<#206 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZMVD4X6HXENH4OE2CZVPBT22T2TPAVCNFSM6AAAAAB3RALSDSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJYGQ3DGOJXGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
[https://avatars.githubusercontent.com/u/97987445?s=20&v=4]v-regandowner left a comment (MicrosoftDocs/azure-compute-docs#206)<#206 (comment)>
@mattmcinnes<https://github.com/mattmcinnes> - Can you review the proposed changes?
IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.
#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team<https://github.com/orgs/MicrosoftDocs/teams/public-repo-pr-review-team>
—
Reply to this email directly, view it on GitHub<#206 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZMVD4X6HXENH4OE2CZVPBT22T2TPAVCNFSM6AAAAAB3RALSDSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMJYGQ3DGOJXGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @sumit-kalra |
Invalid command: '#label'. Only Microsoft employees can use this command. |
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
@sumit-kalra - Could you review this proposed update to your article and enter Thanks! |
Hello, The command is for listing Gen2 SKUs - wouldn't removing "--sku" parameter show incorrect images? Thanks! |
az vm image list --publisher MicrosoftWindowsDesktop --sku g2 --output table --all is not giving right output.
Right output is fetched by running below command
az vm image list --publisher MicrosoftWindowsDesktop --output table --all