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": {