Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.78 KB

File metadata and controls

44 lines (26 loc) · 1.78 KB

Release History

1.0.1 (2022-12-27)

Bugs Fixed

  • Fix the incorrect format of the ContainerAppData.OutboundIPAddresses by deprecating this property and adding new property ContainerAppData.OutboundIPAddressList.

1.0.0 (2022-12-23)

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

Features Added

  • Upgraded API version to 2022-10-01.

Breaking Changes

Polishing since last public beta release:

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

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

Breaking Changes

  • Change the namespace from Azure.ResourceManager.Applications.Containers to Azure.ResourceManager.AppContainers.

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.