Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Azure client upgrade to allow identity options #15287
Azure client upgrade to allow identity options #15287
Changes from 36 commits
a77a257
17e7074
5aa991f
dfe948b
02343d4
70c6cf6
d9b28eb
983ff52
9aaf451
6a99496
ddcfc03
305eb85
9e84ade
fae6fa1
c2a82fe
43e81c5
9812a67
28cbf0a
12ab481
0f80541
405310c
7da2f4d
13dd4d2
0787dbb
295db27
bf74260
260d72f
bb72518
129d3d9
d023f63
2c5d257
423d226
60a7b96
ce79b59
cfff1ee
9ca19e0
8133e1d
fe5758f
92f7535
a4fa3a2
4654815
be67328
292ff42
3dfabb3
53f7dd7
daa6179
9a069ea
9f04d39
6899704
907c4e9
8d2d3c0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these dependencies be the same version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfortunately azure does not sync these versions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://learn.microsoft.com/en-us/azure/developer/java/sdk/get-started-maven#use-the-azure-sdk-for-java-build-tool - have you looked into adding this to see if the azure libraries are added correctly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add validation to error out if the user sets this without setting
useAzureCredentialsChain = true
as called out in the docs