From 3add6261be1cddeb9f2fbd16333c03ea602c5891 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Tue, 7 Sep 2021 13:29:57 -0700 Subject: [PATCH 1/3] Update README.md --- sdk/cosmos/azure-cosmos/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index 1ad02f94e343..e4999e9a832c 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -81,6 +81,11 @@ Once you've initialized a [CosmosClient][ref_cosmosclient], you can interact wit For more information about these resources, see [Working with Azure Cosmos databases, containers and items][cosmos_resources]. + +## How to use enable_cross_partition_query + +The keyword-argument `enable_cross_partition_query` accepts 2 options: `None` (default) or `True`. + ## Limitations Currently the features below are **not supported**. For alternatives options, check the **Workarounds** section below. From 3cb0fd971208be8e316d5686933ea5d9f5d0fd20 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Wed, 8 Sep 2021 08:16:11 -0700 Subject: [PATCH 2/3] Update README.md --- sdk/cosmos/azure-cosmos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index e4999e9a832c..9a02f473e2a1 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -82,7 +82,7 @@ Once you've initialized a [CosmosClient][ref_cosmosclient], you can interact wit For more information about these resources, see [Working with Azure Cosmos databases, containers and items][cosmos_resources]. -## How to use enable_cross_partition_query +## How to use `enable_cross_partition_query` The keyword-argument `enable_cross_partition_query` accepts 2 options: `None` (default) or `True`. From 1ae4f4a02b8e61fff6c8508100e90fd2f55472f6 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Wed, 8 Sep 2021 08:57:01 -0700 Subject: [PATCH 3/3] Update README.md --- sdk/cosmos/azure-cosmos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cosmos/azure-cosmos/README.md b/sdk/cosmos/azure-cosmos/README.md index 9a02f473e2a1..2923e0613cf5 100644 --- a/sdk/cosmos/azure-cosmos/README.md +++ b/sdk/cosmos/azure-cosmos/README.md @@ -128,7 +128,7 @@ If you want to use Python SDK to perform bulk inserts to Cosmos DB, the best alt ### Control Plane Limitations Workaround -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. +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. ### AAD Support Workaround