* Azure Cosmos DB Python SDK

Adding information about Azure Cosmos DB Python SDK

* Update python.md

* Update python.md

Co-authored-by: Xiang Yan <xiangsjtu@gmail.com>
This commit is contained in:
Rodrigo Souza 2020-08-17 11:48:17 -07:00 коммит произвёл GitHub
Родитель 94b16c4cc8
Коммит e4c2850307
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -18,6 +18,7 @@ The Azure SDK team is pleased to make available the August 2020 client library r
- Identity
- Text Analytics
- Key Vault
- Cosmos DB
#### Preview
@ -39,6 +40,7 @@ pip install --pre azure-search-documents
pip install azure-keyvault-certificates
pip install azure-keyvault-keys
pip install azure-keyvault-secrets
pip install azure-cosmos
```
## Feedback
@ -49,7 +51,6 @@ If you have a bug or feature request for one of the libraries, please post an is
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
### Identity [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/azure-identity/CHANGELOG.md)
#### Breaking Changes
@ -114,8 +115,16 @@ SearchIndexDocumentBatchingClient supports handling document indexing actions in
#### Secrets [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/keyvault/azure-keyvault-secrets/CHANGELOG.md#420-2020-08-11)
#### Certificates [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md#420-2020-08-11)
### Azure Cosmos DB Python SDK [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/cosmos/azure-cosmos/CHANGELOG.md)
#### New Features
- Added the ability to set the analytical storage TTL when creating a new container.
## Latest Releases
View all the latest versions of Python packages [here][python-latest-releases].
{% include refs.md %}