Skip to content

Split 'IsContainerRegistry' into 2 methods

fa51324
Select commit
Loading
Failed to load commit list.
Merged

Integrate AzArtifacts Credential Provider #1765

Split 'IsContainerRegistry' into 2 methods
fa51324
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerShell.PSResourceGet succeeded Jul 16, 2025 in 16m 36s

Build #PowerShell.PSResourceGet-2507.16001 had test failures

Details

Tests

  • Failed: 2 (0.04%)
  • Passed: 5,097 (96.15%)
  • Other: 202 (3.81%)
  • Total: 5,301

Annotations

Check failure on line 1 in Test Find-PSResource for searching and looping through repositories.find resource given CommandName from all repositories where it exists (-Repository with multiple non-wildcard values)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Find-PSResource for searching and looping through repositories.find resource given CommandName from all repositories where it exists (-Repository with multiple non-wildcard values)

Expected the actual value to be greater than or equal to 9, but got 3.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 595
595:         $res.Count | Should -BeGreaterOrEqual 9

Check failure on line 1 in Test Find-PSResource for searching and looping through repositories.find resource that has DSCResourceName specified from all repositories where it exists and not write errors where it does not exist (without -Repository specified)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Find-PSResource for searching and looping through repositories.find resource that has DSCResourceName specified from all repositories where it exists and not write errors where it does not exist (without -Repository specified)

Expected the actual value to be greater than or equal to 2, but got 1.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 684
684:         $res.Count | Should -BeGreaterOrEqual 2