Skip to content

Import-D365AadUser: User principal name as email and removal of AzureAD dependency #201

Import-D365AadUser: User principal name as email and removal of AzureAD dependency

Import-D365AadUser: User principal name as email and removal of AzureAD dependency #201

GitHub Actions / General Unit Tests Results failed Nov 8, 2024 in 0s

3 fail, 102 skipped, 4 850 pass in 22s

    5 files  ±0  1 163 suites  ±0   22s ⏱️ -2s
4 955 tests ±0  4 850 ✅ ±0  102 💤 ±0  3 ❌ ±0 
4 957 runs  ±0  4 850 ✅ ±0  104 💤 ±0  3 ❌ ±0 

Results for commit 3526b72. ± Comparison against earlier commit 2b59419.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / General Unit Tests Results

Verifying integrity of module files.Validating PS1 Script files.[functions\import-d365aaduser.ps1] Should have no trailing space failed

TestResults\TEST-FileIntegrity.Tests.xml [took 0s]
Raw output
Expected $null or empty, but got 384.
at <ScriptBlock>, D:\a\d365fo.tools\d365fo.tools\d365fo.tools\tests\general\FileIntegrity.Tests.ps1: line 45
45:                 ($file | Select-String "\s$" | Where-Object { $_.Line.Trim().Length -gt 0}).LineNumber | Should -BeNullOrEmpty

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / General Unit Tests Results

Verifying integrity of module files.Validating PS1 Script files.[functions\import-d365aaduser.ps1] Should not contain aliases failed

TestResults\TEST-FileIntegrity.Tests.xml [took 0s]
Raw output
Expected 0, but got 2.
at <ScriptBlock>, D:\a\d365fo.tools\d365fo.tools\d365fo.tools\tests\general\FileIntegrity.Tests.ps1: line 66
66:                     $tokens | Where-Object TokenFlags -eq CommandName | Where-Object { Test-Path "alias:\$($_.Text)" } | Measure-Object | Select-Object -ExpandProperty Count | Should -Be 0

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / General Unit Tests Results

Verifying integrity of module files.Validating PS1 Script files.[internal\scripts\variables.ps1] Should have no trailing space failed

TestResults\TEST-FileIntegrity.Tests.xml [took 0s]
Raw output
Expected $null or empty, but got @(62, 63, 65).
at <ScriptBlock>, D:\a\d365fo.tools\d365fo.tools\d365fo.tools\tests\general\FileIntegrity.Tests.ps1: line 45
45:                 ($file | Select-String "\s$" | Where-Object { $_.Line.Trim().Length -gt 0}).LineNumber | Should -BeNullOrEmpty