ScoopInstaller_Main/bucket/azure-ps.json
2023-12-05 12:30:09 +00:00

35 lines
1.4 KiB
JSON

{
"version": "11.1.0.38060",
"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/v11.1.0-December2023/Az-Cmdlets-11.1.0.38060-x64.msi",
"hash": "d29a609263602d53d5409cc6f7d92c726322f3b9ae7465386b9fbc8c1e616d59"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v11.1.0-December2023/Az-Cmdlets-11.1.0.38060-x86.msi",
"hash": "716e75487f5d68bc960dbb9342a0ea764dfd2bdb2eb4658a568390264d9bd45b"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"url": "https://api.github.com/repositories/23891194/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"
}
}
}
}