diff --git a/AppHandling/Run-TestsInNavContainer.ps1 b/AppHandling/Run-TestsInNavContainer.ps1 index 246d2e34f..1b4681763 100644 --- a/AppHandling/Run-TestsInNavContainer.ps1 +++ b/AppHandling/Run-TestsInNavContainer.ps1 @@ -404,7 +404,7 @@ try { } elseif ($clientServicesCredentialType -eq "Windows") { $windowsUserName = whoami - $allUsers = Get-NAVServerUser -ServerInstance $ServerInstance -tenant $tenant -ErrorAction Ignore + $allUsers = @(Get-NAVServerUser -ServerInstance $ServerInstance -tenant $tenant -ErrorAction Ignore) if ($allUsers.count -gt 0) { $NavServerUser = $allUsers | Where-Object { $_.UserName -eq $windowsusername } if (!($NavServerUser)) { diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index fd8f7eff9..0fa02199c 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -2,6 +2,7 @@ Issue 3347 Download-BcNuGetPackageToFolder to support package description for app name if title is not specified Support dependency version templates on NuGet packages Issue 3349 NuGet package files section name is wrong when using azure blob storage direct download url +Issue 3358 Run-TestsInBcContainer using Windows Authentication doesn't work if exactly one user exists in the tenant 6.0.6 Include Microsoft_Business Foundation Test Libraries.app when importing test libraries (and tests)