Skip to content

Commit

Permalink
Clone to PR18229 - AzureFunctionApp@2: Better alias for Service Conne…
Browse files Browse the repository at this point in the history
…ction (#18522)

* Clone toAzureFunctionApp@2: Better alias for Service Connection

* Make.json changes
  • Loading branch information
v-nagarajku authored Jun 26, 2023
1 parent 578e441 commit 001347a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"loc.releaseNotes": "What's new in version 2.* <br /> Removed WAR Deploy Support, setting Web.Config options, and the option for the Startup command for Linux Azure Function Apps.",
"loc.group.displayName.AdditionalDeploymentOptions": "Additional Deployment Options",
"loc.group.displayName.ApplicationAndConfigurationSettings": "Application and Configuration Settings",
"loc.input.label.azureSubscription": "Azure subscription",
"loc.input.label.azureSubscription": "Azure Resource Manager connection",
"loc.input.help.azureSubscription": "Select the Azure Resource Manager subscription for the deployment.",
"loc.input.label.appType": "App type",
"loc.input.help.appType": "Select the Azure Function App type for the deployment.",
Expand Down
3 changes: 2 additions & 1 deletion Tasks/AzureFunctionAppV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"rm": [
{
"items": [
"node_modules/azure-pipelines-tasks-azure-arm-rest-v2/node_modules/azure-pipelines-task-lib"
"node_modules/azure-pipelines-tasks-azure-arm-rest-v2/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-webdeployment-common/node_modules/azure-pipelines-task-lib"
],
"options": "-Rf"
}
Expand Down
11 changes: 7 additions & 4 deletions Tasks/AzureFunctionAppV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 223,
"Patch": 1
"Minor": 224,
"Patch": 0
},
"releaseNotes": "What's new in version 2.* <br /> Removed WAR Deploy Support, setting Web.Config options, and the option for the Startup command for Linux Azure Function Apps.",
"minimumAgentVersion": "2.104.1",
Expand All @@ -38,8 +38,11 @@
"inputs": [
{
"name": "azureSubscription",
"aliases": [
"connectedServiceNameARM"
],
"type": "connectedService:AzureRM",
"label": "Azure subscription",
"label": "Azure Resource Manager connection",
"defaultValue": "",
"required": true,
"helpMarkDown": "Select the Azure Resource Manager subscription for the deployment."
Expand Down Expand Up @@ -359,4 +362,4 @@
"UpdatedRunFromPackageSettings": "Updated WEBSITE_RUN_FROM_PACKAGE Application setting to %s",
"DeploymentTypeNotSupportedForLinuxConsumption": "The Deployment Type option does not apply for Linux Consumption."
}
}
}
7 changes: 5 additions & 2 deletions Tasks/AzureFunctionAppV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 223,
"Patch": 1
"Minor": 224,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand All @@ -38,6 +38,9 @@
"inputs": [
{
"name": "azureSubscription",
"aliases": [
"connectedServiceNameARM"
],
"type": "connectedService:AzureRM",
"label": "ms-resource:loc.input.label.azureSubscription",
"defaultValue": "",
Expand Down

0 comments on commit 001347a

Please sign in to comment.