diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Dataset.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Dataset.json index a18b8fe01f46..26290f034220 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Dataset.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Dataset.json @@ -282,7 +282,7 @@ "CompressionLevel": { "title": "Microsoft.Azure.Management.DataFactories.Models.CompressionLevel", "description": "All available compression levels.", - "type": "object", + "type": "string", "enum": [ "Optimal", "Fastest" diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json index fdd52c0e61b7..76fb24bbdf78 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json @@ -374,7 +374,7 @@ "Online", "OnPremisesWithIfd" ], - "type": "object", + "type": "string", "description": "The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string)." }, "hostName": { @@ -402,7 +402,7 @@ "Office365", "Ifd" ], - "type": "object", + "type": "string", "description": "The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. Type: string (or Expression with resultType string)." }, "username": { diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json index 554d2135c6b2..cea78b86fdfb 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json @@ -371,7 +371,7 @@ }, "readBehavior": { "description": "The read behavior for the operation. Default is Query.", - "type": "object", + "type": "string", "enum": [ "Query", "QueryAll" @@ -577,7 +577,7 @@ }, "consistencyLevel": { "description": "The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.", - "type": "object", + "type": "string", "enum": [ "ALL", "EACH_QUORUM", @@ -1148,7 +1148,7 @@ }, "StoredProcedureParameterType": { "description": "Stored procedure parameter type.", - "type": "object", + "type": "string", "enum": [ "String", "Int", @@ -1207,7 +1207,7 @@ "properties": { "writeBehavior": { "description": "The write behavior for the operation. Default is 'Insert'.", - "type": "object", + "type": "string", "enum": [ "Insert", "Update" @@ -1231,7 +1231,7 @@ }, "CopyBehaviorType": { "description": "All available types of copy behavior.", - "type": "object", + "type": "string", "enum": [ "PreserveHierarchy", "FlattenHierarchy", @@ -1406,7 +1406,7 @@ }, "PolybaseSettingsRejectType": { "description": "Indicates whether the RejectValue property is specified as a literal value or a percentage.", - "type": "object", + "type": "string", "enum": [ "value", "percentage" @@ -1501,7 +1501,7 @@ "properties": { "writeBehavior": { "description": "Specify the write behavior when upserting documents into Azure Search Index.", - "type": "object", + "type": "string", "enum": [ "Merge", "Upload" @@ -1539,7 +1539,7 @@ "properties": { "writeBehavior": { "description": "The write behavior for the operation.", - "type": "object", + "type": "string", "enum": [ "Upsert" ], @@ -1568,7 +1568,7 @@ "properties": { "writeBehavior": { "description": "The write behavior for the operation. Default is Insert.", - "type": "object", + "type": "string", "enum": [ "Insert", "Upsert"