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 #9311

Closed
wants to merge 1 commit into from

Commits on Jan 4, 2020

  1. Support AZURE_AUTH_LOCATION

    This change adds support to EnvironmentCredential so that it can
    consider `AZURE_AUTH_LOCATION` as a location to get credentials. This
    file can be generated with the Azure CLI.
    
    The invasive part of the change here is refactoring things such that
    instead of constructing the inner credential object eagerly when
    `EnvironmentCredential` is constructed we build it on the first call to
    GetToken or GetTokenAsync. This is done so that we do not have do
    preform IO when constructing the credential object.
    
    Contributes to #9309
    ellismg committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    4a45e79 View commit details
    Browse the repository at this point in the history