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" } },