Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

744 remove azuread dependency #837

Closed
wants to merge 4 commits into from

add parameters to control user data in D365FO to Import-D365EntraIDUser

fbd730a
Select commit
Loading
Failed to load commit list.
Closed

744 remove azuread dependency #837

add parameters to control user data in D365FO to Import-D365EntraIDUser
fbd730a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / d365fo.tools-PR-Test failed Jun 30, 2024 in 6m 36s

Build #2027 had test failures

Details

Tests

  • Failed: 26 (0.09%)
  • Passed: 27,673 (99.51%)
  • Other: 111 (0.40%)
  • Total: 27,810

Annotations

Check failure on line 216 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / d365fo.tools-PR-Test

Build log #L216

PowerShell exited with code '1'.

Check failure on line 77 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / d365fo.tools-PR-Test

Build log #L77

PowerShell exited with code '1'.

Check failure on line 1 in Verifying integrity of module files.Validating PS1 Script files.[functions\import-d365entraiduser.ps1] Should have UTF8 encoding

See this annotation in the file changed.

@azure-pipelines azure-pipelines / d365fo.tools-PR-Test

Verifying integrity of module files.Validating PS1 Script files.[functions\import-d365entraiduser.ps1] Should have UTF8 encoding

Expected strings to be the same, but they were different.
Expected length: 4
Actual length:   7
Strings differ at index 1.
Expected: 'UTF8'
But was:  'Unknown'
Raw output
at <ScriptBlock>, D:\a\1\s\d365fo.tools\tests\general\FileIntegrity.Tests.ps1: line 41
41:                 Get-FileEncoding -Path $file.FullName | Should -Be 'UTF8'

Check failure on line 1 in Test help for Import-D365EntraIdUser.should not be auto-generated

See this annotation in the file changed.

@azure-pipelines azure-pipelines / d365fo.tools-PR-Test

Test help for Import-D365EntraIdUser.should not be auto-generated

Expected like wildcard '*`[`<CommonParameters`>`]*' to not match '
Import-D365EntraIdUser [-Users] <string[]> [[-StartupCompany] <string>] [[-DatabaseServer] <string>] [[-DatabaseName] <string>] [[-SqlUser] <string>] [[-SqlPwd] <string>] [[-TenantId] <string>] [[-ClientId] <string>] [[-CertificateName] <string>] [[-IdPrefix] <string>] [[-NameSuffix] <string>] [[-IdValue] <string>] [[-NameValue] <string>] [-SkipEntraID] [<CommonParameters>]

Import-D365EntraIdUser [-EntraIDGroupName] <string> [[-StartupCompany] <string>] [[-DatabaseServer] <string>] [[-DatabaseName] <string>] [[-SqlUser] <string>] [[-SqlPwd] <string>] [[-TenantId] <string>] [[-ClientId] <string>] [[-CertificateName] <string>] [[-IdPrefix] <string>] [[-NameSuffix] <string>] [[-IdValue] <string>] [[-NameValue] <string>] [-ForceExactGroupName] [<CommonParameters>]

Import-D365EntraIdUser [-EntraIDGroupId] <string> [[-StartupCompany] <string>] [[-DatabaseServer] <string>] [[-DatabaseName] <string>] [[-SqlUser] <string>] [[-SqlPwd] <string>] [[-TenantId] <string>] [[-ClientId] <string>] [[-CertificateName] <string>] [[-IdPrefix] <string>] [[-NameSuffix] <string>] [[-IdValue] <string>] [[-NameValue] <string>] [<CommonParameters>]
', but it did match.
Raw output
at <ScriptBlock>, D:\a\1\s\d365fo.tools\tests\general\Help.Tests.ps1: line 73
73:                 $Help.Synopsis | Should -Not -BeLike '*`[`<CommonParameters`>`]*'

Check failure on line 1 in Test help for Import-D365EntraIdUser.gets description for Import-D365EntraIdUser

See this annotation in the file changed.

@azure-pipelines azure-pipelines / d365fo.tools-PR-Test

Test help for Import-D365EntraIdUser.gets description for Import-D365EntraIdUser

Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, D:\a\1\s\d365fo.tools\tests\general\Help.Tests.ps1: line 82
82:                 $Help.Description | Should -Not -BeNullOrEmpty

Check failure on line 1 in Test help for Import-D365EntraIdUser.gets example code from Import-D365EntraIdUser

See this annotation in the file changed.

@azure-pipelines azure-pipelines / d365fo.tools-PR-Test

Test help for Import-D365EntraIdUser.gets example code from Import-D365EntraIdUser

Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, D:\a\1\s\d365fo.tools\tests\general\Help.Tests.ps1: line 91
91:                 ($Help.Examples.Example | Select-Object -First 1).Code | Should -Not -BeNullOrEmpty