1.1.0-beta.7 (2023-03-07)
Features Added
- Added overloads to
ContainerRegistryBlobClient.DownloadManifest()
method that allow caller to specify multiple manifest media types in a collection. - Added overloads to
ContainerRegistryBlobClient
methodsUploadBlob()
andUploadManifest()
that take the content to upload as aBinaryData
.
Breaking Changes
- Removed
UploadBlobOptions
type and moved chunk size configuration into ClientOptions. - Reordered parameters in
ContainerRegistryBlobClient
constructor for consistency with other SDK clients. - Renamed
OciAnnotations.Size
toOciAnnotations.SizeInBytes
and removedSize
parameter fromUploadBlobResult
type. - Changed the name of
OciManifest
toOciImageManifest
.