You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-servicebus/samples/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ urlFragment: servicebus-samples
10
10
11
11
# Azure Service Bus client library for Python Samples
12
12
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.
15
15
16
16
These are code samples that show common scenario operations with the Azure Service Bus client library.
17
17
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
95
95
96
96
1. Install the Azure Service Bus client library for Python with [pip](https://pypi.org/project/pip/):
97
97
```bash
98
-
pip install --pre azure-servicebus
98
+
pip install azure-servicebus
99
99
```
100
100
2. Clone or download this sample repository.
101
101
3. Open the sample folder in Visual Studio Code or your IDE of choice.
0 commit comments