Enhancements
-
Added tag filter selector which enables the configuration provider to load configuration settings based on tags. #188
-
Added a new property
secretRefreshIntervalunderAzureAppConfigurationOptions.keyVaultOptions, which enables the configuration provider to periodically reload secrets and certificates from Key Vault. #175 -
Added support for parsing json values with comments. #205
Bug fix
- Fixed a bug that the configuration provider startup will keep retrying on unfailoverable
RestError. #206