Skip to content

Commit

Permalink
provide readme for HealthChecks.AzureServiceBus, describe the breakin…
Browse files Browse the repository at this point in the history
…g changes and point to the new package
  • Loading branch information
adamsitnik committed Dec 18, 2023
1 parent f0cbfdc commit 63f41c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageTags>$(PackageTags);Azure;ServiceBus;EventHub</PackageTags>
<PackageTags>$(PackageTags);Azure;ServiceBus</PackageTags>
<Description>HealthChecks.AzureServiceBus is the health check package for Azure Service Bus Queues and Topics.</Description>
<VersionPrefix>$(HealthCheckAzureServiceBus)</VersionPrefix>
</PropertyGroup>
Expand Down
7 changes: 7 additions & 0 deletions src/HealthChecks.AzureServiceBus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Azure Service Bus Health Check

This health check verifies the ability to communicate with [Azure Service Bus](https://azure.microsoft.com/services/service-bus/).

### Breaking changes

In the prior releases, `AzureEventHubHealthCheck` was a part of `AspNetCore.HealthChecks.AzureServiceBus` package. It had a dependency on not just `Azure.Messaging.ServiceBus`, but also `Azure.Messaging.EventHubs`. The packages have been split to avoid bringing unnecessary dependencies. The name of the new EveHub package is [AspNetCore.HealthChecks.Azure.Messaging.EventHubs](https://www.nuget.org/packages/AspNetCore.HealthChecks.Azure.Messaging.EventHubs).

0 comments on commit 63f41c2

Please sign in to comment.