Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 2.13 KB

File metadata and controls

69 lines (39 loc) · 2.13 KB

Release History

1.2.0 (2023-11-29)

Features Added

  • Enable mocking for extension methods, refer this document for more details.

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.9.0.

1.2.0-beta.1 (2023-05-30)

Features Added

  • Enable the model factory feature for model mocking, more information can be found here.

Other Changes

  • Upgraded dependent Azure.Core to 1.32.0.
  • Upgraded dependent Azure.ResourceManager to 1.6.0.

1.1.0 (2023-02-20)

Features Added

  • Upgrade to API version 2023-01-31.
  • Create/Update/Delete federated identity credentials.
  • ListAssociatedResources method available in 1.1.0-beta.1 version is not added to this stable version.

1.1.0-beta.2 (2022-10-19)

Features Added

Breaking Changes

Bugs Fixed

Other Changes

1.1.0-beta.1 (2022-10-19)

Features Added

  • Upgrade to API version 2022-01-31-preview.

1.0.0 (2022-07-21)

This release is the first stable release of the Azure Managed Service Identity management library.

Features Added

  • Release stable version.

1.0.0-beta.1 (2022-07-06)

General New Features

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 Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. 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.