[notification hubs] Add language for @azure/notification-hubs (#5248)

Adds language that there are other packages for using both
@azure/service-bus and @azure/notification-hubs instead of azure-sb.
This commit is contained in:
Matthew Podwysocki 2023-04-28 13:02:42 -04:00 коммит произвёл GitHub
Родитель f20f4a702e
Коммит a0c2ee1945
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@ This project provides a Node.js package `azure-sb` for accessing the below two A
- Azure Service Bus
- Azure Notification Hubs
> Please note, a newer package [@azure/service-bus](https://www.npmjs.com/package/@azure/service-bus) for Azure Service Bus is available as of May 2019. The `azure-sb` package will continue to receive critical bug fixes for features around accessing Azure Notification Hubs, but we strongly encourage you to upgrade to the new package for your Service Bus needs.
> Please note, a newer package [@azure/service-bus](https://www.npmjs.com/package/@azure/service-bus) for Azure Service Bus is available as of May 2019 and [@azure/notification-hubs] for Azure Notification Hubs as of March 2023. We strongly encourage you to upgrade to the new package for your Service Bus and Notification Hubs needs.
## How to Install