Skip to content

Commit fff621b

Browse files
authored
Fixed missing quote
1 parent 9f4c3b2 commit fff621b

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)