Files
runner-images/images/win/toolsets/toolset-2016.json
Maksim Petrov 8ce91e3c37 [Windows] Install AZ 4.3.0 (#1137)
* Install and validate AZ 4.3.0 for Windows images

* Move azureModules to toolset

* Fix validation

* Fix modules root location

* Small fix in syntax

* Fix in syntax

* Fixes for default tool versions
2020-07-01 15:16:01 +03:00

116 lines
3.0 KiB
JSON

{
"toolcache": [
{
"name": "Python",
"url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json",
"arch": "x64",
"platform" : "win32",
"versions": [
"2.7.*",
"3.5.*",
"3.6.*",
"3.7.*",
"3.8.*"
],
"default": "3.7.*"
},
{
"name": "Python",
"url" : "https://raw.githubusercontent.com/actions/python-versions/master/versions-manifest.json",
"arch": "x86",
"platform" : "win32",
"versions": [
"2.7.*",
"3.5.*",
"3.6.*",
"3.7.*",
"3.8.*"
]
},
{
"name": "PyPy",
"arch": "x86",
"platform" : "win32",
"versions": [
"2.7",
"3.6"
]
},
{
"name": "node",
"url" : "https://raw.githubusercontent.com/actions/node-versions/master/versions-manifest.json",
"arch": "x64",
"platform" : "win32",
"versions": [
"8.*",
"10.*",
"12.*",
"14.*"
]
},
{
"name": "go",
"url" : "https://raw.githubusercontent.com/actions/go-versions/master/versions-manifest.json",
"arch": "x64",
"platform" : "win32",
"versions": [
"1.9.*",
"1.10.*",
"1.11.*",
"1.12.*",
"1.13.*",
"1.14.*"
],
"default": "1.14.*"
},
{
"name": "Boost",
"url" : "https://raw.githubusercontent.com/actions/boost-versions/master/versions-manifest.json",
"arch": "x86_64",
"platform" : "win32",
"toolset": "msvc14.1",
"versions": [
"1.69.0",
"1.72.0"
]
}
],
"azureModules": [
{
"name": "azurerm",
"versions": [
"2.1.0",
"3.8.0",
"4.2.1",
"5.1.1",
"6.7.0",
"6.13.1"
],
"default": "2.1.0"
},
{
"name": "azure",
"versions": [
"2.1.0",
"3.8.0",
"4.2.1",
"5.1.1",
"5.3.0"
],
"default": "2.1.0"
},
{
"name": "az",
"versions": [
"1.0.0",
"1.6.0",
"2.3.2",
"2.6.0",
"3.1.0",
"3.5.0",
"3.8.0",
"4.3.0"
]
}
]
}