-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Packaging} Drop msrestazure
#31066
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
{Packaging} Drop msrestazure
#31066
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @jiasli, |
️✔️AzureCLI-BreakingChangeTest
|
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
Besides managed identity authentication (#25959), azure-cli/src/azure-cli-core/azure/cli/core/util.py Lines 258 to 262 in 05a5d8f
https://github.com/search?q=repo%3AAzure%2Fazure-cli+empty_on_404&type=code and extensions: https://github.com/search?q=repo%3AAzure%2Fazure-cli-extensions%20empty_on_404&type=code |
Commented in #29856 (comment) |
Fixed by #31077 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the msrestazure dependency from the project, streamlining the package requirements as it is no longer needed.
- Removed the msrestazure dependency line from the Windows requirements file
- Removed the msrestazure dependency line from the Linux requirements file
- Removed the msrestazure dependency line from the Darwin requirements file
- Removed the msrestazure dependency from the azure-cli-core setup script
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/azure-cli/requirements.py3.windows.txt | Removed msrestazure dependency |
| src/azure-cli/requirements.py3.Linux.txt | Removed msrestazure dependency |
| src/azure-cli/requirements.py3.Darwin.txt | Removed msrestazure dependency |
| src/azure-cli-core/setup.py | Removed msrestazure entry from dependency list |
|
Codegen Coverage task failed: LogsThis indicates these extensions still have dependency on
|
Description
msrestazurerequiresadal. This PR dropsmsrestazureso that Azure CLI no longer depends onadal.