From be94fa2215a24673dad1a5897acfe68185c1d49a Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Thu, 14 Apr 2022 09:02:56 +0200 Subject: [PATCH] [macOS] Install Az module latest version (#5401) --- images/macos/toolsets/toolset-10.15.json | 7 +------ images/macos/toolsets/toolset-11.json | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 3dfb0031..52950bff 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -182,12 +182,7 @@ } }, "powershellModules": [ - { - "name": "Az", - "versions": [ - "7.1.0" - ] - }, + {"name": "Az"}, {"name": "MarkdownPS"}, {"name": "Pester"}, {"name": "PSScriptAnalyzer"} diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 81b54cde..e48f6c90 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -167,12 +167,7 @@ } }, "powershellModules": [ - { - "name": "Az", - "versions": [ - "7.1.0" - ] - }, + {"name": "Az"}, {"name": "MarkdownPS"}, {"name": "Pester"}, {"name": "PSScriptAnalyzer"}