Skip to content
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 #362

Merged
merged 3 commits into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .azure-pipelines/client.test.live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- job: 'Windows'

pool:
vmImage: 'windows-2019'
name: azsdk-pool-mms-win-2022-general
vmImage: windows-2022

timeoutInMinutes: 120

Expand Down Expand Up @@ -353,8 +354,8 @@ jobs:
timeoutInMinutes: 300
dependsOn: 'Windows'
pool:
name: 'azsdk-pool-mms-win-2019-general'
vmImage: 'MMS2019'
name: azsdk-pool-mms-win-2022-general
vmImage: windows-2022
strategy:
matrix:
EventHub x64 Python 3.7:
Expand Down
3 changes: 2 additions & 1 deletion .azure-pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ jobs:
- job: 'Windows'

pool:
vmImage: 'windows-2019'
name: azsdk-pool-mms-win-2022-general
vmImage: windows-2022

strategy:
matrix:
Expand Down