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 a6f3d80 + cdcc4e1 commit 5f6e7f2Copy full SHA for 5f6e7f2
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