Open hlee-gs1us opened 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.
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.
azure.cosmos.documents
azure.cosmos.cosmos_client
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.