1.3.0 (2023-11-08)
Acknowledgments
Thank you to our developer community members who helped to make the Key Vault configuration library better with their contributions to this release:
- Daniel Laughland (GitHub)
Features Added
- Changed visibility of
AzureKeyVaultConfigurationSource
as public to allow for custom ordering of configuration sections when reading. (A community contribution, courtesy of jabberwik)
Bugs Fixed
- Corrected the parameter name in the
ArgumentNullException
that is thrown if a nulloptions
argument is passed
toAddAzureKeyVault
.