Skip to content

Commit c1ae093

Browse files
authored
Merge pull request #33456 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents cbac4a9 + 62797c0 commit c1ae093

File tree

4 files changed

+121
-112
lines changed

4 files changed

+121
-112
lines changed

azure-sql/database/authentication-aad-directory-readers-role-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Assigning the **Directory Readers** role to the server identity isn't required f
143143
```
144144
145145
```powershell
146-
$GrOwner = New-MgGroupOwnerByRef -GroupId $group.Id -DirectoryObjectId $newGroupOwner.Id
146+
$GrOwner = New-MgGroupOwnerByRef -GroupId $group.Id -OdataId "https://graph.microsoft.com/v1.0/users/$($newGroupOwner.Id)"
147147
```
148148
149149
Check owners of the group:

0 commit comments

Comments
 (0)