Skip to content

Commit

Permalink
Where applicable, update Windows pools used to `azsdk-pool-mms-win-20…
Browse files Browse the repository at this point in the history
…22-general` and rename `vmImage` to the `windows-20xx` format (#362)
  • Loading branch information
Konrad Jamrozik committed Feb 17, 2023
1 parent 9627a34 commit 5b31ff4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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

0 comments on commit 5b31ff4

Please sign in to comment.