Skip to content

Commit

Permalink
Merge branch 'user/samisadfa/connect-cdn' of https://github.com/Azure…
Browse files Browse the repository at this point in the history
…/AppConfiguration-DotnetProvider into user/samisadfa/connect-cdn
  • Loading branch information
SamSadfa committed Oct 22, 2024
2 parents d16a344 + c2fd979 commit c8b3535
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public AzureAppConfigurationOptions Connect(IEnumerable<string> connectionString
/// <summary>
/// Connect the provider to CDN endpoint.
/// </summary>
/// <param name="cdnEndpoint">The endpoint of the Azure App Configuration CDN to connect to.</param>
/// <param name="cdnEndpoint">The endpoint of the CDN instance to connect to.</param>
public AzureAppConfigurationOptions ConnectCdn(Uri cdnEndpoint)
{
if (cdnEndpoint == null)
Expand Down

0 comments on commit c8b3535

Please sign in to comment.