Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.AI.Projects_1.1.0
1.1.0 (2025-11-03)
Features Added
- Remove
clientRequestIdparameter fromAIProjectConnectionsOperationsandAIProjectDeploymentsOperationsmethods as this value is controlled transparently bySystem.ClientModel. - Remove
typeparameter fromAzureAIProjectsModelFactory.BlobReferenceSasCredentialas this is a hardcoded value. - Remove
pendingUploadTypeparameter fromAzureAIProjectsModelFactory.PendingUploadRequestandAzureAIProjectsModelFactory.PendingUploadConfigurationas this is a hardcoded value.
System.ClientModel_1.8.0
1.8.0 (2025-10-31)
Features Added
- Added
ClientRequestIdproperty toPipelineRequestwhich exposes the value that is used in logging and distributed tracing.
Azure.ResourceManager.MySql_1.2.0
1.2.0 (2025-10-31)
Features Added
- Upgaded api-version to 2024-12-30.
Azure.ResourceManager.DurableTask_1.0.0
1.0.0 (2025-11-03)
First GA release of the Durable Task Scheduler management SDK
Other Changes
- Now uses API version
2025-11-01for all resource manager calls. DurableTaskSchedulerSkuNamenow provides constants for the possible Scheduler SKU values.
Azure.ResourceManager.Compute.Recommender_1.0.0-beta.2
1.0.0-beta.2 (2025-11-03)
Bugs Fixed
Fixed issue 53564: Resolved incorrect request data of GetSpotPlacementScore operation.
Microsoft.Azure.WebJobs.Extensions.Storage_5.3.7
5.3.7 (2025-10-29)
Other Changes
Please refer to Microsoft.Azure.WebJobs.Extension.Storage.Blobs and Microsoft.Azure.WebJobs.Extension.Storage.Queues for detailed list of changes.
Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.7
5.3.7 (2025-10-29)
Other Changes
- This release contains bug fixes to improve quality.
Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.3.7
5.3.7 (2025-10-29)
Other Changes
- The following optimizations were added to Blob Trigger processing:
- Exclude containers that are not intended for monitoring.
- Do not perform unnecessary scanning for container(s) detected during the initial write log.
- Cache recently found write entry to avoid analyzing log blobs again.
- Migrate ScaleMonitor to TargetScaler.
Azure.ResourceManager.IotHub_1.2.0-beta.2
1.2.0-beta.2 (2025-10-29)
Features Added
- Upgraded api-version tag from 'package-2023-06' to 'package-preview-2025-08'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/72cee8dc40fe3bc4b7956c87f269f5a363411913/specification/iothub/resource-manager/Microsoft.Devices/IoTHub/readme.md.
- Make
Azure.ResourceManager.IotHubAOT-compatible.
Other Changes
- Upgraded Azure.Core from 1.44.1 to 1.49.0
- Upgraded Azure.ResourceManager from 1.13.0 to 1.13.2
Azure.AI.Agents.Persistent_1.2.0-beta.7
1.2.0-beta.7 (2025-10-28)
Breaking Changes
- The
trustparameter forMCPApprovalconstructor was renamed torequireApproval.
Bugs Fixed
- Relax the validation of previous conversation in the
PersistentAgentsChatClient.
Other Changes
- Expand AIFunction support to also include any AIFunctionDeclaration.
- Add an extension AsAITool method that makes it easy to add any persistent ToolDefinition to ChatOptions.Tools.
- Add HostedMcpServerTool support for
PersistentAgentsChatClient.