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

Prioritize AzureCliCredential for secret-manager #2115

Merged

Conversation

garath
Copy link
Member

@garath garath commented Mar 1, 2024

Resolves dotnet/dnceng#2084

Prioritize using AzureCliCredential to eliminate confusion in CI.

@garath garath requested review from AlitzelMendez and dkurepa March 1, 2024 01:17
@garath garath self-assigned this Mar 1, 2024
@garath
Copy link
Member Author

garath commented Mar 1, 2024

I'm running the weekly build against this branch to confirm it works: #2024022911 • Prioritize AzureCliCredential for secret-manager

premun
premun previously approved these changes Mar 1, 2024

public interface ITokenCredentialProvider
{
public Task<TokenCredential> GetCredentialAsync();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public Task<TokenCredential> GetCredentialAsync();
Task<TokenCredential> GetCredentialAsync();

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interfaces don't need these

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.

Build failed: dotnet-dnceng-ci/main #20240226.1
4 participants