-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Where applicable, update Windows pools used to azsdk-pool-mms-win-2022-general
and rename vmImage
to the windows-20xx
format
#34163
Where applicable, update Windows pools used to azsdk-pool-mms-win-2022-general
and rename vmImage
to the windows-20xx
format
#34163
Conversation
API change check API changes are not detected in this pull request. |
eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml
Outdated
Show resolved
Hide resolved
MMS2022
images to MMS2022Compliant
+ one storage pool update to 2022azsdk-pool-mms-win-2022-general
and rename vmImage
to the windows-20xx
format
@@ -56,7 +56,7 @@ | |||
{ | |||
"Agent": { | |||
"Windows2022": { | |||
"OSVmImage": "MMS2022", | |||
"OSVmImage": "windows-2022", |
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.
@benbp @mikeharder do you think that perhaps this line also need an update?
"AZURE_TEST_AGENT": "WINDOWS_2019_NETCORE31"
I think this PR might have forgot to update it:
I am thinking: if CI passes, merge now without touching this, worry later :)
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 have no idea how AZURE_TEST_AGENT
is used, but yeah I'd update the OS and net versions to match reality.
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.
IIRC this was a workaround I and ACS came up with due to restrictions with registered phone numbers being used in live tests (1:1 limit), and being able to dynamically look up which phone number needed to be used from the keyvault secret.
FYI @danielortega-msft we may need to think about how to keep this variable updated, as if we rev the version here it won't be able to find the secret.
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.
@benbp @mikeharder for now I am going to merge this PR. If anybody has an idea if/how to update this string, I am happy to make another PR doing that.
Where applicable, update Windows pools used to
azsdk-pool-mms-win-2022-general
and renamevmImage
to thewindows-20xx
format.This discussion explains why we chose given
vmImage
format:Mike Harder: 1ES Hosted Pool image name changes
posted in Azure SDK / Engineering System 🛠️ at Wednesday, February 15, 2023 12:10 PM
For further context, please see:
Windows
andUbuntu
agent pools to consume2022-Compliant
images azure-sdk-tools#3407