From 3eba27e187bb03b69d3bd9a93814f1433a4a5316 Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Wed, 23 Dec 2020 15:51:26 -0800 Subject: [PATCH] Add note on admin client features in SB service level readme (#13018) --- sdk/servicebus/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/servicebus/README.md b/sdk/servicebus/README.md index 39c19c82c2c7..ff9f43952a26 100644 --- a/sdk/servicebus/README.md +++ b/sdk/servicebus/README.md @@ -4,7 +4,7 @@ ## Libraries for resource management -To manage your Azure Service Bus resources via the Azure Resource Manager, you would use the below package. +To manage your Azure Service Bus resources like namespaces, queues, topics, subscriptions and rules via the Azure Resource Manager, you would use the below package. | NPM Package | Reference | | ------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------- | @@ -13,6 +13,7 @@ To manage your Azure Service Bus resources via the Azure Resource Manager, you w ## Libraries for data access To send and receive messages from an Azure Service Bus queue, topic or subscription, you would use the below package. +This also allows to manage your Azure Service Bus resources like queues, topics, subscriptions and rules, but not the namespace itself. | NPM Package | Reference | Samples | | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |