Skip to content

Commit

Permalink
update function app task help string (#10745)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent1173 authored Jun 28, 2019
1 parent 778a918 commit 6776828
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"loc.friendlyName": "Azure Function for container",
"loc.helpMarkDown": "[More information](https://aka.ms/azurefunctiononcontainerdeployreadme)",
"loc.description": "Update Function Apps with Docker containers",
"loc.friendlyName": "Azure Functions for container",
"loc.helpMarkDown": "[Learn more about this task](https://aka.ms/azurefunctiononcontainerdeployreadme)",
"loc.description": "Update a function app with a Docker container",
"loc.instanceNameFormat": "Azure Function App on Container Deploy: $(appName)",
"loc.group.displayName.ApplicationAndConfigurationSettings": "Application and Configuration Settings",
"loc.input.label.azureSubscription": "Azure subscription",
Expand Down
8 changes: 4 additions & 4 deletions Tasks/AzureFunctionAppContainerV1/task.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "13C22CE0-3B93-43F9-AEB7-71FBCE7BF5B2",
"name": "AzureFunctionAppContainer",
"friendlyName": "Azure Function for container",
"description": "Update Function Apps with Docker containers",
"friendlyName": "Azure Functions for container",
"description": "Update a function app with a Docker container",
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/azure-rm-functionapp-containers",
"helpMarkDown": "[Learn more about this task](https://aka.ms/azurefunctiononcontainerdeployreadme)",
"category": "Deploy",
Expand All @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 17
"Minor": 155,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureFunctionAppContainerV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 17
"Minor": 155,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"loc.friendlyName": "Azure Function",
"loc.helpMarkDown": "[More information](https://aka.ms/azurefunctiondeployreadme)",
"loc.friendlyName": "Azure Functions",
"loc.helpMarkDown": "[Learn more about this task](https://aka.ms/azurefunctiondeployreadme)",
"loc.description": "Deploy an Azure Function for Linux or Windows",
"loc.instanceNameFormat": "Azure Function App Deploy: $(appName)",
"loc.group.displayName.AdditionalDeploymentOptions": "Additional Deployment Options",
Expand Down
8 changes: 4 additions & 4 deletions Tasks/AzureFunctionAppV1/task.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "501DD25D-1785-43E4-B4E5-A5C78CCC0573",
"name": "AzureFunctionApp",
"friendlyName": "Azure Function",
"description": "Deploy an Azure Function for Linux or Windows",
"friendlyName": "Azure Functions",
"description": "Update a function app with .NET, Python, JavaScript, PowerShell, Java based web applications",
"helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks",
"helpMarkDown": "[Learn more about this task](https://aka.ms/azurefunctiondeployreadme)",
"category": "Deploy",
Expand All @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 20
"Minor": 155,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureFunctionAppV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 20
"Minor": 155,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
"groups": [
Expand Down

0 comments on commit 6776828

Please sign in to comment.