-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
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
Remove azure-identity IdentityClientBase
runtime initialization native configuration
#4356
Comments
In azure-identity 1.7.0, they moved the RANDOM field from Anyway, I have filed Azure/azure-sdk-for-java#32744 . Let's see whether Azure SDK team is willing to stop instantiating |
IdentityClientBase
runtime initialization native configuration
I registered Looks like Azure/azure-sdk-for-java#32744 is fixed already. So we can revert the change when we upgrade to the next |
After upgrade of
azure-identity
to 1.7.0, native build of extensionazure-eventhubs
andazure-storage-blob
fails withProblem is caused by this line of code.
Workaround - disabled native build for
azure-eventhubs
,azure-storage-blob
andazure-grouped
test.With proper fix, please enable native profiles again.
The text was updated successfully, but these errors were encountered: