Skip to content

Releases: Azure/azure-sdk-for-net

System.ClientModel_1.5.0

07 Jul 22:00
2073d9b
Compare
Choose a tag to compare

1.5.0 (2025-07-07)

Features Added

  • Added the following types for 3rd-party Authentication support: AuthenticationTokenProvider, GetTokenOptions, AuthenticationToken, AuthenticationPolicy, and BearerTokenPolicy.

Breaking Changes

  • Source Breaking Change: Updated IJsonModel<T>.Create and IPersistableModel<T>.Create method return types from T to T? to allow returning null 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
    • For implementers of these interfaces: Update method signatures in your models to return T? instead of T, and decide whether to return null or throw exceptions in error scenarios

Azure.ResourceManager.MongoDBAtlas_1.0.0

09 Jul 05:32
16bb85d
Compare
Choose a tag to compare

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

05 Jul 08:29
b8f2cac
Compare
Choose a tag to compare

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

04 Jul 07:22
dd58f00
Compare
Choose a tag to compare

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

03 Jul 03:12
d4b97f4
Compare
Choose a tag to compare

1.4.3 (2025-06-24)

Features Added

  • Updated per swagger change for StorageAction GA

Azure.ResourceManager.StorageActions_1.0.0

03 Jul 03:12
d4b97f4
Compare
Choose a tag to compare

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

03 Jul 09:27
affade7
Compare
Choose a tag to compare

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

03 Jul 02:24
8fe6832
Compare
Choose a tag to compare

1.10.0 (2026-06-30)

Features Added

  • Added Properties property in VirtualMachineScaleSetVmData 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 of VirtualMachineScaleSetVmData class.

Azure.ResourceManager.Avs_1.5.0

03 Jul 09:14
112ea57
Compare
Choose a tag to compare

1.5.0 (2025-07-02)

Features Added

Other Changes

  • Generated using typespec

Azure.ResourceManager.Network_1.11.1

01 Jul 08:46
22006e2
Compare
Choose a tag to compare

1.11.1 (2025-07-01)

Bugs Fixed

  • Fixed an issue that if LoadBalancingRuleData.FrontendIPConfigurationId or other hidden properties on LoadBalancingRuleData class are assigned with values, the corresponding service operation would fail with NullReferenceException because the collection properties on LoadBalancingRuleData class are not initialized.