Skip to content

Commit 12ee364

Browse files
authored
Update how-to-manage-azure-ad-users.md
1 parent a0b2fc7 commit 12ee364

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
@@ -98,7 +98,7 @@ Azure Database for PostgreSQL Flexible Servers uses Security Labels associated w
9898
You can use the following SQL to assign security label:
9999

100100
```sql
101-
SECURITY LABEL for "pgaadauth" on role "<roleName>" is 'aadauth,oid=<objectId>',type=<user|group|service>,admin';
101+
SECURITY LABEL for "pgaadauth" on role "<roleName>" is 'aadauth,oid=<objectId>,type=<user|group|service>,admin';
102102
```
103103

104104
**Parameters:**

0 commit comments

Comments
 (0)