Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Provisioning_1.2.0

08 Jul 05:44
643e218
Compare
Choose a tag to compare

1.2.0 (2025-07-02)

Features Added

  • Updated models to match the latest API version for ArmDeployment and ArmDeploymentScript.
  • Added derived types (AzureCliScript and AzurePowerShellScript) for ArmDeploymentScript to support different kind of deployment scripts.
    • Please note that usually ArmDeploymentScript should not be constructed directly, but rather through the AzureCliScript or AzurePowerShellScript constructors.

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