From 04d330debfe9f9f86aece8489cb5758f4025c53a Mon Sep 17 00:00:00 2001 From: hvermis Date: Tue, 24 Jul 2018 12:15:46 -0700 Subject: [PATCH] [ADF] Bringing back additionalProperties in Activity removed by mistake --- .../stable/2018-06-01/entityTypes/Pipeline.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index 112adcca4c94..34a97ad47185 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -71,6 +71,9 @@ } } }, + "additionalProperties": { + "type": "object" + }, "required": [ "name", "type"