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

Upgrade Azure.Identity to 1.10.2 #2761

Merged
merged 2 commits into from
Mar 14, 2024
Merged

Upgrade Azure.Identity to 1.10.2 #2761

merged 2 commits into from
Mar 14, 2024

Conversation

davidmrdavid
Copy link
Contributor

@davidmrdavid davidmrdavid commented Mar 13, 2024

As in title. Upgrading Azure.Identity to 1.10.2 in our all TFMs except .net462, which we can't upgrade without causing the following assembly loading exception in Functions V1:

Exception while executing function: HttpStart -> Could not load file or assembly 'System.Diagnostics.DiagnosticSource, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.",

At the very least, I think this is a partial start, so I'd like to merge this even if we don't have an answer for Functions V1.

We need this change to address some vulnerability warnings when running dotnet list package --vulnerable

@davidmrdavid davidmrdavid changed the title [WIP] Naively increase Azure.Identity dep Upgrade Azure.Identity to 1.10.2 Mar 13, 2024
@davidmrdavid davidmrdavid marked this pull request as ready for review March 14, 2024 16:54
@davidmrdavid davidmrdavid requested review from cgillum and bachuv March 14, 2024 16:54
@davidmrdavid davidmrdavid merged commit 0383eed into dev Mar 14, 2024
20 checks passed
@davidmrdavid davidmrdavid deleted the dajusto/update-deps branch March 14, 2024 21:53
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.

3 participants