From f30492c37fa20bf258b2da7887ec730665c3f124 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Thu, 1 Dec 2022 10:20:50 +0100 Subject: [PATCH] [Windows] Update Az module version to 9.0.1 (#6664) --- images/win/toolsets/toolset-2019.json | 5 +++-- images/win/toolsets/toolset-2022.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 37faf8c8..96a0be95 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -127,7 +127,7 @@ "name": "az", "url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json", "versions": [ - "7.5.0" + "9.0.1" ], "zip_versions": [ "1.0.0", @@ -142,7 +142,8 @@ "4.7.0", "5.5.0", "5.9.0", - "6.6.0" + "6.6.0", + "7.5.0" ] } ], diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 75909337..f8746410 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -119,10 +119,10 @@ "name": "az", "url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json", "versions": [ - "7.5.0" + "9.0.1" ], "zip_versions": [ - "6.6.0" + "7.5.0" ] } ],