Azure/azure-cosmos-python

Documentation outdated

Opened this issue · 0 comments

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 of pydocumentdb.

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 import azure.cosmos.documents, azure.cosmos.cosmos_client, etc.