ScoopInstaller_Main/bucket/azure-ps.json
2020-11-17 13:23:25 +01:00

35 lines
1.4 KiB
JSON

{
"version": "5.1.0.33698",
"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.1.0-November2020/Az-Cmdlets-5.1.0.33698-x64.msi",
"hash": "4a2c73bc06b3f99190f4a19f59ad634ed40c17903bf15ca4299413bd5a8bad5f"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v5.1.0-November2020/Az-Cmdlets-5.1.0.33698-x86.msi",
"hash": "f6d4f1c4be669959a72cf74cd5b3dad3c748d6be18b9230fb4fee2a5d088391b"
}
},
"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"
}
}
}
}