ScoopInstaller_Main/bucket/azure-ps.json
2021-03-02 11:56:04 +01:00

35 lines
1.4 KiB
JSON

{
"version": "5.6.0.34053",
"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/v5.6.0-March2021/Az-Cmdlets-5.6.0.34053-x64.msi",
"hash": "1979558ebb866e8905e7ff250813df54443f750e39f1a433854aea90992e3471"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v5.6.0-March2021/Az-Cmdlets-5.6.0.34053-x86.msi",
"hash": "a560f20eebf2b4283e39078260cc0de66b03d30473fdd4684e53e7dc581237b7"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"url": "https://github.com/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"
}
}
}
}