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
There is an ongoing issue in some regions (e.g., West Europe, East US, etc.) with listing repositories in Azure Portal, Az CLI, etc. calling the following APIs:
The results/response may not include all repositories.
There is no data loss. This issue doesn't affect other operations such as push/pull images, list manifests/tags (e.g., az acr repository show-manifests, az acr repository show-tags) for a repository, even show a repository (e.g., az acr repository show).
We have root caused this and a fix is pending rollout.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is an ongoing issue in some regions (e.g., West Europe, East US, etc.) with listing repositories in Azure Portal, Az CLI, etc. calling the following APIs:
https://<registry>.azurecr.io//v2/_catalog
https://<registry>.azurecr.io/acr/v1/_catalog
The results/response may not include all repositories.
There is no data loss. This issue doesn't affect other operations such as push/pull images, list manifests/tags (e.g.,
az acr repository show-manifests
,az acr repository show-tags
) for a repository, even show a repository (e.g.,az acr repository show
).We have root caused this and a fix is pending rollout.
The text was updated successfully, but these errors were encountered: