You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/cosmos-db/resource-manager/Microsoft.DocumentDB/preview/2022-08-15-preview/dataTransferService.json
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -302,6 +302,7 @@
302
302
"type": "string",
303
303
"enum": [
304
304
"CosmosDBCassandra",
305
+
"CosmosDBMongo",
305
306
"CosmosDBSql",
306
307
"AzureBlobStorage"
307
308
],
@@ -339,6 +340,28 @@
339
340
],
340
341
"x-ms-discriminator-value": "CosmosDBCassandra"
341
342
},
343
+
"CosmosMongoDataTransferDataSourceSink": {
344
+
"type": "object",
345
+
"description": "A CosmosDB Cassandra API data source/sink",
0 commit comments