Skip to content

Commit e2bdf82

Browse files
authored
Merge pull request #121850 from Juastin/patch-1
Removed commas from Bicep example
2 parents 4faf42a + 2d1e7a3 commit e2bdf82

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)