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

latest releases: @azure-rest/ai-translation-document_1.0.0-beta.2, @azure-rest/ai-inference_1.0.0-beta.1, @azure-rest/ai-translation-document_1.0.0-beta.1...
pre-release3 years ago

1.0.0-beta.2 (2021-05-11)

Features Added

  • Added new properties to allow easier interaction with other docker tools:
    • loginServer in ContainerRegistryClient.
    • fullyQualifiedName in ContainerRepository
  • Added support for anonymous access. See the service documentation for more information.

Breaking Changes

The public API surface of this library has been re-designed. Notable changes include

  • Removed: ContainerRepositoryClient. Operations on repositories are now grouped in ContainerRepository type and operations on artifacts are now in RegistryArtifact type. Some *Options types are also renamed accordingly.
  • Renamed: endpoint property is renamed to registryUrl.
  • Renamed: listRepositories() is renamed to listRepositoryNames() in ContainerRegistryClient.
  • Renamed: "RegistryArtifact" in property or function names replaced by "Manifest".
  • Renamed: *OrderBy values is now capitalized as timeDesc and timeAsc. Previously they are all in lower case.

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

NewReleases is sending notifications on new releases.