|
5 | 5 | "description": "Sends a message to azure service bus using a service connection (no agent required).", |
6 | 6 | "category": "Release", |
7 | 7 | "visibility": [ |
8 | | - "Release" |
| 8 | + "Utility" |
9 | 9 | ], |
10 | 10 | "runsOn": [ |
11 | | - "Server" |
| 11 | + "Server" |
12 | 12 | ], |
13 | 13 | "author": "Microsoft Corporation", |
14 | 14 | "version": { |
15 | 15 | "Major": 0, |
16 | 16 | "Minor": 1, |
17 | | - "Patch": 0 |
| 17 | + "Patch": 1 |
18 | 18 | }, |
19 | 19 | "preview": "true", |
20 | 20 | "groups": [ |
|
25 | 25 | } |
26 | 26 | ], |
27 | 27 | "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 | | - }, |
50 | 28 | { |
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 | + } |
58 | 58 | ], |
59 | 59 | "instanceNameFormat": "Publish to Azure Service Bus", |
60 | 60 | "execution": { |
|
0 commit comments