Incomplete documentation of class azure.containerregistry.ArtifactManifestProperties
See original GitHub issueThis documentation page is incomplete and not up-to-date.
“Delete Permissions for an artifact” was copy-pasted to every permission.
Attribute size
is an int
. Sometimes attribute tags
is None
.
I got instances of this class by calling ContainerRegistryClient().list_manifest_properties(registry)
.
Thank you and merry Christmas! [Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: f2e9e99d-f0b3-7940-9bd5-3e1fc87b90ee
- Version Independent ID: 7618b866-4237-f1f6-ecef-cf643af1ad17
- Content: azure.containerregistry.ArtifactManifestProperties class
- Content Source: preview/docs-ref-autogen/azure-containerregistry/azure.containerregistry.ArtifactManifestProperties.yml
- GitHub Login: @VSC-Service-Account
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
About registries, repositories, and artifacts - Microsoft Learn
Introduction to key concepts of Azure container registries, repositories, container images, and other artifacts.
Read more >Quickstart: Use the Azure Container Registry client libraries
Use this quickstart to manage repositories, images, and artifacts using the Azure Container Registry client libraries.
Read more >Best practices for Azure Container Registry - Microsoft Learn
Learn how to use your Azure container registry effectively by following these best practices.
Read more >Azure Container Registry client library for .NET - Microsoft Learn
List images or artifacts in a registry; Obtain metadata for images and artifacts, repositories and tags; Set read/write/delete properties on ...
Read more >Policy to retain untagged manifests - Azure Container Registry
Azure Container Registry does reference counting for manifests in the registry. When a manifest is untagged, it checks the retention policy.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @flaudarin-365talents ,
The definition of
can_write
,can_read
,can_list
have updated in docs.microsoft.com.For
size
andtags
, they have been addressed in our code, you’ll see the updates in the portal once we published our next release.Thanks
@YalinLi0312 Seems like this still repros in latest stable version. Please take a look.