From 258f498b20a81918e19302ab08c8bc990ba7509c Mon Sep 17 00:00:00 2001 From: Konrad Jamrozik Date: Tue, 14 Feb 2023 19:03:54 -0800 Subject: [PATCH] Update images MMS2019 and MMS2022 to their compliant equivalents Updating used images to their compliant versions. - https://github.com/Azure/azure-sdk-tools/issues/3407 --- eng/pipelines/templates/stages/platform-matrix-live.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix-live.json b/eng/pipelines/templates/stages/platform-matrix-live.json index e65f4e6bc3..b4cbe4cc6d 100644 --- a/eng/pipelines/templates/stages/platform-matrix-live.json +++ b/eng/pipelines/templates/stages/platform-matrix-live.json @@ -71,12 +71,12 @@ "StaticConfigs": { "Win2019": { "Pool": "azsdk-pool-mms-win-2019-general", - "OSVmImage": "MMS2019", + "OSVmImage": "MMS2019Compliant", "CMAKE_GENERATOR": "Visual Studio 16 2019" }, "Win2022": { "Pool": "azsdk-pool-mms-win-2022-general", - "OSVmImage": "MMS2022", + "OSVmImage": "MMS2022Compliant", "CMAKE_GENERATOR": "Visual Studio 17 2022" } },