Skip to content

Commit 064f24a

Browse files
committed
Updated example
1 parent 8f268fe commit 064f24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Get-MgServicePrincipalClaimMappingPolicyByRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ List the claimsMappingPolicy objects that are assigned to a servicePrincipal.
3030
```powershell
3131
Import-Module Microsoft.Graph.Applications
3232
33-
Get-MgServicePrincipalClaimMappingPolicy -ServicePrincipalId $servicePrincipalId
33+
Get-MgServicePrincipalClaimMappingPolicyByRef -ServicePrincipalId $servicePrincipalId
3434
```
3535
This example shows how to use the Get-MgServicePrincipalClaimMappingPolicyByRef Cmdlet.
3636

0 commit comments

Comments
 (0)