Skip to content

Clarify client factory comment #660

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

Merged
merged 3 commits into from
May 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ public AzureAppConfigurationOptions()

/// <summary>
/// Sets the client factory used to create ConfigurationClient instances.
/// If a client factory is provided using this method, a call to Connect is
/// still required to identify one or more Azure App Configuration stores but
/// will not be used to authenticate a <see cref="ConfigurationClient"/>.
/// </summary>
/// <param name="factory">The client factory.</param>
/// <returns>The current <see cref="AzureAppConfigurationOptions"/> instance.</returns>
Expand Down