Skip to content

Commit 251c2a3

Browse files
fix category and add icon (#4419)
1 parent e5fa477 commit 251c2a3

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed
1.23 KB
Loading

Tasks/PublishToAzureServiceBus/task.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"description": "Sends a message to azure service bus using a service connection (no agent required).",
66
"category": "Release",
77
"visibility": [
8-
"Release"
8+
"Utility"
99
],
1010
"runsOn": [
11-
"Server"
11+
"Server"
1212
],
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
1616
"Minor": 1,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"preview": "true",
2020
"groups": [
@@ -25,36 +25,36 @@
2525
}
2626
],
2727
"inputs": [
28-
{
29-
"name": "connectedServiceName",
30-
"type": "connectedService:AzureServiceBus",
31-
"label": "Azure Service Bus Connection",
32-
"defaultValue": "",
33-
"required": true,
34-
"helpMarkDown": "Select a Azure Service Bus connection."
35-
},
36-
{
37-
"name": "messageBody",
38-
"type": "multiLine",
39-
"label": "Message body",
40-
"required": true,
41-
"defaultValue": "{\"JobId\": \"$(system.jobId)\", \"PlanId\": \"$(system.planId)\", \"TimelineId\": \"$(system.timelineId)\", \"ProjectId\": \"$(system.teamProjectId)\", \"VstsUrl\": \"$(system.CollectionUri)\",\"AuthToken\": \"$(system.AccessToken)\"}",
42-
"helpMarkDown": "Enter the json messageBody.",
43-
"properties": {
44-
"resizable": "true",
45-
"rows": "10",
46-
"maxLength": "5000",
47-
"editorExtension": "ms.vss-services-azure.azure-servicebus-message-grid"
48-
}
49-
},
5028
{
51-
"name": "waitForCompletion",
52-
"type": "boolean",
53-
"label": "Wait for Task Completion",
54-
"defaultValue": "false",
55-
"required": true,
56-
"helpMarkDown": "If this is true, this task will wait for TaskCompleted event for the specified task timeout."
57-
}
29+
"name": "connectedServiceName",
30+
"type": "connectedService:AzureServiceBus",
31+
"label": "Azure Service Bus Connection",
32+
"defaultValue": "",
33+
"required": true,
34+
"helpMarkDown": "Select a Azure Service Bus connection."
35+
},
36+
{
37+
"name": "messageBody",
38+
"type": "multiLine",
39+
"label": "Message body",
40+
"required": true,
41+
"defaultValue": "{\"JobId\": \"$(system.jobId)\", \"PlanId\": \"$(system.planId)\", \"TimelineId\": \"$(system.timelineId)\", \"ProjectId\": \"$(system.teamProjectId)\", \"VstsUrl\": \"$(system.CollectionUri)\",\"AuthToken\": \"$(system.AccessToken)\"}",
42+
"helpMarkDown": "Enter the json messageBody.",
43+
"properties": {
44+
"resizable": "true",
45+
"rows": "10",
46+
"maxLength": "5000",
47+
"editorExtension": "ms.vss-services-azure.azure-servicebus-message-grid"
48+
}
49+
},
50+
{
51+
"name": "waitForCompletion",
52+
"type": "boolean",
53+
"label": "Wait for Task Completion",
54+
"defaultValue": "false",
55+
"required": true,
56+
"helpMarkDown": "If this is true, this task will wait for TaskCompleted event for the specified task timeout."
57+
}
5858
],
5959
"instanceNameFormat": "Publish to Azure Service Bus",
6060
"execution": {

Tasks/PublishToAzureServiceBus/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "ms-resource:loc.description",
66
"category": "Release",
77
"visibility": [
8-
"Release"
8+
"Utility"
99
],
1010
"runsOn": [
1111
"Server"
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 1,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"preview": "true",
2020
"groups": [

0 commit comments

Comments
 (0)