forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-ps.json
34 lines (34 loc) · 1.4 KB
/
azure-ps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"version": "9.5.0.37012",
"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/v9.5.0-March2023/Az-Cmdlets-9.5.0.37012-x64.msi",
"hash": "d7adb6304687379d77a52241c6951f0ce590097ff97b4f49c4c4224a6dd1e082"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v9.5.0-March2023/Az-Cmdlets-9.5.0.37012-x86.msi",
"hash": "b229fa38f8616f1a2e3d4a61e346e2f838b8a146123fcaf909154e83f1950d85"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"url": "https://api.github.com/repos/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"
}
}
}
}