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 #1949

Fix up ContainerRegistry Authentication for OCI
f7b0108
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerShell.PSResourceGet failed Mar 24, 2026 in 1h 7m 33s

Build #PowerShell.PSResourceGet-2603.24001 had test failures

Details

Tests

  • Failed: 406 (13.10%)
  • Passed: 2,539 (81.93%)
  • Other: 154 (4.97%)
  • Total: 3,099

Annotations

Check failure on line 17 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L17

PowerShell exited with code '1'.

Check failure on line 40 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L40

Failed to install Microsoft.Security.CredScan.Client required for running analysis.

Check failure on line 41 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L41

Please contact guardianhelp@microsoft.com for support if the issue persists.

Check failure on line 42 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L42

Exception Details:

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

Object reference not set to an instance of an object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1: line 38
38:         $res = Find-PSResource -Name $testModuleName -Repository $ACRRepoName

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

Object reference not set to an instance of an object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1: line 45
45:         $res = Find-PSResource -Name NonExistentModule -Repository $ACRRepoName -ErrorVariable err -ErrorAction SilentlyContinue

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 --> '*'

Object reference not set to an instance of an object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1: line 76
76:         $res = Find-PSResource -Name $testModuleName -Version "*" -Repository $ACRRepoName

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

Object reference not set to an instance of an object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1: line 87
87:         $res1DigitVersion = Find-PSResource -Name $testModuleWith2DigitVersion -Version "1" -Repository $ACRRepoName