-
Notifications
You must be signed in to change notification settings - Fork 10.4k
fix #19571 by removing dataprotection.azure packages #19572
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
fix #19571 by removing dataprotection.azure packages #19572
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question about 5.0 Preview 1.
bc97556
to
0cc3890
Compare
Rebaséd |
src/DataProtection/AzureKeyVault/src/Microsoft.AspNetCore.DataProtection.AzureKeyVault.csproj
Show resolved
Hide resolved
src/DataProtection/AzureStorage/src/Microsoft.AspNetCore.DataProtection.AzureStorage.csproj
Show resolved
Hide resolved
I think we're ready to go here. I'll rebase and resolve conflicts and if we get a green build I plan to merge. |
0cc3890
to
d0ca8f3
Compare
This comment has been minimized.
This comment has been minimized.
Ported to preview2 and now have to rebase and respin builds :(. |
d0ca8f3
to
57922c7
Compare
Had to do battle with merge conflicts on the version files. I think I can claim victory now. There should be no changes to versions in this PR, just removed dependencies. |
Windows test build hanged? |
IT PASSED?! |
Closes #19571
I'm pretty sure I probably missed something so we'll see what the CI does. As per aspnet/Announcements#408 we will be removing these packages in 5.0 since the Azure SDK team is taking them over (with new package IDs). This PR removes the DataProtection.Azure packages and pre-emptively removes references to Microsoft.Extensions.Configuration.AzureKeyVault (which will be removed in dotnet/extensions#3057).
I probably missed something but the CI will be more effective at finding it that I am :).
TODO before merging: