Skip to content

Commit

Permalink
Remove preview flag (#6523)
Browse files Browse the repository at this point in the history
  • Loading branch information
vithati authored Feb 26, 2018
1 parent 4e6be44 commit 8bcc0f8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Tasks/AzureFunction/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"author": "Microsoft Corporation",
"helpMarkDown": "[More Information](https://docs.microsoft.com/en-us/vsts/build-release/tasks/utility/azure-function)",
"category": "Utility",
"preview": "true",
"visibility": [
"Build",
"Release"
Expand All @@ -18,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 1
"Patch": 2
},
"instanceNameFormat": "Azure Function: $(function)",
"groups": [{
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureFunction/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"author": "Microsoft Corporation",
"helpMarkDown": "ms-resource:loc.helpMarkDown",
"category": "Utility",
"preview": "true",
"visibility": [
"Build",
"Release"
Expand All @@ -18,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 1
"Patch": 2
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"groups": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureMonitor/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"version": {
"Major": 0,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"preview": "true",
"instanceNameFormat": "Query Azure Monitor alerts",
"groups": [],
"inputs": [{
Expand Down
3 changes: 1 addition & 2 deletions Tasks/AzureMonitor/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"version": {
"Major": 0,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"preview": "true",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"groups": [],
"inputs": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/QueryWorkItems/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"author": "Microsoft Corporation",
"helpMarkDown": "[More Information](https://docs.microsoft.com/en-us/vsts/build-release/tasks/utility/work-item-query)",
"category": "Utility",
"preview": true,
"visibility": [
"Build",
"Release"
Expand All @@ -18,7 +17,7 @@
"version": {
"Major": 0,
"Minor": 0,
"Patch": 7
"Patch": 8
},
"instanceNameFormat": "Query Work Items",
"groups": [
Expand Down
3 changes: 1 addition & 2 deletions Tasks/QueryWorkItems/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"author": "Microsoft Corporation",
"helpMarkDown": "ms-resource:loc.helpMarkDown",
"category": "Utility",
"preview": true,
"visibility": [
"Build",
"Release"
Expand All @@ -18,7 +17,7 @@
"version": {
"Major": 0,
"Minor": 0,
"Patch": 7
"Patch": 8
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"groups": [
Expand Down

0 comments on commit 8bcc0f8

Please sign in to comment.