Skip to content

Commit 389f334

Browse files
committed
fix options on cassandra and gremlin
1 parent adb5cdf commit 389f334

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/cosmos-db/manage-cassandra-with-resource-manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ This template creates an Azure Cosmos account in two regions with options for co
228228
"clusterKeys": [
229229
{ "name": "loadid", "orderBy": "asc" }
230230
]
231-
},
232-
"options": "[variables('throughputPolicyToUse')]"
233-
}
231+
}
232+
},
233+
"options": "[variables('throughputPolicyToUse')]"
234234
}
235235
}
236236
]

articles/cosmos-db/manage-gremlin-with-resource-manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ This template will create an Azure Cosmos account for Gremlin API with a databas
245245
"/myPartitionKey"
246246
],
247247
"kind": "Hash"
248-
},
249-
"options": "[variables('throughputPolicyToUse')]"
250-
}
248+
}
249+
},
250+
"options": "[variables('throughputPolicyToUse')]"
251251
}
252252
}
253253
]

0 commit comments

Comments
 (0)