Skip to content

Commit e542a20

Browse files
Fix category and add document link (#4430)
1 parent 76c98d2 commit e542a20

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"loc.friendlyName": "Publish To Azure Service Bus (Preview)",
3+
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=850348)",
34
"loc.description": "Sends a message to azure service bus using a service connection (no agent required).",
45
"loc.instanceNameFormat": "Publish to Azure Service Bus",
56
"loc.group.displayName.advanced": "Advanced",

Tasks/PublishToAzureServiceBus/task.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"name": "PublishToAzureServiceBus",
44
"friendlyName": "Publish To Azure Service Bus (Preview)",
55
"description": "Sends a message to azure service bus using a service connection (no agent required).",
6-
"category": "Release",
6+
"category": "Utility",
7+
"helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=850348)",
78
"visibility": [
8-
"Utility"
9+
"Release"
910
],
1011
"runsOn": [
1112
"Server"
@@ -74,4 +75,4 @@
7475
}
7576
}
7677
}
77-
}
78+
}

Tasks/PublishToAzureServiceBus/task.loc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"name": "PublishToAzureServiceBus",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6-
"category": "Release",
6+
"category": "Utility",
7+
"helpMarkDown": "ms-resource:loc.helpMarkDown",
78
"visibility": [
8-
"Utility"
9+
"Release"
910
],
1011
"runsOn": [
1112
"Server"
@@ -75,6 +76,5 @@
7576
}
7677
}
7778
}
78-
},
79-
"helpMarkDown": "ms-resource:loc.helpMarkDown"
79+
}
8080
}

0 commit comments

Comments
 (0)