Skip to content

Releases: Azure/azure-sdk-for-net

Azure.ResourceManager.DnsResolver_1.3.0-beta.1

11 Nov 03:07
162d19a

Choose a tag to compare

1.3.0-beta.1 (2025-11-12)

Features Added

  • Upgraded api-version tag from 'package-2025-05' to 'package-preview-2025-10'
  • Adds new managedDomainList property in DnsSecurityRule to allow users to use managed domain lists such as AzureDnsThreatIntel

Other Changes

  • Domain list is no longer required for a DNS Security rule if managed domain list is being used.

Azure.Provisioning_1.4.0-beta.2

11 Nov 05:46
b69320c

Choose a tag to compare

Pre-release

1.4.0-beta.2 (2025-11-10)

Features Added

  • Added extension method BicepValueExtensions.ToBicepExpression which converts any IBicepValue into BicepExpression to build up complex expressions in bicep. For more details, please refer to the documents in README.
  • Added BicepFunction.GetResourceId corresponding to bicep built-in function resourceId.
  • Added BicepFunction.GetExtensionResourceId corresponding to bicep built-in function extensionResourceId.

Bugs Fixed

  • Enabled the ability to assign expressions into a property with type of a ProvisionableConstruct via low level APIs.
  • Fixed exception when output variable has a type of array or object.
  • Fixed bug when indexing output list or dictionary, a KeyNotFoundException was always thrown. (#48491)

Other Changes

  • Now collection types (BicepList<T> and BicepDictionary<T>) would be able to force to be empty. (#53346)

Azure.AI.AgentServer.Core_1.0.0-beta.4

11 Nov 21:15

Choose a tag to compare

Pre-release

1.0.0-beta.4 (2025-11-11)

Bugs Fixed

  • Id generation issue

Azure.AI.AgentServer.Core_1.0.0-beta.3

11 Nov 06:51

Choose a tag to compare

Pre-release

1.0.0-beta.3 (2025-11-10)

Features Added

  • Fixed AgentId serialization
  • Fixed NPE when usage data is missing

Azure.AI.AgentServer.Contracts_1.0.0-beta.4

11 Nov 21:04

Choose a tag to compare

1.0.0-beta.4 (2025-11-11)

Bugs Fixed

  • Id generation issue

Azure.AI.AgentServer.Contracts_1.0.0-beta.3

11 Nov 06:44

Choose a tag to compare

1.0.0-beta.3 (2025-11-10)

Features Added

  • Fixed AgentId serialization
  • Fixed NPE when usage data is missing

Azure.AI.AgentServer.AgentFramework_1.0.0-beta.4

11 Nov 21:25

Choose a tag to compare

1.0.0-beta.4 (2025-11-11)

Bugs Fixed

  • Id generation issue

Azure.AI.AgentServer.AgentFramework_1.0.0-beta.3

11 Nov 06:59

Choose a tag to compare

1.0.0-beta.3 (2025-11-10)

Features Added

  • Fixed AgentId serialization
  • Fixed NPE when usage data is missing

System.ClientModel_1.8.1

11 Nov 18:07
8009447

Choose a tag to compare

1.8.1 (2025-11-10)

Bugs Fixed

  • Fixed an issue with JsonPatch.TryGetValue throwing instead of returning false in some cases.
  • Fixed an issue with JsonPatch decoding special characters in json when using GetString.

Azure.Data.AppConfiguration_1.7.0

11 Nov 00:49
fca5abb

Choose a tag to compare

1.7.0 (2025-11-07)

Features Added

  • Added internal pipeline policy to normalize (case-insensitive alphabetical) ordering of query parameters for deterministic request URLs.