ScoopInstaller_Main/bucket/azure-ps.json
2024-04-30 08:28:08 +00:00

35 lines
1.4 KiB
JSON

{
"version": "11.6.0.38526",
"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.6.0-April2024/Az-Cmdlets-11.6.0.38526-x64.msi",
"hash": "f8dcca6b46439f1ad2f0f32ac9c1a08efaf270550c990c4515142de98f724cdb"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v11.6.0-April2024/Az-Cmdlets-11.6.0.38526-x86.msi",
"hash": "76159b85cb11a2a7301a1f60131175281abf29639f4e2e961ae2c3edaa9ef574"
}
},
"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"
}
}
}
}