Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
4.04k stars 791 forks source link

New Azure client libraries #484

Open rnarayana opened 4 years ago

rnarayana commented 4 years ago

What would you like to be added: Azure has started releasing a new set of libraries which are in the Azure.{area}.{service} namespace, rather than the Microsoft.{service} namespace. An example is messaging here: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/MigrationGuide.md

It would be good if this is supported.

Why is this needed: Without this, there is an indirect dependency on the older packages as HealthChecks packages depend on them.

I'm not sure how both can be maintained, as there are going to be customers who would use both - it would be some time before the old Microsoft libraries are outdated.

unaizorrilla commented 4 years ago

Hi @rnarayana

I try to take a look on this! thanks !!

eerhardt commented 2 months ago

I think this is now fixed. The HealthChecks packages all reference the Azure.{area}.{service} packages now.

Is there more work remaining here?