[Ubuntu] Upgrade Azure PowerShell from 5.9.0 to 6.1.0 (#3675)

* upgrade azure powershell from 5.9.0 to 6.1.0 on ubuntu images
* zip 5.9.0 version
This commit is contained in:
Dibir Magomedsaygitov
2021-07-12 18:26:04 +03:00
committed by GitHub
parent 52b67da785
commit 2ebf8e46f3
2 changed files with 6 additions and 4 deletions

View File

@@ -105,11 +105,12 @@
"name": "az",
"url" : "https://raw.githubusercontent.com/Azure/az-ps-module-versions/main/versions-manifest.json",
"versions": [
"5.9.0"
"6.1.0"
],
"zip_versions": [
"3.1.0",
"4.4.0"
"4.4.0",
"5.9.0"
]
}
],