diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonMWSSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonMWSSource.cs
index d74a6017eea6..1965de087366 100644
--- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonMWSSource.cs
+++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonMWSSource.cs
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models
///
/// A copy activity Amazon Marketplace Web Service source.
///
- public partial class AmazonMWSSource : CopySource
+ public partial class AmazonMWSSource : TabularSource
{
///
/// Initializes a new instance of the AmazonMWSSource class.
@@ -41,10 +41,13 @@ public AmazonMWSSource()
/// The maximum concurrent
/// connection count for the source data store. Type: integer (or
/// Expression with resultType integer).
+ /// Query timeout. Type: string (or
+ /// Expression with resultType string), pattern:
+ /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
/// A query to retrieve data from source. Type:
/// string (or Expression with resultType string).
- public AmazonMWSSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object))
- : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections)
+ public AmazonMWSSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), object query = default(object))
+ : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout)
{
Query = query;
CustomInit();
diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonRedshiftSource.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonRedshiftSource.cs
index a1f13df42fab..317ba9ac9fbc 100644
--- a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonRedshiftSource.cs
+++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AmazonRedshiftSource.cs
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.DataFactory.Models
///
/// A copy activity source for Amazon Redshift Source.
///
- public partial class AmazonRedshiftSource : CopySource
+ public partial class AmazonRedshiftSource : TabularSource
{
///
/// Initializes a new instance of the AmazonRedshiftSource class.
@@ -41,6 +41,9 @@ public AmazonRedshiftSource()
/// The maximum concurrent
/// connection count for the source data store. Type: integer (or
/// Expression with resultType integer).
+ /// Query timeout. Type: string (or
+ /// Expression with resultType string), pattern:
+ /// ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
/// Database query. Type: string (or Expression
/// with resultType string).
/// The Amazon S3 settings needed
@@ -48,8 +51,8 @@ public AmazonRedshiftSource()
/// unload. With this, data from Amazon Redshift source will be
/// unloaded into S3 first and then copied into the targeted sink from
/// the interim S3.
- public AmazonRedshiftSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object query = default(object), RedshiftUnloadSettings redshiftUnloadSettings = default(RedshiftUnloadSettings))
- : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections)
+ public AmazonRedshiftSource(IDictionary additionalProperties = default(IDictionary), object sourceRetryCount = default(object), object sourceRetryWait = default(object), object maxConcurrentConnections = default(object), object queryTimeout = default(object), object query = default(object), RedshiftUnloadSettings redshiftUnloadSettings = default(RedshiftUnloadSettings))
+ : base(additionalProperties, sourceRetryCount, sourceRetryWait, maxConcurrentConnections, queryTimeout)
{
Query = query;
RedshiftUnloadSettings = redshiftUnloadSettings;
diff --git a/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFileStorageLinkedService.cs b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFileStorageLinkedService.cs
new file mode 100644
index 000000000000..dae5ead4808f
--- /dev/null
+++ b/sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Generated/Models/AzureFileStorageLinkedService.cs
@@ -0,0 +1,114 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.DataFactory.Models
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Serialization;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// Azure File Storage linked service.
+ ///
+ [Newtonsoft.Json.JsonObject("AzureFileStorage")]
+ [Rest.Serialization.JsonTransformation]
+ public partial class AzureFileStorageLinkedService : LinkedService
+ {
+ ///
+ /// Initializes a new instance of the AzureFileStorageLinkedService
+ /// class.
+ ///
+ public AzureFileStorageLinkedService()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the AzureFileStorageLinkedService
+ /// class.
+ ///
+ /// Host name of the server. Type: string (or
+ /// Expression with resultType string).
+ /// Unmatched properties from the
+ /// message are deserialized this collection
+ /// The integration runtime reference.
+ /// Linked service description.
+ /// Parameters for linked service.
+ /// List of tags that can be used for
+ /// describing the linked service.
+ /// User ID to logon the server. Type: string (or
+ /// Expression with resultType string).
+ /// Password to logon the server.
+ /// The encrypted credential used for
+ /// authentication. Credentials are encrypted using the integration
+ /// runtime credential manager. Type: string (or Expression with
+ /// resultType string).
+ public AzureFileStorageLinkedService(object host, IDictionary additionalProperties = default(IDictionary), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), IDictionary parameters = default(IDictionary), IList