Skip to content

Commit 839cf1e

Browse files
authored
Merge pull request #84811 from VinceSmith/patch-30
Fixed missing quote
2 parents a21904f + fff621b commit 839cf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/users-groups-roles/roles-create-custom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Create a new role using the following PowerShell script:
8888

8989
``` PowerShell
9090
# Basic role information
91-
$displayName = "Application Support Administrator
91+
$displayName = "Application Support Administrator"
9292
$description = "Can manage basic aspects of application registrations."
9393
$templateId = (New-Guid).Guid
9494

0 commit comments

Comments
 (0)