Skip to content

Commit 39f2669

Browse files
0.50.2->.3
1 parent d74a920 commit 39f2669

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sdk/servicebus/azure-servicebus/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,10 @@ contact [[email protected]](mailto:[email protected]) with any additio
299299
[servicebus_aad_authentication]: https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-authentication-and-authorization
300300
[token_credential_interface]: ../../core/azure-core/azure/core/credentials.py
301301
[pypi_azure_identity]: https://pypi.org/project/azure-identity/
302-
[0_50_source]: https://github.com/Azure/azure-sdk-for-python/tree/servicebus_v0.50.2/sdk/servicebus/azure-servicebus/
302+
[0_50_source]: https://github.com/Azure/azure-sdk-for-python/tree/servicebus_v0.50.3/sdk/servicebus/azure-servicebus/
303303
[0_50_pypi]: https://pypi.org/project/azure-servicebus/
304-
[0_50_api_docs]:https://azuresdkdocs.blob.core.windows.net/$web/python/azure-servicebus/0.50.2/index.html
304+
[0_50_api_docs]:https://azuresdkdocs.blob.core.windows.net/$web/python/azure-servicebus/0.50.3/index.html
305305
[0_50_product_docs]: https://docs.microsoft.com/azure/service-bus-messaging/
306-
[0_50_samples]: https://github.com/Azure/azure-sdk-for-python/tree/servicebus_v0.50.2/sdk/servicebus/azure-servicebus/samples
307-
[0_50_changelog]: https://github.com/Azure/azure-sdk-for-python/blob/servicebus_v0.50.2/sdk/servicebus/azure-servicebus/CHANGELOG.md
306+
[0_50_samples]: https://github.com/Azure/azure-sdk-for-python/tree/servicebus_v0.50.3/sdk/servicebus/azure-servicebus/samples
307+
[0_50_changelog]: https://github.com/Azure/azure-sdk-for-python/blob/servicebus_v0.50.3/sdk/servicebus/azure-servicebus/CHANGELOG.md
308308
[migration_guide]: ./migration_guide.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ urlFragment: servicebus-samples
1111
# Azure Service Bus client library for Python Samples
1212

1313
> **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.2/sdk/servicebus/azure-servicebus/samples) for samples of the existing library.
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.
1515
1616
These are code samples that show common scenario operations with the Azure Service Bus client library.
1717
Both [sync version](./sync_samples) and [async version](./async_samples) of samples are provided, async samples require Python 3.5 or later.

0 commit comments

Comments
 (0)