Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions schemas/2015-04-08/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,31 @@
}
],
"description": "Enables the account to write in multiple locations"
},
"enableCassandraConnector": {
Comment thread
bhba-coder marked this conversation as resolved.
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
}
],
"description": "Enables the cassandra connector for the Cosmos DB account."
},
"connectorOffer": {
"oneOf": [
{
"type": "string",
"enum": [
"small"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
}
],
"description": "The connector offer type for the cassandra connector"
}
},
"required": [
Expand Down