ScoopInstaller_Main/bucket/azure-ps.json
2024-10-08 16:30:48 +00:00

35 lines
1.4 KiB
JSON

{
"version": "12.4.0.39034",
"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/v12.4.0-October2024/Az-Cmdlets-12.4.0.39034-x64.msi",
"hash": "8dd2cf4c5edef91e8658862ab447ad6965e77b874220a52f38bc8a0175907662"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v12.4.0-October2024/Az-Cmdlets-12.4.0.39034-x86.msi",
"hash": "a13e1a375b795fc408f0ae2ec2b9c1574c14c3e1425b2bf2264a06921ddbf25f"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"url": "https://api.github.com/repositories/23891194/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"
}
}
}
}