-
Notifications
You must be signed in to change notification settings - Fork 382
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
[#5989] The credential type of ADLSTokenCredentialProvider is not equal to the credential type of ADLSTokenCredential #5990
Conversation
@jerryshao @yuqi1129 @orenccl please help to review when you have time, thanks |
What happen when they are not equals? |
no bad effect, but we'd better keep it consistent to make the system simple, The user create an credential provider with type A, we'd better produce the credential with type A too. |
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.
Got it! LGTM
LGTM. |
updating the PR to replace |
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.
LGTM. Thank you for fixing naming.
Nice cleanup. |
@FANNG1 can you please rebase the PR to fix the conflicts? |
updated |
…ot equal to the credential type of ADLSTokenCredential (apache#5990) ### What changes were proposed in this pull request? ADLSTokenCredentialProvider use the credential type from ADLSTokenCredential ### Why are the changes needed? Fix: apache#5989 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? add test
What changes were proposed in this pull request?
ADLSTokenCredentialProvider use the credential type from ADLSTokenCredential
Why are the changes needed?
Fix: #5989
Does this PR introduce any user-facing change?
no
How was this patch tested?
add test