Skip to content

Commit cdcc4e1

Browse files
authored
Merge pull request #417 from microsoftgraph/BrianTJackett-patch-1
Fix reference to ClientCredentialApp for SPN
2 parents 854120b + 29a15f0 commit cdcc4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/9-Applications.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ $app4 = New-MgApplication -"ClientCredentialApp" $AppName `
4747
-KeyCredentials @(@{ Type = "AsymmetricX509Cert"; Usage = "Verify"; Key= $Certificate.RawData })
4848

4949
# Create corresponding service principal.
50-
New-MgServicePrincipal -AppId $appRegistration.AppId
50+
New-MgServicePrincipal -AppId $app4.AppId

0 commit comments

Comments
 (0)