aspnet / MicrosoftConfigurationBuilders

Microsoft.Configuration.Builders
MIT License
118 stars 61 forks source link

Use default options for Azure clients. #209

Closed StephenMolloy closed 1 year ago

StephenMolloy commented 1 year ago

ConfigurationClient doesn't accept null. SecretClient does, but it just creates these same default options. So let's create defaults on both builders for consistency's sake.