File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 15061506 "required" : [
15071507 " type"
15081508 ]
1509+ },
1510+ {
1511+ "type" : " object" ,
1512+ "description" : " Installs docker." ,
1513+ "properties" : {
1514+ "acceptLicense" : {
1515+ "type" : " boolean" ,
1516+ "description" : " Accepts the license agreement. Defaults to true"
1517+ },
1518+ "useCurrentUser" : {
1519+ "type" : " boolean" ,
1520+ "description" : " Use the current user to install docker. Defaults to true"
1521+ },
1522+ "name" : {
1523+ "description" : " Optional name. Useful for specifying multiple resources of the same type" ,
1524+ "type" : " string" ,
1525+ "pattern" : " ^[\\ w-]+$"
1526+ },
1527+ "dependsOn" : {
1528+ "type" : " array" ,
1529+ "items" : {
1530+ "type" : " string"
1531+ },
1532+ "uniqueItems" : true
1533+ },
1534+ "type" : {
1535+ "const" : " docker" ,
1536+ "type" : " string"
1537+ }
1538+ },
1539+ "additionalProperties" : false ,
1540+ "required" : [
1541+ " type"
1542+ ]
15091543 }
15101544 ]
15111545 }
You can’t perform that action at this time.
0 commit comments