Skip to content

Commit d1ea82b

Browse files
Jingshu918arifibrahim4
authored andcommitted
Sync compute settings From DataFactory To Synapse (#27141)
1 parent cf59c6c commit d1ea82b

File tree

1 file changed

+17
-13
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes

1 file changed

+17
-13
lines changed

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7278,21 +7278,12 @@
72787278
"type": "object",
72797279
"properties": {
72807280
"computeType": {
7281-
"description": "Compute type of the cluster which will execute data flow job.",
7282-
"type": "string",
7283-
"enum": [
7284-
"General",
7285-
"MemoryOptimized",
7286-
"ComputeOptimized"
7287-
],
7288-
"x-ms-enum": {
7289-
"name": "DataFlowComputeType",
7290-
"modelAsString": true
7291-
}
7281+
"description": "Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)",
7282+
"type": "object"
72927283
},
72937284
"coreCount": {
7294-
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.",
7295-
"type": "integer"
7285+
"description": "Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer)",
7286+
"type": "object"
72967287
}
72977288
}
72987289
},
@@ -7317,6 +7308,19 @@
73177308
"dataflow"
73187309
]
73197310
},
7311+
"DataFlowComputeType": {
7312+
"description": "All available DataFlowComputeType values.",
7313+
"type": "string",
7314+
"enum": [
7315+
"General",
7316+
"MemoryOptimized",
7317+
"ComputeOptimized"
7318+
],
7319+
"x-ms-enum": {
7320+
"name": "DataFlowComputeType",
7321+
"modelAsString": true
7322+
}
7323+
},
73207324
"ScriptActivity": {
73217325
"description": "Script activity type.",
73227326
"x-ms-discriminator-value": "Script",

0 commit comments

Comments
 (0)