Skip to content

Commit 6043d83

Browse files
author
SDKAuto
committed
CodeGen from PR 23191 in Azure/azure-rest-api-specs
Merge 104bb8a3c125ff535292c4f796c75a08c0f1f909 into 543f1920ac96303cc244d60e1c12f0b56fc646db
1 parent 09c776f commit 6043d83

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

schemas/2023-03-01-preview/Microsoft.DocumentDB.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3751,6 +3751,29 @@
37513751
],
37523752
"description": "A CosmosDB Cassandra API data source/sink"
37533753
},
3754+
"CosmosMongoDataTransferDataSourceSink": {
3755+
"type": "object",
3756+
"properties": {
3757+
"collectionName": {
3758+
"type": "string"
3759+
},
3760+
"component": {
3761+
"type": "string",
3762+
"enum": [
3763+
"CosmosDBMongo"
3764+
]
3765+
},
3766+
"databaseName": {
3767+
"type": "string"
3768+
}
3769+
},
3770+
"required": [
3771+
"collectionName",
3772+
"component",
3773+
"databaseName"
3774+
],
3775+
"description": "A CosmosDB Cassandra API data source/sink"
3776+
},
37543777
"CosmosSqlDataTransferDataSourceSink": {
37553778
"type": "object",
37563779
"properties": {
@@ -6352,6 +6375,9 @@
63526375
{
63536376
"$ref": "#/definitions/CosmosCassandraDataTransferDataSourceSink"
63546377
},
6378+
{
6379+
"$ref": "#/definitions/CosmosMongoDataTransferDataSourceSink"
6380+
},
63556381
{
63566382
"$ref": "#/definitions/CosmosSqlDataTransferDataSourceSink"
63576383
},

0 commit comments

Comments
 (0)