Azure / azure-cosmos-python

🚨🚨🚨This SDK is now maintained at https://github.com/Azure/azure-sdk-for-python 🚨🚨🚨
https://github.com/Azure/azure-sdk-for-python
MIT License
150 stars 141 forks source link

Documentation outdated #173

Open hlee-gs1us opened 5 years ago

hlee-gs1us commented 5 years ago

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.