ScoopInstaller_Main/bucket/azure-ps.json
2025-08-05 12:32:12 +00:00

35 lines
1.4 KiB
JSON

{
"version": "14.3.0.40052",
"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/v14.3.0-August2025/Az-Cmdlets-14.3.0.40052-x64.msi",
"hash": "c64baf306bcb169d491aa2ea6145284722d2857fcd15cfd4ec63379b8fb65004"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v14.3.0-August2025/Az-Cmdlets-14.3.0.40052-x86.msi",
"hash": "5d1f61668cbbd90fe04e273a07110bb79e45c69fc8eea5967103e100591495b7"
}
},
"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"
}
}
}
}