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
Annotations
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
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
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
Loading