Skip to content

Commit 43ffef7

Browse files
author
SDKAuto
committed
CodeGen from PR 23191 in Azure/azure-rest-api-specs
Merge 2517f8fee64737345834fd7661c6b7cc9bd43292 into 543f1920ac96303cc244d60e1c12f0b56fc646db
1 parent 09c776f commit 43ffef7

File tree

4 files changed

+206
-212
lines changed

4 files changed

+206
-212
lines changed

schemas/2022-11-15-preview/Microsoft.DocumentDB.json

Lines changed: 0 additions & 209 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@
241241
{
242242
"$ref": "#/definitions/databaseAccounts_gremlinDatabases_childResource"
243243
},
244-
{
245-
"$ref": "#/definitions/databaseAccounts_dataTransferJobs_childResource"
246-
},
247244
{
248245
"$ref": "#/definitions/databaseAccounts_notebookWorkspaces_childResource"
249246
},
@@ -757,45 +754,6 @@
757754
],
758755
"description": "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings"
759756
},
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-
},
799757
"databaseAccounts_graphs": {
800758
"type": "object",
801759
"properties": {
@@ -2646,28 +2604,6 @@
26462604
},
26472605
"description": "Cosmos DB resource auto-upgrade policy"
26482606
},
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-
},
26712607
"BackupPolicy": {
26722608
"type": "object",
26732609
"oneOf": [
@@ -3600,52 +3536,6 @@
36003536
],
36013537
"description": "The CORS policy for the Cosmos DB database account."
36023538
},
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-
},
36493539
"CreateUpdateOptions": {
36503540
"type": "object",
36513541
"properties": {
@@ -4497,45 +4387,6 @@
44974387
],
44984388
"description": "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/views/throughputSettings"
44994389
},
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-
},
45394390
"databaseAccounts_graphs_childResource": {
45404391
"type": "object",
45414392
"properties": {
@@ -6217,66 +6068,6 @@
62176068
},
62186069
"description": "Properties of a managed Cassandra data center."
62196070
},
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-
},
62806071
"DiagnosticLogSettings": {
62816072
"type": "object",
62826073
"properties": {

0 commit comments

Comments
 (0)