Skip to content

Commit

Permalink
Load default inputs if webapp name is provided as input as variable n…
Browse files Browse the repository at this point in the history
…ame (#4263)
  • Loading branch information
Ajay Kumar Yadav authored May 8, 2017
1 parent 129c4b1 commit e21d3ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeployment/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 3,
"Minor": 3,
"Patch": 1
"Patch": 2
},
"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.",
"minimumAgentVersion": "2.104.1",
Expand Down Expand Up @@ -81,7 +81,7 @@
"name": "WebAppKind",
"type": "pickList",
"label": "Web app kind",
"defaultValue": "",
"defaultValue": "app",
"required": false,
"visibleRule": "WebAppName = invalidwebappname",
"properties": {
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeployment/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 3,
"Minor": 3,
"Patch": 1
"Patch": 2
},
"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.",
"minimumAgentVersion": "2.104.1",
Expand Down Expand Up @@ -81,7 +81,7 @@
"name": "WebAppKind",
"type": "pickList",
"label": "ms-resource:loc.input.label.WebAppKind",
"defaultValue": "",
"defaultValue": "app",
"required": false,
"visibleRule": "WebAppName = invalidwebappname",
"properties": {
Expand Down

0 comments on commit e21d3ee

Please sign in to comment.