Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typo in task name #11615

Merged
merged 2 commits into from
Oct 22, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}