Skip to content

Commit

Permalink
Fixing typo in task name (#11615)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkya599 authored Oct 22, 2019
1 parent 8feb5ad commit c011b6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"loc.friendlyName": "Azure Functions on Kubernetes",
"loc.friendlyName": "Azure Function on Kubernetes",
"loc.helpMarkDown": "[Learn more about this task](https://aka.ms/func-k8s) or [see Azure Functions on Kubernetes with KEDA](https://docs.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda) or [check out sample-hello-world-azure-functions](https://github.com/kedacore/sample-hello-world-azure-functions)",
"loc.description": "Deploy Azure functions to Kubernetes cluster.",
"loc.description": "Deploy Azure function to Kubernetes cluster.",
"loc.instanceNameFormat": "Func on K8s - deploy",
"loc.group.displayName.serviceConnections": "Service Connections",
"loc.group.displayName.commands": "Commands",
Expand Down
10 changes: 6 additions & 4 deletions Tasks/AzureFunctionOnKubernetesV0/task.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "FD1AA5B9-400C-4F4B-9C0B-069BA74E53C6",
"name": "AzureFunctionsOnKubernetes",
"friendlyName": "Azure Functions on Kubernetes",
"description": "Deploy Azure functions to Kubernetes cluster.",
"name": "AzureFunctionOnKubernetes",
"friendlyName": "Azure Function on Kubernetes",
"description": "Deploy Azure function to Kubernetes cluster.",
"helpUrl": "https://aka.ms/func-k8s",
"helpMarkDown": "[Learn more about this task](https://aka.ms/func-k8s) or [see Azure Functions on Kubernetes with KEDA](https://docs.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda) or [check out sample-hello-world-azure-functions](https://github.com/kedacore/sample-hello-world-azure-functions)",
"category": "Deploy",
Expand All @@ -15,7 +15,7 @@
"version": {
"Major": 0,
"Minor": 160,
"Patch": 3
"Patch": 4
},
"demands": [],
"groups": [
Expand Down Expand Up @@ -110,8 +110,10 @@
"messages": {
"AllContainersNotInReadyState": "All the containers are not in a ready state.",
"CouldNotDeterminePodStatus": "Could not determine the pod's status due to the error: %s",
"CouldNotDetermineServiceStatus": "Could not determine the service %s status due to the error: %s",
"FileContentSynced": "Synced the file content to the disk. The content is %s.",
"NoDataWrittenOnFile": "No data was written into the file %s",
"ServiceExternalIP": "service %s external IP is %s",
"WritingDockerConfigToTempFile": "Writing Docker config to temp file. File path: %s, Docker config: %s"
}
}
6 changes: 4 additions & 2 deletions Tasks/AzureFunctionOnKubernetesV0/task.loc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "FD1AA5B9-400C-4F4B-9C0B-069BA74E53C6",
"name": "AzureFunctionsOnKubernetes",
"name": "AzureFunctionOnKubernetes",
"friendlyName": "ms-resource:loc.friendlyName",
"description": "ms-resource:loc.description",
"helpUrl": "https://aka.ms/func-k8s",
Expand All @@ -15,7 +15,7 @@
"version": {
"Major": 0,
"Minor": 160,
"Patch": 3
"Patch": 4
},
"demands": [],
"groups": [
Expand Down Expand Up @@ -110,8 +110,10 @@
"messages": {
"AllContainersNotInReadyState": "ms-resource:loc.messages.AllContainersNotInReadyState",
"CouldNotDeterminePodStatus": "ms-resource:loc.messages.CouldNotDeterminePodStatus",
"CouldNotDetermineServiceStatus": "ms-resource:loc.messages.CouldNotDetermineServiceStatus",
"FileContentSynced": "ms-resource:loc.messages.FileContentSynced",
"NoDataWrittenOnFile": "ms-resource:loc.messages.NoDataWrittenOnFile",
"ServiceExternalIP": "ms-resource:loc.messages.ServiceExternalIP",
"WritingDockerConfigToTempFile": "ms-resource:loc.messages.WritingDockerConfigToTempFile"
}
}

0 comments on commit c011b6a

Please sign in to comment.