Skip to content

Commit 43c8f90

Browse files
author
SDKAuto
committed
CodeGen from PR 23985 in Azure/azure-rest-api-specs
Merge 2add3c61680e0e7ec3de81cbf0ffdbd30fbd6b15 into 904e6604a3e616709510de199aeec63e3bb8b927
1 parent ec38aad commit 43c8f90

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,11 @@
12451245
"AmazonRdsForSqlServerSource": {
12461246
"type": "object",
12471247
"properties": {
1248+
"isolationLevel": {
1249+
"type": "object",
1250+
"properties": {},
1251+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
1252+
},
12481253
"partitionOption": {
12491254
"type": "object",
12501255
"properties": {},
@@ -5895,6 +5900,11 @@
58955900
"AzureSqlSource": {
58965901
"type": "object",
58975902
"properties": {
5903+
"isolationLevel": {
5904+
"type": "object",
5905+
"properties": {},
5906+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
5907+
},
58985908
"partitionOption": {
58995909
"type": "object",
59005910
"properties": {},
@@ -27666,6 +27676,11 @@
2766627676
"SqlDWSource": {
2766727677
"type": "object",
2766827678
"properties": {
27679+
"isolationLevel": {
27680+
"type": "object",
27681+
"properties": {},
27682+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
27683+
},
2766927684
"partitionOption": {
2767027685
"type": "object",
2767127686
"properties": {},
@@ -27794,6 +27809,11 @@
2779427809
"SqlMISource": {
2779527810
"type": "object",
2779627811
"properties": {
27812+
"isolationLevel": {
27813+
"type": "object",
27814+
"properties": {},
27815+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
27816+
},
2779727817
"partitionOption": {
2779827818
"type": "object",
2779927819
"properties": {},
@@ -28004,6 +28024,11 @@
2800428024
"SqlServerSource": {
2800528025
"type": "object",
2800628026
"properties": {
28027+
"isolationLevel": {
28028+
"type": "object",
28029+
"properties": {},
28030+
"description": "Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string)."
28031+
},
2800728032
"partitionOption": {
2800828033
"type": "object",
2800928034
"properties": {},
@@ -29170,6 +29195,22 @@
2917029195
"properties": {},
2917129196
"description": "Spark configuration properties, which will override the 'conf' of the notebook you provide."
2917229197
},
29198+
"configurationType": {
29199+
"oneOf": [
29200+
{
29201+
"type": "string",
29202+
"enum": [
29203+
"Default",
29204+
"Customized",
29205+
"Artifact"
29206+
]
29207+
},
29208+
{
29209+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29210+
}
29211+
],
29212+
"description": "The type of the spark config."
29213+
},
2917329214
"driverSize": {
2917429215
"type": "object",
2917529216
"properties": {},
@@ -29211,6 +29252,22 @@
2921129252
],
2921229253
"description": "Notebook parameters."
2921329254
},
29255+
"sparkConfig": {
29256+
"oneOf": [
29257+
{
29258+
"type": "object",
29259+
"additionalProperties": {
29260+
"type": "object",
29261+
"properties": {}
29262+
},
29263+
"properties": {}
29264+
},
29265+
{
29266+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29267+
}
29268+
],
29269+
"description": "Spark configuration property."
29270+
},
2921429271
"sparkPool": {
2921529272
"oneOf": [
2921629273
{
@@ -29221,6 +29278,17 @@
2922129278
}
2922229279
],
2922329280
"description": "Big data pool reference type."
29281+
},
29282+
"targetSparkConfiguration": {
29283+
"oneOf": [
29284+
{
29285+
"$ref": "#/definitions/SparkConfigurationParametrizationReference"
29286+
},
29287+
{
29288+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
29289+
}
29290+
],
29291+
"description": "Spark configuration reference."
2922429292
}
2922529293
},
2922629294
"required": [

0 commit comments

Comments
 (0)