github Azure/azure-sdk-for-js @azure/container-registry_1.0.0-beta.3

latest releases: @azure/core-rest-pipeline_1.16.0, @azure/core-amqp_4.2.2, @azure/communication-sms_1.2.0-beta.1...
pre-release2 years ago

1.0.0-beta.3 (2021-06-08)

Breaking Changes

  • Split ContentProperties into separate *WriteableProperties types because they can have different properties.
  • Add new type ArtifactManifestPlatform for manifest list in ArtifactManifestProperties. The property has been renamed to relatedArtifacts.
  • Flatten writeableProperties in *Properties types.
  • Rename endpointUrl to endpoint in ContainerRegistryClient.
  • Change known os and arch types to enum so the known values can be used in string comparisons
  • Update *OrderBy values from "timeAsc"/"timeDesc" to "lastUpdatedOnAscending"/"lastUpdatedOnDescending"
  • Rename listTags to listTagProperties and listManifests to listManifestProperties
  • Rename set*Properties function names to update*Properties

Features Added

  • Add authenticationScope properties to ContainerRegistryClientOptions to support national clouds.
  • Add continuationToken to paging response types.

Bug Fixes

  • The expiry time is now retrieved from the ACR refresh token, instead of hard-coded three hours later from Date.now().

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.