Skip to content

Commit 49b5984

Browse files
authored
remove extra schema info (microsoft#308)
1 parent 26edae7 commit 49b5984

File tree

1 file changed

+2
-53
lines changed

1 file changed

+2
-53
lines changed

tasks.schema.json

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@
2929
"author": {
3030
"type": "string"
3131
},
32-
"visibility": {
33-
"type": "array",
34-
"items": {
35-
"type": "string",
36-
"enum": [
37-
"Build",
38-
"Release",
39-
"Preview"
40-
]
41-
}
42-
},
4332
"runsOn": {
4433
"type": "array",
4534
"items": {
@@ -81,15 +70,6 @@
8170
},
8271
"isExpanded": {
8372
"type": "boolean"
84-
},
85-
"tags": {
86-
"type": "array",
87-
"items": {
88-
"type": "string",
89-
"enum": [
90-
"Preview"
91-
]
92-
}
9373
}
9474
}
9575
}
@@ -108,7 +88,7 @@
10888
"version": {
10989
"type": "object",
11090
"additionalProperties": false,
111-
"description": "Always update this when you release your task, so that the agents utilise the latest code.",
91+
"description": "Always update this when you release your task, so that the agents utilize the latest code.",
11292
"required": [
11393
"Major",
11494
"Minor",
@@ -196,7 +176,7 @@
196176
"properties": {
197177
"type": "object",
198178
"properties": {
199-
"EditableOptions": {
179+
"editableOptions": {
200180
"type": "string",
201181
"enum": [
202182
"True",
@@ -268,26 +248,8 @@
268248
"Node": {
269249
"$ref": "#/definitions/executionObject"
270250
},
271-
"Bash": {
272-
"$ref": "#/definitions/executionObject"
273-
},
274-
"AzurePowerShell": {
275-
"$ref": "#/definitions/executionObject"
276-
},
277-
"PowerShell": {
278-
"$ref": "#/definitions/executionObject"
279-
},
280251
"PowerShell3": {
281252
"$ref": "#/definitions/executionObject"
282-
},
283-
"PowerShellExe": {
284-
"$ref": "#/definitions/executionObject"
285-
},
286-
"Process": {
287-
"$ref": "#/definitions/executionObject"
288-
},
289-
"RM:ManualIntervention": {
290-
"$ref": "#/definitions/executionObject"
291253
}
292254
}
293255
},
@@ -307,19 +269,6 @@
307269
"type": "string",
308270
"description": "The target file to be executed. You can use variables here in brackets e.g. $(currentDirectory)\filename.ps1"
309271
},
310-
"argumentFormat": {
311-
"type": "string"
312-
},
313-
"workingDirectory": {
314-
"type": "string",
315-
"description": "The directory to execute the task from e.g. $(currentDirectory)"
316-
},
317-
"modifyEnvironment": {
318-
"type": [
319-
"boolean",
320-
"string"
321-
]
322-
},
323272
"platforms": {
324273
"type": "array",
325274
"items": {

0 commit comments

Comments
 (0)