diff --git a/extensions/Worker.Extensions.CosmosDB/release_notes.md b/extensions/Worker.Extensions.CosmosDB/release_notes.md index a0bdf4810..921fdcf34 100644 --- a/extensions/Worker.Extensions.CosmosDB/release_notes.md +++ b/extensions/Worker.Extensions.CosmosDB/release_notes.md @@ -4,19 +4,6 @@ - My change description (#PR/#issue) --> -### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.9.0 +### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB -- Implement `CosmosDBExtensionOptions` to allow configuration of the CosmosDB service client via `CosmosClientOptions` (#2483) - -#### Example Usage - -```csharp -.ConfigureFunctionsWorkerDefaults((builder) => -{ - builder.ConfigureCosmosDBExtensionOptions((options) => - { - options.ClientOptions.ConnectionMode = ConnectionMode.Direct; - options.ClientOptions.ApplicationName = "MyApp"; - }); -}) -``` +-