Skip to content

Latest commit

 

History

History
83 lines (48 loc) · 2.82 KB

File metadata and controls

83 lines (48 loc) · 2.82 KB

Release History

1.3.0 (2023-11-27)

Features Added

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

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.9.0.

1.3.0-beta.1 (2023-05-29)

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.2.0 (2023-03-07)

Features Added

  • Added support for API version 2023-01-31.
  • Added support for configuring "Graph History", enabling recording of twin and relationship lifecycle events.
  • Added support for cleaning up artifacts created by the service to establish a connection between ADX and EventHub when setting up a Data History connection.

1.1.1 (2023-02-20)

Other Changes

  • Upgraded dependent Azure.Core to 1.28.0.
  • Upgraded dependent Azure.ResourceManager to 1.4.0.

1.1.0 (2022-12-08)

Features Added

  • Added user assigned identity functionality to Digital Twins

1.0.0 (2022-09-13)

This release is the first stable release of the Digital Twins management library.

Breaking Changes

Polishing since last public beta release:

  • Prepended DigitalTwins prefix to all single / simple model names.
  • Corrected the format of all ResourceIdentifier type properties / parameters.
  • Optimized the name of some models and functions.

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.3.1.
  • Optimized the implementation of methods related to tag operations.

1.0.0-beta.1 (2022-08-18)

Breaking Changes

New design of track 2 initial commit.

Package Name

The package name has been changed from Microsoft.Azure.Management.DigitalTwins to Azure.ResourceManager.DigitalTwins.

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.