Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 3.39 KB

File metadata and controls

65 lines (45 loc) · 3.39 KB

Release History

1.0.0 (2022-09-29)

This is the first stable release of the Api Management Management library.

Breaking Changes

  • Changed the type of parameter ifMatch from string to ETag.
  • Marked ApiManagementContentItem and ApiManagementContentType from resource to non-resource.
  • Changed the return type of methods CreateGroupUser and GetGroupUsers from ApiManagementUserResource to ApiManagementGroupUserData.
  • Changed the return type of methods CreateOrUpdateGatewayApi and GetGatewayApisByService from ApiResource to GatewayApiData.
  • Changed the return type of methods CreateOrUpdateProductApi and GetProductApis from ApiResource to ProductApiData.
  • Changed the return type of methods CreateOrUpdateProductGroup and GetProductGroups from ApiManagementGroupResource to ProductGroupData.
  • Renamed ExpiresOn to ExpireOn.
  • Renamed method GetProductSubscriptions to GetAllProductSubscriptionData.

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)

Breaking Changes

Polishing since last public beta release:

  • Prepended ApiManagement 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 which 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 which 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.ApiManagement to Azure.ResourceManager.ApiManagement.

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.