Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/kiota-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: microsoft/kiota-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 19, 2024

  1. Fix UnsupportedOperationException when not providing scopes to AzureI…

    …dentityAccessTokenProvider
    
    Fixes microsoftgraph/msgraph-sdk-java#1882
    joakibj committed Mar 19, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b18682e View commit details

Commits on Mar 20, 2024

  1. Merge branch 'main' into fix/default-scope

    baywet authored Mar 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f7eaaae View commit details
  2. Updated AzureIdentityAccessTokenProvider to be equivalent to the dotn…

    …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
    joakibj committed Mar 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a961572 View commit details
  3. Merge pull request #1130 from joakibj/fix/default-scope

    Fix UnsupportedOperationException when not providing scopes to AzureIdentityAccessTokenProvider
    baywet authored Mar 20, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    59a86b0 View commit details
Loading