-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 AuthorityHost #10780
Add EnvVar AuthorityHost #10780
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@XuGuang-Yao could you make the change to read the environment variable in the AuthorityHost
property get accessor only when the property hasn't been set as suggested above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Can you add tests please? |
Added EnvVar AuthorityHost to EnvironmentVariables.cs.
TokenCredentialOptions has an AuthorityHost property.
This will be modified to support EnvVar override with EnvironmentVariables.AuthorityHost.
Azure/azure-sdk-for-java/issues/5967