ScoopInstaller_Main/bucket/azure-ps.json
2025-04-01 08:30:20 +00:00

35 lines
1.4 KiB
JSON

{
"version": "13.4.0.39483",
"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/v13.4.0-April2025/Az-Cmdlets-13.4.0.39483-x64.msi",
"hash": "e1b9f830517031b219718894fb00310966cc569c0766e766aeaf9e7212b7e6fc"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v13.4.0-April2025/Az-Cmdlets-13.4.0.39483-x86.msi",
"hash": "5ccba9ec37ba7d8c379416bbea47052bb2ba85032faa884fe0acbc79629cf880"
}
},
"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"
}
}
}
}