ScoopInstaller_Main/bucket/azure-ps.json
2024-04-02 09:07:53 +00:00

35 lines
1.4 KiB
JSON

{
"version": "11.5.0.38451",
"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.5.0-April2024/Az-Cmdlets-11.5.0.38451-x64.msi",
"hash": "bdac5575038f1bf866c097994872d95692e819e46e3582ea30122e7e1ac6aec0"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v11.5.0-April2024/Az-Cmdlets-11.5.0.38451-x86.msi",
"hash": "850bf05e845d440d3d3be843c53cb1b712a6de7f53c3bff3f214fee9d92c0c3f"
}
},
"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"
}
}
}
}