Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
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>
|
There was a problem hiding this comment.
Pull request overview
Updates Azure CLI core authentication dependency (MSAL) to incorporate an upstream fix that avoids unnecessary network-dependent authority/cloud discovery in known clouds, addressing az login hangs/failures (e.g., Bleu cloud).
Changes:
- Bump MSAL from
1.35.0b1to1.35.1inazure-cli-coreinstall requirements (platform-selective). - Update pinned MSAL versions in platform-specific
requirements.py3.*.txtfiles (Windows usesmsal[broker], Linux/Darwin usemsal).
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 | Pin msal[broker] to 1.35.1 for Windows builds. |
| src/azure-cli/requirements.py3.Linux.txt | Pin msal to 1.35.1 for Linux builds. |
| src/azure-cli/requirements.py3.Darwin.txt | Pin msal to 1.35.1 for macOS builds. |
| src/azure-cli-core/setup.py | Update install_requires to msal[broker]==1.35.1 (win32) / msal==1.35.1 (non-win32). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@microsoft-github-policy-service rerun |
Co-authored-by: Ming Xu <xumi@microsoft.com>
Updates Azure CLI’s MSAL (Python) dependency to pick up the upstream fix that prevents auth discovery from performing unnecessary network-dependent lookups in known clouds. This resolves az login hangs/failures seen in Bleu cloud