Skip to content

Commit 4e910b4

Browse files
authored
Merge branch 'dev' into patch-2
2 parents 5342c49 + 8184185 commit 4e910b4

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)