diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index dd6f1428aa06..88a8232cdc0c 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -96,33 +96,33 @@ Currently the features below are **not supported**. For alternatives options, ch ### Data Plane Limitations: -* Group By queries (in roadmap for 2021). -* Language Native async i/o (in roadmap for 2021). -* Queries with COUNT from a DISTINCT subquery: SELECT COUNT (1) FROM (SELECT DISTINCT C.ID FROM C). -* Bulk/Transactional batch processing. -* Direct TCP Mode access. -* Continuation token for cross partitions queries. -* Change Feed: Processor. -* Change Feed: Read multiple partitions key values. -* Change Feed: Read specific time. -* Change Feed: Read from the beggining. -* Change Feed: Pull model. -* Cross-partition ORDER BY for mixed types. +* Group By queries +* Language Native async i/o +* Queries with COUNT from a DISTINCT subquery: SELECT COUNT (1) FROM (SELECT DISTINCT C.ID FROM C) +* Bulk/Transactional batch processing +* Direct TCP Mode access +* Continuation token for cross partitions queries +* Change Feed: Processor +* Change Feed: Read multiple partitions key values +* Change Feed: Read specific time +* Change Feed: Read from the beggining +* Change Feed: Pull model +* Cross-partition ORDER BY for mixed types * Integrated Cache using the default consistency level, that is "Session". To take advantage of the new [Cosmos DB Integrated Cache](https://docs.microsoft.com/azure/cosmos-db/integrated-cache), it is required to explicitly set CosmosClient consistency level to "Eventual": `consistency_level= Eventual`. ### Control Plane Limitations: -* Get CollectionSizeUsage, DatabaseUsage, and DocumentUsage metrics. -* Create Geospatial Index. -* Provision Autoscale DBs or containers. -* Update Autoscale throughput. -* Update analytical store ttl (time to live). -* Get the connection string. -* Get the minimum RU/s of a container. +* Get CollectionSizeUsage, DatabaseUsage, and DocumentUsage metrics +* Create Geospatial Index +* Provision Autoscale DBs or containers +* Update Autoscale throughput +* Update analytical store ttl (time to live) +* Get the connection string +* Get the minimum RU/s of a container ### Security Limitations: -* AAD support. +* AAD support ## Workarounds