-
Notifications
You must be signed in to change notification settings - Fork 197
Update image used #190
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
Update image used #190
Conversation
Platform image 20h1-ent is no longer present, so will want to update or it will fail. Also, as we now default to generation 2, will want to make sure the image is g2 or it will also fail. win10-21h2-ent-g2 works for now.
@mbiver : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit bfd9ed9: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
If we update the image to Gen 2, since that the new default, we'll also need to update the VM size, as the current size "Standard_D2_v2" doesn't support Gen 2 VM's. Below should fix the template.
|
Will also need to update this section then: VM size: For Windows, use Standard_D2_v2 or greater. The default size is Standard_D1_v2, which isn't suitable for Windows. |
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
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. |
@mbiver : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
@kof-f - Could you review this proposed update to your article and enter Thanks! |
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. |
Can you review this old PR and determine whether it needs to be closed or merged? @MicrosoftDocs/public-repo-pr-review-team |
#sign-off |
Platform image 20h1-ent is no longer present, so will want to update or it will fail. Also, as we now default to generation 2, will want to make sure the image is g2 or it will also fail. win10-21h2-ent-g2 works for now.