-
Notifications
You must be signed in to change notification settings - Fork 293
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
Chore | upgrade Azure Identity from 1.5.0 to 1.6.0 #1611
Chore | upgrade Azure Identity from 1.5.0 to 1.6.0 #1611
Conversation
…dentity.Client from 4.30.1 to 4.43.2
Btw take a look at the other dependency updates here as well (as there are others that are outdated) note: with all of these updated: |
…ta.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider
Thanks @AraHaan just noticed the same changes are in your PR, so I'm closing this one. |
I made those changes temporarily but I could rebase it to remove the package updates on it (to not block the updates to the packages). That separate pr is blocked at least until .NET 6 is added to the CI. |
Anyways I think updating the JsonWebTokens and OpenIdConnect to 6.17.0 should make this pr pass (hopefully). At least it does build on me locally. |
ok, so the #1536 is blocked until the MDS project is upgraded to .NET6. I ran the |
yes please, reopen this PR and check for other dependencies related to this change. |
@lcheunglci still working on finding the other dependencies related to this change? They should be the Microsoft.IdentityModel.* dependencies I believe. |
Thanks for the suggestion. In terms of dependencies directly affected by |
Sounds good, those can be upgraded in a follow up pr to ensure they get tested. |
Hopefully this gets merged soon so the follow up pr can happen before the end of preview.3's development stage. |
Any ETA on when this will get merged? |
@lcheunglci is the follow up pr in the works now to update the Microsoft.IdentityModel.* dependencies as well? |
I did try to upgrade both the |
I think I found out why. The nuget repo that the solution/project points to i.e. azure nuget repo https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json does not contain the required dependency |
As mentioned in #1601 , We can upgrade Azure Identity from 1.5.0 to 1.6.0 and it's dependency Microsoft.Identity.Client from 4.30.1 to 4.43.2