ScoopInstaller_Main/bucket/azure-ps.json
2022-03-01 12:30:57 +00:00

35 lines
1.4 KiB
JSON

{
"version": "7.3.0.35302",
"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.3.0-March2022/Az-Cmdlets-7.3.0.35302-x64.msi",
"hash": "c56efd41e7c769e74504d212f4b7836e9a12f5c9bb6f4f9f7add08f86adc189c"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v7.3.0-March2022/Az-Cmdlets-7.3.0.35302-x86.msi",
"hash": "61a76a5d4f52f889c2b338a5c0b993f5a3029f2625086cffbfcaf909db4c39f7"
}
},
"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"
}
}
}
}