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

Removal of Microsoft.* Azure Integration Packages #409

Open
analogrelay opened this issue Mar 7, 2020 · 0 comments
Open

Removal of Microsoft.* Azure Integration Packages #409

analogrelay opened this issue Mar 7, 2020 · 0 comments
Labels
5.0.0 Announcements related to ASP.NET Core 5.0 Breaking change Documented The breaking change has been published to the .NET Core docs

Comments

@analogrelay
Copy link

analogrelay commented Mar 7, 2020

NOTE: Please use the existing discussion issue for any questions/comments: dotnet/aspnetcore#19570

Removal of Microsoft.* Azure Integration Packages

As a follow-up to #408, the Microsoft.* packages that provide integration between ASP.NET Core and Azure SDKs are no longer shipping in ASP.NET Core 5.0.

The following packages will no longer be shipped in ASP.NET Core 5.0:

These packages are being removed because the Azure SDK team is now maintaining a set of packages that provide the same integration using the latest Azure SDK. The following packages are now recommended for all ASP.NET Core applications targeting ASP.NET Core 2.1 or above:

Version introduced

5.0.0-preview1

Old behavior

The Microsoft.* packages were used to integrate Azure services with Configuration and Data Protection.

New behavior

New Azure.* packages are used to integrate Azure services with Configuration and Data Protection.

Reason for change

The previous packages were using outdated versions of the Azure SDK. A simple update wasn't possible because the new versions of the Azure SDK included breaking changes. Also, transferring ownership of these to the Azure SDK team means they can be updated as new Azure SDK versions are released and new features become available.

Recommended action

Replace the following references:

Category

ASP.NET

Affected APIs

Or any other APIs consumed from the following packages:


Issue metadata

  • Issue type: breaking-change
@analogrelay analogrelay added Breaking change 5.0.0 Announcements related to ASP.NET Core 5.0 labels Mar 7, 2020
@aspnet aspnet locked and limited conversation to collaborators Mar 7, 2020
@scottaddie scottaddie added the Documented The breaking change has been published to the .NET Core docs label Mar 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
5.0.0 Announcements related to ASP.NET Core 5.0 Breaking change Documented The breaking change has been published to the .NET Core docs
Projects
None yet
Development

No branches or pull requests

2 participants