Skip to content

Commit 3d1952e

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

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
@@ -9,7 +9,7 @@
99
* Added support for Azure App Configuration Snapshots, `SettingSelector` now has a `snapshot_name` parameter
1010
* 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.
12-
* Added support for Configuration Setting Mapping, new `configuration_mapper` parameter to the `load` method, allows for a callback to be added to modify configurations.
12+
* Added support for configuration setting mapping. A new `configuration_mapper` parameter was added to the `load` method. This allows for a callback to be added to modify settings retrieved from the server before they are made available for consumption in the application.
1313

1414
### Bug Fixes
1515

0 commit comments

Comments
 (0)