-
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
Azure CLI curl package removed as default in 2.54.0 #27882
Comments
Thank you for opening this issue, we will look into it. |
This is expected. Lots of packages are removed in image to reduce size. See #27567 You need to install them according to your own needs. |
Thanks @bebound , But, somehow its missing in release notes of latest version which is confusing or if I have missed it. |
yes that's true. during last couple months in each azure cli version I have been struggling with the pipelines. at least it needs to be documented |
I don't understand why a breaking change such as previously functional cmdlets inside of the az cli action should require someone to investigate why they stop working out of the blue. If someone is going to make a major change to functionality, why not do a version step? Some of us aren't developers and finding out why our pipeline broke is not fun. |
It's in the release note
|
Describe the bug
We have noticed that curl is missing in Azure CLI version 2.54.0 which is present in all previous versions as default.
This can be replicated using following github workflow :
Related command
curl https://api.ipify.org
Errors
curl not found in latest version
Issue script & Debug output
NA
Expected behavior
It should return IP address
Environment Summary
2.54.0
Additional context
The text was updated successfully, but these errors were encountered: