From 5b7c2a0896eb8a50ac1340ad5c640b680629e04f Mon Sep 17 00:00:00 2001 From: tech189 Date: Sun, 18 Dec 2022 16:57:57 +0000 Subject: [PATCH] azure-ps: Update to version 9.2.0.36725 Fix checkver to use GitHub API as releases page no longer includes file names --- bucket/azure-ps.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/azure-ps.json b/bucket/azure-ps.json index 5bcfb9f760..9ca35e4fdd 100644 --- a/bucket/azure-ps.json +++ b/bucket/azure-ps.json @@ -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(?[^/]+)/Az-Cmdlets-([0-9.]+)-x64[.]msi" }, "autoupdate": {