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 EnvVar AZURE_AUTHORITY_HOST #9392

Merged
merged 7 commits into from
Apr 2, 2020
Merged

Add EnvVar AZURE_AUTHORITY_HOST #9392

merged 7 commits into from
Apr 2, 2020

Conversation

Luyunmt
Copy link
Contributor

@Luyunmt Luyunmt commented Mar 23, 2020

Added EnvVar AZURE_AUTHORITY_HOST to azure.identity._constants.
TokenCredentialOptions has an AuthorityHost property.
This will be modified to support EnvVar override with AZURE_AUTHORITY_HOST.
/issues/5967

@Luyunmt Luyunmt marked this pull request as ready for review March 23, 2020 10:23
@tzhanl tzhanl requested a review from jongio March 23, 2020 11:15
@jongio
Copy link
Member

jongio commented Mar 27, 2020

Can you please add tests?

@tzhanl tzhanl changed the base branch from FixENVVars to master March 31, 2020 02:19
@g2vinay
Copy link
Member

g2vinay commented Mar 31, 2020

Rebase with master.
and change the core dependency in azure-identity/pom.xml to this:

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core</artifactId>
  <version>1.4.0-beta.1</version> <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
</dependency>

@g2vinay g2vinay merged commit 6edef4f into Azure:master Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants