Skip to content

Commit

Permalink
task input not correctly defined
Browse files Browse the repository at this point in the history
  • Loading branch information
liprec committed May 5, 2020
1 parent 0e42e05 commit 69953a1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions delete-adf-items/v2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": "2",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.100.0",
"groups": [
Expand Down Expand Up @@ -126,11 +126,11 @@
"type": "pickList",
"label": "Set sorting direction of the delete order",
"required": "true",
"defaultValue": "Descending",
"defaultValue": "descending",
"groupname": "advanced",
"options": {
"start": "Ascending",
"stop": "Descending"
"ascending": "Ascending",
"descending": "Descending"
}
}
],
Expand Down
10 changes: 5 additions & 5 deletions deploy-adf-json/v2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": "2",
"Minor": "2",
"Patch": "0"
"Patch": "1"
},
"minimumAgentVersion": "1.100.0",
"groups": [
Expand Down Expand Up @@ -124,13 +124,13 @@
{
"name": "Sorting",
"type": "pickList",
"label": "Set sorting direction of the delete order",
"label": "Set sorting direction of the deploy order",
"required": "true",
"defaultValue": "Ascending",
"defaultValue": "ascending",
"groupname": "advanced",
"options": {
"start": "Ascending",
"stop": "Descending"
"ascending": "Ascending",
"descending": "Descending"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion vss-extension-preview.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "vsts-publish-adf-preview",
"version": "2.2.0",
"version": "2.2.1",
"name": "Azure Data Factory (Preview)",
"publisher": "liprec",
"public": false,
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "vsts-publish-adf",
"version": "2.2.0",
"version": "2.2.1",
"name": "Azure Data Factory",
"publisher": "liprec",
"public": true,
Expand Down

0 comments on commit 69953a1

Please sign in to comment.