From d9eb39a5e8b5632bfb41cccd7a16f26261c0d531 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Thu, 13 Jan 2022 14:34:51 -0800 Subject: [PATCH] disable per #22498 --- .../templates/stages/platform-matrix-conda-support.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/templates/stages/platform-matrix-conda-support.json b/eng/pipelines/templates/stages/platform-matrix-conda-support.json index 5cdd1c664143..bbca13e4e15a 100644 --- a/eng/pipelines/templates/stages/platform-matrix-conda-support.json +++ b/eng/pipelines/templates/stages/platform-matrix-conda-support.json @@ -1,9 +1,8 @@ { "matrix": { "Agent": { - "ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }, - "windows-2019": { "OSVmImage": "MMS2019", "Pool": "azsdk-pool-mms-win-2019-general" } + "ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" } }, - "PythonVersion": [ "3.6", "3.8", "3.9" ] + "PythonVersion": [ "3.6" ] } }