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.43 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": "6.13.1.24243",
"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": {
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v6.13.1-November2018/Azure-Cmdlets-6.13.1.24243-x86.msi",
"hash": "4c588028e202871b0c39211ce387a10a44eccc50b228841a83297b144cdf8a6b"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v6.13.1-November2018/Azure-Cmdlets-6.13.1.24243-x64.msi",
"hash": "36765b5887bbd6d1fec8a77d0db7a8fda134b7e2f5e0d3f379e6ade8ba543294"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"github": "https://github.com/Azure/azure-powershell",
"regex": "download/v?(?<release>[\\d\\.]+-[\\w\\d]+)/Azure-Cmdlets-([\\d.]+).*\\.msi"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Azure-Cmdlets-$version-x86.msi"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Azure-Cmdlets-$version-x64.msi"
}
}
}
}