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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
The documentation used pydocumentdb module. However, the API documentation does not reference such a module. For example, the client API has no mention of pydocumentdb.
I suspect that the documentation in the following link is outdated.
https://docs.microsoft.com/en-us/python/api/overview/azure/cosmosdb?view=azure-python
The documentation used
pydocumentdb
module. However, the API documentation does not reference such a module. For example, the client API has no mention ofpydocumentdb
.https://docs.microsoft.com/en-us/python/api/overview/azure/cosmosdb/client?view=azure-python
Also, your sample code in this repository does not use
pydocumentdb
. They importazure.cosmos.documents
,azure.cosmos.cosmos_client
, etc.The text was updated successfully, but these errors were encountered: