Skip to content

Commit d23b8c9

Browse files
authored
Update README.md (Azure#20992)
1 parent 40f3d19 commit d23b8c9

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

sdk/cosmos/azure-cosmos/README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -96,33 +96,33 @@ Currently the features below are **not supported**. For alternatives options, ch
9696

9797
### Data Plane Limitations:
9898

99-
* Group By queries (in roadmap for 2021).
100-
* Language Native async i/o (in roadmap for 2021).
101-
* Queries with COUNT from a DISTINCT subquery: SELECT COUNT (1) FROM (SELECT DISTINCT C.ID FROM C).
102-
* Bulk/Transactional batch processing.
103-
* Direct TCP Mode access.
104-
* Continuation token for cross partitions queries.
105-
* Change Feed: Processor.
106-
* Change Feed: Read multiple partitions key values.
107-
* Change Feed: Read specific time.
108-
* Change Feed: Read from the beggining.
109-
* Change Feed: Pull model.
110-
* Cross-partition ORDER BY for mixed types.
99+
* Group By queries
100+
* Language Native async i/o
101+
* Queries with COUNT from a DISTINCT subquery: SELECT COUNT (1) FROM (SELECT DISTINCT C.ID FROM C)
102+
* Bulk/Transactional batch processing
103+
* Direct TCP Mode access
104+
* Continuation token for cross partitions queries
105+
* Change Feed: Processor
106+
* Change Feed: Read multiple partitions key values
107+
* Change Feed: Read specific time
108+
* Change Feed: Read from the beggining
109+
* Change Feed: Pull model
110+
* Cross-partition ORDER BY for mixed types
111111
* 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`.
112112

113113
### Control Plane Limitations:
114114

115-
* Get CollectionSizeUsage, DatabaseUsage, and DocumentUsage metrics.
116-
* Create Geospatial Index.
117-
* Provision Autoscale DBs or containers.
118-
* Update Autoscale throughput.
119-
* Update analytical store ttl (time to live).
120-
* Get the connection string.
121-
* Get the minimum RU/s of a container.
115+
* Get CollectionSizeUsage, DatabaseUsage, and DocumentUsage metrics
116+
* Create Geospatial Index
117+
* Provision Autoscale DBs or containers
118+
* Update Autoscale throughput
119+
* Update analytical store ttl (time to live)
120+
* Get the connection string
121+
* Get the minimum RU/s of a container
122122

123123
### Security Limitations:
124124

125-
* AAD support.
125+
* AAD support
126126

127127
## Workarounds
128128

0 commit comments

Comments
 (0)