Skip to content

Commit 3a4bcc4

Browse files
authored
Merge pull request #60 from sirinek/master
updated metadata files
2 parents c875d7c + 13ff7e3 commit 3a4bcc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/available_updates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"parameters": {
2222
"provider": {
2323
"description": "What update provider to use. For Linux (RHEL, Debian, SUSE, etc.) this parameter is not used. For Windows the available values are: 'windows', 'chocolatey', 'all' (both 'windows' and 'chocolatey'). The default value for Windows is 'all'. If 'all' is passed and Chocolatey isn't installed then Chocolatey will simply be skipped. If 'chocolatey' is passed and Chocolatey isn't installed, then this will error.",
24-
"type": "Optional[String[1]]"
24+
"type": "Optional[String]"
2525
}
2626
}
2727
}

tasks/update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"parameters": {
2121
"provider": {
2222
"description": "What update provider to use. For Linux (RHEL, Debian, etc) this parameter is not used. For Windows the available values are: 'windows', 'chocolatey', 'all' (both 'windows' and 'chocolatey'). The default value for Windows is 'all'. If 'all' is passed and Chocolatey isn't installed then Chocolatey will simply be skipped. If 'chocolatey' is passed and Chocolatey isn't installed, then this will error.",
23-
"type": "Optional[String[1]]"
23+
"type": "Optional[String]"
2424
},
2525
"names": {
2626
"description": "Name of the package(s) to update. If nothing is passed then all packages will be updated. Note: this currently only works for Linux, Windows support will be added in the future for both Windows Update and Chocolatey (TODO)",

0 commit comments

Comments
 (0)