[Windows] Upgrade az powershell module from 5.5.0 to 5.7.0 (#3128)

* Change Az from 5.5.0 to 5.7.0

* Remove 4.6.0, add 5.5.0 to zip
This commit is contained in:
Mikhail Timofeev
2021-04-08 21:00:50 +03:00
committed by GitHub
parent e8f899d57c
commit 1c76e14336
2 changed files with 6 additions and 6 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.5.0" "5.7.0"
], ],
"zip_versions": [ "zip_versions": [
"1.0.0", "1.0.0",
@@ -133,8 +133,8 @@
"3.8.0", "3.8.0",
"4.3.0", "4.3.0",
"4.4.0", "4.4.0",
"4.6.0", "4.7.0",
"4.7.0" "5.5.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.5.0" "5.7.0"
], ],
"zip_versions": [ "zip_versions": [
"1.0.0", "1.0.0",
@@ -133,8 +133,8 @@
"3.8.0", "3.8.0",
"4.3.0", "4.3.0",
"4.4.0", "4.4.0",
"4.6.0", "4.7.0",
"4.7.0" "5.5.0"
] ]
} }
], ],