Skip to content

Commit b6deb32

Browse files
author
SDKAuto
committed
CodeGen from PR 21333 in Azure/azure-rest-api-specs
Merge 93efefed2548dfcb007038a6b0bb924b8e4907ef into fffa955e35ff4a3a2bc97252325c615f55c23e18
1 parent b0f0020 commit b6deb32

File tree

3 files changed

+6863
-0
lines changed

3 files changed

+6863
-0
lines changed

schemas/2022-08-15-preview/Microsoft.DocumentDB.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3621,6 +3621,29 @@
36213621
],
36223622
"description": "A CosmosDB Cassandra API data source/sink"
36233623
},
3624+
"CosmosMongoDataTransferDataSourceSink": {
3625+
"type": "object",
3626+
"properties": {
3627+
"collectionName": {
3628+
"type": "string"
3629+
},
3630+
"component": {
3631+
"type": "string",
3632+
"enum": [
3633+
"CosmosDBMongo"
3634+
]
3635+
},
3636+
"databaseName": {
3637+
"type": "string"
3638+
}
3639+
},
3640+
"required": [
3641+
"collectionName",
3642+
"component",
3643+
"databaseName"
3644+
],
3645+
"description": "A CosmosDB Cassandra API data source/sink"
3646+
},
36243647
"CosmosSqlDataTransferDataSourceSink": {
36253648
"type": "object",
36263649
"properties": {
@@ -6194,6 +6217,9 @@
61946217
{
61956218
"$ref": "#/definitions/CosmosCassandraDataTransferDataSourceSink"
61966219
},
6220+
{
6221+
"$ref": "#/definitions/CosmosMongoDataTransferDataSourceSink"
6222+
},
61976223
{
61986224
"$ref": "#/definitions/CosmosSqlDataTransferDataSourceSink"
61996225
},

0 commit comments

Comments
 (0)