StandardError has not been redirected from Azure.Identity #16211
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
needs-team-triage
Workflow: This issue needs the team to triage.
Describe the bug
Getting this exception when running AzureCliCredential in container with .NET 5.0.
I have Console logging enabled with
using var listener = AzureEventSourceListener.CreateConsoleLogger();
I know that I'm getting a 401, but if I don't have logging enabled all I see is StandardError has not been redirected.
Expected behavior
What is the expected behavior?
Show the exception, not StandardError has not been redirected.
Actual behavior (include Exception or Stack Trace)
What is the actual behavior?
Above.
To Reproduce
Steps to reproduce the behavior (include a code snippet, screenshot, or any additional information that might help us reproduce the issue)
Environment:
Azure.Identity
dotnet --info
output for .NET Core projects): [e.g. Azure AppService or Windows 10 .NET Framework 4.8]WSL2
VS Code
azsdke2e
azsdke2e2
The text was updated successfully, but these errors were encountered: