From a4e7f7b6b70d9f8823035cd2f9ed3c5f612fe985 Mon Sep 17 00:00:00 2001 From: Anumita Shenoy Date: Tue, 16 Apr 2019 15:45:12 +0530 Subject: [PATCH] Fixed documentation error in KubernetesV0 and V1 tasks --- .../Strings/resources.resjson/en-US/resources.resjson | 2 +- Tasks/KubernetesV0/task.json | 4 ++-- Tasks/KubernetesV0/task.loc.json | 2 +- .../Strings/resources.resjson/en-US/resources.resjson | 2 +- Tasks/KubernetesV1/task.json | 4 ++-- Tasks/KubernetesV1/task.loc.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tasks/KubernetesV0/Strings/resources.resjson/en-US/resources.resjson b/Tasks/KubernetesV0/Strings/resources.resjson/en-US/resources.resjson index ae765d4120d1..5e12ea945c1c 100644 --- a/Tasks/KubernetesV0/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/KubernetesV0/Strings/resources.resjson/en-US/resources.resjson @@ -49,7 +49,7 @@ "loc.input.label.versionOrLocation": "Kubectl", "loc.input.help.versionOrLocation": "kubectl is a command line interface for running commands against Kubernetes clusters.", "loc.input.label.versionSpec": "Version spec", - "loc.input.help.versionSpec": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0, >=6.10.0", + "loc.input.help.versionSpec": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0", "loc.input.label.checkLatest": "Check for latest version", "loc.input.help.checkLatest": "Always checks online for the latest available version (stable.txt) that satisfies the version spec. This is typically false unless you have a specific scenario to always get latest. This will cause it to incur download costs when potentially not necessary, especially with the hosted build pool.", "loc.input.label.specifyLocation": "Path to Kubectl", diff --git a/Tasks/KubernetesV0/task.json b/Tasks/KubernetesV0/task.json index 304d8ef251d1..0344202eec7a 100644 --- a/Tasks/KubernetesV0/task.json +++ b/Tasks/KubernetesV0/task.json @@ -14,7 +14,7 @@ "version": { "Major": 0, "Minor": 151, - "Patch": 1 + "Patch": 2 }, "demands": [], "preview": "false", @@ -272,7 +272,7 @@ "type": "string", "label": "Version spec", "defaultValue": "1.7.0", - "helpMarkDown": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0, >=6.10.0", + "helpMarkDown": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0", "groupName": "advanced", "visibleRule": "versionOrLocation = version" }, diff --git a/Tasks/KubernetesV0/task.loc.json b/Tasks/KubernetesV0/task.loc.json index 09825c953a22..76e3eb5e211f 100644 --- a/Tasks/KubernetesV0/task.loc.json +++ b/Tasks/KubernetesV0/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 0, "Minor": 151, - "Patch": 1 + "Patch": 2 }, "demands": [], "preview": "false", diff --git a/Tasks/KubernetesV1/Strings/resources.resjson/en-US/resources.resjson b/Tasks/KubernetesV1/Strings/resources.resjson/en-US/resources.resjson index 43d476dae6ca..61a54f13289b 100644 --- a/Tasks/KubernetesV1/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/KubernetesV1/Strings/resources.resjson/en-US/resources.resjson @@ -65,7 +65,7 @@ "loc.input.label.versionOrLocation": "Kubectl", "loc.input.help.versionOrLocation": "kubectl is a command line interface for running commands against Kubernetes clusters.", "loc.input.label.versionSpec": "Version spec", - "loc.input.help.versionSpec": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0, >=6.10.0", + "loc.input.help.versionSpec": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0", "loc.input.label.checkLatest": "Check for latest version", "loc.input.help.checkLatest": "Always checks online for the latest available version (stable.txt) that satisfies the version spec. This is typically false unless you have a specific scenario to always get latest. This will cause it to incur download costs when potentially not necessary, especially with the hosted build pool.", "loc.input.label.specifyLocation": "Path to kubectl", diff --git a/Tasks/KubernetesV1/task.json b/Tasks/KubernetesV1/task.json index da22eae36f69..791fb291bdc4 100644 --- a/Tasks/KubernetesV1/task.json +++ b/Tasks/KubernetesV1/task.json @@ -14,7 +14,7 @@ "version": { "Major": 1, "Minor": 151, - "Patch": 2 + "Patch": 3 }, "demands": [], "releaseNotes": "What's new in Version 1.0:
 Added new service connection type input for easy selection of Azure AKS cluster.
 Replaced output variable input with output variables section that we had added in all tasks.", @@ -368,7 +368,7 @@ "type": "string", "label": "Version spec", "defaultValue": "1.13.2", - "helpMarkDown": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0, >=6.10.0", + "helpMarkDown": "Version Spec of version to get. Examples: 1.7.0, 1.x.0, 4.x.0, 6.10.0", "groupName": "advanced", "visibleRule": "versionOrLocation = version" }, diff --git a/Tasks/KubernetesV1/task.loc.json b/Tasks/KubernetesV1/task.loc.json index f19cb2cbe923..cdb2f5bd410d 100644 --- a/Tasks/KubernetesV1/task.loc.json +++ b/Tasks/KubernetesV1/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 1, "Minor": 151, - "Patch": 2 + "Patch": 3 }, "demands": [], "releaseNotes": "ms-resource:loc.releaseNotes",