Skip to content

Commit e236d0c

Browse files
authored
Update how-to-manage-azure-ad-users.md
1 parent 175e526 commit e236d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ For example: select * from pgaadauth_create_principal('[email protected]', false,
8181
```sql
8282
select * from pgaadauth_create_principal_with_oid('<roleName>', '<objectId>', '<objectType>', <isAdmin>, <isMfa>);
8383

84-
for example: select * from pgaadauth_create_principal_with_oid('accounting_application', '00000000-0000-0000-0000-000000000000', 'service', false, false);
84+
For example: select * from pgaadauth_create_principal_with_oid('accounting_application', '00000000-0000-0000-0000-000000000000', 'service', false, false);
8585
```
8686

8787
**Parameters:**

0 commit comments

Comments
 (0)