1.0.0-beta.3 (2021-06-08)
Features Added
- Added
ContainerRegistryModelFactory
for use in mocking library types. - Added
AuthenticationScope
option onContainerRegistryClientOptions
to allow setting the AAD scope for national clouds.
Breaking Changes
- Removed
ContentProperties
type in favor of per resource property types such asArtifactManifestProperties
. - Renamed
Pageable
APIs with theCollection
suffix. - Removed
LoginServer
,Name
, andRegistryUri
fromContainerRegistryClient
. - Removed
TagOrDigest
fromRegistryArtifact
and renamedFullyQualifiedName
toFullyQualifiedReference
. - Removed
DeleteRepositoryResult
type and returnResponse
fromDeleteRepository
methods. - Various other renames for consistency and clarity.