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/cosmos/azure-cosmos/samples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The following are code samples that show common scenario operations with the Azu
47
47
48
48
*[tracing-open-telemetry](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/samples/tracing_open_telemetry.py) - Example demonstrating how to use OpenTelemetry tracing with our SDK.
49
49
50
-
*[diagnostics_handler_sample.py](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/samples/diagnostics_handler_sample.py) - Example demonstrating how to use diagnostics handler with our SDK.
50
+
*[diagnostics_filter_sample.py](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/samples/diagnostics_filter_sample.py) - Example using logging filters for diagnostics filtering
51
51
52
52
## Prerequisites
53
53
* Python 3.8+
@@ -74,4 +74,4 @@ pip install azure-cosmos
74
74
## Next steps
75
75
76
76
Check out the [API reference documentation](https://aka.ms/azsdk-python-cosmos-ref) to learn more about
77
-
what you can do with the Azure Cosmos DB SQL API client library.
77
+
what you can do with the Azure Cosmos DB SQL API client library.
0 commit comments