Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.ResourceManager.DnsResolver_1.3.0-beta.1
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
1.4.0-beta.2 (2025-11-10)
Features Added
- Added extension method
BicepValueExtensions.ToBicepExpressionwhich converts anyIBicepValueintoBicepExpressionto build up complex expressions in bicep. For more details, please refer to the documents inREADME. - Added
BicepFunction.GetResourceIdcorresponding to bicep built-in functionresourceId. - Added
BicepFunction.GetExtensionResourceIdcorresponding to bicep built-in functionextensionResourceId.
Bugs Fixed
- Enabled the ability to assign expressions into a property with type of a
ProvisionableConstructvia low level APIs. - Fixed exception when output variable has a type of array or object.
- Fixed bug when indexing output list or dictionary, a
KeyNotFoundExceptionwas always thrown. (#48491)
Other Changes
- Now collection types (
BicepList<T>andBicepDictionary<T>) would be able to force to be empty. (#53346)
Azure.AI.AgentServer.Core_1.0.0-beta.4
1.0.0-beta.4 (2025-11-11)
Bugs Fixed
- Id generation issue
Azure.AI.AgentServer.Core_1.0.0-beta.3
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
1.0.0-beta.4 (2025-11-11)
Bugs Fixed
- Id generation issue
Azure.AI.AgentServer.Contracts_1.0.0-beta.3
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
1.0.0-beta.4 (2025-11-11)
Bugs Fixed
- Id generation issue
Azure.AI.AgentServer.AgentFramework_1.0.0-beta.3
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
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
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.