ScoopInstaller_Main/bucket/azure-ps.json
tech189 5b7c2a0896 azure-ps: Update to version 9.2.0.36725
Fix checkver to use GitHub API as releases page no longer includes file names
2022-12-18 16:57:57 +00:00

35 lines
1.4 KiB
JSON

{
"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/v9.2.0-December2022/Az-Cmdlets-9.2.0.36725-x64.msi",
"hash": "d2ffb956f85cf9cd9f9cac1421a8bf87c4f86006d5171a1ac07b2acd564b23c4"
},
"32bit": {
"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",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"url": "https://api.github.com/repos/Azure/azure-powershell/releases",
"regex": "download/v(?<release>[^/]+)/Az-Cmdlets-([0-9.]+)-x64[.]msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x64.msi"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi"
}
}
}
}