-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added infra account admin email address
- Loading branch information
Naveen Angali
authored and
Naveen Angali
committed
Mar 27, 2024
1 parent
771a01c
commit 146c800
Showing
7 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,6 +143,9 @@ | |
}, | ||
"AuthenticationType":{ | ||
"value": "" | ||
} | ||
}, | ||
"InfraAdminAccount":{ | ||
"value": "" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,7 +133,7 @@ | |
] | ||
}, | ||
"visible": true | ||
}, | ||
}, | ||
{ | ||
"name": "ProfiseeAdminUserAccount", | ||
"type": "Microsoft.Common.TextBox", | ||
|
@@ -925,6 +925,20 @@ | |
}, | ||
"visible": "[equals(steps('networking').DNSUpdate,'Yes')]" | ||
}, | ||
{ | ||
"name": "InfraAdminAccount", | ||
"type": "Microsoft.Common.TextBox", | ||
"label": "Certificate Expirations User", | ||
"defaultValue": "", | ||
"placeholder": "[email protected]", | ||
"toolTip": "Please specify an email address for the user, or group, that should receive email notifications for certificate expiration.", | ||
"constraints": { | ||
"required": true, | ||
"regex": "", | ||
"validationMessage": "" | ||
}, | ||
"visible": "[not(equals(steps('networking').HttpsConfigure, 'Yes'))]" | ||
}, | ||
{ | ||
"name": "UserDefinedHTTPS", | ||
"type": "Microsoft.Common.Section", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters