Skip to content

Commit acf9032

Browse files
committed
fix manifest for Test/Delete resource
1 parent 32076fb commit acf9032

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

tools/dsctest/dscdelete.dsc.resource.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,21 @@
66
"executable": "dsctest",
77
"args": [
88
"delete",
9-
"--input",
10-
"{json}"
11-
],
12-
"input": {
13-
"arg": "{json}"
14-
}
9+
{
10+
"jsonInputArg": "--input",
11+
"mandatory": true
12+
}
13+
]
1514
},
1615
"delete": {
1716
"executable": "dsctest",
1817
"args": [
1918
"delete",
20-
"--input",
21-
"{json}"
22-
],
23-
"input": {
24-
"arg": "{json}"
25-
}
19+
{
20+
"jsonInputArg": "--input",
21+
"mandatory": true
22+
}
23+
]
2624
},
2725
"schema": {
2826
"command": {

0 commit comments

Comments
 (0)