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

Support AZURE_AUTH_LOCATION #9312

Merged
merged 2 commits into from
Jan 8, 2020

Commits on Jan 8, 2020

  1. Support AZURE_AUTH_LOCATION

    This change introduces a new type, `SdkAuthFileCredential` which can be
    used to support authenticating with an "SDK Auth File", which the `az`
    CLI can write.  The file itself is just a JSON document that has
    information about the Tenent, Client ID and Client Secret. Under the
    hood, we just create a ClientSecretCredential with the information from
    the SDK Auth File.
    
    We also add `AZURE_AUTH_LOCATION` to the list of environment variaibles
    that the `EnvironmentCredential` considers.
    ellismg committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    c2317e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7fc4ad View commit details
    Browse the repository at this point in the history