ScoopInstaller_Main/bucket/azure-ps.json
2024-09-03 04:28:37 +00:00

35 lines
1.4 KiB
JSON

{
"version": "12.3.0.38938",
"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/v12.3.0-September2024/Az-Cmdlets-12.3.0.38938-x64.msi",
"hash": "61236f231c121db1f641b925de7d3a6b424821c8e0a5279d9b780007f45ef130"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v12.3.0-September2024/Az-Cmdlets-12.3.0.38938-x86.msi",
"hash": "eebd822d56ac1acfe3e260f41897a02ad94c44d0b105062a2cbb673276346e05"
}
},
"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"
}
}
}
}