-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15add69
commit b8e0481
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -177,7 +177,7 @@ | |
"type": "Microsoft.Common.TextBox", | ||
"visible": "[not(equals(steps('identity').identityDomainInformation.identityServiceProvider, 'EntraID'))]", | ||
"label": "Domain join principal name", | ||
"placeholder": "Example: '[email protected]", | ||
"placeholder": "Example: '[email protected]'", | ||
"defaultValue": "", | ||
"toolTip": "Provide username with permissions to join session host to the domain.", | ||
"constraints": { | ||
|
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 |
---|---|---|
|
@@ -256,7 +256,7 @@ | |
"type": "Microsoft.Common.TextBox", | ||
"label": "User principal name", | ||
"toolTip": "Provide username with permissions to join session host to the domain.", | ||
"placeholder": "Example: '[email protected]", | ||
"placeholder": "Example: '[email protected]'", | ||
"defaultValue": "", | ||
"constraints": { | ||
"required": true | ||
|