Azure/acr

what is azure acr rest api endpoint to query the status of "anonymous Pull Enabled" ?

Closed this issue · 1 comments

I can use "az acr show ..." to get "anonymous Pull Enabled" status, but can't find the acr rest api endpoint to query the status of "anonymous Pull Enabled"

Hi @baoj-dfo,

you can query using az acr show -n <MyRegistry> --query anonymousPullEnabled