Msalversionupdate - #34067
Open
Hima Bindu Gadupudi (hima-gadupudi) wants to merge 1 commit into
Open
Conversation
Hima Bindu Gadupudi (hima-gadupudi)
requested review from
a team
as code owners
September 11, 2026 21:19
microsoft-github-policy-service
Bot
requested review from
Yu Chen (jsntcy),
ZelinWang (wangzelin007) and
Yong Zhang (yonzhan)
September 11, 2026 21:20
Copilot started reviewing on behalf of
Hima Bindu Gadupudi (hima-gadupudi)
September 11, 2026 21:20
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Changes are required before approval.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates Azure CLI’s MSAL dependency to 1.38.0 to support Azure Arc user-assigned managed identities.
Changes:
- Updates MSAL pins for all platforms.
- Documents the dependency upgrade.
- Adds security reporting guidance.
File summaries
| File | Description |
|---|---|
src/azure-cli/requirements.py3.windows.txt |
Updates the Windows MSAL pin. |
src/azure-cli/requirements.py3.Linux.txt |
Updates the Linux MSAL pin. |
src/azure-cli/requirements.py3.Darwin.txt |
Updates the macOS MSAL pin. |
src/azure-cli-core/HISTORY.rst |
Documents the dependency upgrade. |
SECURITY.md |
Adds security reporting guidance. |
Review details
- Files reviewed: 5/5 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Hima Bindu Gadupudi (hima-gadupudi)
force-pushed
the
msalversionupdate
branch
from
September 11, 2026 21:38
29f4f34 to
396fcef
Compare
Yong Zhang (yonzhan)
requested review from
Yeming Liu (isra-fel) and
Ethan Yang (necusjz)
September 11, 2026 23:41
Collaborator
|
Msalversionupdate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR bumps MSAL package version to 1.38 this is to support Azure Arc for services User Assigned Managed Identity.
Testing Guide
ran the upgrade locally C:\Program Files\Microsoft SDKs\Azure\CLI2\python.exe -m pip install --upgrade 'msal[broker]==1.38.0' and User Assigned Identity login went through
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.