Skip to content

Commit 2bd6e70

Browse files
authored
Merge pull request #164514 from ThomasWeiss/thweiss-cosmosdb-rbac-api-version
Removed REST API version for Cosmos DB RBAC
2 parents 4defcdc + 5290ba9 commit 2bd6e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/how-to-setup-rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure role-based access control with Azure Active
44
author: ThomasWeiss
55
ms.service: cosmos-db
66
ms.topic: how-to
7-
ms.date: 07/01/2021
7+
ms.date: 07/02/2021
88
ms.author: thweiss
99
---
1010

@@ -388,7 +388,7 @@ const client = new CosmosClient({
388388

389389
## Authenticate requests on the REST API
390390

391-
The Azure Cosmos DB RBAC is currently supported with the `2021-03-15` version of REST API. When constructing the [authorization header](/rest/api/cosmos-db/access-control-on-cosmosdb-resources), set the **type** parameter to **aad** and the hash signature **(sig)** to the **oauth token** as shown in the following example:
391+
When constructing the [REST API authorization header](/rest/api/cosmos-db/access-control-on-cosmosdb-resources), set the **type** parameter to **aad** and the hash signature **(sig)** to the **oauth token** as shown in the following example:
392392

393393
`type=aad&ver=1.0&sig=<token-from-oauth>`
394394

0 commit comments

Comments
 (0)