Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.44 KB

File metadata and controls

58 lines (37 loc) · 2.44 KB

Release History

1.1.0-beta.1 (2023-02-16)

Features Added

  • Added support for the class DataLakeStoreAccountCollection overload operation GetAll&GetAllAsync
  • Added support for the class DataLakeStoreExtensions overload operation GetAccounts&GetAccountsAsync
  • Added operation support to DataLakeStoreAccountCollectionGetAllOptions & SubscriptionResourceGetAccountsOptions

Other Changes

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

1.0.0 (2022-12-05)

This package is the first stable release of the Microsoft Azure Data Lake Storage management client library.

Breaking Changes

Polishing since last public beta release:

  • Prepended DataLakeStore 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 Uri type properties / parameters.
  • Corrected the suffix of DateTimeOffset properties / parameters.
  • Corrected the return type and parameter name of some functions.
  • Optimized the name of some models and functions.

Other Changes

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

1.0.0-beta.1 (2022-09-15)

Breaking Changes

New design of track 2 initial commit.

Package Name

The package name has been changed from Microsoft.Azure.Management.DataLake.Store to Azure.ResourceManager.DataLakeStore.

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.