Skip to content

Commit e21d3ee

Browse files
author
Ajay Kumar Yadav
authored
Load default inputs if webapp name is provided as input as variable name (#4263)
1 parent 129c4b1 commit e21d3ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tasks/AzureRmWebAppDeployment/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 3,
1818
"Minor": 3,
19-
"Patch": 1
19+
"Patch": 2
2020
},
2121
"releaseNotes": "What's new in Version 3.0: <br/>&nbsp;&nbsp;Supports File Transformations (XDT) <br/>&nbsp;&nbsp;Supports Variable Substitutions(XML, JSON) <br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more Information.",
2222
"minimumAgentVersion": "2.104.1",
@@ -81,7 +81,7 @@
8181
"name": "WebAppKind",
8282
"type": "pickList",
8383
"label": "Web app kind",
84-
"defaultValue": "",
84+
"defaultValue": "app",
8585
"required": false,
8686
"visibleRule": "WebAppName = invalidwebappname",
8787
"properties": {

Tasks/AzureRmWebAppDeployment/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 3,
1818
"Minor": 3,
19-
"Patch": 1
19+
"Patch": 2
2020
},
2121
"releaseNotes": "What's new in Version 3.0: <br/>&nbsp;&nbsp;Supports File Transformations (XDT) <br/>&nbsp;&nbsp;Supports Variable Substitutions(XML, JSON) <br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more Information.",
2222
"minimumAgentVersion": "2.104.1",
@@ -81,7 +81,7 @@
8181
"name": "WebAppKind",
8282
"type": "pickList",
8383
"label": "ms-resource:loc.input.label.WebAppKind",
84-
"defaultValue": "",
84+
"defaultValue": "app",
8585
"required": false,
8686
"visibleRule": "WebAppName = invalidwebappname",
8787
"properties": {

0 commit comments

Comments
 (0)