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

Proxy settings not taken into account ? #120

Closed sylvain-pajaud closed 5 years ago

sylvain-pajaud commented 6 years ago

Reading the documentation it should be possible to specify a proxy to use to connect to an Azure Cosmos DB :

http://azure.github.io/azure-documentdb-python/api/pydocumentdb.documents.html#pydocumentdb.documents.ProxyConfiguration

I try to test it by doing a test similar to this one : https://github.com/Azure/azure-documentdb-python/blob/07caab604adc7c8e3cadab918e8c599ab45f3b4b/test/crud_tests.py#L3734-L3743

But the proxy settings seems totally ignored By checking the azure-documentdb-python code, it seems the proxy settings are used nowhere

Did I missed something ?

srinathnarayanan commented 6 years ago

Hi @sigma87 thanks for bringing this issue to our attention. This is a bug we are currently working on and we will have it in our next release.

srinathnarayanan commented 5 years ago

This has been fixed in versions >= 2.3.3