Skip to content

Commit b89dadb

Browse files
authored
Update how-to-manage-azure-ad-users.md
1 parent f02357a commit b89dadb

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
@@ -112,7 +112,7 @@ DROP ROLE rolename;
112112
## Create a role using Microsoft Entra object identifier
113113

114114
```sql
115-
pg_catalog.pgaadauth_create_principal(roleName text, objectId text, objectType text, isAdmin boolean, isMfa boolean)
115+
pg_catalog.pgaadauth_create_principal_with_oid(roleName text, objectId text, objectType text, isAdmin boolean, isMfa boolean)
116116
```
117117

118118
#### Arguments

0 commit comments

Comments
 (0)