|
241 | 241 | {
|
242 | 242 | "$ref": "#/definitions/databaseAccounts_gremlinDatabases_childResource"
|
243 | 243 | },
|
244 |
| - { |
245 |
| - "$ref": "#/definitions/databaseAccounts_dataTransferJobs_childResource" |
246 |
| - }, |
247 | 244 | {
|
248 | 245 | "$ref": "#/definitions/databaseAccounts_notebookWorkspaces_childResource"
|
249 | 246 | },
|
|
757 | 754 | ],
|
758 | 755 | "description": "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings"
|
759 | 756 | },
|
760 |
| - "databaseAccounts_dataTransferJobs": { |
761 |
| - "type": "object", |
762 |
| - "properties": { |
763 |
| - "apiVersion": { |
764 |
| - "type": "string", |
765 |
| - "enum": [ |
766 |
| - "2022-11-15-preview" |
767 |
| - ] |
768 |
| - }, |
769 |
| - "name": { |
770 |
| - "type": "string", |
771 |
| - "description": "Name of the Data Transfer Job" |
772 |
| - }, |
773 |
| - "properties": { |
774 |
| - "oneOf": [ |
775 |
| - { |
776 |
| - "$ref": "#/definitions/DataTransferJobProperties" |
777 |
| - }, |
778 |
| - { |
779 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
780 |
| - } |
781 |
| - ], |
782 |
| - "description": "The properties of a DataTransfer Job" |
783 |
| - }, |
784 |
| - "type": { |
785 |
| - "type": "string", |
786 |
| - "enum": [ |
787 |
| - "Microsoft.DocumentDB/databaseAccounts/dataTransferJobs" |
788 |
| - ] |
789 |
| - } |
790 |
| - }, |
791 |
| - "required": [ |
792 |
| - "apiVersion", |
793 |
| - "name", |
794 |
| - "properties", |
795 |
| - "type" |
796 |
| - ], |
797 |
| - "description": "Microsoft.DocumentDB/databaseAccounts/dataTransferJobs" |
798 |
| - }, |
799 | 757 | "databaseAccounts_graphs": {
|
800 | 758 | "type": "object",
|
801 | 759 | "properties": {
|
|
2646 | 2604 | },
|
2647 | 2605 | "description": "Cosmos DB resource auto-upgrade policy"
|
2648 | 2606 | },
|
2649 |
| - "AzureBlobDataTransferDataSourceSink": { |
2650 |
| - "type": "object", |
2651 |
| - "properties": { |
2652 |
| - "component": { |
2653 |
| - "type": "string", |
2654 |
| - "enum": [ |
2655 |
| - "AzureBlobStorage" |
2656 |
| - ] |
2657 |
| - }, |
2658 |
| - "containerName": { |
2659 |
| - "type": "string" |
2660 |
| - }, |
2661 |
| - "endpointUrl": { |
2662 |
| - "type": "string" |
2663 |
| - } |
2664 |
| - }, |
2665 |
| - "required": [ |
2666 |
| - "component", |
2667 |
| - "containerName" |
2668 |
| - ], |
2669 |
| - "description": "An Azure Blob Storage data source/sink" |
2670 |
| - }, |
2671 | 2607 | "BackupPolicy": {
|
2672 | 2608 | "type": "object",
|
2673 | 2609 | "oneOf": [
|
|
3600 | 3536 | ],
|
3601 | 3537 | "description": "The CORS policy for the Cosmos DB database account."
|
3602 | 3538 | },
|
3603 |
| - "CosmosCassandraDataTransferDataSourceSink": { |
3604 |
| - "type": "object", |
3605 |
| - "properties": { |
3606 |
| - "component": { |
3607 |
| - "type": "string", |
3608 |
| - "enum": [ |
3609 |
| - "CosmosDBCassandra" |
3610 |
| - ] |
3611 |
| - }, |
3612 |
| - "keyspaceName": { |
3613 |
| - "type": "string" |
3614 |
| - }, |
3615 |
| - "tableName": { |
3616 |
| - "type": "string" |
3617 |
| - } |
3618 |
| - }, |
3619 |
| - "required": [ |
3620 |
| - "component", |
3621 |
| - "keyspaceName", |
3622 |
| - "tableName" |
3623 |
| - ], |
3624 |
| - "description": "A CosmosDB Cassandra API data source/sink" |
3625 |
| - }, |
3626 |
| - "CosmosSqlDataTransferDataSourceSink": { |
3627 |
| - "type": "object", |
3628 |
| - "properties": { |
3629 |
| - "component": { |
3630 |
| - "type": "string", |
3631 |
| - "enum": [ |
3632 |
| - "CosmosDBSql" |
3633 |
| - ] |
3634 |
| - }, |
3635 |
| - "containerName": { |
3636 |
| - "type": "string" |
3637 |
| - }, |
3638 |
| - "databaseName": { |
3639 |
| - "type": "string" |
3640 |
| - } |
3641 |
| - }, |
3642 |
| - "required": [ |
3643 |
| - "component", |
3644 |
| - "containerName", |
3645 |
| - "databaseName" |
3646 |
| - ], |
3647 |
| - "description": "A CosmosDB Cassandra API data source/sink" |
3648 |
| - }, |
3649 | 3539 | "CreateUpdateOptions": {
|
3650 | 3540 | "type": "object",
|
3651 | 3541 | "properties": {
|
|
4497 | 4387 | ],
|
4498 | 4388 | "description": "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings"
|
4499 | 4389 | },
|
4500 |
| - "databaseAccounts_dataTransferJobs_childResource": { |
4501 |
| - "type": "object", |
4502 |
| - "properties": { |
4503 |
| - "apiVersion": { |
4504 |
| - "type": "string", |
4505 |
| - "enum": [ |
4506 |
| - "2022-11-15-preview" |
4507 |
| - ] |
4508 |
| - }, |
4509 |
| - "name": { |
4510 |
| - "type": "string", |
4511 |
| - "description": "Name of the Data Transfer Job" |
4512 |
| - }, |
4513 |
| - "properties": { |
4514 |
| - "oneOf": [ |
4515 |
| - { |
4516 |
| - "$ref": "#/definitions/DataTransferJobProperties" |
4517 |
| - }, |
4518 |
| - { |
4519 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
4520 |
| - } |
4521 |
| - ], |
4522 |
| - "description": "The properties of a DataTransfer Job" |
4523 |
| - }, |
4524 |
| - "type": { |
4525 |
| - "type": "string", |
4526 |
| - "enum": [ |
4527 |
| - "dataTransferJobs" |
4528 |
| - ] |
4529 |
| - } |
4530 |
| - }, |
4531 |
| - "required": [ |
4532 |
| - "apiVersion", |
4533 |
| - "name", |
4534 |
| - "properties", |
4535 |
| - "type" |
4536 |
| - ], |
4537 |
| - "description": "Microsoft.DocumentDB/databaseAccounts/dataTransferJobs" |
4538 |
| - }, |
4539 | 4390 | "databaseAccounts_graphs_childResource": {
|
4540 | 4391 | "type": "object",
|
4541 | 4392 | "properties": {
|
|
6217 | 6068 | },
|
6218 | 6069 | "description": "Properties of a managed Cassandra data center."
|
6219 | 6070 | },
|
6220 |
| - "DataTransferDataSourceSink": { |
6221 |
| - "type": "object", |
6222 |
| - "oneOf": [ |
6223 |
| - { |
6224 |
| - "$ref": "#/definitions/CosmosCassandraDataTransferDataSourceSink" |
6225 |
| - }, |
6226 |
| - { |
6227 |
| - "$ref": "#/definitions/CosmosSqlDataTransferDataSourceSink" |
6228 |
| - }, |
6229 |
| - { |
6230 |
| - "$ref": "#/definitions/AzureBlobDataTransferDataSourceSink" |
6231 |
| - } |
6232 |
| - ], |
6233 |
| - "properties": {}, |
6234 |
| - "description": "Base class for all DataTransfer source/sink" |
6235 |
| - }, |
6236 |
| - "DataTransferJobProperties": { |
6237 |
| - "type": "object", |
6238 |
| - "properties": { |
6239 |
| - "destination": { |
6240 |
| - "oneOf": [ |
6241 |
| - { |
6242 |
| - "$ref": "#/definitions/DataTransferDataSourceSink" |
6243 |
| - }, |
6244 |
| - { |
6245 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
6246 |
| - } |
6247 |
| - ], |
6248 |
| - "description": "Base class for all DataTransfer source/sink" |
6249 |
| - }, |
6250 |
| - "source": { |
6251 |
| - "oneOf": [ |
6252 |
| - { |
6253 |
| - "$ref": "#/definitions/DataTransferDataSourceSink" |
6254 |
| - }, |
6255 |
| - { |
6256 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
6257 |
| - } |
6258 |
| - ], |
6259 |
| - "description": "Base class for all DataTransfer source/sink" |
6260 |
| - }, |
6261 |
| - "workerCount": { |
6262 |
| - "oneOf": [ |
6263 |
| - { |
6264 |
| - "type": "integer", |
6265 |
| - "minimum": 0 |
6266 |
| - }, |
6267 |
| - { |
6268 |
| - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
6269 |
| - } |
6270 |
| - ], |
6271 |
| - "description": "Worker count" |
6272 |
| - } |
6273 |
| - }, |
6274 |
| - "required": [ |
6275 |
| - "destination", |
6276 |
| - "source" |
6277 |
| - ], |
6278 |
| - "description": "The properties of a DataTransfer Job" |
6279 |
| - }, |
6280 | 6071 | "DiagnosticLogSettings": {
|
6281 | 6072 | "type": "object",
|
6282 | 6073 | "properties": {
|
|
0 commit comments