From aa58a23bf88190d336de66f07c1451baa5c8e79c Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:51:28 +0100 Subject: [PATCH] [windows] Update Az to 11.3.1 (#9489) --- images/windows/toolsets/toolset-2019.json | 16 +--------------- images/windows/toolsets/toolset-2022.json | 4 ++-- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index b0029285a..5b5360c10 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -119,23 +119,9 @@ { "name": "az", "versions": [ - "9.3.0" + "11.3.1" ], "zip_versions": [ - "1.0.0", - "1.6.0", - "2.3.2", - "2.6.0", - "3.1.0", - "3.5.0", - "3.8.0", - "4.3.0", - "4.4.0", - "4.7.0", - "5.5.0", - "5.9.0", - "6.6.0", - "7.5.0" ] } ], diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 04512a669..6b6034866 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -118,10 +118,10 @@ { "name": "az", "versions": [ - "9.3.0" + "11.3.1" ], "zip_versions": [ - "7.5.0" + ] } ],