You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename GetTagProperties to GetTag (or language appropriate)
Remove LoginServer and Name properties from ContainerRegistryClient
Come up with better name for ArtifactManifestReference
Remove the DeleteRepositoryResult type, and return a success result from DeleteRepository operation even when a 404 is received.
Evaluate FullyQualifiedName with regard to 1) what we do in other Track 2 libraries wrt to the qualified name concept and 2) what this is commonly called in the Docker/containers community.
Replace TagOrDigest with Digest.
Ensure functional parity of Python library with others
Rename PATCH service methods from Set.. to Update..
Discuss parallelizing the delete sample across languages
The text was updated successfully, but these errors were encountered:
GetTagProperties
toGetTag
(or language appropriate)LoginServer
andName
properties fromContainerRegistryClient
ArtifactManifestReference
DeleteRepositoryResult
type, and return a success result fromDeleteRepository
operation even when a 404 is received.FullyQualifiedName
with regard to 1) what we do in other Track 2 libraries wrt to the qualified name concept and 2) what this is commonly called in the Docker/containers community.TagOrDigest
withDigest
.Ensure functional parity of Python library with othersSet..
toUpdate..
The text was updated successfully, but these errors were encountered: