From 5b31ff4fbb824c35320646b912818b2ea9d25239 Mon Sep 17 00:00:00 2001 From: Konrad Jamrozik Date: Fri, 17 Feb 2023 13:47:24 -0800 Subject: [PATCH] Where applicable, update Windows pools used to `azsdk-pool-mms-win-2022-general` and rename `vmImage` to the `windows-20xx` format (#362) --- .azure-pipelines/client.test.live.yml | 7 ++++--- .azure-pipelines/client.yml | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/client.test.live.yml b/.azure-pipelines/client.test.live.yml index 449d5290..eb8fd2cd 100644 --- a/.azure-pipelines/client.test.live.yml +++ b/.azure-pipelines/client.test.live.yml @@ -13,7 +13,8 @@ jobs: - job: 'Windows' pool: - vmImage: 'windows-2019' + name: azsdk-pool-mms-win-2022-general + vmImage: windows-2022 timeoutInMinutes: 120 @@ -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: diff --git a/.azure-pipelines/client.yml b/.azure-pipelines/client.yml index 704ebbe0..10d1f642 100644 --- a/.azure-pipelines/client.yml +++ b/.azure-pipelines/client.yml @@ -157,7 +157,8 @@ jobs: - job: 'Windows' pool: - vmImage: 'windows-2019' + name: azsdk-pool-mms-win-2022-general + vmImage: windows-2022 strategy: matrix: