From e21d3ee8d0ed6d5dd2e9e03202e372f233d386eb Mon Sep 17 00:00:00 2001 From: Ajay Kumar Yadav Date: Mon, 8 May 2017 18:36:36 +0530 Subject: [PATCH] Load default inputs if webapp name is provided as input as variable name (#4263) --- Tasks/AzureRmWebAppDeployment/task.json | 4 ++-- Tasks/AzureRmWebAppDeployment/task.loc.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tasks/AzureRmWebAppDeployment/task.json b/Tasks/AzureRmWebAppDeployment/task.json index 5584fe9b0381..32119e8bf442 100644 --- a/Tasks/AzureRmWebAppDeployment/task.json +++ b/Tasks/AzureRmWebAppDeployment/task.json @@ -16,7 +16,7 @@ "version": { "Major": 3, "Minor": 3, - "Patch": 1 + "Patch": 2 }, "releaseNotes": "What's new in Version 3.0:
  Supports File Transformations (XDT)
  Supports Variable Substitutions(XML, JSON)
Click [here](https://aka.ms/azurermwebdeployreadme) for more Information.", "minimumAgentVersion": "2.104.1", @@ -81,7 +81,7 @@ "name": "WebAppKind", "type": "pickList", "label": "Web app kind", - "defaultValue": "", + "defaultValue": "app", "required": false, "visibleRule": "WebAppName = invalidwebappname", "properties": { diff --git a/Tasks/AzureRmWebAppDeployment/task.loc.json b/Tasks/AzureRmWebAppDeployment/task.loc.json index 48f31afdaa3c..75620b34e553 100644 --- a/Tasks/AzureRmWebAppDeployment/task.loc.json +++ b/Tasks/AzureRmWebAppDeployment/task.loc.json @@ -16,7 +16,7 @@ "version": { "Major": 3, "Minor": 3, - "Patch": 1 + "Patch": 2 }, "releaseNotes": "What's new in Version 3.0:
  Supports File Transformations (XDT)
  Supports Variable Substitutions(XML, JSON)
Click [here](https://aka.ms/azurermwebdeployreadme) for more Information.", "minimumAgentVersion": "2.104.1", @@ -81,7 +81,7 @@ "name": "WebAppKind", "type": "pickList", "label": "ms-resource:loc.input.label.WebAppKind", - "defaultValue": "", + "defaultValue": "app", "required": false, "visibleRule": "WebAppName = invalidwebappname", "properties": {