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

Fix CLI command and Improve Python readability #194

Closed berndverst closed 4 years ago

berndverst commented 4 years ago

The previous Azure CLI command for obtaining the master key is being deprecated.

Python samples were not very readable. I improved the style (indentation, line breaks) for readability.

berndverst commented 4 years ago

FYI @deborahc @moderakh

deborahc commented 4 years ago

@berndverst - thank you for the contribution! The changes look good to me. Adding @southpolesteve to take a look and help merge it in.

berndverst commented 4 years ago

By the way, I assume some of this will change soon? I've been using azure-cosmos 4.0.0b6 which has a rather different SDK

southpolesteve commented 4 years ago

Thanks, @berndverst! We did GA our v4 SDK this week which lives here https://github.com/Azure/azure-sdk-for-python. Further SDK development will happen in that repo. I'll be cleaning up this one soon and semi-archiving it.