diff --git a/src/SDKs/DataFactory/Management.DataFactory/Generated/Models/ActivityPolicy.cs b/src/SDKs/DataFactory/Management.DataFactory/Generated/Models/ActivityPolicy.cs
index 558fa81cedb2..2f5119c5a545 100644
--- a/src/SDKs/DataFactory/Management.DataFactory/Generated/Models/ActivityPolicy.cs
+++ b/src/SDKs/DataFactory/Management.DataFactory/Generated/Models/ActivityPolicy.cs
@@ -43,12 +43,16 @@ public ActivityPolicy()
/// 0.
/// Interval between each retry
/// attempt (in seconds). The default is 30 sec.
- public ActivityPolicy(IDictionary additionalProperties = default(IDictionary), object timeout = default(object), object retry = default(object), int? retryIntervalInSeconds = default(int?))
+ /// When set to true, Output from activity
+ /// is considered as secure and will not be logged to
+ /// monitoring.
+ public ActivityPolicy(IDictionary additionalProperties = default(IDictionary), object timeout = default(object), object retry = default(object), int? retryIntervalInSeconds = default(int?), bool? secureOutput = default(bool?))
{
AdditionalProperties = additionalProperties;
Timeout = timeout;
Retry = retry;
RetryIntervalInSeconds = retryIntervalInSeconds;
+ SecureOutput = secureOutput;
CustomInit();
}
@@ -87,6 +91,13 @@ public ActivityPolicy()
[JsonProperty(PropertyName = "retryIntervalInSeconds")]
public int? RetryIntervalInSeconds { get; set; }
+ ///
+ /// Gets or sets when set to true, Output from activity is considered
+ /// as secure and will not be logged to monitoring.
+ ///
+ [JsonProperty(PropertyName = "secureOutput")]
+ public bool? SecureOutput { get; set; }
+
///
/// Validate the object.
///
diff --git a/src/SDKs/DataFactory/Management.DataFactory/Generated/Models/AmazonMWSLinkedService.cs b/src/SDKs/DataFactory/Management.DataFactory/Generated/Models/AmazonMWSLinkedService.cs
index 9cb82d8ebd41..4a290fc4ec79 100644
--- a/src/SDKs/DataFactory/Management.DataFactory/Generated/Models/AmazonMWSLinkedService.cs
+++ b/src/SDKs/DataFactory/Management.DataFactory/Generated/Models/AmazonMWSLinkedService.cs
@@ -47,6 +47,9 @@ public AmazonMWSLinkedService()
/// 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 Dataset.
/// The Amazon MWS authentication
/// token.
/// The secret key used to access data.
@@ -63,8 +66,8 @@ public AmazonMWSLinkedService()
/// authentication. Credentials are encrypted using the integration
/// runtime credential manager. Type: string (or Expression with
/// resultType string).
- public AmazonMWSLinkedService(object endpoint, object marketplaceID, object sellerID, object accessKeyId, IDictionary additionalProperties = default(IDictionary), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), SecretBase mwsAuthToken = default(SecretBase), SecretBase secretKey = default(SecretBase), object useEncryptedEndpoints = default(object), object useHostVerification = default(object), object usePeerVerification = default(object), object encryptedCredential = default(object))
- : base(additionalProperties, connectVia, description)
+ public AmazonMWSLinkedService(object endpoint, object marketplaceID, object sellerID, object accessKeyId, IDictionary additionalProperties = default(IDictionary), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), IDictionary parameters = default(IDictionary), IList