Fix up ContainerRegistry Authentication for OCI #1949
Build #PowerShell.PSResourceGet-2603.24001 had test failures
Details
- 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
azure-pipelines / PowerShell.PSResourceGet
Build log #L17
PowerShell exited with code '1'.
Check failure on line 40 in Build log
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
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
azure-pipelines / PowerShell.PSResourceGet
Build log #L42
Exception Details:
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
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
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
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