ScoopInstaller_Main/bucket/azure-ps.json
2022-04-05 04:29:10 +00:00

35 lines
1.4 KiB
JSON

{
"version": "7.4.0.35571",
"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/v7.4.0-April2022/Az-Cmdlets-7.4.0.35571-x64.msi",
"hash": "951a91c45fa14af59aad838904fcf04607396052b23e65b308707f54e0408c23"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v7.4.0-April2022/Az-Cmdlets-7.4.0.35571-x86.msi",
"hash": "000d8273ba7541939cdb8cb0f11ee04ca37e4f26b3ea9f84427883256d6b5c8a"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"url": "https://github.com/Azure/azure-powershell/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"
}
}
}
}