Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.05 KB

File metadata and controls

50 lines (32 loc) · 2.05 KB

Release History

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

Other Changes

  • Upgraded API version to 2022-06-01.
  • Ported Track 1 unit tests over to be compatible with Track 2 changes.

1.0.0 (2022-09-19)

This is the first stable release of the Storage Sync Management library.

Breaking Changes

Polishing since last public beta release:

  • Prepended StorageSync 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 AzureLocation type properties / parameters.
  • Corrected the format of all binary type properties / parameters.
  • Corrected the suffix of DateTimeOffset 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.StorageSync to Azure.ResourceManager.StorageSync.

General New Features

- 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 follows the Azure SDK Design Guidelines for .NET which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.

This is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, please submit an issue in our Azure SDK for .NET GitHub repo.