-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix UnsupportedOperationException when not providing scopes to AzureIdentityAccessTokenProvider #1130
Conversation
…dentityAccessTokenProvider Fixes microsoftgraph/msgraph-sdk-java#1882
@microsoft-github-policy-service agree |
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.
Thanks for the contribution.
Can you:
- update l132 to 135 to work on a new array instead of the field, so the implementation is identical to the dotnet one
- bump the patch version (today's date) in the changelog so we can promptly release those changes.
- update the version accordingly in gradle.properties and in the user agent options
This comment was marked as outdated.
This comment was marked as outdated.
update: I've done the changelog changes, only the other points are left |
Conflicts have been resolved. A maintainer will take a look shortly. |
…et implementation with regard to internal handling of scopes * Updated to version 1.1.1 in gradle.properties * Updated to version 1.1.1 in UserAgentHandlerOption * Fixed junit assert usage. API is expected, actual. Not actual, expected
Please see my latest update
There is also a difference from the dotnet implementation at line 66, as it seems dotnet does case insensitive ordering of the scopes. But I believe this is out of scope 😎 for this pull request / issue |
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.
Thanks for making the changes!
Fixes microsoftgraph/msgraph-sdk-java#1882