Skip to content

Latest commit

 

History

History
90 lines (57 loc) · 3.99 KB

File metadata and controls

90 lines (57 loc) · 3.99 KB

Release History

1.1.0-beta.4 (2023-05-01)

This release adds Container Security Context property for Containers with Confidential ContainerGroupSku

Features Added

  • Added Container Security Context for containers with Confidential ContainerGroupSku

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

Other Changes

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

1.1.0-beta.2 (2023-02-01)

Other Changes

  • Added backward compatibility for the change of DnsNameLabelReusePolicy property replaced by AutoGeneratedDnsNameLabelScope in ContainerGroupIPAddress.

1.1.0-beta.1 (2023-01-26)

This release is a preview release for ContainerGroup Priority property and Confidential Containers.

Features Added

  • Added Priority property to ContainerGroup properties to support the public preview of Spot Containers on ACI.
  • Added ConfidentialComputeProperties.CcePolicy and Confidential ContainerGroupSku to support the public preview of Confidential containers on ACI with custom confidential computing enforcement policies.

Breaking Changes

  • Added Priority property to ContainerGroup properties
  • Added ConfidentialComputeProperties.CcePolicy and Confidential ContainerGroupSku

Other Changes

  • Updated ContainerGroupIPAddress to use AutoGeneratedDnsNameLabelScope in place of DnsNameLabelReusePolicy as DnsNameLabelReusePolicy is deprecated.

1.0.1 (2023-01-11)

Bugs Fixed

  • Allowed to construct ContainerGroupImageRegistryCredential only with Server as Username should not be required when Identity is present.

1.0.0 (2022-08-29)

This release is the first stable release of the Container Instance Management client library.

Breaking Changes

Polishing since last public beta release:

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

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.