Skip to content
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