Skip to content
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

[EngSys] Pin @azure/msal-* version temporarily #31819

Merged
merged 11 commits into from
Nov 19, 2024

Conversation

jeremymeng
Copy link
Member

because upgrading them caused identity unit tests to fail. This allows us to upgrade other packages to address security alerts.

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@jeremymeng jeremymeng requested a review from a team as a code owner November 19, 2024 00:36
because upgrading them caused identity unit tests to fail.  This allows us to
upgrade other packages to address security alerts.
@jeremymeng jeremymeng force-pushed the engsys/pin-msal-versions branch from ba3c9dc to 756969d Compare November 19, 2024 01:26
>/home/meng/git/jssdk/sdk/monitor/monitor-opentelemetry-exporter/src/utils/logUtils.ts
   63:26  error    'exceptionType' may use Object's default stringification format ('[object Object]') when stringified                                @typescript-eslint/no-base-to-string
   86:23  error    'log.attributes[ApplicationInsightsBaseType]' may use Object's default stringification format ('[object Object]') when stringified  @typescript-eslint/no-base-to-string
  101:32  error    'properties[key]' may use Object's default stringification format ('[object Object]') when stringified                              @typescript-eslint/no-base-to-string
@jeremymeng jeremymeng requested a review from harsimar as a code owner November 19, 2024 22:13
@jeremymeng jeremymeng merged commit d8b5771 into Azure:main Nov 19, 2024
45 checks passed
@jeremymeng jeremymeng deleted the engsys/pin-msal-versions branch November 19, 2024 23:29
KarishmaGhiya added a commit that referenced this pull request Nov 27, 2024
…31735)

With the recent upgrades to msal node (2.15 to 2.16) and msal common
(14.15 to 14.16), the request uri used by msal has now been updated to
include the client-request-id as a query parameter in the request uri. I
have manually updated recordings of the tests to reflect the change, in
order to fix the breaking recorded tests after upgrading dependecy on
msal.
Unable to re-record the tests to auto-generate the recordings, due to
tenant restrictions, hence manually updated the recordings.

Also unpinning the msal dependency that were pinned in this PR -
#31819
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants