-
Notifications
You must be signed in to change notification settings - Fork 175
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
bump azdev #3669
bump azdev #3669
Conversation
/azp run ci,e2e |
Azure Pipelines successfully started running 2 pipeline(s). |
I'm fine with making this change regardless, but if the goal is to support Python 3.12 for local development, we'll need to wait for the Azure CLI in general to support it first: Azure/azure-cli#27673 |
I didn't notice that info. Thank you @tsatam ! |
I reopen this PR because I got the same error with python3.11. Details
|
/azp run ci,e2e |
Azure Pipelines successfully started running 2 pipeline(s). |
Which issue this PR addresses:
Fixes N/A
What this PR does / why we need it:
With Python 3.12.3,
make az
fail returning the error belowError
According to the error, It failed when installing
wrapt
package, and thewrapt
package came fromazdev
.After bumping
azdev
to the latest, the error is gone.Test plan for issue:
Running
az create
andaz delete
, and it can create and delete a cluster.Is there any documentation that needs to be updated for this PR?
N/A
How do you know this will function as expected in production?
az
command works successfully.