msal upgrade in azureauth to 4.81.1 version#445
msal upgrade in azureauth to 4.81.1 version#445siddharthpaudwal wants to merge 2 commits intomainfrom
Conversation
|
@siddharthpaudwal please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
There was a problem hiding this comment.
Pull request overview
Upgrades the Microsoft Identity (MSAL) dependencies used by azureauth/related projects to a newer version and does a small amount of comment/format cleanup.
Changes:
- Bump MSAL-related package references from
4.65.0to4.82.1across projects. - Add explicit MSAL package references to
AzureAuthandAdoPat. - Minor doc/whitespace cleanups in AzureAuth code and csproj headers.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/TestHelper/TestHelper.csproj | Header encoding/format change (BOM). |
| src/MSALWrapper/MSALWrapper.csproj | Upgrade MSAL package references to 4.82.1. |
| src/MSALWrapper.Benchmark/MSALWrapper.Benchmark.csproj | Add MSAL package references for benchmarks (but introduces conflicting references). |
| src/AzureAuth/IEnvExtensions.cs | Remove incorrect XML doc <param> entry. |
| src/AzureAuth/Commands/Ado/Pat/CommandScopes.cs | Remove stray blank XML comment line. |
| src/AzureAuth/AzureAuth.csproj | Add explicit MSAL package references at 4.82.1. |
| src/AdoPat/AdoPat.csproj | Add explicit MSAL package references at 4.82.1. |
| src/AdoPat.Test/AdoPat.Test.csproj | Header encoding/format change (BOM). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
version upgrade worked and we are able to fetch token by using azureauth exe