ScoopInstaller_Main/bucket/azure-cli.json
2020-01-07 04:01:48 +00:00

18 lines
605 B
JSON

{
"description": "Microsoft Azure CLI 2.0",
"homepage": "https://aka.ms/cli",
"version": "2.0.79",
"license": "MIT",
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.0.79.msi",
"hash": "78784ae598c2bf75349b00654c23f17e13c3e275c7b4f69f4859180d8c916870",
"extract_dir": "Microsoft SDKs\\Azure\\CLI2",
"bin": "wbin\\az.cmd",
"checkver": {
"github": "https://github.com/Azure/azure-cli",
"regex": "/releases/tag/azure-cli-([\\d.]+)"
},
"autoupdate": {
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-$version.msi"
}
}