Azure / acr

Azure Container Registry samples, troubleshooting tips and references
https://aka.ms/acr
Other
164 stars 112 forks source link

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

Closed baoj-dfo closed 1 year ago

baoj-dfo commented 1 year ago

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"

terencet-dev commented 1 year ago

Hi @baoj-dfo,

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