ScoopInstaller_Main/bucket/azure-ps.json
2024-02-01 08:25:33 +00:00

35 lines
1.4 KiB
JSON

{
"version": "11.3.0.38269",
"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.3.0-Feb2024/Az-Cmdlets-11.3.0.38269-x64.msi",
"hash": "8902e826b5fe5c549f95a13e40a0a4280151a80315214829e8e8738be2cd067c"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v11.3.0-Feb2024/Az-Cmdlets-11.3.0.38269-x86.msi",
"hash": "bcbf9f6fa1924354e7a205a74f6395db47a1f90f8881b0b54791afe44b877d3a"
}
},
"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"
}
}
}
}