Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
liliankasem committed Aug 18, 2023
1 parent 61e6112 commit 72ce65b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions extensions/Worker.Extensions.CosmosDB/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- My change description (#PR/#issue)
-->

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

- <entry>
- Implement IFunctionsWorkerApplicationBuilder.ConfigureCosmosDB() extension method
- F# projects need to configure the extension manually due to source gen restrictions
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Cosmos DB extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>4.4.1</VersionPrefix>
<VersionPrefix>4.4.2</VersionPrefix>

<!--Temporarily opting out of documentation. Pending documentation-->
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand Down
2 changes: 2 additions & 0 deletions extensions/Worker.Extensions.Storage/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
### Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs 6.1.0

- Added support for trigger sources, enabling use of Event Grid for change detection/notification
- Implement IFunctionsWorkerApplicationBuilder.ConfigureBlobStorage() extension method
- F# projects need to configure the extension manually due to source gen restrictions
5 changes: 3 additions & 2 deletions extensions/Worker.Extensions.Tables/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.Tables <version>
### Microsoft.Azure.Functions.Worker.Extensions.Tables 1.2.1

- <entry>
- Implement IFunctionsWorkerApplicationBuilder.ConfigureTables() extension method
- F# projects need to configure the extension manually due to source gen restrictions
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Table Storage extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.2.1</VersionPrefix>

</PropertyGroup>

Expand Down

0 comments on commit 72ce65b

Please sign in to comment.