-
Notifications
You must be signed in to change notification settings - Fork 174
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
base: main
Are you sure you want to change the base?
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" |
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.