Skip to content

Commit c71e1ee

Browse files
author
SDKAuto
committed
CodeGen from PR 12883 in Azure/azure-rest-api-specs
Merge 497733c5b83b52578840daeb3f0a6c3755082898 into 5015df257c6f0f8f55e2491a5c13b6ac589c5288
1 parent 5cce369 commit c71e1ee

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

schemas/2017-09-01-preview/Microsoft.DataFactory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12175,4 +12175,4 @@
1217512175
"description": "Zoho server dataset."
1217612176
}
1217712177
}
12178-
}
12178+
}

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

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20382,6 +20382,17 @@
2038220382
],
2038320383
"description": "Definition of all parameters for an entity."
2038420384
},
20385+
"policy": {
20386+
"oneOf": [
20387+
{
20388+
"$ref": "#/definitions/PipelinePolicy"
20389+
},
20390+
{
20391+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
20392+
}
20393+
],
20394+
"description": "Pipeline Policy."
20395+
},
2038520396
"runDimensions": {
2038620397
"oneOf": [
2038720398
{
@@ -20416,6 +20427,17 @@
2041620427
},
2041720428
"description": "A data factory pipeline."
2041820429
},
20430+
"PipelineElapsedTimeMetricPolicy": {
20431+
"type": "object",
20432+
"properties": {
20433+
"duration": {
20434+
"type": "object",
20435+
"properties": {},
20436+
"description": "TimeSpan value, after which an Azure Monitoring Metric is fired."
20437+
}
20438+
},
20439+
"description": "Pipeline ElapsedTime Metric Policy."
20440+
},
2041920441
"PipelineFolder": {
2042020442
"type": "object",
2042120443
"properties": {
@@ -20426,6 +20448,23 @@
2042620448
},
2042720449
"description": "The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level."
2042820450
},
20451+
"PipelinePolicy": {
20452+
"type": "object",
20453+
"properties": {
20454+
"elapsedTimeMetric": {
20455+
"oneOf": [
20456+
{
20457+
"$ref": "#/definitions/PipelineElapsedTimeMetricPolicy"
20458+
},
20459+
{
20460+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
20461+
}
20462+
],
20463+
"description": "Pipeline ElapsedTime Metric Policy."
20464+
}
20465+
},
20466+
"description": "Pipeline Policy."
20467+
},
2042920468
"PipelineReference": {
2043020469
"type": "object",
2043120470
"properties": {
@@ -28296,4 +28335,4 @@
2829628335
"description": "A copy activity Zoho server source."
2829728336
}
2829828337
}
28299-
}
28338+
}

0 commit comments

Comments
 (0)