ScoopInstaller_Main/bucket/azure-ps.json
2019-09-24 15:00:21 +00:00

35 lines
1.4 KiB
JSON

{
"version": "2.7.0.29947",
"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": {
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v2.7.0-September2019/Az-Cmdlets-2.7.0.29947-x86.msi",
"hash": "817b8d79a6a8772fe93427b674dd558444cf3e7be32c50306130e53c5b557559"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v2.7.0-September2019/Az-Cmdlets-2.7.0.29947-x64.msi",
"hash": "f66b67ea26c438939d945a08cdcdd5eda22da3514f3f3b15ce921aa552720efd"
}
},
"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": {
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x64.msi"
}
}
}
}