Skip to content

Commit c9240aa

Browse files
authored
Remove preview note for Service Bus package (Azure#15881)
1 parent bf04111 commit c9240aa

File tree

1 file changed

+3
-3
lines changed
  • sdk/servicebus/azure-servicebus/samples

1 file changed

+3
-3
lines changed

sdk/servicebus/azure-servicebus/samples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ urlFragment: servicebus-samples
1010

1111
# Azure Service Bus client library for Python Samples
1212

13-
> **NOTE**: This document outlines the samples for the **preview** of the next version of the `azure-servicebus` package
14-
> which has different APIs than the current version (0.50). Please visit [this link](https://github.com/Azure/azure-sdk-for-python/tree/servicebus_v0.50.3/sdk/servicebus/azure-servicebus/samples) for samples of the existing library.
13+
> **NOTE**: This document outlines the samples for the latest version of the `azure-servicebus` package
14+
> which has different APIs than the older version (0.50). Please visit [this link](https://github.com/Azure/azure-sdk-for-python/tree/servicebus_v0.50.3/sdk/servicebus/azure-servicebus/samples) for samples of version 0.50 of this library.
1515
1616
These are code samples that show common scenario operations with the Azure Service Bus client library.
1717
Both [sync version](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/servicebus/azure-servicebus/samples/sync_samples) and [async version](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/servicebus/azure-servicebus/samples/async_samples) of samples are provided, async samples require Python 3.5 or later.
@@ -95,7 +95,7 @@ If you do not have an existing Azure account, you may sign up for a free trial o
9595

9696
1. Install the Azure Service Bus client library for Python with [pip](https://pypi.org/project/pip/):
9797
```bash
98-
pip install --pre azure-servicebus
98+
pip install azure-servicebus
9999
```
100100
2. Clone or download this sample repository.
101101
3. Open the sample folder in Visual Studio Code or your IDE of choice.

0 commit comments

Comments
 (0)