Skip to content

Commit

Permalink
Update createUIDefinition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Jul 25, 2024
1 parent 095051e commit 864d0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Azure-ARM/createUIDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"name": "ProfiseeAdminUserAccount",
"type": "Microsoft.Common.TextBox",
"label": "Super Admin Account",
"defaultValue": "",
"defaultValue": "[email protected]",
"placeholder": "[email protected]",
"toolTip": "The first Super User, who will be able to log in and add other users.",
"constraints": {
Expand Down Expand Up @@ -966,7 +966,7 @@
"regex": "",
"validationMessage": ""
},
"visible": true
"visible": "[not(equals(steps('networking').HttpsConfigure, 'Yes'))]"
},
{
"name": "UserDefinedHTTPS",
Expand Down

0 comments on commit 864d0f3

Please sign in to comment.