Skip to content

Latest commit

 

History

History
96 lines (59 loc) · 3.75 KB

File metadata and controls

96 lines (59 loc) · 3.75 KB

Release History

1.2.0-beta.1 (2023-06-27)

Features Added

  • Added feature to support selecting use secure channel during creation. The paramter would force to true if the cluster created based on a stroage account that secure transfer enabled, no matter it use 'blob' or 'dfs' type.

Other Changes

  • Upgraded API version to 2023-04-15-preview.

1.1.0 (2023-06-27)

This release is the stable release of 1.1.0-beta.1.

Other Changes

  • Upgraded dependent Azure.Core to 1.33.0.

1.1.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.0.1 (2023-02-15)

Other Changes

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

1.0.0 (2022-09-19)

This release is the first stable release of the HDInsight Management client library.

Breaking Changes

  • Fixed the format of IPConfiguration.type to ResourceType.
  • Rename the CreateDate to CreatedOn and changed the format to DateTimeOffset.
  • Renamed the LdapsUrls to LdapsUris and changed the format to Uri.

Other Changes

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

1.0.0-beta.2 (2022-08-29)

Polishing since last public beta release:

  • Prepended HDInsight prefix to all single / simple model names.
  • Corrected the format of all Guid type properties / parameters.
  • Corrected the format of all ResourceIdentifier type properties / parameters.
  • Corrected the format of all ResouceType type properties / parameters.
  • Corrected the format of all ETag type properties / parameters.
  • Corrected the format of all AzureLocation type properties / parameters.
  • Corrected the format of all binary type properties / parameters.
  • Corrected all acronyms that not follow .Net Naming Guidelines.
  • Corrected enumeration name by following Naming Enumerations Rule.
  • Corrected the suffix of DateTimeOffset properties / parameters.
  • Corrected the name of interval / duration properties / parameters that end with units.
  • Optimized the name of some models and functions.

Other Changes

  • Upgraded dependent Azure.ResourceManager to 1.3.0

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

Breaking Changes

New design of track 2 initial commit.

Package Name

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

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, refer to Microsoft Azure Identity documentation for .NET.