Skip to content

Commit 2d1e7a3

Browse files
authored
Removed commas from Bicep example
There we're commas in the snippet of Bicep, which is not allowed in Bicep.
1 parent a72097c commit 2d1e7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/hierarchical-partition-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ For example, assume that you have a hierarchical partition key that's composed o
204204
```bicep
205205
partitionKey: {
206206
paths: [
207-
'/TenantId',
208-
'/UserId',
207+
'/TenantId'
208+
'/UserId'
209209
'/SessionId'
210210
]
211211
kind: 'MultiHash'

0 commit comments

Comments
 (0)