From 6043d8371d3de4a9316d71deca853d2c610fe6c4 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 22 Mar 2023 00:25:48 +0000 Subject: [PATCH] CodeGen from PR 23191 in Azure/azure-rest-api-specs Merge 104bb8a3c125ff535292c4f796c75a08c0f1f909 into 543f1920ac96303cc244d60e1c12f0b56fc646db --- .../Microsoft.DocumentDB.json | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/schemas/2023-03-01-preview/Microsoft.DocumentDB.json b/schemas/2023-03-01-preview/Microsoft.DocumentDB.json index 942a847eb7..d0062a7af4 100644 --- a/schemas/2023-03-01-preview/Microsoft.DocumentDB.json +++ b/schemas/2023-03-01-preview/Microsoft.DocumentDB.json @@ -3751,6 +3751,29 @@ ], "description": "A CosmosDB Cassandra API data source/sink" }, + "CosmosMongoDataTransferDataSourceSink": { + "type": "object", + "properties": { + "collectionName": { + "type": "string" + }, + "component": { + "type": "string", + "enum": [ + "CosmosDBMongo" + ] + }, + "databaseName": { + "type": "string" + } + }, + "required": [ + "collectionName", + "component", + "databaseName" + ], + "description": "A CosmosDB Cassandra API data source/sink" + }, "CosmosSqlDataTransferDataSourceSink": { "type": "object", "properties": { @@ -6352,6 +6375,9 @@ { "$ref": "#/definitions/CosmosCassandraDataTransferDataSourceSink" }, + { + "$ref": "#/definitions/CosmosMongoDataTransferDataSourceSink" + }, { "$ref": "#/definitions/CosmosSqlDataTransferDataSourceSink" },