Skip to content

Commit b504b05

Browse files
mrm9084jimmyca15
andauthored
Update releaseNotes/AzureAppConfigurationProviderPython.md
Co-authored-by: Jimmy Campbell <[email protected]>
1 parent ca569c0 commit b504b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releaseNotes/AzureAppConfigurationProviderPython.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### Features
88

99
* Added support for Azure App Configuration Snapshots, `SettingSelector` now has a `snapshot_name` parameter
10-
* Added support for forced refresh of configurations when using Key Vault references. Adds `secret_refresh_interval` to the `AzureAppConfigurationProvider` `load` method. This allows the provider to refresh Key Vault secrets at a specified interval. It is set to 60 seconds by default, and can only be set if using Key Vault references.
10+
* Added support for periodic refresh of key-vault references. Adds `secret_refresh_interval` to the `AzureAppConfigurationProvider` `load` method. This allows the provider to refresh Key Vault secrets at a specified interval. It is set to 60 seconds by default and can only be set if using Key Vault references.
1111
* Added support for async library to allow both sync and async `on_refresh_success` callbacks.
1212
* Added support for Configuration Setting Mapping, new `configuration_mapper` parameter to the `load` method, allows for a callback to be added to modify configurations.
1313

0 commit comments

Comments
 (0)