Skip to content

Commit 5bca10b

Browse files
authored
[ACR] az acr manifest list-metadata: Update help messages for untagged manifests (#30382)
1 parent 7bb3c8e commit 5bca10b

File tree

1 file changed

+4
-0
lines changed
  • src/azure-cli/azure/cli/command_modules/acr

1 file changed

+4
-0
lines changed

src/azure-cli/azure/cli/command_modules/acr/_help.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,10 @@
704704
text: az acr manifest list-metadata -r myregistry -n hello-world
705705
- name: List the metadata of the manifests in the repository 'hello-world'.
706706
text: az acr manifest list-metadata myregistry.azurecr.io/hello-world
707+
- name: List the metadata of all manifests (tagged/untagged) in the repository 'hello-world'.
708+
text: az acr manifest list-metadata -r myregistry -n hello-world --query "[]"
709+
- name: List the metadata of untagged manifests in the repository 'hello-world'.
710+
text: az acr manifest list-metadata -r myregistry -n hello-world --query "[?tags==null]"
707711
"""
708712

709713
helps['acr manifest update-metadata'] = """

0 commit comments

Comments
 (0)