-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
az acr login - NotImplementedError: APIVersion 2019-12-01-preview is not available #13927
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @toddysm, @yugangw-msft. |
acr |
@ezwiefel can you please help me with registry name and registry location. Does docker login work for you? |
@jikuma I don't remember which registry name and location were causing the issues |
This is a setup issue, not ACR issue. In short, the azure-mgmt-containerregsitry was not installed correctly. @ezwiefel, please tell us how you installed the CLI. |
@yugangw-msft I believe it was the default installation on the Azure Machine Learning Compute Instance |
@ezwiefel can you run |
Hi, I get the same error during az acr login --name name while running it on jupyter terminal of my compute instance. Here is the version of container registry- |
This is still an issue on compute instances. I have it working on my mac. I tried update to latest az cli and az ml cli and also updating pip azure -mgmt-containerregistry and still have the same issue. APIVersion 2019-12-01-preview is not available To open an issue, please run: 'az feedback' |
I would like to confirm that this is still an issue |
Please try this workaround. |
hi @ezwiefel does above solution work for you? let us know how it works. it's an issue of specific version of azure cli, fixed in latest releases. |
This is autogenerated. Please review and update as needed.
Describe the bug
Logging into ACR isn't working due to API Version Error
Command Name
az acr login
Errors:
To Reproduce:
az acr login -n {}
Expected Behavior
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: