Skip to content

Fix up ContainerRegistry Authentication for OCI

f7b0108
Select commit
Loading
Failed to load commit list.
Open

Fix up ContainerRegistry Authentication for OCI #1971

Fix up ContainerRegistry Authentication for OCI
f7b0108
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerShell.PSResourceGet failed Mar 27, 2026 in 42m 57s

Build #PowerShell.PSResourceGet-2603.27001 had test failures

Details

Tests

  • Failed: 429 (10.11%)
  • Passed: 3,589 (84.61%)
  • Other: 224 (5.28%)
  • Total: 4,242

Annotations

Check failure on line 1774 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L1774

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 7273 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L7273

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 7632 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L7632

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 7264 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L7264

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in Test HTTP Find-PSResource for ACR Server Protocol.Find resource given specific Name, Version null

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test HTTP Find-PSResource for ACR Server Protocol.Find resource given specific Name, Version null

Expected 'test-module', but got $null.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceContainerRegistryServer.Tests.ps1: line 39
39:         $res.Name | Should -Be $testModuleName

Check failure on line 1 in Test HTTP Find-PSResource for ACR Server Protocol.Should not find resource given nonexistent Name

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test HTTP Find-PSResource for ACR Server Protocol.Should not find resource given nonexistent Name

Expected strings to be the same, but they were different.
Expected length: 74
Actual length:   80
Strings differ at index 0.
Expected: 'ResourceNo...'
But was:  'HttpReques...'
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceContainerRegistryServer.Tests.ps1: line 48
48:         $err[0].FullyQualifiedErrorId | Should -BeExactly "ResourceNotFound,Microsoft.PowerShell.PSResourceGet.Cmdlets.FindPSResource"

Check failure on line 1 in Test HTTP Find-PSResource for ACR Server Protocol.Find all versions of resource when given specific Name, Version not null --> '*'

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test HTTP Find-PSResource for ACR Server Protocol.Find all versions of resource when given specific Name, Version not null --> '*'

Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceContainerRegistryServer.Tests.ps1: line 77
77:         $res | Should -Not -BeNullOrEmpty

Check failure on line 1 in Test HTTP Find-PSResource for ACR Server Protocol.Find resource when version contains different number of digits than the normalized version

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test HTTP Find-PSResource for ACR Server Protocol.Find resource when version contains different number of digits than the normalized version

Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceContainerRegistryServer.Tests.ps1: line 88
88:         $res1DigitVersion | Should -Not -BeNullOrEmpty