Skip to content

Releases: Azure/azure-sdk-for-net

Azure.AI.Projects_1.1.0

04 Nov 23:41
c04c8cf

Choose a tag to compare

1.1.0 (2025-11-03)

Features Added

  • Remove clientRequestId parameter from AIProjectConnectionsOperations and AIProjectDeploymentsOperations methods as this value is controlled transparently by System.ClientModel.
  • Remove type parameter from AzureAIProjectsModelFactory.BlobReferenceSasCredential as this is a hardcoded value.
  • Remove pendingUploadType parameter from AzureAIProjectsModelFactory.PendingUploadRequest and AzureAIProjectsModelFactory.PendingUploadConfiguration as this is a hardcoded value.

System.ClientModel_1.8.0

03 Nov 19:41
033d7ce

Choose a tag to compare

1.8.0 (2025-10-31)

Features Added

  • Added ClientRequestId property to PipelineRequest which exposes the value that is used in logging and distributed tracing.

Azure.ResourceManager.MySql_1.2.0

03 Nov 09:08
abf3d95

Choose a tag to compare

1.2.0 (2025-10-31)

Features Added

  • Upgaded api-version to 2024-12-30.

Azure.ResourceManager.DurableTask_1.0.0

03 Nov 09:08
abf3d95

Choose a tag to compare

1.0.0 (2025-11-03)

First GA release of the Durable Task Scheduler management SDK

Other Changes

  • Now uses API version 2025-11-01 for all resource manager calls.
  • DurableTaskSchedulerSkuName now provides constants for the possible Scheduler SKU values.

Azure.ResourceManager.Compute.Recommender_1.0.0-beta.2

03 Nov 03:35
c128ecb

Choose a tag to compare

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

30 Oct 18:01
68ee33c

Choose a tag to compare

Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.7

29 Oct 23:50
68ee33c

Choose a tag to compare

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

29 Oct 23:45
68ee33c

Choose a tag to compare

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

29 Oct 08:54
eacc763

Choose a tag to compare

1.2.0-beta.2 (2025-10-29)

Features Added

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

28 Oct 21:17
745d603

Choose a tag to compare

Pre-release

1.2.0-beta.7 (2025-10-28)

Breaking Changes

  • The trust parameter for MCPApproval constructor was renamed to requireApproval.

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.