Skip to content

Commit d1eb4e4

Browse files
[Hub Generated] Publish private branch 'datafactory/v-jinpan/SHIR' (#22438)
* [AutoSync] 614e44ec51 Support copyComputeScale And pipelineExternalComputeScale In IntegrationRuntime * [AutoSync] 6dbc09a603 format * [AutoSync] ef0b99dd43 fix * [AutoSync] 906adda006 fix --------- Co-authored-by: swagger-automation <[email protected]>
1 parent 7dcc109 commit d1eb4e4

File tree

1 file changed

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

1 file changed

+44
-0
lines changed

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@
126126
"vNetProperties": {
127127
"description": "VNet properties for managed integration runtime.",
128128
"$ref": "#/definitions/IntegrationRuntimeVNetProperties"
129+
},
130+
"copyComputeScaleProperties": {
131+
"description": "CopyComputeScale properties for managed integration runtime.",
132+
"$ref": "#/definitions/CopyComputeScaleProperties"
133+
},
134+
"pipelineExternalComputeScaleProperties": {
135+
"description": "PipelineExternalComputeScale properties for managed integration runtime.",
136+
"$ref": "#/definitions/PipelineExternalComputeScaleProperties"
129137
}
130138
},
131139
"additionalProperties": {
@@ -167,6 +175,42 @@
167175
"type": "object"
168176
}
169177
},
178+
"CopyComputeScaleProperties": {
179+
"description": "CopyComputeScale properties for managed integration runtime.",
180+
"type": "object",
181+
"properties": {
182+
"dataIntegrationUnit": {
183+
"description": "DIU number setting reserved for copy activity execution. Supported values are multiples of 4 in range 4-256.",
184+
"type": "integer",
185+
"format": "int32",
186+
"minimum": 4
187+
},
188+
"timeToLive": {
189+
"description": "Time to live (in minutes) setting of integration runtime which will execute copy activity.",
190+
"type": "integer",
191+
"format": "int32",
192+
"minimum": 5
193+
}
194+
},
195+
"additionalProperties": {
196+
"type": "object"
197+
}
198+
},
199+
"PipelineExternalComputeScaleProperties": {
200+
"description": "PipelineExternalComputeScale properties for managed integration runtime.",
201+
"type": "object",
202+
"properties": {
203+
"timeToLive": {
204+
"description": "Time to live (in minutes) setting of integration runtime which will execute pipeline and external activity.",
205+
"type": "integer",
206+
"format": "int32",
207+
"minimum": 5
208+
}
209+
},
210+
"additionalProperties": {
211+
"type": "object"
212+
}
213+
},
170214
"IntegrationRuntimeVNetProperties": {
171215
"description": "VNet properties for managed integration runtime.",
172216
"type": "object",

0 commit comments

Comments
 (0)