Skip to content
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

[Service bus] Upgrade upgrade service bus to use this new 'azure-identity' which depends on 'azure-core:1.11.0' #17942

Closed
hemanttanwar opened this issue Dec 3, 2020 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus

Comments

@hemanttanwar
Copy link
Contributor

Bug : Can not resolve 'BinaryData':

The 'BinaryData' type was added in 'azure-core:1.11.0'. and current 'azure-identity:1.2.0' depends on older version of 'azure-core:1.10.0'
If pom.xml list dependency for 'azure-identity' before 'azure-messaging-servicebus'. This specific ordering of dependencies causes maven to pick older transitive dependency 'azure-core:1.10.0' from 'azure-identity'.

To fix this we should upgrade 'azure-identity' to use 'azure-core:1.11.0' and upgrade service bus to use this new 'azure-identity'.

@hemanttanwar
Copy link
Contributor Author

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Projects
None yet
Development

No branches or pull requests

1 participant