forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-ps.json
34 lines (34 loc) · 1.32 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.6.0",
"license": "Apache-2.0",
"architecture": {
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v6.6.0-July2018/azure-powershell.6.6.0-x86.msi",
"hash": "5859b0ede6f94ff0618b7f67b23eea2b7d630dd69aee29c5f0922b7771395162"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v6.6.0-July2018/azure-powershell.6.6.0.msi",
"hash": "47dfe343a9075b45bda8413232bce7ad29a34c57558feba238141b3a78fccf6d"
}
},
"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"
}
}
}
}