diff --git a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-01-preview/dataTransferService.json b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-01-preview/dataTransferService.json index 13314da33e25..93c58415a66c 100644 --- a/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-01-preview/dataTransferService.json +++ b/specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2023-03-01-preview/dataTransferService.json @@ -302,6 +302,7 @@ "type": "string", "enum": [ "CosmosDBCassandra", + "CosmosDBMongo", "CosmosDBSql", "AzureBlobStorage" ], @@ -339,6 +340,28 @@ ], "x-ms-discriminator-value": "CosmosDBCassandra" }, + "CosmosMongoDataTransferDataSourceSink": { + "type": "object", + "description": "A CosmosDB Cassandra API data source/sink", + "properties": { + "databaseName": { + "type": "string" + }, + "collectionName": { + "type": "string" + } + }, + "allOf": [ + { + "$ref": "#/definitions/DataTransferDataSourceSink" + } + ], + "required": [ + "databaseName", + "collectionName" + ], + "x-ms-discriminator-value": "CosmosDBMongo" + }, "CosmosSqlDataTransferDataSourceSink": { "type": "object", "description": "A CosmosDB Cassandra API data source/sink",