You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task returns an dependency error when OAuth is used:
DownloadBlob error: Azure.Identity.AuthenticationFailedException: ClientSecretCredential authentication failed: Could not load type 'System.Text.Json.Nodes.JsonObject' from assembly 'System.Text.Json, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.\r\n ---> System.TypeLoadException: Could not load type 'System.Text.Json.Nodes.JsonObject' from assembly 'System.Text.Json, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
This might be fixed by updating Azure.Identity -library to match with other libraries used.
The text was updated successfully, but these errors were encountered:
The task returns an dependency error when OAuth is used:
DownloadBlob error: Azure.Identity.AuthenticationFailedException: ClientSecretCredential authentication failed: Could not load type 'System.Text.Json.Nodes.JsonObject' from assembly 'System.Text.Json, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.\r\n ---> System.TypeLoadException: Could not load type 'System.Text.Json.Nodes.JsonObject' from assembly 'System.Text.Json, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
This might be fixed by updating Azure.Identity -library to match with other libraries used.
The text was updated successfully, but these errors were encountered: