azure-ps: Update to version 9.2.0.36725

Fix checkver to use GitHub API as releases page no longer includes file names
This commit is contained in:
tech189 2022-12-18 16:57:57 +00:00
parent 3cbf3b36d4
commit 5b7c2a0896

View File

@ -1,16 +1,16 @@
{
"version": "8.3.0.36300",
"version": "9.2.0.36725",
"description": "PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.",
"homepage": "https://aka.ms/azpsdocs",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v8.3.0-September2022/Az-Cmdlets-8.3.0.36300-x64.msi",
"hash": "bacab062098cb416884973dcf353764db450cd6fe58fdfd55f851b319b7f32a6"
"url": "https://github.com/Azure/azure-powershell/releases/download/v9.2.0-December2022/Az-Cmdlets-9.2.0.36725-x64.msi",
"hash": "d2ffb956f85cf9cd9f9cac1421a8bf87c4f86006d5171a1ac07b2acd564b23c4"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v8.3.0-September2022/Az-Cmdlets-8.3.0.36300-x86.msi",
"hash": "2a1f24d64242ce10c29cf9fcc10d0aa327e0e5f02e62fa88b88c4466e021825d"
"url": "https://github.com/Azure/azure-powershell/releases/download/v9.2.0-December2022/Az-Cmdlets-9.2.0.36725-x86.msi",
"hash": "930bebac8d2bf3fad3948d3657158f77fa6e4a50e89c1fa9de92fde2e65afc47"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
@ -18,7 +18,7 @@
"name": "AzureRM"
},
"checkver": {
"url": "https://github.com/Azure/azure-powershell/releases",
"url": "https://api.github.com/repos/Azure/azure-powershell/releases",
"regex": "download/v(?<release>[^/]+)/Az-Cmdlets-([0-9.]+)-x64[.]msi"
},
"autoupdate": {