Skip to content

Commit e9e0313

Browse files
Update Get-MgServicePrincipalClaimMappingPolicyByRef.md
correcting the example command: from: Get-MgServicePrincipalClaimMappingPolicy to: Get-MgServicePrincipalClaimMappingPolicyByRef
1 parent d8f9554 commit e9e0313

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)