Skip to content

Commit 5b31ff4

Browse files
author
Konrad Jamrozik
authored
Where applicable, update Windows pools used to azsdk-pool-mms-win-2022-general and rename vmImage to the windows-20xx format (#362)
1 parent 9627a34 commit 5b31ff4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.azure-pipelines/client.test.live.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- job: 'Windows'
1414

1515
pool:
16-
vmImage: 'windows-2019'
16+
name: azsdk-pool-mms-win-2022-general
17+
vmImage: windows-2022
1718

1819
timeoutInMinutes: 120
1920

@@ -353,8 +354,8 @@ jobs:
353354
timeoutInMinutes: 300
354355
dependsOn: 'Windows'
355356
pool:
356-
name: 'azsdk-pool-mms-win-2019-general'
357-
vmImage: 'MMS2019'
357+
name: azsdk-pool-mms-win-2022-general
358+
vmImage: windows-2022
358359
strategy:
359360
matrix:
360361
EventHub x64 Python 3.7:

.azure-pipelines/client.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ jobs:
157157
- job: 'Windows'
158158

159159
pool:
160-
vmImage: 'windows-2019'
160+
name: azsdk-pool-mms-win-2022-general
161+
vmImage: windows-2022
161162

162163
strategy:
163164
matrix:

0 commit comments

Comments
 (0)