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
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions .azure-pipelines/client.test.live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ jobs:
timeoutInMinutes: 300
dependsOn: 'Windows'
pool:
name: 'azsdk-pool-mms-win-2019-general'
vmImage: 'MMS2019'
name: azsdk-pool-mms-win-2022-general
vmImage: MMS2022Compliant
konrad-jamrozik marked this conversation as resolved.
Show resolved Hide resolved
strategy:
matrix:
EventHub x64 Python 3.7:
Expand Down