Skip to content

Commit 7310a95

Browse files
Merge pull request #281937 from HamzaAqel/patch-1
Update how-to-manage-azure-ad-users.md
2 parents 06271bc + 43a888e commit 7310a95

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)