ScoopInstaller_Main/bucket/azure-ps.json
2023-11-14 16:25:28 +00:00

35 lines
1.4 KiB
JSON

{
"version": "11.0.0.37926",
"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/v11.0.0-November2023/Az-Cmdlets-11.0.0.37926-x64.msi",
"hash": "d427e43da6ed6ff85b34b0e7c15468073c7c5465e34fdeb68d859e4802b1b06f"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v11.0.0-November2023/Az-Cmdlets-11.0.0.37926-x86.msi",
"hash": "50ff88baa11931e4ccf64e9c7e42a3f618c784c964693f906643be82d7e55e64"
}
},
"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"
}
}
}
}