Skip to content

Azure.Containers.ContainerRegistry_1.1.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 25 Oct 20:55
a89b06d

1.1.0-beta.2 (2021-10-13)

Features Added

  • Added an overload for UploadManifest(Async) method that takes the manifest Stream` as an input.
  • Added methods in ContainerRegistryModelFactory that create instances of DownloadBlobResult, DownloadManifestResult, UploadBlobResult and UploadManifestResult for mocking.
  • Added DownloadManifestOptions type to allow callers to pass-in either a tag or a digest in DownloadManifest(Async).
  • Added ManifestStream as a property in DownloadManifestResult that contains the raw manifest stream from the service response.

Breaking Changes

  • Changed DownloadManifest(Async) method to take DownloadManifestOptions as an input parameter. This allows callers to pass-in either a tag or a digest as the manifest identifier.