Skip to content

Commit 1043f89

Browse files
authored
Merge pull request MicrosoftDocs#341 from LeandroRRocha/patch-1
Update Get-MgServicePrincipalClaimMappingPolicyByRef.md
2 parents d8f9554 + e9e0313 commit 1043f89

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)