We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of [NuGet packages] and version that you are using: Microsoft.ApplicationInsights 2.20.0
Runtime version: net462
Hosting environment: Power Platform Environment, Windows ?
bug
Method TelemetryConfiguration.SetAzureTokenCredential throws exception.
Because ReflectionCredentialEnvelope.IsValidType returns false.
while TelemetryConfiguration.SetAzureTokenCredential receives an object that is, 100500% inherited from Azure.Core.TokenCredential class.
This happens because this Power Platform Plugin project references and uses this type:
Azure.Core.TokenCredential, Azure.Core, Version=1.44.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8
while the GetTokenCredentialType.GetTokenCredentialType is taking this version:
Azure.Core.TokenCredential, Azure.Core, Version=1.38.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
List of [NuGet packages] and version that you are using: Microsoft.ApplicationInsights 2.20.0
Runtime version: net462
Hosting environment: Power Platform Environment, Windows ?
Describe the
bug
Method TelemetryConfiguration.SetAzureTokenCredential throws exception.
Because ReflectionCredentialEnvelope.IsValidType returns false.
while TelemetryConfiguration.SetAzureTokenCredential receives an object that is, 100500% inherited from Azure.Core.TokenCredential class.
This happens because this Power Platform Plugin project references and uses this type:
Azure.Core.TokenCredential, Azure.Core, Version=1.44.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8
while the GetTokenCredentialType.GetTokenCredentialType is taking this version:
Azure.Core.TokenCredential, Azure.Core, Version=1.38.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8
The text was updated successfully, but these errors were encountered: