Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
System.ClientModel_1.5.0
1.5.0 (2025-07-07)
Features Added
- Added the following types for 3rd-party Authentication support:
AuthenticationTokenProvider
,GetTokenOptions
,AuthenticationToken
,AuthenticationPolicy
, andBearerTokenPolicy
.
Breaking Changes
- Source Breaking Change: Updated
IJsonModel<T>.Create
andIPersistableModel<T>.Create
method return types fromT
toT?
to allow returningnull
when deserialization fails. This change only affects code with nullable reference types enabled.- For consumers calling these methods: To fix compilation errors, either:
- Use null-conditional operators (
?.
) when calling these methods, or - Add null-forgiving operators (
!
) if you're certain the result won't be null, or - Add explicit null checks before using the returned value
- Use null-conditional operators (
- For implementers of these interfaces: Update method signatures in your models to return
T?
instead ofT
, and decide whether to returnnull
or throw exceptions in error scenarios
- For consumers calling these methods: To fix compilation errors, either:
Azure.ResourceManager.MongoDBAtlas_1.0.0
1.0.0 (2025-07-03)
Features Added
This package follows the new Azure SDK guidelines, and provides many core capabilities:
- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.
This package is a GA version.
To provide feedback, submit an issue in our Azure SDK for .NET GitHub repo.
NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.
Azure.ResourceManager.CarbonOptimization_1.0.0
1.0.0 (2025-07-04)
Features Added
This package is the first stable release of the Microsoft Carbon Optimization management client library.
Azure.ResourceManager.ArizeAIObservabilityEval_1.0.0
1.0.0 (2025-07-07)
Features Added
This package is a first stable release version of the client library Azure Arize Observability.
Azure.ResourceManager.Storage_1.4.3
1.4.3 (2025-06-24)
Features Added
- Updated per swagger change for StorageAction GA
Azure.ResourceManager.StorageActions_1.0.0
1.0.0 (2025-06-27)
This is the first stable release of StorageActions client library.
Features Added
- Replaced StorageTaskProperties to StorageTaskUpdateProperties in StorageTaskPatch.
Azure.ResourceManager.LambdaTestHyperExecute_1.0.0
1.0.0 (2025-07-07)
Features Added
This package is a first stable release version of the client library Azure LambdaTest HyperExecute.
Azure.ResourceManager.Compute_1.10.0
1.10.0 (2026-06-30)
Features Added
- Added
Properties
property inVirtualMachineScaleSetVmData
class.- This property contains the properties of the VirtualMachineScaleSetVm. It supports
AdditionalProperties
to send and receive private/internal properties supported by the service. - Please use the properties in
VirtualMachineScaleSetVmData.Properties
to set the properties of the VirtualMachineScaleSetVm, instead of using those properties at the root level ofVirtualMachineScaleSetVmData
class.
- This property contains the properties of the VirtualMachineScaleSetVm. It supports
Azure.ResourceManager.Avs_1.5.0
1.5.0 (2025-07-02)
Features Added
- Upgraded api-version tag from 'package-2023-09-01' to 'package-2024-09-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/802ded7f507321d74f4594edf2a78732b83edda6/specification/vmware/resource-manager/readme.md.
- Added Host, Provisioned Network, Pure Storage Policy Resource and Collection classes
Other Changes
- Generated using typespec
Azure.ResourceManager.Network_1.11.1
1.11.1 (2025-07-01)
Bugs Fixed
- Fixed an issue that if
LoadBalancingRuleData.FrontendIPConfigurationId
or other hidden properties onLoadBalancingRuleData
class are assigned with values, the corresponding service operation would fail withNullReferenceException
because the collection properties onLoadBalancingRuleData
class are not initialized.