[Windows] Upgrade az powershell module from 5.7.0 to 5.9.0 (#3561)

* Add az ps module 5.9.0 to the windows images, move 5.7.0 to zip

* Remove 5.7.0 from zip version as it's usage is low based on the telemetry
This commit is contained in:
Mikhail Timofeev
2021-06-10 21:33:10 +03:00
committed by GitHub
parent 9888238327
commit edd787f61b
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@
"name": "az", "name": "az",
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json", "url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
"versions": [ "versions": [
"5.7.0" "5.9.0"
], ],
"zip_versions": [ "zip_versions": [
"1.0.0", "1.0.0",

View File

@@ -121,7 +121,7 @@
"name": "az", "name": "az",
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json", "url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
"versions": [ "versions": [
"5.7.0" "5.9.0"
], ],
"zip_versions": [ "zip_versions": [
"1.0.0", "1.0.0",