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

[TestFramework] Make ClientSecret optional #42677

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

jsquire
Copy link
Member

@jsquire jsquire commented Mar 13, 2024

Summary

The focus of these changes is to make the ClientSecret environment variable optional. This is to support scenarios where using DefaultAzureCredential is
preferred, such as local runs for live tests.

The focus of these changes is to make the ClientSecret
environment variable optional.  This is to support
scenarios where using `DefaultAzureCredential` is
preferred, such as local runs for live tests.
@jsquire jsquire added Client This issue points to a problem in the data-plane of the library. Azure.Core.TestFramework labels Mar 13, 2024
@jsquire jsquire added this to the 2024-04 milestone Mar 13, 2024
@jsquire jsquire self-assigned this Mar 13, 2024
@jsquire jsquire requested a review from a team as a code owner March 13, 2024 21:17
@jsquire jsquire merged commit dd93968 into Azure:main Mar 14, 2024
34 checks passed
@jsquire jsquire deleted the testframework/optionalsecret branch March 14, 2024 17:16
angiurgiu pushed a commit that referenced this pull request Mar 20, 2024
* [TestFramework] Make ClientSecret optional

The focus of these changes is to make the ClientSecret
and ClientId environment variables optional.  This is 
to support scenarios where using `DefaultAzureCredential` 
is preferred, such as local runs for live tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core.TestFramework Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants