Skip to content

Commit 383ae89

Browse files
Fix strings for the PublishToAzureServiceBusV2 task (#19964)
* Fixed strings in the PublishToAzureServiceBus task.
1 parent aaed7b6 commit 383ae89

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Tasks/PublishToAzureServiceBusV2/Strings/resources.resjson/en-US/resources.resjson

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"loc.friendlyName": "Publish To Azure Service Bus",
33
"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)",
55
"loc.instanceNameFormat": "Publish to Azure Service Bus",
66
"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.",
99
"loc.input.label.serviceBusQueueName": "Azure Service Bus Queue name",
1010
"loc.input.help.serviceBusQueueName": "Specify the name of the queue for which the message is intended.",
1111
"loc.input.label.serviceBusNamespace": "Azure Service Bus Namespace",

Tasks/PublishToAzureServiceBusV2/task.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "BA761F24-CBD6-48CB-92F3-FC13396405B1",
33
"name": "PublishToAzureServiceBus",
44
"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)",
66
"category": "Utility",
77
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/publish-to-azure-service-bus",
88
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=870237)",
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 241,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"groups": [
2323
{
@@ -33,10 +33,10 @@
3333
"azureSubscription"
3434
],
3535
"type": "connectedService:AzureRM",
36-
"label": "Azure Service Bus service connection",
36+
"label": "Azure Resource Manager service connection",
3737
"defaultValue": "",
3838
"required": true,
39-
"helpMarkDown": "Select an Azure Service Bus service connection."
39+
"helpMarkDown": "Select an Azure Resource Manager service connection."
4040
},
4141
{
4242
"name": "serviceBusQueueName",

Tasks/PublishToAzureServiceBusV2/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 241,
20-
"Patch": 0
20+
"Patch": 1
2121
},
2222
"groups": [
2323
{

0 commit comments

Comments
 (0)