Skip to content

Commit 9990ee0

Browse files
Update releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f4c4b02 commit 9990ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
```cs
1313
public FeatureFlagOptions Select(string featureFlagFilter, string labelFilter = LabelFilter.Null, IEnumerable<string> tagFilters = null)
1414
```
15-
* Added an `ActivitySource` called `Microsoft.Extensions.Configuration.AzureAppConfiguration` to support instrumentation. A `Load` activity will start when configuration is initially built and the `Refresh` activity will start when when a refresh is triggered. [#645](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/645)
15+
* Added an `ActivitySource` called `Microsoft.Extensions.Configuration.AzureAppConfiguration` to support instrumentation. A `Load` activity will start when configuration is initially built and the `Refresh` activity will start when a refresh is triggered. [#645](https://github.com/Azure/AppConfiguration-DotnetProvider/pull/645)
1616
* This is the first stable release of the `AzureAppConfigurationOptions.SetClientFactory` API introduced in 8.2.0-preview. [#380](https://github.com/Azure/AppConfiguration-DotnetProvider/issues/380)
1717

1818
```cs

0 commit comments

Comments
 (0)