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

Move to azure identity scopes #1493

Merged
merged 10 commits into from
Dec 6, 2023

Commits on Dec 5, 2023

  1. move to using scopes rather than resource for azure-identity

    This models what is being done in the `azidentity` implementation from
    the azure-sdk-for-go.
    Brian Caswell committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    211a2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f9181d View commit details
    Browse the repository at this point in the history
  3. regenerate crates with the included update

    Brian Caswell committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    37fc3cb View commit details
    Browse the repository at this point in the history
  4. fix integration tests

    Brian Caswell committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f1ba9da View commit details
    Browse the repository at this point in the history
  5. update generated README

    Brian Caswell committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f64f69f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge branch 'main' into move-to-azure-identity-scopes

    Brian Caswell committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1afac93 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Brian Caswell committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0670cf1 View commit details
    Browse the repository at this point in the history
  3. regenerate with fixed typo

    Brian Caswell committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e43beef View commit details
    Browse the repository at this point in the history
  4. update examples to fix scope

    Brian Caswell committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ae7a698 View commit details
    Browse the repository at this point in the history
  5. IMDS requires using a resource, so copy the azure-sdk-for-python impl…

    …ementation to turn a scope to a resource
    Brian Caswell committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a857142 View commit details
    Browse the repository at this point in the history