Skip to content

Commit 58f39ae

Browse files
authored
Merge pull request #4225 from Microsoft/users/jikuma/kubeDescriptionChangeM116
Changed Kubernetes task description
2 parents 7f73b3c + 736d5db commit 58f39ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"loc.friendlyName": "Deploy to Kubernetes",
33
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=846415)",
4-
"loc.description": "Deploy of run a command on kubernetes cluster",
4+
"loc.description": "Deploy, configure, update your Kubernetes cluster in Azure Container Service by running kubectl commands.",
55
"loc.instanceNameFormat": "kubectl $(command)",
66
"loc.group.displayName.registry": "Container Registry Details",
77
"loc.group.displayName.commands": "Commands",

Tasks/Kubernetes/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "CBC316A2-586F-4DEF-BE79-488A1F503564",
33
"name": "Kubernetes",
44
"friendlyName": "Deploy to Kubernetes",
5-
"description": "Deploy of run a command on kubernetes cluster",
5+
"description": "Deploy, configure, update your Kubernetes cluster in Azure Container Service by running kubectl commands.",
66
"helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=846415)",
77
"category": "Deploy",
88
"visibility": [
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 0,
1515
"Minor": 1,
16-
"Patch": 1
16+
"Patch": 2
1717
},
1818
"demands": [],
1919
"preview": "true",

Tasks/Kubernetes/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": {
1414
"Major": 0,
1515
"Minor": 1,
16-
"Patch": 1
16+
"Patch": 2
1717
},
1818
"demands": [],
1919
"preview": "true",

0 commit comments

Comments
 (0)