Skip to content

Commit aac1072

Browse files
authored
Merge pull request #67 from conormurraypuppet/add-discovery-extension-metadata
(SEN-788) Add discovery extension metadata
2 parents 6c12d24 + 3e799fe commit aac1072

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

tasks/linux.json

+7
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
"description": "The command to run, including all arguments.",
77
"type": "String[1]"
88
}
9+
},
10+
"extensions": {
11+
"discovery": {
12+
"friendlyName": "Run a shell command on Linux",
13+
"osFamily": "linux",
14+
"type": ["host"]
15+
}
916
}
1017
}

tasks/windows.json

+7
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
"description": "The command to run, including all arguments.",
77
"type": "String[1]"
88
}
9+
},
10+
"extensions": {
11+
"discovery": {
12+
"friendlyName": "Run a shell command on Windows",
13+
"osFamily": "windows",
14+
"type": ["host"]
15+
}
916
}
1017
}

0 commit comments

Comments
 (0)