Skip to content

Commit

Permalink
typeHandlerVersion updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Sep 20, 2024
1 parent 15add69 commit b8e0481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workload/portal-ui/brownfield/portalUiNewSessionHosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"type": "Microsoft.Common.TextBox",
"visible": "[not(equals(steps('identity').identityDomainInformation.identityServiceProvider, 'EntraID'))]",
"label": "Domain join principal name",
"placeholder": "Example: 'avdadmin@contoso.com",
"placeholder": "Example: 'avdadmin@contoso.com'",
"defaultValue": "",
"toolTip": "Provide username with permissions to join session host to the domain.",
"constraints": {
Expand Down
2 changes: 1 addition & 1 deletion workload/portal-ui/portal-ui-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'avdadmin@contoso.com",
"placeholder": "Example: 'avdadmin@contoso.com'",
"defaultValue": "",
"constraints": {
"required": true
Expand Down

0 comments on commit b8e0481

Please sign in to comment.