We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 854120b + 29a15f0 commit cdcc4e1Copy full SHA for cdcc4e1
samples/9-Applications.ps1
@@ -47,4 +47,4 @@ $app4 = New-MgApplication -"ClientCredentialApp" $AppName `
47
-KeyCredentials @(@{ Type = "AsymmetricX509Cert"; Usage = "Verify"; Key= $Certificate.RawData })
48
49
# Create corresponding service principal.
50
-New-MgServicePrincipal -AppId $appRegistration.AppId
+New-MgServicePrincipal -AppId $app4.AppId
0 commit comments