File tree 3 files changed +8
-8
lines changed
Tasks/PublishToAzureServiceBusV2
Strings/resources.resjson/en-US
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"loc.friendlyName": "Publish To Azure Service Bus",
3
3
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870237)",
4
- "loc.description": "Sends a message to Azure Service Bus using a service connection (no agent is required)",
4
+ "loc.description": "Sends a message to Azure Service Bus using an Azure Resource Manager service connection (no agent is required)",
5
5
"loc.instanceNameFormat": "Publish to Azure Service Bus",
6
6
"loc.group.displayName.advancedProperties": "Advanced",
7
- "loc.input.label.connectedServiceName": "Azure Service Bus service connection",
8
- "loc.input.help.connectedServiceName": "Select an Azure Service Bus service connection.",
7
+ "loc.input.label.connectedServiceName": "Azure Resource Manager service connection",
8
+ "loc.input.help.connectedServiceName": "Select an Azure Resource Manager service connection.",
9
9
"loc.input.label.serviceBusQueueName": "Azure Service Bus Queue name",
10
10
"loc.input.help.serviceBusQueueName": "Specify the name of the queue for which the message is intended.",
11
11
"loc.input.label.serviceBusNamespace": "Azure Service Bus Namespace",
Original file line number Diff line number Diff line change 2
2
"id" : " BA761F24-CBD6-48CB-92F3-FC13396405B1" ,
3
3
"name" : " PublishToAzureServiceBus" ,
4
4
"friendlyName" : " Publish To Azure Service Bus" ,
5
- "description" : " Sends a message to Azure Service Bus using a service connection (no agent is required)" ,
5
+ "description" : " Sends a message to Azure Service Bus using an Azure Resource Manager service connection (no agent is required)" ,
6
6
"category" : " Utility" ,
7
7
"helpUrl" : " https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/publish-to-azure-service-bus" ,
8
8
"helpMarkDown" : " [Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870237)" ,
17
17
"version" : {
18
18
"Major" : 2 ,
19
19
"Minor" : 241 ,
20
- "Patch" : 0
20
+ "Patch" : 1
21
21
},
22
22
"groups" : [
23
23
{
33
33
" azureSubscription"
34
34
],
35
35
"type" : " connectedService:AzureRM" ,
36
- "label" : " Azure Service Bus service connection" ,
36
+ "label" : " Azure Resource Manager service connection" ,
37
37
"defaultValue" : " " ,
38
38
"required" : true ,
39
- "helpMarkDown" : " Select an Azure Service Bus service connection."
39
+ "helpMarkDown" : " Select an Azure Resource Manager service connection."
40
40
},
41
41
{
42
42
"name" : " serviceBusQueueName" ,
Original file line number Diff line number Diff line change 17
17
"version" : {
18
18
"Major" : 2 ,
19
19
"Minor" : 241 ,
20
- "Patch" : 0
20
+ "Patch" : 1
21
21
},
22
22
"groups" : [
23
23
{
You can’t perform that action at this time.
0 commit comments