Describe the bug
As of the latest release, azure-cli depends on msrest. This library was deprecated in 2022 since its functionality was provided by azure-identity and azure-core. It has not been updated since, obviously.
msrest no longer builds in Fedora with Python 3.15a5. As it is unmaintained, I plan to remove it from Fedora Linux. I would recommend azure-cli drop it as a dependency.
Related command
N/A
Errors
N/A
Issue script & Debug output
pip install azure-cli
Expected behavior
Don't depend on msrest.
Environment Summary
N/A
Additional context
No response