ScoopInstaller_Main/bucket/azure-ps.json
2020-07-14 16:12:26 +02:00

35 lines
1.4 KiB
JSON

{
"version": "4.4.0.33134",
"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/v4.4.0-July2020/Az-Cmdlets-4.4.0.33134-x64.msi",
"hash": "62ed94dcf12e4aaa91306236af61d6555cf56688e8a66d382ea855c0da3bac61"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v4.4.0-July2020/Az-Cmdlets-4.4.0.33134-x86.msi",
"hash": "cfb322c69b5779abc9576cd8404329f8f3565779ce0f1ded32b7b9cbd9e23974"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"github": "https://github.com/Azure/azure-powershell",
"regex": "download/v?(?<release>[\\w-.]+)/Az-Cmdlets-([\\d.]+)-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"
}
}
}
}