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
# Azure Cosmos DB SQL API client library for Python - version 4.10.0b3
9
+
# Azure Cosmos DB SQL API client library for Python - version 4.10.0b4
10
10
11
11
12
12
## _Disclaimer_
@@ -34,7 +34,7 @@ Use the Azure Cosmos DB SQL API SDK for Python to manage databases and the JSON
34
34
35
35
### Important update on Python 2.x Support
36
36
37
-
New releases of this SDK won't support Python 2.x starting January 1st, 2022. Please check the [CHANGELOG](https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.10.0b3/sdk/cosmos/azure-cosmos/CHANGELOG.md) for more information.
37
+
New releases of this SDK won't support Python 2.x starting January 1st, 2022. Please check the [CHANGELOG](https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.10.0b4/sdk/cosmos/azure-cosmos/CHANGELOG.md) for more information.
38
38
39
39
### Prerequisites
40
40
@@ -1013,7 +1013,7 @@ to use this functionality are the following:
1013
1013
pip install azure-core-tracing-opentelemetry
1014
1014
pip install opentelemetry-sdk
1015
1015
```
1016
-
For more information on this, we recommend taking a look at this [document](https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.10.0b3/sdk/core/azure-core-tracing-opentelemetry/README.md)
1016
+
For more information on this, we recommend taking a look at this [document](https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_4.10.0b4/sdk/core/azure-core-tracing-opentelemetry/README.md)
1017
1017
from Azure Core describing how to set it up. We have also added a [sample file][telemetry_sample] to show how it can
1018
1018
be used with our SDK. This works the same way regardless of the Cosmos client you are using.
1019
1019
@@ -1031,11 +1031,11 @@ For more extensive documentation on the Cosmos DB service, see the [Azure Cosmos
0 commit comments