Skip to content

Commit

Permalink
Reset cosmos extension release notes (#2533)
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem authored Jun 13, 2024
1 parent dbb48e2 commit fdd9508
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions extensions/Worker.Extensions.CosmosDB/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.9.0
### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB <version>

- 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";
});
})
```
- <entry>

0 comments on commit fdd9508

Please sign in to comment.