From a6856ecef36861a423efc7d57453e5bceee94f31 Mon Sep 17 00:00:00 2001 From: Nikolay Frolov <90333448+nikolai-frolov@users.noreply.github.com> Date: Wed, 12 Jan 2022 22:06:39 +0300 Subject: [PATCH] [Ubuntu] Update Azure PowerShell to 7.1 (#4855) --- images/linux/toolsets/toolset-1804.json | 5 +++-- images/linux/toolsets/toolset-2004.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index d8fbf5bd0..1f4915c8c 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -118,12 +118,13 @@ "name": "az", "url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json", "versions": [ - "6.4.0" + "7.1.0" ], "zip_versions": [ "3.1.0", "4.4.0", - "5.9.0" + "5.9.0", + "6.6.0" ] } ], diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 122aebcbe..0947c7cf7 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -116,12 +116,13 @@ "name": "az", "url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json", "versions": [ - "6.4.0" + "7.1.0" ], "zip_versions": [ "3.1.0", "4.4.0", - "5.9.0" + "5.9.0", + "6.6.0" ] } ],