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

Add | Cache TokenCredential objects to take advantage of token caching #2380

Merged
merged 12 commits into from
Jun 12, 2024

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    a1f5719 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Code style adjustments

    David-Engel committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    dad0fc6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    66dbd64 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    a7417c2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Minor tweaks

    Wait on the semaphore outside the try to ensure Release isn't called if the wait times out.
    
    No need to serialize GetTokenAsync calls since Azure Identity already handles that in their implementation.
    David-Engel committed May 24, 2024
    Configuration menu
    Copy the full SHA
    08caec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f19a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20bac87 View commit details
    Browse the repository at this point in the history
  4. Revert sln change

    David-Engel committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2b2deb9 View commit details
    Browse the repository at this point in the history
  5. Small fix

    David-Engel committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7eb894f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22c457d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Apply review suggestion

    Co-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>
    David-Engel and DavoudEshtehari authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dc81fcb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    54e8fae View commit details
    Browse the repository at this point in the history