From c271f3b6ea80130fdb2bfdf236a90f9e7e040bc3 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Wed, 6 Jan 2021 10:08:00 -0800 Subject: [PATCH] Acknowledge SB GA in pip install --- sdk/servicebus/azure-servicebus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/servicebus/azure-servicebus/README.md b/sdk/servicebus/azure-servicebus/README.md index b6a7d2560595..9ead831db276 100644 --- a/sdk/servicebus/azure-servicebus/README.md +++ b/sdk/servicebus/azure-servicebus/README.md @@ -27,7 +27,7 @@ Use the Service Bus client library for Python to communicate between application Install the Azure Service Bus client library for Python with [pip][pip]: ```Bash -pip install azure-servicebus --pre +pip install azure-servicebus ``` ### Prerequisites: