[Windows] Upgrade Azure PowerShell from 5.9.0 to 6.1.0 (#3676)

* Add 6.1.0 to windows images
* Zip 5.9.0 version
This commit is contained in:
Dibir Magomedsaygitov
2021-07-12 20:17:32 +03:00
committed by GitHub
parent 75e8ea0593
commit cfffe35709
2 changed files with 6 additions and 4 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.9.0" "6.1.0"
], ],
"zip_versions": [ "zip_versions": [
"1.0.0", "1.0.0",
@@ -134,7 +134,8 @@
"4.3.0", "4.3.0",
"4.4.0", "4.4.0",
"4.7.0", "4.7.0",
"5.5.0" "5.5.0",
"5.9.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.9.0" "6.1.0"
], ],
"zip_versions": [ "zip_versions": [
"1.0.0", "1.0.0",
@@ -134,7 +134,8 @@
"4.3.0", "4.3.0",
"4.4.0", "4.4.0",
"4.7.0", "4.7.0",
"5.5.0" "5.5.0",
"5.9.0"
] ]
} }
], ],