Skip to content

Commit c458c42

Browse files
author
Rodrigo Souza
authored
Update README.md (Azure#20574)
* Update README.md * Update README.md * Update README.md
1 parent dcbd6d9 commit c458c42

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sdk/cosmos/azure-cosmos/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ Once you've initialized a [CosmosClient][ref_cosmosclient], you can interact wit
8181

8282
For more information about these resources, see [Working with Azure Cosmos databases, containers and items][cosmos_resources].
8383

84+
85+
## How to use `enable_cross_partition_query`
86+
87+
The keyword-argument `enable_cross_partition_query` accepts 2 options: `None` (default) or `True`.
88+
8489
## Limitations
8590

8691
Currently the features below are **not supported**. For alternatives options, check the **Workarounds** section below.
@@ -123,7 +128,7 @@ If you want to use Python SDK to perform bulk inserts to Cosmos DB, the best alt
123128

124129
### Control Plane Limitations Workaround
125130

126-
Typically you can use [Azure Portal](https://portal.azure.com/), [Azure Cosmos DB Resource Provider REST API](https://docs.microsoft.com/rest/api/cosmos-db-resource-provider), [Azure CLI](https://docs.microsoft.com/azure/cosmos-db/manage-with-cli) or [PowerShell](https://docs.microsoft.com/azure/cosmos-db/manage-with-powershell) for the control plane unsupported limitations.
131+
Typically you can use [Azure Portal](https://portal.azure.com/), [Azure Cosmos DB Resource Provider REST API](https://docs.microsoft.com/rest/api/cosmos-db-resource-provider), [Azure CLI](https://docs.microsoft.com/cli/azure/azure-cli-reference-for-cosmos-db) or [PowerShell](https://docs.microsoft.com/azure/cosmos-db/manage-with-powershell) for the control plane unsupported limitations.
127132

128133
### AAD Support Workaround
129134

0 commit comments

Comments
 (0)