-
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
CLI v2.62.0 breaks confcom extension #29395
Comments
Thank you for opening this issue, we will look into it. |
Any updates on this? Our customers are hitting this as well. We have multiple reports of this. FYI @hprabh @anantshankar17 |
Hi, sorry for the inconvenience. You're right @Nautigsam, there is an incompatibility with the docker SDK and the requests package that ships with az cli version 2.62.0. A PR to fix this was merged with #29391 and will be in the next release. For the time being, downgrading the az cli to 2.61.0 will work |
Hello @SethHollandsworth , after downgrading to
Do you have any insight what might have gone wrong? |
Hey @cYKatherine! for For the start interactive python python3 open a client and see if it errors out import docker
client = docker.from_env()
client.images.list() the version of docker-py that comes with confcom v0.3.5 is 7.1.0, not sure if that's important. If all that checks out, lmk and we can dig further |
Hello @SethHollandsworth , thank you so much.
I ran To downgrade it to 2.61.0, I have to use the I'm just wondering if my understanding is correct. If so do you have any insight how to bypass this issue? Or can I expect an estimate on the new release that fixes the Thank you so much! |
Hi @cYKatherine, I didn't realize it was in a Github action. To get around needing docker, you could use the The AZ CLI looks like it makes a release ~monthly, so it'll hopefully only be a week or two until the next version with the |
Thank you so much! @SethHollandsworth |
@SethHollandsworth / @yonzhan : Do we have an update on the release date for 2.63? |
Hi all @cYKatherine @shiswara @Nautigsam @anrdesai , v2.63.0 was released a few days ago and I confirmed it works with https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.63.0 |
Describe the bug
When using confcom extension, I get this error:
This message hides the real error raised by
docker
package:It seems to be related to this issue. I suspect there is a conflict in the versions of
docker
orrequests
.Related command
az confcom acipolicygen --debug --template-file "***.json"
Errors
The docker process was not found. Please start Docker.
Issue script & Debug output
Expected behavior
The command should execute successfully as it did in version 2.61.0.
Environment Summary
azure-cli 2.62.0
core 2.62.0
telemetry 1.1.0
Extensions:
confcom 0.3.5
Dependencies:
msal 1.28.1
azure-mgmt-resource 23.1.1
Python location '/opt/azure-cli/bin/python'
Extensions directory '/home/***/.azure/cliextensions'
Python (Linux) 3.12.4 (main, Jun 7 2024, 06:33:07) [GCC 14.1.1 20240522]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
I use Arch and I installed the
azure-cli
package.The text was updated successfully, but these errors were encountered: