Skip to content

Commit 2aa0283

Browse files
authored
Update helpUrl of container tasks to a redirection link (#12408)
1 parent d9da98e commit 2aa0283

File tree

16 files changed

+80
-69
lines changed

16 files changed

+80
-69
lines changed

Tasks/DockerComposeV0/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "DockerCompose",
44
"friendlyName": "Docker Compose",
55
"description": "Build, push or run multi-container Docker applications. Task can be used with Docker or Azure Container registry.",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/build/docker-compose",
6+
"helpUrl": "https://aka.ms/azpipes-docker-compose-tsg",
77
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=848006) or [see the Docker Compose documentation](https://docs.docker.com/)",
88
"category": "Build",
99
"visibility": [
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 160,
17-
"Patch": 4
16+
"Minor": 166,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"preview": "false",

Tasks/DockerComposeV0/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "DockerCompose",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/build/docker-compose",
6+
"helpUrl": "https://aka.ms/azpipes-docker-compose-tsg",
77
"helpMarkDown": "ms-resource:loc.helpMarkDown",
88
"category": "Build",
99
"visibility": [
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 160,
17-
"Patch": 4
16+
"Minor": 166,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"preview": "false",

Tasks/DockerInstallerV0/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "DockerInstaller",
44
"friendlyName": "Docker CLI installer",
55
"description": "Install Docker CLI on agent machine.",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/tool/docker-installer",
6+
"helpUrl": "https://aka.ms/azpipes-docker-installer-tsg",
77
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=851275)",
88
"category": "Tool",
99
"visibility": [
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 1,
17-
"Patch": 4
16+
"Minor": 166,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"satisfies": [

Tasks/DockerInstallerV0/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "DockerInstaller",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/tool/docker-installer",
6+
"helpUrl": "https://aka.ms/azpipes-docker-installer-tsg",
77
"helpMarkDown": "ms-resource:loc.helpMarkDown",
88
"category": "Tool",
99
"visibility": [
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 1,
17-
"Patch": 4
16+
"Minor": 166,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"satisfies": [

Tasks/DockerV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Docker",
44
"friendlyName": "Docker",
55
"description": "Build or push Docker images, login or logout, or run a Docker command",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/build/docker",
6+
"helpUrl": "https://aka.ms/azpipes-docker-tsg",
77
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=848006) or [see the Docker documentation](https://docs.docker.com/)",
88
"category": "Build",
99
"visibility": [
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 165,
16+
"Minor": 166,
1717
"Patch": 0
1818
},
1919
"demands": [],

Tasks/DockerV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Docker",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/build/docker",
6+
"helpUrl": "https://aka.ms/azpipes-docker-tsg",
77
"helpMarkDown": "ms-resource:loc.helpMarkDown",
88
"category": "Build",
99
"visibility": [
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 2,
16-
"Minor": 165,
16+
"Minor": 166,
1717
"Patch": 0
1818
},
1919
"demands": [],

Tasks/HelmDeployV0/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "HelmDeploy",
44
"friendlyName": "Package and deploy Helm charts",
55
"description": "Deploy, configure, update a Kubernetes cluster in Azure Container Service by running helm commands",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/helm-deploy",
6+
"helpUrl": "https://aka.ms/azpipes-helm-tsg",
77
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=851275) or [see the Helm documentation](https://helm.sh/docs/)",
88
"category": "Deploy",
99
"visibility": [
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 165,
17-
"Patch": 1
16+
"Minor": 166,
17+
"Patch": 0
1818
},
1919
"demands": [],
2020
"groups": [{

Tasks/HelmDeployV0/task.loc.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "HelmDeploy",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/helm-deploy",
6+
"helpUrl": "https://aka.ms/azpipes-helm-tsg",
77
"helpMarkDown": "ms-resource:loc.helpMarkDown",
88
"category": "Deploy",
99
"visibility": [
@@ -13,11 +13,12 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 165,
17-
"Patch": 1
16+
"Minor": 166,
17+
"Patch": 0
1818
},
1919
"demands": [],
20-
"groups": [{
20+
"groups": [
21+
{
2122
"name": "cluster",
2223
"displayName": "ms-resource:loc.group.displayName.cluster",
2324
"isExpanded": true,
@@ -41,7 +42,8 @@
4142
"visibleRule": "command != login && command != logout && command != package"
4243
}
4344
],
44-
"inputs": [{
45+
"inputs": [
46+
{
4547
"name": "connectionType",
4648
"type": "pickList",
4749
"label": "ms-resource:loc.input.label.connectionType",

Tasks/HelmInstallerV1/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "HelmInstaller",
44
"friendlyName": "Helm tool installer",
55
"description": "Install Helm on an agent machine",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/tool/helm-installer",
6+
"helpUrl": "https://aka.ms/azpipes-helm-installer-tsg",
77
"helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=851275)",
88
"category": "Tool",
99
"visibility": [
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 165,
17-
"Patch": 1
16+
"Minor": 166,
17+
"Patch": 0
1818
},
1919
"preview": true,
2020
"demands": [],

Tasks/HelmInstallerV1/task.loc.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "HelmInstaller",
44
"friendlyName": "ms-resource:loc.friendlyName",
55
"description": "ms-resource:loc.description",
6-
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/tool/helm-installer",
6+
"helpUrl": "https://aka.ms/azpipes-helm-installer-tsg",
77
"helpMarkDown": "ms-resource:loc.helpMarkDown",
88
"category": "Tool",
99
"visibility": [
@@ -13,22 +13,24 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 1,
16-
"Minor": 165,
17-
"Patch": 1
16+
"Minor": 166,
17+
"Patch": 0
1818
},
1919
"preview": true,
2020
"demands": [],
2121
"satisfies": [
2222
"Helm"
2323
],
2424
"groups": [],
25-
"inputs": [{
26-
"name": "helmVersionToInstall",
27-
"label": "ms-resource:loc.input.label.helmVersionToInstall",
28-
"type": "string",
29-
"helpMarkDown": "ms-resource:loc.input.help.helmVersionToInstall",
30-
"defaultValue": "latest"
31-
}],
25+
"inputs": [
26+
{
27+
"name": "helmVersionToInstall",
28+
"label": "ms-resource:loc.input.label.helmVersionToInstall",
29+
"type": "string",
30+
"helpMarkDown": "ms-resource:loc.input.help.helmVersionToInstall",
31+
"defaultValue": "latest"
32+
}
33+
],
3234
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
3335
"execution": {
3436
"Node": {

0 commit comments

Comments
 (0)