forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-ps.json
34 lines (34 loc) · 1.33 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
{
"description": "Microsoft Azure PowerShell",
"homepage": "https://aka.ms/azpsdocs",
"version": "6.9.0",
"license": "Apache-2.0",
"architecture": {
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v6.9.0-September2018/azure-powershell.6.9.0-x86.msi",
"hash": "c75f591ffd3a00228f58c63fa9d0fd3561e625ee411e2194015fb7cb9d8afc2b"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v6.9.0-September2018/azure-powershell.6.9.0.msi",
"hash": "6938baf0cee2448665bd2d2c88840491b2203758ac2a589f844b6889e774e6d6"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"github": "https://github.com/Azure/azure-powershell",
"re": "/download/(?:v?)(?<release>[\\d.]+-[\\w\\d]+)/azure-powershell.([\\d.]+).msi"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/azure-powershell.$version-x86.msi"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/azure-powershell.$version.msi"
}
}
}
}