You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Extensions] March 2025 Release Prep
The focus of these chages is to prepare for the
March 2025 release of the a set of extensions packages.
Included are: Event Grid, Event Hubs, Service Bus, and Tables.
Also included is the Microsoft.Extensions.Azure
package containing minor fixes and configuration support
for the Azure Pipelines credential.
* Update sdk/extensions/Microsoft.Extensions.Azure/src/Microsoft.Extensions.Azure.csproj
Co-authored-by: Scott Addie <[email protected]>
* Update sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md
Co-authored-by: Scott Addie <[email protected]>
* Fixing version typo and removing missed empty section.
---------
Co-authored-by: Scott Addie <[email protected]>
Copy file name to clipboardexpand all lines: sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/src/Microsoft.Azure.WebJobs.Extensions.EventGrid.csproj
Copy file name to clipboardexpand all lines: sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,15 @@
1
1
# Release History
2
2
3
-
## 6.4.0-beta.1 (Unreleased)
4
-
5
-
### Features Added
6
-
7
-
### Breaking Changes
3
+
## 6.4.0-beta.1 (2025-03-14)
8
4
9
5
### Bugs Fixed
10
6
11
7
- Fixed a misspelling of "PartitionId" in the trigger input data passed to the function executor. This caused function logs and metrics reported by AppInsights and the portal to reflect the wrong label. To ensure that applications that rely on the misspelling are not impacted, a new member with the correct spelling was added.
12
8
13
9
### Other Changes
14
10
11
+
- Updating .NET runtime dependencies to the 6.x line, the Azure extensions to 1.8.0, and the latest dependencies for the Functions host.
Copy file name to clipboardexpand all lines: sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,15 @@
1
1
# Release History
2
2
3
-
## 1.11.0-beta.1 (Unreleased)
3
+
## 1.11.0 (2025-03-15)
4
4
5
5
### Features Added
6
6
7
-
- Added support for [AzurePipelinesCredential](https://learn.microsoft.com/dotnet/api/azure.identity.azurepipelinescredential?view=azure-dotnet) in the client factory by specifying configuration item `credential` as "azurepipelinescredential" and providing each credential parameter as a named configuration item.
8
-
9
-
### Breaking Changes
7
+
- Added support for [AzurePipelinesCredential](https://learn.microsoft.com/dotnet/api/azure.identity.azurepipelinescredential?view=azure-dotnet) in the client factory by specifying configuration item `credential` as "azurepipelines" and providing each credential parameter as a named configuration item.
10
8
11
9
### Bugs Fixed
12
10
13
11
- Fixed an issue when creating clients from configuration using the ASP.NET Core integration testing library, `Microsoft.AspNetCore.Mvc.Testing`. Due to a difference in how an section value is represented, logic was interpreting a setting with a child object as an empty connection string value. The child object is now properly parsed and applied for client construction. ([#48368](https://github.com/Azure/azure-sdk-for-net/issues/48368))
thrownewArgumentException("For workload identity, 'tenantId', 'clientId', and 'tokenFilePath' must be specified via environment variables or the configuration.");
thrownewArgumentException("For Azure Pipelines, 'tenantId', 'clientId', 'serviceConnectionId', and 'systemAccessToken' must be specified via the configuration.");
Copy file name to clipboardexpand all lines: sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj
0 commit comments