Skip to content

Commit

Permalink
prep release alpha (#26755)
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil authored Oct 11, 2022
1 parent 7a3cfa7 commit 66942bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-servicebus/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ If you do not have an existing Azure account, you may sign up for a free trial o

1. Install the Azure Service Bus client library for Python with [pip](https://pypi.org/project/pip/):
```bash
pip install azure-servicebus
pip install azure-servicebus==7.9.0a1
```
To run samples that utilize the Azure Active Directory for authentication, please install the `azure-identity` library:
```bash
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-servicebus/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
author_email='azpysdkhelp@microsoft.com',
url='https://github.com/Azure/azure-sdk-for-python',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Development Status :: 3 - Alpha",
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 66942bb

Please sign in to comment.