Skip to content

Commit 34f27b3

Browse files
[Hub Generated] Publish private branch 'datafactory/v-jinpan/SqlFix' (#23985)
* [AutoSync] 1066864ec6 Fix Sql Family Missing Property isolationLevel * [AutoSync] 272b1fd4e8 update --------- Co-authored-by: swagger-automation <[email protected]>
1 parent 904e660 commit 34f27b3

File tree

1 file changed

+25
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+25
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,6 +2652,11 @@
26522652
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
26532653
"type": "object"
26542654
},
2655+
"isolationLevel": {
2656+
"x-ms-format": "dfe-string",
2657+
"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).",
2658+
"type": "object"
2659+
},
26552660
"produceAdditionalTypes": {
26562661
"description": "Which additional types to produce.",
26572662
"type": "object"
@@ -2689,6 +2694,11 @@
26892694
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
26902695
"type": "object"
26912696
},
2697+
"isolationLevel": {
2698+
"x-ms-format": "dfe-string",
2699+
"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).",
2700+
"type": "object"
2701+
},
26922702
"produceAdditionalTypes": {
26932703
"description": "Which additional types to produce.",
26942704
"type": "object"
@@ -2726,6 +2736,11 @@
27262736
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
27272737
"type": "object"
27282738
},
2739+
"isolationLevel": {
2740+
"x-ms-format": "dfe-string",
2741+
"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).",
2742+
"type": "object"
2743+
},
27292744
"produceAdditionalTypes": {
27302745
"description": "Which additional types to produce.",
27312746
"type": "object"
@@ -2763,6 +2778,11 @@
27632778
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\".",
27642779
"type": "object"
27652780
},
2781+
"isolationLevel": {
2782+
"x-ms-format": "dfe-string",
2783+
"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).",
2784+
"type": "object"
2785+
},
27662786
"produceAdditionalTypes": {
27672787
"description": "Which additional types to produce.",
27682788
"type": "object"
@@ -2800,6 +2820,11 @@
28002820
"type": "object",
28012821
"description": "Value and type setting for stored procedure parameters. Example: \"{Parameter1: {value: \"1\", type: \"int\"}}\". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter."
28022822
},
2823+
"isolationLevel": {
2824+
"x-ms-format": "dfe-string",
2825+
"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).",
2826+
"type": "object"
2827+
},
28032828
"partitionOption": {
28042829
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".",
28052830
"type": "object"

0 commit comments

Comments
 (0)