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.
1 parent 9f539cf commit 94cc3a9Copy full SHA for 94cc3a9
test/module/Entra/Integration/Add-EntraGroupOwner.Tests.ps1
@@ -10,7 +10,7 @@ Describe "The Add-EntraGroupOwner command executing unmocked" {
10
$appId = $env:TEST_APPID
11
$tenantId = $env:TEST_TENANTID
12
$cert = $env:CERTIFICATETHUMBPRINT
13
- Connect-MgGraph -TenantId $tenantId -AppId $appId -CertificateThumbprint $cert
+ Connect-Entra -TenantId $tenantId -AppId $appId -CertificateThumbprint $cert
14
15
$thisTestInstanceId = New-Guid | Select-Object -expandproperty guid
16
$testName = 'SimpleTests' + $thisTestInstanceId
0 commit comments