diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md b/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md
index 44c96fc2f830..805d1d716f23 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md
@@ -1,6 +1,8 @@
# Release History
-## 1.0.0-beta.17 (Unreleased)
+## 1.0.0-beta.1 (2022-08-11)
+
+- Azure Resource Manager DataFactory client library for Java. This package contains Microsoft Azure SDK for DataFactory Management SDK. The Azure Data Factory V2 management API provides a RESTful set of web services that interact with Azure Data Factory V2 services. Package tag package-2018-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
### Features Added
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/README.md b/sdk/datafactory/azure-resourcemanager-datafactory/README.md
index aed548ba7545..4b169c2f5aa6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/README.md
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/README.md
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
com.azure.resourcemanager
azure-resourcemanager-datafactory
- 1.0.0-beta.16
+ 1.0.0-beta.17
```
[//]: # ({x-version-update-end})
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java
index 29933c680508..22ca53205881 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java
@@ -286,7 +286,7 @@ public DataFactoryManager authenticate(TokenCredential credential, AzureProfile
.append("-")
.append("com.azure.resourcemanager.datafactory")
.append("/")
- .append("1.0.0-beta.16");
+ .append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ActivityRunsQueryResponseInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ActivityRunsQueryResponseInner.java
index f9ab58c286af..217404547c1b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ActivityRunsQueryResponseInner.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ActivityRunsQueryResponseInner.java
@@ -20,8 +20,7 @@ public final class ActivityRunsQueryResponseInner {
private List value;
/*
- * The continuation token for getting the next page of results, if any
- * remaining results exist, null otherwise.
+ * The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
*/
@JsonProperty(value = "continuationToken")
private String continuationToken;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonMwsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonMwsLinkedServiceTypeProperties.java
index d465d059a9aa..f8d13249cef5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonMwsLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonMwsLinkedServiceTypeProperties.java
@@ -19,9 +19,8 @@ public final class AmazonMwsLinkedServiceTypeProperties {
private Object endpoint;
/*
- * The Amazon Marketplace ID you want to retrieve data from. To retrieve
- * data from multiple Marketplace IDs, separate them with a comma (,).
- * (i.e. A2EUQ1WTGCTBG2)
+ * The Amazon Marketplace ID you want to retrieve data from. To retrieve data from multiple Marketplace IDs,
+ * separate them with a comma (,). (i.e. A2EUQ1WTGCTBG2)
*/
@JsonProperty(value = "marketplaceID", required = true)
private Object marketplaceId;
@@ -51,31 +50,27 @@ public final class AmazonMwsLinkedServiceTypeProperties {
private SecretBase secretKey;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForLinkedServiceTypeProperties.java
index 1e3529c46283..d78905000005 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForLinkedServiceTypeProperties.java
@@ -13,8 +13,7 @@
@Fluent
public final class AmazonRdsForLinkedServiceTypeProperties {
/*
- * The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
@@ -26,9 +25,8 @@ public final class AmazonRdsForLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForOracleTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForOracleTableDatasetTypeProperties.java
index 41fb3124b210..f9dafaa3a8a0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForOracleTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForOracleTableDatasetTypeProperties.java
@@ -11,15 +11,13 @@
@Fluent
public final class AmazonRdsForOracleTableDatasetTypeProperties {
/*
- * The schema name of the AmazonRdsForOracle database. Type: string (or
- * Expression with resultType string).
+ * The schema name of the AmazonRdsForOracle database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
/*
- * The table name of the AmazonRdsForOracle database. Type: string (or
- * Expression with resultType string).
+ * The table name of the AmazonRdsForOracle database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForSqlServerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForSqlServerLinkedServiceTypeProperties.java
index bf5cf43a34dd..ea38d6e87f99 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForSqlServerLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForSqlServerLinkedServiceTypeProperties.java
@@ -14,15 +14,13 @@
@Fluent
public final class AmazonRdsForSqlServerLinkedServiceTypeProperties {
/*
- * The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
/*
- * The on-premises Windows authentication user name. Type: string (or
- * Expression with resultType string).
+ * The on-premises Windows authentication user name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -34,9 +32,8 @@ public final class AmazonRdsForSqlServerLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForSqlServerTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForSqlServerTableDatasetTypeProperties.java
index be96c4a43d17..7ada55afe5d5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForSqlServerTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRdsForSqlServerTableDatasetTypeProperties.java
@@ -11,15 +11,13 @@
@Fluent
public final class AmazonRdsForSqlServerTableDatasetTypeProperties {
/*
- * The schema name of the SQL Server dataset. Type: string (or Expression
- * with resultType string).
+ * The schema name of the SQL Server dataset. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
/*
- * The table name of the SQL Server dataset. Type: string (or Expression
- * with resultType string).
+ * The table name of the SQL Server dataset. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRedshiftLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRedshiftLinkedServiceTypeProperties.java
index 6f1ca69a67a4..ff8e2070b5b6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRedshiftLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRedshiftLinkedServiceTypeProperties.java
@@ -13,15 +13,13 @@
@Fluent
public final class AmazonRedshiftLinkedServiceTypeProperties {
/*
- * The name of the Amazon Redshift server. Type: string (or Expression with
- * resultType string).
+ * The name of the Amazon Redshift server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "server", required = true)
private Object server;
/*
- * The username of the Amazon Redshift source. Type: string (or Expression
- * with resultType string).
+ * The username of the Amazon Redshift source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -33,24 +31,21 @@ public final class AmazonRedshiftLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The database name of the Amazon Redshift source. Type: string (or
- * Expression with resultType string).
+ * The database name of the Amazon Redshift source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "database", required = true)
private Object database;
/*
- * The TCP port number that the Amazon Redshift server uses to listen for
- * client connections. The default value is 5439. Type: integer (or
- * Expression with resultType integer).
+ * The TCP port number that the Amazon Redshift server uses to listen for client connections. The default value is
+ * 5439. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "port")
private Object port;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRedshiftTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRedshiftTableDatasetTypeProperties.java
index 2a07a308d3d7..b660cbcbbed6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRedshiftTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonRedshiftTableDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class AmazonRedshiftTableDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The Amazon Redshift table name. Type: string (or Expression with
- * resultType string).
+ * The Amazon Redshift table name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The Amazon Redshift schema name. Type: string (or Expression with
- * resultType string).
+ * The Amazon Redshift schema name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3CompatibleLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3CompatibleLinkedServiceTypeProperties.java
index 38ead8bec611..e2222690a809 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3CompatibleLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3CompatibleLinkedServiceTypeProperties.java
@@ -12,41 +12,36 @@
@Fluent
public final class AmazonS3CompatibleLinkedServiceTypeProperties {
/*
- * The access key identifier of the Amazon S3 Compatible Identity and
- * Access Management (IAM) user. Type: string (or Expression with
- * resultType string).
+ * The access key identifier of the Amazon S3 Compatible Identity and Access Management (IAM) user. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "accessKeyId")
private Object accessKeyId;
/*
- * The secret access key of the Amazon S3 Compatible Identity and Access
- * Management (IAM) user.
+ * The secret access key of the Amazon S3 Compatible Identity and Access Management (IAM) user.
*/
@JsonProperty(value = "secretAccessKey")
private SecretBase secretAccessKey;
/*
- * This value specifies the endpoint to access with the Amazon S3
- * Compatible Connector. This is an optional property; change it only if
- * you want to try a different service endpoint or want to switch between
- * https and http. Type: string (or Expression with resultType string).
+ * This value specifies the endpoint to access with the Amazon S3 Compatible Connector. This is an optional
+ * property; change it only if you want to try a different service endpoint or want to switch between https and
+ * http. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "serviceUrl")
private Object serviceUrl;
/*
- * If true, use S3 path-style access instead of virtual hosted-style
- * access. Default value is false. Type: boolean (or Expression with
- * resultType boolean).
+ * If true, use S3 path-style access instead of virtual hosted-style access. Default value is false. Type: boolean
+ * (or Expression with resultType boolean).
*/
@JsonProperty(value = "forcePathStyle")
private Object forcePathStyle;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3DatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3DatasetTypeProperties.java
index 1f987eb16b48..5ce1f68d35a4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3DatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3DatasetTypeProperties.java
@@ -14,43 +14,37 @@
@Fluent
public final class AmazonS3DatasetTypeProperties {
/*
- * The name of the Amazon S3 bucket. Type: string (or Expression with
- * resultType string).
+ * The name of the Amazon S3 bucket. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "bucketName", required = true)
private Object bucketName;
/*
- * The key of the Amazon S3 object. Type: string (or Expression with
- * resultType string).
+ * The key of the Amazon S3 object. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "key")
private Object key;
/*
- * The prefix filter for the S3 object name. Type: string (or Expression
- * with resultType string).
+ * The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "prefix")
private Object prefix;
/*
- * The version for the S3 object. Type: string (or Expression with
- * resultType string).
+ * The version for the S3 object. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "version")
private Object version;
/*
- * The start of S3 object's modified datetime. Type: string (or Expression
- * with resultType string).
+ * The start of S3 object's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of S3 object's modified datetime. Type: string (or Expression
- * with resultType string).
+ * The end of S3 object's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3LinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3LinkedServiceTypeProperties.java
index ed9046fbaca9..27337428f88d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3LinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AmazonS3LinkedServiceTypeProperties.java
@@ -12,33 +12,29 @@
@Fluent
public final class AmazonS3LinkedServiceTypeProperties {
/*
- * The authentication type of S3. Allowed value: AccessKey (default) or
- * TemporarySecurityCredentials. Type: string (or Expression with
- * resultType string).
+ * The authentication type of S3. Allowed value: AccessKey (default) or TemporarySecurityCredentials. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "authenticationType")
private Object authenticationType;
/*
- * The access key identifier of the Amazon S3 Identity and Access
- * Management (IAM) user. Type: string (or Expression with resultType
- * string).
+ * The access key identifier of the Amazon S3 Identity and Access Management (IAM) user. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "accessKeyId")
private Object accessKeyId;
/*
- * The secret access key of the Amazon S3 Identity and Access Management
- * (IAM) user.
+ * The secret access key of the Amazon S3 Identity and Access Management (IAM) user.
*/
@JsonProperty(value = "secretAccessKey")
private SecretBase secretAccessKey;
/*
- * This value specifies the endpoint to access with the S3 Connector. This
- * is an optional property; change it only if you want to try a different
- * service endpoint or want to switch between https and http. Type: string
- * (or Expression with resultType string).
+ * This value specifies the endpoint to access with the S3 Connector. This is an optional property; change it only
+ * if you want to try a different service endpoint or want to switch between https and http. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "serviceUrl")
private Object serviceUrl;
@@ -50,9 +46,8 @@ public final class AmazonS3LinkedServiceTypeProperties {
private SecretBase sessionToken;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AsanaLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AsanaLinkedServiceTypeProperties.java
index b3d725c0a80f..48c088bf25f0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AsanaLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AsanaLinkedServiceTypeProperties.java
@@ -19,9 +19,8 @@ public final class AsanaLinkedServiceTypeProperties {
private SecretBase apiToken;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AvroDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AvroDatasetTypeProperties.java
index e2a9743b0fb6..c71eded0d0d9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AvroDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AvroDatasetTypeProperties.java
@@ -19,8 +19,7 @@ public final class AvroDatasetTypeProperties {
private DatasetLocation location;
/*
- * The data avroCompressionCodec. Type: string (or Expression with
- * resultType string).
+ * The data avroCompressionCodec. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "avroCompressionCodec")
private Object avroCompressionCodec;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBatchLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBatchLinkedServiceTypeProperties.java
index d9db05c8dc9d..1fb30aa08b76 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBatchLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBatchLinkedServiceTypeProperties.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureBatchLinkedServiceTypeProperties {
/*
- * The Azure Batch account name. Type: string (or Expression with
- * resultType string).
+ * The Azure Batch account name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "accountName", required = true)
private Object accountName;
@@ -28,15 +27,13 @@ public final class AzureBatchLinkedServiceTypeProperties {
private SecretBase accessKey;
/*
- * The Azure Batch URI. Type: string (or Expression with resultType
- * string).
+ * The Azure Batch URI. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "batchUri", required = true)
private Object batchUri;
/*
- * The Azure Batch pool name. Type: string (or Expression with resultType
- * string).
+ * The Azure Batch pool name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "poolName", required = true)
private Object poolName;
@@ -48,9 +45,8 @@ public final class AzureBatchLinkedServiceTypeProperties {
private LinkedServiceReference linkedServiceName;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobDatasetTypeProperties.java
index 9390fb3e06e2..1fcc3846ab8e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobDatasetTypeProperties.java
@@ -13,36 +13,31 @@
@Fluent
public final class AzureBlobDatasetTypeProperties {
/*
- * The path of the Azure Blob storage. Type: string (or Expression with
- * resultType string).
+ * The path of the Azure Blob storage. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "folderPath")
private Object folderPath;
/*
- * The root of blob path. Type: string (or Expression with resultType
- * string).
+ * The root of blob path. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableRootLocation")
private Object tableRootLocation;
/*
- * The name of the Azure Blob. Type: string (or Expression with resultType
- * string).
+ * The name of the Azure Blob. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileName")
private Object fileName;
/*
- * The start of Azure Blob's modified datetime. Type: string (or Expression
- * with resultType string).
+ * The start of Azure Blob's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of Azure Blob's modified datetime. Type: string (or Expression
- * with resultType string).
+ * The end of Azure Blob's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobFSDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobFSDatasetTypeProperties.java
index 99fc3dd5afde..d1c379bd0719 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobFSDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobFSDatasetTypeProperties.java
@@ -13,15 +13,13 @@
@Fluent
public final class AzureBlobFSDatasetTypeProperties {
/*
- * The path of the Azure Data Lake Storage Gen2 storage. Type: string (or
- * Expression with resultType string).
+ * The path of the Azure Data Lake Storage Gen2 storage. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "folderPath")
private Object folderPath;
/*
- * The name of the Azure Data Lake Storage Gen2. Type: string (or
- * Expression with resultType string).
+ * The name of the Azure Data Lake Storage Gen2. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileName")
private Object fileName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobFSLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobFSLinkedServiceTypeProperties.java
index 5d7d039a1758..80026925129b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobFSLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobFSLinkedServiceTypeProperties.java
@@ -14,54 +14,48 @@
@Fluent
public final class AzureBlobFSLinkedServiceTypeProperties {
/*
- * Endpoint for the Azure Data Lake Storage Gen2 service. Type: string (or
- * Expression with resultType string).
+ * Endpoint for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
/*
- * Account key for the Azure Data Lake Storage Gen2 service. Type: string
- * (or Expression with resultType string).
+ * Account key for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "accountKey")
private Object accountKey;
/*
- * The ID of the application used to authenticate against the Azure Data
- * Lake Storage Gen2 account. Type: string (or Expression with resultType
- * string).
+ * The ID of the application used to authenticate against the Azure Data Lake Storage Gen2 account. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The Key of the application used to authenticate against the Azure Data
- * Lake Storage Gen2 account.
+ * The Key of the application used to authenticate against the Azure Data Lake Storage Gen2 account.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * Indicates the azure cloud type of the service principle auth. Allowed
- * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany.
- * Default value is the data factory regions’ cloud type. Type: string (or
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "azureCloudType")
private Object azureCloudType;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
@@ -73,20 +67,16 @@ public final class AzureBlobFSLinkedServiceTypeProperties {
private CredentialReference credential;
/*
- * The service principal credential type to use in Server-To-Server
- * authentication. 'ServicePrincipalKey' for key/secret,
- * 'ServicePrincipalCert' for certificate. Type: string (or Expression with
- * resultType string).
+ * The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for
+ * key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalCredentialType")
private Object servicePrincipalCredentialType;
/*
- * The credential of the service principal object in Azure Active
- * Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey',
- * servicePrincipalCredential can be SecureString or
- * AzureKeyVaultSecretReference. If servicePrincipalCredentialType is
- * 'ServicePrincipalCert', servicePrincipalCredential can only be
+ * The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is
+ * 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If
+ * servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be
* AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "servicePrincipalCredential")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobStorageLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobStorageLinkedServiceTypeProperties.java
index 54d37be1de97..b94dad0d230f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobStorageLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureBlobStorageLinkedServiceTypeProperties.java
@@ -14,9 +14,8 @@
@Fluent
public final class AzureBlobStorageLinkedServiceTypeProperties {
/*
- * The connection string. It is mutually exclusive with sasUri,
- * serviceEndpoint property. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The connection string. It is mutually exclusive with sasUri, serviceEndpoint property. Type: string,
+ * SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -28,9 +27,8 @@ public final class AzureBlobStorageLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference accountKey;
/*
- * SAS URI of the Azure Blob Storage resource. It is mutually exclusive
- * with connectionString, serviceEndpoint property. Type: string,
- * SecureString or AzureKeyVaultSecretReference.
+ * SAS URI of the Azure Blob Storage resource. It is mutually exclusive with connectionString, serviceEndpoint
+ * property. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "sasUri")
private Object sasUri;
@@ -42,54 +40,50 @@ public final class AzureBlobStorageLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference sasToken;
/*
- * Blob service endpoint of the Azure Blob Storage resource. It is mutually
- * exclusive with connectionString, sasUri property.
+ * Blob service endpoint of the Azure Blob Storage resource. It is mutually exclusive with connectionString, sasUri
+ * property.
*/
@JsonProperty(value = "serviceEndpoint")
private String serviceEndpoint;
/*
- * The ID of the service principal used to authenticate against Azure SQL
- * Data Warehouse. Type: string (or Expression with resultType string).
+ * The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The key of the service principal used to authenticate against Azure SQL
- * Data Warehouse.
+ * The key of the service principal used to authenticate against Azure SQL Data Warehouse.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * Indicates the azure cloud type of the service principle auth. Allowed
- * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany.
- * Default value is the data factory regions’ cloud type. Type: string (or
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "azureCloudType")
private Object azureCloudType;
/*
- * Specify the kind of your storage account. Allowed values are: Storage
- * (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or
- * BlockBlobStorage. Type: string (or Expression with resultType string).
+ * Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general
+ * purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "accountKind")
private String accountKind;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private String encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerCommandActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerCommandActivityTypeProperties.java
index 9be7c6828a53..ddf19a2bf412 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerCommandActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerCommandActivityTypeProperties.java
@@ -12,15 +12,14 @@
@Fluent
public final class AzureDataExplorerCommandActivityTypeProperties {
/*
- * A control command, according to the Azure Data Explorer command syntax.
- * Type: string (or Expression with resultType string).
+ * A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "command", required = true)
private Object command;
/*
- * Control command timeout. Type: string (or Expression with resultType
- * string), pattern:
+ * Control command timeout. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)
*/
@JsonProperty(value = "commandTimeout")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerDatasetTypeProperties.java
index 0dfae13b294e..7afbfbdfccbb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class AzureDataExplorerDatasetTypeProperties {
/*
- * The table name of the Azure Data Explorer database. Type: string (or
- * Expression with resultType string).
+ * The table name of the Azure Data Explorer database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerLinkedServiceTypeProperties.java
index a3ed6683dfe8..4f18f771f645 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataExplorerLinkedServiceTypeProperties.java
@@ -14,16 +14,15 @@
@Fluent
public final class AzureDataExplorerLinkedServiceTypeProperties {
/*
- * The endpoint of Azure Data Explorer (the engine's endpoint). URL will be
- * in the format https://..kusto.windows.net.
- * Type: string (or Expression with resultType string)
+ * The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format
+ * https://..kusto.windows.net. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "endpoint", required = true)
private Object endpoint;
/*
- * The ID of the service principal used to authenticate against Azure Data
- * Explorer. Type: string (or Expression with resultType string).
+ * The ID of the service principal used to authenticate against Azure Data Explorer. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
@@ -35,15 +34,14 @@ public final class AzureDataExplorerLinkedServiceTypeProperties {
private SecretBase servicePrincipalKey;
/*
- * Database name for connection. Type: string (or Expression with
- * resultType string).
+ * Database name for connection. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "database", required = true)
private Object database;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeAnalyticsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeAnalyticsLinkedServiceTypeProperties.java
index fe66df56c746..0df7f1f772f3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeAnalyticsLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeAnalyticsLinkedServiceTypeProperties.java
@@ -13,59 +13,54 @@
@Fluent
public final class AzureDataLakeAnalyticsLinkedServiceTypeProperties {
/*
- * The Azure Data Lake Analytics account name. Type: string (or Expression
- * with resultType string).
+ * The Azure Data Lake Analytics account name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "accountName", required = true)
private Object accountName;
/*
- * The ID of the application used to authenticate against the Azure Data
- * Lake Analytics account. Type: string (or Expression with resultType
- * string).
+ * The ID of the application used to authenticate against the Azure Data Lake Analytics account. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The Key of the application used to authenticate against the Azure Data
- * Lake Analytics account.
+ * The Key of the application used to authenticate against the Azure Data Lake Analytics account.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant", required = true)
private Object tenant;
/*
- * Data Lake Analytics account subscription ID (if different from Data
- * Factory account). Type: string (or Expression with resultType string).
+ * Data Lake Analytics account subscription ID (if different from Data Factory account). Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "subscriptionId")
private Object subscriptionId;
/*
- * Data Lake Analytics account resource group name (if different from Data
- * Factory account). Type: string (or Expression with resultType string).
+ * Data Lake Analytics account resource group name (if different from Data Factory account). Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "resourceGroupName")
private Object resourceGroupName;
/*
- * Azure Data Lake Analytics URI Type: string (or Expression with
- * resultType string).
+ * Azure Data Lake Analytics URI Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "dataLakeAnalyticsUri")
private Object dataLakeAnalyticsUri;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeStoreDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeStoreDatasetTypeProperties.java
index a97ddc6ab8f8..e8b6f0b9a67b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeStoreDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeStoreDatasetTypeProperties.java
@@ -13,15 +13,13 @@
@Fluent
public final class AzureDataLakeStoreDatasetTypeProperties {
/*
- * Path to the folder in the Azure Data Lake Store. Type: string (or
- * Expression with resultType string).
+ * Path to the folder in the Azure Data Lake Store. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "folderPath")
private Object folderPath;
/*
- * The name of the file in the Azure Data Lake Store. Type: string (or
- * Expression with resultType string).
+ * The name of the file in the Azure Data Lake Store. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileName")
private Object fileName;
@@ -33,8 +31,7 @@ public final class AzureDataLakeStoreDatasetTypeProperties {
private DatasetStorageFormat format;
/*
- * The data compression method used for the item(s) in the Azure Data Lake
- * Store.
+ * The data compression method used for the item(s) in the Azure Data Lake Store.
*/
@JsonProperty(value = "compression")
private DatasetCompression compression;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeStoreLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeStoreLinkedServiceTypeProperties.java
index bc66142c6ddf..0c32eeddbf9d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeStoreLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDataLakeStoreLinkedServiceTypeProperties.java
@@ -14,67 +14,62 @@
@Fluent
public final class AzureDataLakeStoreLinkedServiceTypeProperties {
/*
- * Data Lake Store service URI. Type: string (or Expression with resultType
- * string).
+ * Data Lake Store service URI. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "dataLakeStoreUri", required = true)
private Object dataLakeStoreUri;
/*
- * The ID of the application used to authenticate against the Azure Data
- * Lake Store account. Type: string (or Expression with resultType string).
+ * The ID of the application used to authenticate against the Azure Data Lake Store account. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The Key of the application used to authenticate against the Azure Data
- * Lake Store account.
+ * The Key of the application used to authenticate against the Azure Data Lake Store account.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * Indicates the azure cloud type of the service principle auth. Allowed
- * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany.
- * Default value is the data factory regions’ cloud type. Type: string (or
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "azureCloudType")
private Object azureCloudType;
/*
- * Data Lake Store account name. Type: string (or Expression with
- * resultType string).
+ * Data Lake Store account name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "accountName")
private Object accountName;
/*
- * Data Lake Store account subscription ID (if different from Data Factory
- * account). Type: string (or Expression with resultType string).
+ * Data Lake Store account subscription ID (if different from Data Factory account). Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "subscriptionId")
private Object subscriptionId;
/*
- * Data Lake Store account resource group name (if different from Data
- * Factory account). Type: string (or Expression with resultType string).
+ * Data Lake Store account resource group name (if different from Data Factory account). Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "resourceGroupName")
private Object resourceGroupName;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksDeltaLakeDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksDeltaLakeDatasetTypeProperties.java
index 414390a473b5..6cc4d12b0701 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksDeltaLakeDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksDeltaLakeDatasetTypeProperties.java
@@ -11,15 +11,13 @@
@Fluent
public final class AzureDatabricksDeltaLakeDatasetTypeProperties {
/*
- * The name of delta table. Type: string (or Expression with resultType
- * string).
+ * The name of delta table. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The database name of delta table. Type: string (or Expression with
- * resultType string).
+ * The database name of delta table. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "database")
private Object database;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksDetltaLakeLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksDetltaLakeLinkedServiceTypeProperties.java
index b8872eb08a07..029fba90ca95 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksDetltaLakeLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksDetltaLakeLinkedServiceTypeProperties.java
@@ -14,31 +14,29 @@
@Fluent
public final class AzureDatabricksDetltaLakeLinkedServiceTypeProperties {
/*
- * .azuredatabricks.net, domain name of your Databricks deployment.
- * Type: string (or Expression with resultType string).
+ * .azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "domain", required = true)
private Object domain;
/*
- * Access token for databricks REST API. Refer to
- * https://docs.azuredatabricks.net/api/latest/authentication.html. Type:
- * string, SecureString or AzureKeyVaultSecretReference.
+ * Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html.
+ * Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "accessToken")
private SecretBase accessToken;
/*
- * The id of an existing interactive cluster that will be used for all runs
- * of this job. Type: string (or Expression with resultType string).
+ * The id of an existing interactive cluster that will be used for all runs of this job. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "clusterId")
private Object clusterId;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
@@ -50,8 +48,7 @@ public final class AzureDatabricksDetltaLakeLinkedServiceTypeProperties {
private CredentialReference credential;
/*
- * Workspace resource id for databricks REST API. Type: string (or
- * Expression with resultType string).
+ * Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "workspaceResourceId")
private Object workspaceResourceId;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksLinkedServiceTypeProperties.java
index dc26ca0ee3a3..a4a33cadc884 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureDatabricksLinkedServiceTypeProperties.java
@@ -16,73 +16,67 @@
@Fluent
public final class AzureDatabricksLinkedServiceTypeProperties {
/*
- * .azuredatabricks.net, domain name of your Databricks deployment.
- * Type: string (or Expression with resultType string).
+ * .azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "domain", required = true)
private Object domain;
/*
- * Access token for databricks REST API. Refer to
- * https://docs.azuredatabricks.net/api/latest/authentication.html. Type:
- * string (or Expression with resultType string).
+ * Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "accessToken")
private SecretBase accessToken;
/*
- * Required to specify MSI, if using Workspace resource id for databricks
- * REST API. Type: string (or Expression with resultType string).
+ * Required to specify MSI, if using Workspace resource id for databricks REST API. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "authentication")
private Object authentication;
/*
- * Workspace resource id for databricks REST API. Type: string (or
- * Expression with resultType string).
+ * Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "workspaceResourceId")
private Object workspaceResourceId;
/*
- * The id of an existing interactive cluster that will be used for all runs
- * of this activity. Type: string (or Expression with resultType string).
+ * The id of an existing interactive cluster that will be used for all runs of this activity. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "existingClusterId")
private Object existingClusterId;
/*
- * The id of an existing instance pool that will be used for all runs of
- * this activity. Type: string (or Expression with resultType string).
+ * The id of an existing instance pool that will be used for all runs of this activity. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "instancePoolId")
private Object instancePoolId;
/*
- * If not using an existing interactive cluster, this specifies the Spark
- * version of a new job cluster or instance pool nodes created for each run
- * of this activity. Required if instancePoolId is specified. Type: string
- * (or Expression with resultType string).
+ * If not using an existing interactive cluster, this specifies the Spark version of a new job cluster or instance
+ * pool nodes created for each run of this activity. Required if instancePoolId is specified. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "newClusterVersion")
private Object newClusterVersion;
/*
- * If not using an existing interactive cluster, this specifies the number
- * of worker nodes to use for the new job cluster or instance pool. For new
- * job clusters, this a string-formatted Int32, like '1' means numOfWorker
- * is 1 or '1:10' means auto-scale from 1 (min) to 10 (max). For instance
- * pools, this is a string-formatted Int32, and can only specify a fixed
- * number of worker nodes, such as '2'. Required if newClusterVersion is
- * specified. Type: string (or Expression with resultType string).
+ * If not using an existing interactive cluster, this specifies the number of worker nodes to use for the new job
+ * cluster or instance pool. For new job clusters, this a string-formatted Int32, like '1' means numOfWorker is 1
+ * or '1:10' means auto-scale from 1 (min) to 10 (max). For instance pools, this is a string-formatted Int32, and
+ * can only specify a fixed number of worker nodes, such as '2'. Required if newClusterVersion is specified. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "newClusterNumOfWorker")
private Object newClusterNumOfWorker;
/*
- * The node type of the new job cluster. This property is required if
- * newClusterVersion is specified and instancePoolId is not specified. If
- * instancePoolId is specified, this property is ignored. Type: string (or
+ * The node type of the new job cluster. This property is required if newClusterVersion is specified and
+ * instancePoolId is not specified. If instancePoolId is specified, this property is ignored. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "newClusterNodeType")
@@ -96,64 +90,58 @@ public final class AzureDatabricksLinkedServiceTypeProperties {
private Map newClusterSparkConf;
/*
- * A set of optional, user-specified Spark environment variables key-value
- * pairs.
+ * A set of optional, user-specified Spark environment variables key-value pairs.
*/
@JsonProperty(value = "newClusterSparkEnvVars")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
private Map newClusterSparkEnvVars;
/*
- * Additional tags for cluster resources. This property is ignored in
- * instance pool configurations.
+ * Additional tags for cluster resources. This property is ignored in instance pool configurations.
*/
@JsonProperty(value = "newClusterCustomTags")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
private Map newClusterCustomTags;
/*
- * Specify a location to deliver Spark driver, worker, and event logs.
- * Type: string (or Expression with resultType string).
+ * Specify a location to deliver Spark driver, worker, and event logs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "newClusterLogDestination")
private Object newClusterLogDestination;
/*
- * The driver node type for the new job cluster. This property is ignored
- * in instance pool configurations. Type: string (or Expression with
- * resultType string).
+ * The driver node type for the new job cluster. This property is ignored in instance pool configurations. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "newClusterDriverNodeType")
private Object newClusterDriverNodeType;
/*
- * User-defined initialization scripts for the new cluster. Type: array of
- * strings (or Expression with resultType array of strings).
+ * User-defined initialization scripts for the new cluster. Type: array of strings (or Expression with resultType
+ * array of strings).
*/
@JsonProperty(value = "newClusterInitScripts")
private Object newClusterInitScripts;
/*
- * Enable the elastic disk on the new cluster. This property is now
- * ignored, and takes the default elastic disk behavior in Databricks
- * (elastic disks are always enabled). Type: boolean (or Expression with
- * resultType boolean).
+ * Enable the elastic disk on the new cluster. This property is now ignored, and takes the default elastic disk
+ * behavior in Databricks (elastic disks are always enabled). Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "newClusterEnableElasticDisk")
private Object newClusterEnableElasticDisk;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
/*
- * The policy id for limiting the ability to configure clusters based on a
- * user defined set of rules. Type: string (or Expression with resultType
- * string).
+ * The policy id for limiting the ability to configure clusters based on a user defined set of rules. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "policyId")
private Object policyId;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFileStorageLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFileStorageLinkedServiceTypeProperties.java
index ca8f19d3cca3..ea67f0bb12a0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFileStorageLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFileStorageLinkedServiceTypeProperties.java
@@ -13,15 +13,13 @@
@Fluent
public final class AzureFileStorageLinkedServiceTypeProperties {
/*
- * Host name of the server. Type: string (or Expression with resultType
- * string).
+ * Host name of the server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "host")
private Object host;
/*
- * User ID to logon the server. Type: string (or Expression with resultType
- * string).
+ * User ID to logon the server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userId")
private Object userId;
@@ -33,8 +31,8 @@ public final class AzureFileStorageLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The connection string. It is mutually exclusive with sasUri property.
- * Type: string, SecureString or AzureKeyVaultSecretReference.
+ * The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or
+ * AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -46,9 +44,8 @@ public final class AzureFileStorageLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference accountKey;
/*
- * SAS URI of the Azure File resource. It is mutually exclusive with
- * connectionString property. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * SAS URI of the Azure File resource. It is mutually exclusive with connectionString property. Type: string,
+ * SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "sasUri")
private Object sasUri;
@@ -60,24 +57,21 @@ public final class AzureFileStorageLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference sasToken;
/*
- * The azure file share name. It is required when auth with
- * accountKey/sasToken. Type: string (or Expression with resultType
- * string).
+ * The azure file share name. It is required when auth with accountKey/sasToken. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "fileShare")
private Object fileShare;
/*
- * The azure file share snapshot version. Type: string (or Expression with
- * resultType string).
+ * The azure file share snapshot version. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "snapshot")
private Object snapshot;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFunctionActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFunctionActivityTypeProperties.java
index b7e9eddb1165..b2f61843a01d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFunctionActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFunctionActivityTypeProperties.java
@@ -19,25 +19,23 @@ public final class AzureFunctionActivityTypeProperties {
private AzureFunctionActivityMethod method;
/*
- * Name of the Function that the Azure Function Activity will call. Type:
- * string (or Expression with resultType string)
+ * Name of the Function that the Azure Function Activity will call. Type: string (or Expression with resultType
+ * string)
*/
@JsonProperty(value = "functionName", required = true)
private Object functionName;
/*
- * Represents the headers that will be sent to the request. For example, to
- * set the language and type on a request: "headers" : { "Accept-Language":
- * "en-us", "Content-Type": "application/json" }. Type: string (or
- * Expression with resultType string).
+ * Represents the headers that will be sent to the request. For example, to set the language and type on a request:
+ * "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "headers")
private Object headers;
/*
- * Represents the payload that will be sent to the endpoint. Required for
- * POST/PUT method, not allowed for GET method Type: string (or Expression
- * with resultType string).
+ * Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET
+ * method Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "body")
private Object body;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFunctionLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFunctionLinkedServiceTypeProperties.java
index d9daa6899d42..b2c846ffbaf5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFunctionLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureFunctionLinkedServiceTypeProperties.java
@@ -14,8 +14,7 @@
@Fluent
public final class AzureFunctionLinkedServiceTypeProperties {
/*
- * The endpoint of the Azure Function App. URL will be in the format
- * https://.azurewebsites.net.
+ * The endpoint of the Azure Function App. URL will be in the format https://.azurewebsites.net.
*/
@JsonProperty(value = "functionAppUrl", required = true)
private Object functionAppUrl;
@@ -27,9 +26,8 @@ public final class AzureFunctionLinkedServiceTypeProperties {
private SecretBase functionKey;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
@@ -47,8 +45,8 @@ public final class AzureFunctionLinkedServiceTypeProperties {
private Object resourceId;
/*
- * Type of authentication (Required to specify MSI) used to connect to
- * AzureFunction. Type: string (or Expression with resultType string).
+ * Type of authentication (Required to specify MSI) used to connect to AzureFunction. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "authentication")
private Object authentication;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureKeyVaultLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureKeyVaultLinkedServiceTypeProperties.java
index 97d2cfaac81f..fb5ea24723f1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureKeyVaultLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureKeyVaultLinkedServiceTypeProperties.java
@@ -13,8 +13,8 @@
@Fluent
public final class AzureKeyVaultLinkedServiceTypeProperties {
/*
- * The base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net
- * Type: string (or Expression with resultType string).
+ * The base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "baseUrl", required = true)
private Object baseUrl;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLBatchExecutionActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLBatchExecutionActivityTypeProperties.java
index d1b81d04fa36..aa789a93ec59 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLBatchExecutionActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLBatchExecutionActivityTypeProperties.java
@@ -14,30 +14,27 @@
@Fluent
public final class AzureMLBatchExecutionActivityTypeProperties {
/*
- * Key,Value pairs to be passed to the Azure ML Batch Execution Service
- * endpoint. Keys must match the names of web service parameters defined in
- * the published Azure ML web service. Values will be passed in the
- * GlobalParameters property of the Azure ML batch execution request.
+ * Key,Value pairs to be passed to the Azure ML Batch Execution Service endpoint. Keys must match the names of web
+ * service parameters defined in the published Azure ML web service. Values will be passed in the GlobalParameters
+ * property of the Azure ML batch execution request.
*/
@JsonProperty(value = "globalParameters")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
private Map globalParameters;
/*
- * Key,Value pairs, mapping the names of Azure ML endpoint's Web Service
- * Outputs to AzureMLWebServiceFile objects specifying the output Blob
- * locations. This information will be passed in the WebServiceOutputs
- * property of the Azure ML batch execution request.
+ * Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile objects
+ * specifying the output Blob locations. This information will be passed in the WebServiceOutputs property of the
+ * Azure ML batch execution request.
*/
@JsonProperty(value = "webServiceOutputs")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
private Map webServiceOutputs;
/*
- * Key,Value pairs, mapping the names of Azure ML endpoint's Web Service
- * Inputs to AzureMLWebServiceFile objects specifying the input Blob
- * locations.. This information will be passed in the WebServiceInputs
- * property of the Azure ML batch execution request.
+ * Key,Value pairs, mapping the names of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile objects
+ * specifying the input Blob locations.. This information will be passed in the WebServiceInputs property of the
+ * Azure ML batch execution request.
*/
@JsonProperty(value = "webServiceInputs")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLExecutePipelineActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLExecutePipelineActivityTypeProperties.java
index 08b45594af11..2d5582c2d6a5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLExecutePipelineActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLExecutePipelineActivityTypeProperties.java
@@ -11,67 +11,57 @@
@Fluent
public final class AzureMLExecutePipelineActivityTypeProperties {
/*
- * ID of the published Azure ML pipeline. Type: string (or Expression with
- * resultType string).
+ * ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "mlPipelineId")
private Object mlPipelineId;
/*
- * ID of the published Azure ML pipeline endpoint. Type: string (or
- * Expression with resultType string).
+ * ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "mlPipelineEndpointId")
private Object mlPipelineEndpointId;
/*
- * Version of the published Azure ML pipeline endpoint. Type: string (or
- * Expression with resultType string).
+ * Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "version")
private Object version;
/*
- * Run history experiment name of the pipeline run. This information will
- * be passed in the ExperimentName property of the published pipeline
- * execution request. Type: string (or Expression with resultType string).
+ * Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property
+ * of the published pipeline execution request. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "experimentName")
private Object experimentName;
/*
- * Key,Value pairs to be passed to the published Azure ML pipeline
- * endpoint. Keys must match the names of pipeline parameters defined in
- * the published pipeline. Values will be passed in the
- * ParameterAssignments property of the published pipeline execution
- * request. Type: object with key value pairs (or Expression with
- * resultType object).
+ * Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline
+ * parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the
+ * published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).
*/
@JsonProperty(value = "mlPipelineParameters")
private Object mlPipelineParameters;
/*
- * Dictionary used for changing data path assignments without retraining.
- * Values will be passed in the dataPathAssignments property of the
- * published pipeline execution request. Type: object with key value pairs
- * (or Expression with resultType object).
+ * Dictionary used for changing data path assignments without retraining. Values will be passed in the
+ * dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or
+ * Expression with resultType object).
*/
@JsonProperty(value = "dataPathAssignments")
private Object dataPathAssignments;
/*
- * The parent Azure ML Service pipeline run id. This information will be
- * passed in the ParentRunId property of the published pipeline execution
- * request. Type: string (or Expression with resultType string).
+ * The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the
+ * published pipeline execution request. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "mlParentRunId")
private Object mlParentRunId;
/*
- * Whether to continue execution of other steps in the PipelineRun if a
- * step fails. This information will be passed in the continueOnStepFailure
- * property of the published pipeline execution request. Type: boolean (or
- * Expression with resultType boolean).
+ * Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed
+ * in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "continueOnStepFailure")
private Object continueOnStepFailure;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLLinkedServiceTypeProperties.java
index 6f67e7cce46b..73960d99a98a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLLinkedServiceTypeProperties.java
@@ -13,8 +13,8 @@
@Fluent
public final class AzureMLLinkedServiceTypeProperties {
/*
- * The Batch Execution REST URL for an Azure ML Studio Web Service
- * endpoint. Type: string (or Expression with resultType string).
+ * The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "mlEndpoint", required = true)
private Object mlEndpoint;
@@ -26,45 +26,43 @@ public final class AzureMLLinkedServiceTypeProperties {
private SecretBase apiKey;
/*
- * The Update Resource REST URL for an Azure ML Studio Web Service
- * endpoint. Type: string (or Expression with resultType string).
+ * The Update Resource REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "updateResourceEndpoint")
private Object updateResourceEndpoint;
/*
- * The ID of the service principal used to authenticate against the
- * ARM-based updateResourceEndpoint of an Azure ML Studio web service.
- * Type: string (or Expression with resultType string).
+ * The ID of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML
+ * Studio web service. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The key of the service principal used to authenticate against the
- * ARM-based updateResourceEndpoint of an Azure ML Studio web service.
+ * The key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure
+ * ML Studio web service.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
/*
- * Type of authentication (Required to specify MSI) used to connect to
- * AzureML. Type: string (or Expression with resultType string).
+ * Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "authentication")
private Object authentication;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLServiceLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLServiceLinkedServiceTypeProperties.java
index e62d25318ec5..0a56d444ae3c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLServiceLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLServiceLinkedServiceTypeProperties.java
@@ -13,52 +13,47 @@
@Fluent
public final class AzureMLServiceLinkedServiceTypeProperties {
/*
- * Azure ML Service workspace subscription ID. Type: string (or Expression
- * with resultType string).
+ * Azure ML Service workspace subscription ID. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "subscriptionId", required = true)
private Object subscriptionId;
/*
- * Azure ML Service workspace resource group name. Type: string (or
- * Expression with resultType string).
+ * Azure ML Service workspace resource group name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "resourceGroupName", required = true)
private Object resourceGroupName;
/*
- * Azure ML Service workspace name. Type: string (or Expression with
- * resultType string).
+ * Azure ML Service workspace name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "mlWorkspaceName", required = true)
private Object mlWorkspaceName;
/*
- * The ID of the service principal used to authenticate against the
- * endpoint of a published Azure ML Service pipeline. Type: string (or
- * Expression with resultType string).
+ * The ID of the service principal used to authenticate against the endpoint of a published Azure ML Service
+ * pipeline. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The key of the service principal used to authenticate against the
- * endpoint of a published Azure ML Service pipeline.
+ * The key of the service principal used to authenticate against the endpoint of a published Azure ML Service
+ * pipeline.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLUpdateResourceActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLUpdateResourceActivityTypeProperties.java
index 8dca7489709c..d92f88bc0d8d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLUpdateResourceActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMLUpdateResourceActivityTypeProperties.java
@@ -13,23 +13,21 @@
@Fluent
public final class AzureMLUpdateResourceActivityTypeProperties {
/*
- * Name of the Trained Model module in the Web Service experiment to be
- * updated. Type: string (or Expression with resultType string).
+ * Name of the Trained Model module in the Web Service experiment to be updated. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "trainedModelName", required = true)
private Object trainedModelName;
/*
- * Name of Azure Storage linked service holding the .ilearner file that
- * will be uploaded by the update operation.
+ * Name of Azure Storage linked service holding the .ilearner file that will be uploaded by the update operation.
*/
@JsonProperty(value = "trainedModelLinkedServiceName", required = true)
private LinkedServiceReference trainedModelLinkedServiceName;
/*
- * The relative file path in trainedModelLinkedService to represent the
- * .ilearner file that will be uploaded by the update operation. Type:
- * string (or Expression with resultType string).
+ * The relative file path in trainedModelLinkedService to represent the .ilearner file that will be uploaded by the
+ * update operation. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "trainedModelFilePath", required = true)
private Object trainedModelFilePath;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMariaDBLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMariaDBLinkedServiceTypeProperties.java
index 968518450416..43aac259c8fb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMariaDBLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMariaDBLinkedServiceTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class AzureMariaDBLinkedServiceTypeProperties {
/*
- * An ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -25,9 +24,8 @@ public final class AzureMariaDBLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference pwd;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMySqlLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMySqlLinkedServiceTypeProperties.java
index e0e119a570f9..029f912a139d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMySqlLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMySqlLinkedServiceTypeProperties.java
@@ -13,8 +13,7 @@
@Fluent
public final class AzureMySqlLinkedServiceTypeProperties {
/*
- * The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
@@ -26,9 +25,8 @@ public final class AzureMySqlLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMySqlTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMySqlTableDatasetTypeProperties.java
index f3d68209853a..f4de43dc7191 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMySqlTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureMySqlTableDatasetTypeProperties.java
@@ -11,15 +11,13 @@
@Fluent
public final class AzureMySqlTableDatasetTypeProperties {
/*
- * The Azure MySQL database table name. Type: string (or Expression with
- * resultType string).
+ * The Azure MySQL database table name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The name of Azure MySQL database table. Type: string (or Expression with
- * resultType string).
+ * The name of Azure MySQL database table. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlLinkedServiceTypeProperties.java
index 2fd4c1057fb5..0e215e3d36ec 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlLinkedServiceTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class AzurePostgreSqlLinkedServiceTypeProperties {
/*
- * An ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -25,9 +24,8 @@ public final class AzurePostgreSqlLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlTableDatasetTypeProperties.java
index cfea48146a60..8a945dec8e72 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzurePostgreSqlTableDatasetTypeProperties.java
@@ -11,22 +11,20 @@
@Fluent
public final class AzurePostgreSqlTableDatasetTypeProperties {
/*
- * The table name of the Azure PostgreSQL database which includes both
- * schema and table. Type: string (or Expression with resultType string).
+ * The table name of the Azure PostgreSQL database which includes both schema and table. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Azure PostgreSQL database. Type: string (or
- * Expression with resultType string).
+ * The table name of the Azure PostgreSQL database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of the Azure PostgreSQL database. Type: string (or
- * Expression with resultType string).
+ * The schema name of the Azure PostgreSQL database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSearchIndexDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSearchIndexDatasetTypeProperties.java
index 677f95fd97c7..eee08d2985b8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSearchIndexDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSearchIndexDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class AzureSearchIndexDatasetTypeProperties {
/*
- * The name of the Azure Search Index. Type: string (or Expression with
- * resultType string).
+ * The name of the Azure Search Index. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "indexName", required = true)
private Object indexName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSearchLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSearchLinkedServiceTypeProperties.java
index e95c46faa7c8..c05de3618aeb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSearchLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSearchLinkedServiceTypeProperties.java
@@ -13,8 +13,7 @@
@Fluent
public final class AzureSearchLinkedServiceTypeProperties {
/*
- * URL for Azure Search service. Type: string (or Expression with
- * resultType string).
+ * URL for Azure Search service. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
@@ -26,9 +25,8 @@ public final class AzureSearchLinkedServiceTypeProperties {
private SecretBase key;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDWLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDWLinkedServiceTypeProperties.java
index 05304be0adbb..458ca65f68ce 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDWLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDWLinkedServiceTypeProperties.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureSqlDWLinkedServiceTypeProperties {
/*
- * The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference. Type: string, SecureString or
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or
* AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
@@ -29,39 +28,36 @@ public final class AzureSqlDWLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference password;
/*
- * The ID of the service principal used to authenticate against Azure SQL
- * Data Warehouse. Type: string (or Expression with resultType string).
+ * The ID of the service principal used to authenticate against Azure SQL Data Warehouse. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The key of the service principal used to authenticate against Azure SQL
- * Data Warehouse.
+ * The key of the service principal used to authenticate against Azure SQL Data Warehouse.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * Indicates the azure cloud type of the service principle auth. Allowed
- * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany.
- * Default value is the data factory regions’ cloud type. Type: string (or
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "azureCloudType")
private Object azureCloudType;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDWTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDWTableDatasetTypeProperties.java
index 9ce1c4d4688a..75dba7d337b8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDWTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDWTableDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class AzureSqlDWTableDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The schema name of the Azure SQL Data Warehouse. Type: string (or
- * Expression with resultType string).
+ * The schema name of the Azure SQL Data Warehouse. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
/*
- * The table name of the Azure SQL Data Warehouse. Type: string (or
- * Expression with resultType string).
+ * The table name of the Azure SQL Data Warehouse. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDatabaseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDatabaseLinkedServiceTypeProperties.java
index b3102a8427fa..57a286e3269c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDatabaseLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlDatabaseLinkedServiceTypeProperties.java
@@ -16,8 +16,7 @@
@Fluent
public final class AzureSqlDatabaseLinkedServiceTypeProperties {
/*
- * The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
@@ -29,39 +28,36 @@ public final class AzureSqlDatabaseLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference password;
/*
- * The ID of the service principal used to authenticate against Azure SQL
- * Database. Type: string (or Expression with resultType string).
+ * The ID of the service principal used to authenticate against Azure SQL Database. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The key of the service principal used to authenticate against Azure SQL
- * Database.
+ * The key of the service principal used to authenticate against Azure SQL Database.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * Indicates the azure cloud type of the service principle auth. Allowed
- * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany.
- * Default value is the data factory regions’ cloud type. Type: string (or
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "azureCloudType")
private Object azureCloudType;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlMILinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlMILinkedServiceTypeProperties.java
index caa4eb39c56e..c8ea52d2ced9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlMILinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlMILinkedServiceTypeProperties.java
@@ -16,8 +16,7 @@
@Fluent
public final class AzureSqlMILinkedServiceTypeProperties {
/*
- * The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
@@ -29,39 +28,36 @@ public final class AzureSqlMILinkedServiceTypeProperties {
private AzureKeyVaultSecretReference password;
/*
- * The ID of the service principal used to authenticate against Azure SQL
- * Managed Instance. Type: string (or Expression with resultType string).
+ * The ID of the service principal used to authenticate against Azure SQL Managed Instance. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The key of the service principal used to authenticate against Azure SQL
- * Managed Instance.
+ * The key of the service principal used to authenticate against Azure SQL Managed Instance.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * Indicates the azure cloud type of the service principle auth. Allowed
- * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany.
- * Default value is the data factory regions’ cloud type. Type: string (or
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "azureCloudType")
private Object azureCloudType;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlMITableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlMITableDatasetTypeProperties.java
index a09e06bd38c1..f727eab9089f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlMITableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlMITableDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class AzureSqlMITableDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The schema name of the Azure SQL Managed Instance. Type: string (or
- * Expression with resultType string).
+ * The schema name of the Azure SQL Managed Instance. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
/*
- * The table name of the Azure SQL Managed Instance dataset. Type: string
- * (or Expression with resultType string).
+ * The table name of the Azure SQL Managed Instance dataset. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlTableDatasetTypeProperties.java
index 143d1945311d..c0dde92c4c30 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSqlTableDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class AzureSqlTableDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The schema name of the Azure SQL database. Type: string (or Expression
- * with resultType string).
+ * The schema name of the Azure SQL database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
/*
- * The table name of the Azure SQL database. Type: string (or Expression
- * with resultType string).
+ * The table name of the Azure SQL database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureStorageLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureStorageLinkedServiceTypeProperties.java
index b32d36aac337..a793b0e893cd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureStorageLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureStorageLinkedServiceTypeProperties.java
@@ -12,8 +12,8 @@
@Fluent
public final class AzureStorageLinkedServiceTypeProperties {
/*
- * The connection string. It is mutually exclusive with sasUri property.
- * Type: string, SecureString or AzureKeyVaultSecretReference.
+ * The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or
+ * AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -25,9 +25,8 @@ public final class AzureStorageLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference accountKey;
/*
- * SAS URI of the Azure Storage resource. It is mutually exclusive with
- * connectionString property. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string,
+ * SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "sasUri")
private Object sasUri;
@@ -39,9 +38,8 @@ public final class AzureStorageLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference sasToken;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private String encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSynapseArtifactsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSynapseArtifactsLinkedServiceTypeProperties.java
new file mode 100644
index 000000000000..82145e8c6563
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureSynapseArtifactsLinkedServiceTypeProperties.java
@@ -0,0 +1,88 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.fluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.util.logging.ClientLogger;
+import com.fasterxml.jackson.annotation.JsonProperty;
+
+/** Azure Synapse Analytics (Artifacts) linked service properties. */
+@Fluent
+public final class AzureSynapseArtifactsLinkedServiceTypeProperties {
+ /*
+ * https://.dev.azuresynapse.net, Azure Synapse Analytics workspace URL. Type: string (or Expression
+ * with resultType string).
+ */
+ @JsonProperty(value = "endpoint", required = true)
+ private Object endpoint;
+
+ /*
+ * Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or
+ * Expression with resultType string).
+ */
+ @JsonProperty(value = "authentication")
+ private Object authentication;
+
+ /**
+ * Get the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace
+ * URL. Type: string (or Expression with resultType string).
+ *
+ * @return the endpoint value.
+ */
+ public Object endpoint() {
+ return this.endpoint;
+ }
+
+ /**
+ * Set the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace
+ * URL. Type: string (or Expression with resultType string).
+ *
+ * @param endpoint the endpoint value to set.
+ * @return the AzureSynapseArtifactsLinkedServiceTypeProperties object itself.
+ */
+ public AzureSynapseArtifactsLinkedServiceTypeProperties withEndpoint(Object endpoint) {
+ this.endpoint = endpoint;
+ return this;
+ }
+
+ /**
+ * Get the authentication property: Required to specify MSI, if using system assigned managed identity as
+ * authentication method. Type: string (or Expression with resultType string).
+ *
+ * @return the authentication value.
+ */
+ public Object authentication() {
+ return this.authentication;
+ }
+
+ /**
+ * Set the authentication property: Required to specify MSI, if using system assigned managed identity as
+ * authentication method. Type: string (or Expression with resultType string).
+ *
+ * @param authentication the authentication value to set.
+ * @return the AzureSynapseArtifactsLinkedServiceTypeProperties object itself.
+ */
+ public AzureSynapseArtifactsLinkedServiceTypeProperties withAuthentication(Object authentication) {
+ this.authentication = authentication;
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ public void validate() {
+ if (endpoint() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property endpoint in model"
+ + " AzureSynapseArtifactsLinkedServiceTypeProperties"));
+ }
+ }
+
+ private static final ClientLogger LOGGER = new ClientLogger(AzureSynapseArtifactsLinkedServiceTypeProperties.class);
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureTableDatasetTypeProperties.java
index a96c4ef77b36..6ba20a617551 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/AzureTableDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class AzureTableDatasetTypeProperties {
/*
- * The table name of the Azure Table storage. Type: string (or Expression
- * with resultType string).
+ * The table name of the Azure Table storage. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName", required = true)
private Object tableName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/BlobEventsTriggerTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/BlobEventsTriggerTypeProperties.java
index 61b329bcb9cd..c2da3f582eef 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/BlobEventsTriggerTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/BlobEventsTriggerTypeProperties.java
@@ -14,19 +14,17 @@
@Fluent
public final class BlobEventsTriggerTypeProperties {
/*
- * The blob path must begin with the pattern provided for trigger to fire.
- * For example, '/records/blobs/december/' will only fire the trigger for
- * blobs in the december folder under the records container. At least one
- * of these must be provided: blobPathBeginsWith, blobPathEndsWith.
+ * The blob path must begin with the pattern provided for trigger to fire. For example, '/records/blobs/december/'
+ * will only fire the trigger for blobs in the december folder under the records container. At least one of these
+ * must be provided: blobPathBeginsWith, blobPathEndsWith.
*/
@JsonProperty(value = "blobPathBeginsWith")
private String blobPathBeginsWith;
/*
- * The blob path must end with the pattern provided for trigger to fire.
- * For example, 'december/boxes.csv' will only fire the trigger for blobs
- * named boxes in a december folder. At least one of these must be
- * provided: blobPathBeginsWith, blobPathEndsWith.
+ * The blob path must end with the pattern provided for trigger to fire. For example, 'december/boxes.csv' will
+ * only fire the trigger for blobs named boxes in a december folder. At least one of these must be provided:
+ * blobPathBeginsWith, blobPathEndsWith.
*/
@JsonProperty(value = "blobPathEndsWith")
private String blobPathEndsWith;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CassandraLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CassandraLinkedServiceTypeProperties.java
index d84192034774..b0e12dda2da6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CassandraLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CassandraLinkedServiceTypeProperties.java
@@ -13,29 +13,25 @@
@Fluent
public final class CassandraLinkedServiceTypeProperties {
/*
- * Host name for connection. Type: string (or Expression with resultType
- * string).
+ * Host name for connection. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "host", required = true)
private Object host;
/*
- * AuthenticationType to be used for connection. Type: string (or
- * Expression with resultType string).
+ * AuthenticationType to be used for connection. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "authenticationType")
private Object authenticationType;
/*
- * The port for the connection. Type: integer (or Expression with
- * resultType integer).
+ * The port for the connection. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "port")
private Object port;
/*
- * Username for authentication. Type: string (or Expression with resultType
- * string).
+ * Username for authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -47,9 +43,8 @@ public final class CassandraLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CassandraTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CassandraTableDatasetTypeProperties.java
index a9ef4e189d32..6440943a631e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CassandraTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CassandraTableDatasetTypeProperties.java
@@ -11,15 +11,13 @@
@Fluent
public final class CassandraTableDatasetTypeProperties {
/*
- * The table name of the Cassandra database. Type: string (or Expression
- * with resultType string).
+ * The table name of the Cassandra database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The keyspace of the Cassandra database. Type: string (or Expression with
- * resultType string).
+ * The keyspace of the Cassandra database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "keyspace")
private Object keyspace;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CommonDataServiceForAppsEntityDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CommonDataServiceForAppsEntityDatasetTypeProperties.java
index 79dc6d158335..30a4387bb766 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CommonDataServiceForAppsEntityDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CommonDataServiceForAppsEntityDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class CommonDataServiceForAppsEntityDatasetTypeProperties {
/*
- * The logical name of the entity. Type: string (or Expression with
- * resultType string).
+ * The logical name of the entity. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "entityName")
private Object entityName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CommonDataServiceForAppsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CommonDataServiceForAppsLinkedServiceTypeProperties.java
index 818c4dd49170..4bd0602bbea7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CommonDataServiceForAppsLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CommonDataServiceForAppsLinkedServiceTypeProperties.java
@@ -13,59 +13,53 @@
@Fluent
public final class CommonDataServiceForAppsLinkedServiceTypeProperties {
/*
- * The deployment type of the Common Data Service for Apps instance.
- * 'Online' for Common Data Service for Apps Online and 'OnPremisesWithIfd'
- * for Common Data Service for Apps on-premises with Ifd. Type: string (or
+ * The deployment type of the Common Data Service for Apps instance. 'Online' for Common Data Service for Apps
+ * Online and 'OnPremisesWithIfd' for Common Data Service for Apps on-premises with Ifd. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "deploymentType", required = true)
private Object deploymentType;
/*
- * The host name of the on-premises Common Data Service for Apps server.
- * The property is required for on-prem and not allowed for online. Type:
- * string (or Expression with resultType string).
+ * The host name of the on-premises Common Data Service for Apps server. The property is required for on-prem and
+ * not allowed for online. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "hostName")
private Object hostname;
/*
- * The port of on-premises Common Data Service for Apps server. The
- * property is required for on-prem and not allowed for online. Default is
- * 443. Type: integer (or Expression with resultType integer), minimum: 0.
+ * The port of on-premises Common Data Service for Apps server. The property is required for on-prem and not
+ * allowed for online. Default is 443. Type: integer (or Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "port")
private Object port;
/*
- * The URL to the Microsoft Common Data Service for Apps server. The
- * property is required for on-line and not allowed for on-prem. Type:
- * string (or Expression with resultType string).
+ * The URL to the Microsoft Common Data Service for Apps server. The property is required for on-line and not
+ * allowed for on-prem. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "serviceUri")
private Object serviceUri;
/*
- * The organization name of the Common Data Service for Apps instance. The
- * property is required for on-prem and required for online when there are
- * more than one Common Data Service for Apps instances associated with the
+ * The organization name of the Common Data Service for Apps instance. The property is required for on-prem and
+ * required for online when there are more than one Common Data Service for Apps instances associated with the
* user. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "organizationName")
private Object organizationName;
/*
- * The authentication type to connect to Common Data Service for Apps
- * server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd
- * scenario. 'AADServicePrincipal' for Server-To-Server authentication in
- * online scenario. Type: string (or Expression with resultType string).
+ * The authentication type to connect to Common Data Service for Apps server. 'Office365' for online scenario,
+ * 'Ifd' for on-premises with Ifd scenario. 'AADServicePrincipal' for Server-To-Server authentication in online
+ * scenario. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "authenticationType", required = true)
private Object authenticationType;
/*
- * User name to access the Common Data Service for Apps instance. Type:
- * string (or Expression with resultType string).
+ * User name to access the Common Data Service for Apps instance. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -77,37 +71,31 @@ public final class CommonDataServiceForAppsLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The client ID of the application in Azure Active Directory used for
- * Server-To-Server authentication. Type: string (or Expression with
- * resultType string).
+ * The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The service principal credential type to use in Server-To-Server
- * authentication. 'ServicePrincipalKey' for key/secret,
- * 'ServicePrincipalCert' for certificate. Type: string (or Expression with
- * resultType string).
+ * The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for
+ * key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalCredentialType")
private Object servicePrincipalCredentialType;
/*
- * The credential of the service principal object in Azure Active
- * Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey',
- * servicePrincipalCredential can be SecureString or
- * AzureKeyVaultSecretReference. If servicePrincipalCredentialType is
- * 'ServicePrincipalCert', servicePrincipalCredential can only be
+ * The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is
+ * 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If
+ * servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be
* AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "servicePrincipalCredential")
private SecretBase servicePrincipalCredential;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ConcurLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ConcurLinkedServiceTypeProperties.java
index 8afcf932716d..ce5589c77412 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ConcurLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ConcurLinkedServiceTypeProperties.java
@@ -13,8 +13,8 @@
@Fluent
public final class ConcurLinkedServiceTypeProperties {
/*
- * Properties used to connect to Concur. It is mutually exclusive with any
- * other properties in the linked service. Type: object.
+ * Properties used to connect to Concur. It is mutually exclusive with any other properties in the linked service.
+ * Type: object.
*/
@JsonProperty(value = "connectionProperties")
private Object connectionProperties;
@@ -32,38 +32,33 @@ public final class ConcurLinkedServiceTypeProperties {
private Object username;
/*
- * The password corresponding to the user name that you provided in the
- * username field.
+ * The password corresponding to the user name that you provided in the username field.
*/
@JsonProperty(value = "password")
private SecretBase password;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CopyActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CopyActivityTypeProperties.java
index 2fef6667b34a..79cc085d6ed2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CopyActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CopyActivityTypeProperties.java
@@ -38,8 +38,8 @@ public final class CopyActivityTypeProperties {
private Object translator;
/*
- * Specifies whether to copy data via an interim staging. Default value is
- * false. Type: boolean (or Expression with resultType boolean).
+ * Specifies whether to copy data via an interim staging. Default value is false. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "enableStaging")
private Object enableStaging;
@@ -51,38 +51,33 @@ public final class CopyActivityTypeProperties {
private StagingSettings stagingSettings;
/*
- * Maximum number of concurrent sessions opened on the source or sink to
- * avoid overloading the data store. Type: integer (or Expression with
- * resultType integer), minimum: 0.
+ * Maximum number of concurrent sessions opened on the source or sink to avoid overloading the data store. Type:
+ * integer (or Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "parallelCopies")
private Object parallelCopies;
/*
- * Maximum number of data integration units that can be used to perform
- * this data movement. Type: integer (or Expression with resultType
- * integer), minimum: 0.
+ * Maximum number of data integration units that can be used to perform this data movement. Type: integer (or
+ * Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "dataIntegrationUnits")
private Object dataIntegrationUnits;
/*
- * Whether to skip incompatible row. Default value is false. Type: boolean
- * (or Expression with resultType boolean).
+ * Whether to skip incompatible row. Default value is false. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "enableSkipIncompatibleRow")
private Object enableSkipIncompatibleRow;
/*
- * Redirect incompatible row settings when EnableSkipIncompatibleRow is
- * true.
+ * Redirect incompatible row settings when EnableSkipIncompatibleRow is true.
*/
@JsonProperty(value = "redirectIncompatibleRowSettings")
private RedirectIncompatibleRowSettings redirectIncompatibleRowSettings;
/*
- * (Deprecated. Please use LogSettings) Log storage settings customer need
- * to provide when enabling session log.
+ * (Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.
*/
@JsonProperty(value = "logStorageSettings")
private LogStorageSettings logStorageSettings;
@@ -106,8 +101,7 @@ public final class CopyActivityTypeProperties {
private List preserve;
/*
- * Whether to enable Data Consistency validation. Type: boolean (or
- * Expression with resultType boolean).
+ * Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "validateDataConsistency")
private Object validateDataConsistency;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbLinkedServiceTypeProperties.java
index 6ab707ff005a..f111cc2ec390 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbLinkedServiceTypeProperties.java
@@ -15,88 +15,76 @@
@Fluent
public final class CosmosDbLinkedServiceTypeProperties {
/*
- * The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
/*
- * The endpoint of the Azure CosmosDB account. Type: string (or Expression
- * with resultType string)
+ * The endpoint of the Azure CosmosDB account. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "accountEndpoint")
private Object accountEndpoint;
/*
- * The name of the database. Type: string (or Expression with resultType
- * string)
+ * The name of the database. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "database")
private Object database;
/*
- * The account key of the Azure CosmosDB account. Type: SecureString or
- * AzureKeyVaultSecretReference.
+ * The account key of the Azure CosmosDB account. Type: SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "accountKey")
private SecretBase accountKey;
/*
- * The client ID of the application in Azure Active Directory used for
- * Server-To-Server authentication. Type: string (or Expression with
- * resultType string).
+ * The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The service principal credential type to use in Server-To-Server
- * authentication. 'ServicePrincipalKey' for key/secret,
- * 'ServicePrincipalCert' for certificate. Type: string (or Expression with
- * resultType string).
+ * The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for
+ * key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalCredentialType")
private CosmosDbServicePrincipalCredentialType servicePrincipalCredentialType;
/*
- * The credential of the service principal object in Azure Active
- * Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey',
- * servicePrincipalCredential can be SecureString or
- * AzureKeyVaultSecretReference. If servicePrincipalCredentialType is
- * 'ServicePrincipalCert', servicePrincipalCredential can only be
+ * The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is
+ * 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If
+ * servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be
* AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "servicePrincipalCredential")
private SecretBase servicePrincipalCredential;
/*
- * The name or ID of the tenant to which the service principal belongs.
- * Type: string (or Expression with resultType string).
+ * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * Indicates the azure cloud type of the service principle auth. Allowed
- * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany.
- * Default value is the data factory regions’ cloud type. Type: string (or
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "azureCloudType")
private Object azureCloudType;
/*
- * The connection mode used to access CosmosDB account. Type: string (or
- * Expression with resultType string).
+ * The connection mode used to access CosmosDB account. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "connectionMode")
private CosmosDbConnectionMode connectionMode;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiCollectionDatasetTypeProperties.java
index d15481ba81a6..24d7f1b1477c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiCollectionDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiCollectionDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class CosmosDbMongoDbApiCollectionDatasetTypeProperties {
/*
- * The collection name of the CosmosDB (MongoDB API) database. Type: string
- * (or Expression with resultType string).
+ * The collection name of the CosmosDB (MongoDB API) database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "collection", required = true)
private Object collection;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiLinkedServiceTypeProperties.java
index dc90ec138e88..93453f1bda56 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiLinkedServiceTypeProperties.java
@@ -12,24 +12,22 @@
@Fluent
public final class CosmosDbMongoDbApiLinkedServiceTypeProperties {
/*
- * Whether the CosmosDB (MongoDB API) server version is higher than 3.2.
- * The default value is false. Type: boolean (or Expression with resultType
- * boolean).
+ * Whether the CosmosDB (MongoDB API) server version is higher than 3.2. The default value is false. Type: boolean
+ * (or Expression with resultType boolean).
*/
@JsonProperty(value = "isServerVersionAbove32")
private Object isServerVersionAbove32;
/*
- * The CosmosDB (MongoDB API) connection string. Type: string, SecureString
- * or AzureKeyVaultSecretReference. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The CosmosDB (MongoDB API) connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type:
+ * string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
/*
- * The name of the CosmosDB (MongoDB API) database that you want to access.
- * Type: string (or Expression with resultType string).
+ * The name of the CosmosDB (MongoDB API) database that you want to access. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "database", required = true)
private Object database;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbSqlApiCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbSqlApiCollectionDatasetTypeProperties.java
index dda4a419cee3..6c7597948f9c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbSqlApiCollectionDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbSqlApiCollectionDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class CosmosDbSqlApiCollectionDatasetTypeProperties {
/*
- * CosmosDB (SQL API) collection name. Type: string (or Expression with
- * resultType string).
+ * CosmosDB (SQL API) collection name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "collectionName", required = true)
private Object collectionName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CouchbaseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CouchbaseLinkedServiceTypeProperties.java
index c6b6af7cb6d2..771dec2a9b36 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CouchbaseLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CouchbaseLinkedServiceTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class CouchbaseLinkedServiceTypeProperties {
/*
- * An ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -25,9 +24,8 @@ public final class CouchbaseLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference credString;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomActivityTypeProperties.java
index e0ab1e9db245..e196e5a1c6b3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomActivityTypeProperties.java
@@ -16,8 +16,7 @@
@Fluent
public final class CustomActivityTypeProperties {
/*
- * Command for custom activity Type: string (or Expression with resultType
- * string).
+ * Command for custom activity Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "command", required = true)
private Object command;
@@ -29,8 +28,7 @@ public final class CustomActivityTypeProperties {
private LinkedServiceReference resourceLinkedService;
/*
- * Folder path for resource files Type: string (or Expression with
- * resultType string).
+ * Folder path for resource files Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "folderPath")
private Object folderPath;
@@ -42,24 +40,23 @@ public final class CustomActivityTypeProperties {
private CustomActivityReferenceObject referenceObjects;
/*
- * User defined property bag. There is no restriction on the keys or values
- * that can be used. The user specified custom activity has the full
- * responsibility to consume and interpret the content defined.
+ * User defined property bag. There is no restriction on the keys or values that can be used. The user specified
+ * custom activity has the full responsibility to consume and interpret the content defined.
*/
@JsonProperty(value = "extendedProperties")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
private Map extendedProperties;
/*
- * The retention time for the files submitted for custom activity. Type:
- * double (or Expression with resultType double).
+ * The retention time for the files submitted for custom activity. Type: double (or Expression with resultType
+ * double).
*/
@JsonProperty(value = "retentionTimeInDays")
private Object retentionTimeInDays;
/*
- * Elevation level and scope for the user, default is nonadmin task. Type:
- * string (or Expression with resultType double).
+ * Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType
+ * double).
*/
@JsonProperty(value = "autoUserSpecification")
private Object autoUserSpecification;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomEventsTriggerTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomEventsTriggerTypeProperties.java
index 2a9e42e40f11..17d79c4d5559 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomEventsTriggerTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomEventsTriggerTypeProperties.java
@@ -13,17 +13,15 @@
@Fluent
public final class CustomEventsTriggerTypeProperties {
/*
- * The event subject must begin with the pattern provided for trigger to
- * fire. At least one of these must be provided: subjectBeginsWith,
- * subjectEndsWith.
+ * The event subject must begin with the pattern provided for trigger to fire. At least one of these must be
+ * provided: subjectBeginsWith, subjectEndsWith.
*/
@JsonProperty(value = "subjectBeginsWith")
private String subjectBeginsWith;
/*
- * The event subject must end with the pattern provided for trigger to
- * fire. At least one of these must be provided: subjectBeginsWith,
- * subjectEndsWith.
+ * The event subject must end with the pattern provided for trigger to fire. At least one of these must be
+ * provided: subjectBeginsWith, subjectEndsWith.
*/
@JsonProperty(value = "subjectEndsWith")
private String subjectEndsWith;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataLakeAnalyticsUsqlActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataLakeAnalyticsUsqlActivityTypeProperties.java
index 19fd3631c288..d45805e23781 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataLakeAnalyticsUsqlActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataLakeAnalyticsUsqlActivityTypeProperties.java
@@ -15,8 +15,8 @@
@Fluent
public final class DataLakeAnalyticsUsqlActivityTypeProperties {
/*
- * Case-sensitive path to folder that contains the U-SQL script. Type:
- * string (or Expression with resultType string).
+ * Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "scriptPath", required = true)
private Object scriptPath;
@@ -28,18 +28,15 @@ public final class DataLakeAnalyticsUsqlActivityTypeProperties {
private LinkedServiceReference scriptLinkedService;
/*
- * The maximum number of nodes simultaneously used to run the job. Default
- * value is 1. Type: integer (or Expression with resultType integer),
- * minimum: 1.
+ * The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression
+ * with resultType integer), minimum: 1.
*/
@JsonProperty(value = "degreeOfParallelism")
private Object degreeOfParallelism;
/*
- * Determines which jobs out of all that are queued should be selected to
- * run first. The lower the number, the higher the priority. Default value
- * is 1000. Type: integer (or Expression with resultType integer), minimum:
- * 1.
+ * Determines which jobs out of all that are queued should be selected to run first. The lower the number, the
+ * higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.
*/
@JsonProperty(value = "priority")
private Object priority;
@@ -52,15 +49,14 @@ public final class DataLakeAnalyticsUsqlActivityTypeProperties {
private Map parameters;
/*
- * Runtime version of the U-SQL engine to use. Type: string (or Expression
- * with resultType string).
+ * Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "runtimeVersion")
private Object runtimeVersion;
/*
- * Compilation mode of U-SQL. Must be one of these values : Semantic, Full
- * and SingleBox. Type: string (or Expression with resultType string).
+ * Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "compilationMode")
private Object compilationMode;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksNotebookActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksNotebookActivityTypeProperties.java
index f2fb18e8def1..2da777071bbe 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksNotebookActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksNotebookActivityTypeProperties.java
@@ -15,25 +15,22 @@
@Fluent
public final class DatabricksNotebookActivityTypeProperties {
/*
- * The absolute path of the notebook to be run in the Databricks Workspace.
- * This path must begin with a slash. Type: string (or Expression with
- * resultType string).
+ * The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "notebookPath", required = true)
private Object notebookPath;
/*
- * Base parameters to be used for each run of this job.If the notebook
- * takes a parameter that is not specified, the default value from the
- * notebook will be used.
+ * Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the
+ * default value from the notebook will be used.
*/
@JsonProperty(value = "baseParameters")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
private Map baseParameters;
/*
- * A list of libraries to be installed on the cluster that will execute the
- * job.
+ * A list of libraries to be installed on the cluster that will execute the job.
*/
@JsonProperty(value = "libraries")
private List> libraries;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkJarActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkJarActivityTypeProperties.java
index d136a18cfac7..f0aeb9956baa 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkJarActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkJarActivityTypeProperties.java
@@ -14,9 +14,8 @@
@Fluent
public final class DatabricksSparkJarActivityTypeProperties {
/*
- * The full name of the class containing the main method to be executed.
- * This class must be contained in a JAR provided as a library. Type:
- * string (or Expression with resultType string).
+ * The full name of the class containing the main method to be executed. This class must be contained in a JAR
+ * provided as a library. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "mainClassName", required = true)
private Object mainClassName;
@@ -28,8 +27,7 @@ public final class DatabricksSparkJarActivityTypeProperties {
private List parameters;
/*
- * A list of libraries to be installed on the cluster that will execute the
- * job.
+ * A list of libraries to be installed on the cluster that will execute the job.
*/
@JsonProperty(value = "libraries")
private List> libraries;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkPythonActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkPythonActivityTypeProperties.java
index 3e454550f47b..1d121e7efb81 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkPythonActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkPythonActivityTypeProperties.java
@@ -14,8 +14,8 @@
@Fluent
public final class DatabricksSparkPythonActivityTypeProperties {
/*
- * The URI of the Python file to be executed. DBFS paths are supported.
- * Type: string (or Expression with resultType string).
+ * The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "pythonFile", required = true)
private Object pythonFile;
@@ -27,8 +27,7 @@ public final class DatabricksSparkPythonActivityTypeProperties {
private List parameters;
/*
- * A list of libraries to be installed on the cluster that will execute the
- * job.
+ * A list of libraries to be installed on the cluster that will execute the job.
*/
@JsonProperty(value = "libraries")
private List> libraries;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataworldLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataworldLinkedServiceTypeProperties.java
index 1757a2b81f1c..da4857b69e3a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataworldLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataworldLinkedServiceTypeProperties.java
@@ -19,9 +19,8 @@ public final class DataworldLinkedServiceTypeProperties {
private SecretBase apiToken;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2LinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2LinkedServiceTypeProperties.java
index 0fd78112d5f2..6ffe42e134d6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2LinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2LinkedServiceTypeProperties.java
@@ -13,41 +13,36 @@
@Fluent
public final class Db2LinkedServiceTypeProperties {
/*
- * The connection string. It is mutually exclusive with server, database,
- * authenticationType, userName, packageCollection and
- * certificateCommonName property. Type: string, SecureString or
+ * The connection string. It is mutually exclusive with server, database, authenticationType, userName,
+ * packageCollection and certificateCommonName property. Type: string, SecureString or
* AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
/*
- * Server name for connection. It is mutually exclusive with
- * connectionString property. Type: string (or Expression with resultType
- * string).
+ * Server name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "server")
private Object server;
/*
- * Database name for connection. It is mutually exclusive with
- * connectionString property. Type: string (or Expression with resultType
- * string).
+ * Database name for connection. It is mutually exclusive with connectionString property. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "database")
private Object database;
/*
- * AuthenticationType to be used for connection. It is mutually exclusive
- * with connectionString property.
+ * AuthenticationType to be used for connection. It is mutually exclusive with connectionString property.
*/
@JsonProperty(value = "authenticationType")
private Db2AuthenticationType authenticationType;
/*
- * Username for authentication. It is mutually exclusive with
- * connectionString property. Type: string (or Expression with resultType
- * string).
+ * Username for authentication. It is mutually exclusive with connectionString property. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -59,26 +54,23 @@ public final class Db2LinkedServiceTypeProperties {
private SecretBase password;
/*
- * Under where packages are created when querying database. It is mutually
- * exclusive with connectionString property. Type: string (or Expression
- * with resultType string).
+ * Under where packages are created when querying database. It is mutually exclusive with connectionString
+ * property. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "packageCollection")
private Object packageCollection;
/*
- * Certificate Common Name when TLS is enabled. It is mutually exclusive
- * with connectionString property. Type: string (or Expression with
- * resultType string).
+ * Certificate Common Name when TLS is enabled. It is mutually exclusive with connectionString property. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "certificateCommonName")
private Object certificateCommonName;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. It is
- * mutually exclusive with connectionString property. Type: string (or
- * Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. It is mutually exclusive with connectionString property. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2TableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2TableDatasetTypeProperties.java
index f42834be43ec..32944ffd38d0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2TableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2TableDatasetTypeProperties.java
@@ -11,15 +11,13 @@
@Fluent
public final class Db2TableDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The Db2 schema name. Type: string (or Expression with resultType
- * string).
+ * The Db2 schema name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DeleteActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DeleteActivityTypeProperties.java
index 5c9cd83e7049..ca15243fc38d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DeleteActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DeleteActivityTypeProperties.java
@@ -15,9 +15,8 @@
@Fluent
public final class DeleteActivityTypeProperties {
/*
- * If true, files or sub-folders under current folder path will be deleted
- * recursively. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type:
+ * boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
@@ -29,15 +28,14 @@ public final class DeleteActivityTypeProperties {
private Integer maxConcurrentConnections;
/*
- * Whether to record detailed logs of delete-activity execution. Default
- * value is false. Type: boolean (or Expression with resultType boolean).
+ * Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "enableLogging")
private Object enableLogging;
/*
- * Log storage settings customer need to provide when enableLogging is
- * true.
+ * Log storage settings customer need to provide when enableLogging is true.
*/
@JsonProperty(value = "logStorageSettings")
private LogStorageSettings logStorageSettings;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DelimitedTextDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DelimitedTextDatasetTypeProperties.java
index b4cdb2ff434c..b0fbf303fbd5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DelimitedTextDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DelimitedTextDatasetTypeProperties.java
@@ -19,8 +19,7 @@ public final class DelimitedTextDatasetTypeProperties {
private DatasetLocation location;
/*
- * The column delimiter. Type: string (or Expression with resultType
- * string).
+ * The column delimiter. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "columnDelimiter")
private Object columnDelimiter;
@@ -32,18 +31,16 @@ public final class DelimitedTextDatasetTypeProperties {
private Object rowDelimiter;
/*
- * The code page name of the preferred encoding. If miss, the default value
- * is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name
- * column of the table in the following link to set supported values:
- * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type:
- * string (or Expression with resultType string).
+ * The code page name of the preferred encoding. If miss, the default value is UTF-8, unless BOM denotes another
+ * Unicode encoding. Refer to the name column of the table in the following link to set supported values:
+ * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "encodingName")
private Object encodingName;
/*
- * The data compressionCodec. Type: string (or Expression with resultType
- * string).
+ * The data compressionCodec. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "compressionCodec")
private Object compressionCodec;
@@ -55,31 +52,27 @@ public final class DelimitedTextDatasetTypeProperties {
private Object compressionLevel;
/*
- * The quote character. Type: string (or Expression with resultType
- * string).
+ * The quote character. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "quoteChar")
private Object quoteChar;
/*
- * The escape character. Type: string (or Expression with resultType
- * string).
+ * The escape character. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "escapeChar")
private Object escapeChar;
/*
- * When used as input, treat the first row of data as headers. When used as
- * output,write the headers into the output as the first row of data. The
- * default value is false. Type: boolean (or Expression with resultType
+ * When used as input, treat the first row of data as headers. When used as output,write the headers into the
+ * output as the first row of data. The default value is false. Type: boolean (or Expression with resultType
* boolean).
*/
@JsonProperty(value = "firstRowAsHeader")
private Object firstRowAsHeader;
/*
- * The null value string. Type: string (or Expression with resultType
- * string).
+ * The null value string. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "nullValue")
private Object nullValue;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DocumentDbCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DocumentDbCollectionDatasetTypeProperties.java
index 26dce9641639..6610f42be4ab 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DocumentDbCollectionDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DocumentDbCollectionDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class DocumentDbCollectionDatasetTypeProperties {
/*
- * Document Database collection name. Type: string (or Expression with
- * resultType string).
+ * Document Database collection name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "collectionName", required = true)
private Object collectionName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillDatasetTypeProperties.java
index 2e0930b7138a..4f7f60308ea8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class DrillDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Drill. Type: string (or Expression with resultType
- * string).
+ * The table name of the Drill. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of the Drill. Type: string (or Expression with
- * resultType string).
+ * The schema name of the Drill. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillLinkedServiceTypeProperties.java
index 6665a14a4e99..aff7a6c8bc4d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillLinkedServiceTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class DrillLinkedServiceTypeProperties {
/*
- * An ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -25,9 +24,8 @@ public final class DrillLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference pwd;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXLinkedServiceTypeProperties.java
index 5914b2ffcc7e..82b3480299ea 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXLinkedServiceTypeProperties.java
@@ -13,47 +13,41 @@
@Fluent
public final class DynamicsAXLinkedServiceTypeProperties {
/*
- * The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData
- * endpoint.
+ * The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.
*/
@JsonProperty(value = "url", required = true)
private Object url;
/*
- * Specify the application's client ID. Type: string (or Expression with
- * resultType string).
+ * Specify the application's client ID. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId", required = true)
private Object servicePrincipalId;
/*
- * Specify the application's key. Mark this field as a SecureString to
- * store it securely in Data Factory, or reference a secret stored in Azure
- * Key Vault. Type: string (or Expression with resultType string).
+ * Specify the application's key. Mark this field as a SecureString to store it securely in Data Factory, or
+ * reference a secret stored in Azure Key Vault. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalKey", required = true)
private SecretBase servicePrincipalKey;
/*
- * Specify the tenant information (domain name or tenant ID) under which
- * your application resides. Retrieve it by hovering the mouse in the
- * top-right corner of the Azure portal. Type: string (or Expression with
- * resultType string).
+ * Specify the tenant information (domain name or tenant ID) under which your application resides. Retrieve it by
+ * hovering the mouse in the top-right corner of the Azure portal. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tenant", required = true)
private Object tenant;
/*
- * Specify the resource you are requesting authorization. Type: string (or
- * Expression with resultType string).
+ * Specify the resource you are requesting authorization. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "aadResourceId", required = true)
private Object aadResourceId;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXResourceDatasetTypeProperties.java
index 2e5ebca4b995..b330154f9f92 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXResourceDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXResourceDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class DynamicsAXResourceDatasetTypeProperties {
/*
- * The path of the Dynamics AX OData entity. Type: string (or Expression
- * with resultType string).
+ * The path of the Dynamics AX OData entity. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "path", required = true)
private Object path;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmEntityDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmEntityDatasetTypeProperties.java
index b00ad9551436..b48bcfdbf584 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmEntityDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmEntityDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class DynamicsCrmEntityDatasetTypeProperties {
/*
- * The logical name of the entity. Type: string (or Expression with
- * resultType string).
+ * The logical name of the entity. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "entityName")
private Object entityName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmLinkedServiceTypeProperties.java
index 8f1192e08a1a..0407ea598ca2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmLinkedServiceTypeProperties.java
@@ -13,58 +13,51 @@
@Fluent
public final class DynamicsCrmLinkedServiceTypeProperties {
/*
- * The deployment type of the Dynamics CRM instance. 'Online' for Dynamics
- * CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with
- * Ifd. Type: string (or Expression with resultType string).
+ * The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for
+ * Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "deploymentType", required = true)
private Object deploymentType;
/*
- * The host name of the on-premises Dynamics CRM server. The property is
- * required for on-prem and not allowed for online. Type: string (or
- * Expression with resultType string).
+ * The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for
+ * online. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "hostName")
private Object hostname;
/*
- * The port of on-premises Dynamics CRM server. The property is required
- * for on-prem and not allowed for online. Default is 443. Type: integer
- * (or Expression with resultType integer), minimum: 0.
+ * The port of on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online.
+ * Default is 443. Type: integer (or Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "port")
private Object port;
/*
- * The URL to the Microsoft Dynamics CRM server. The property is required
- * for on-line and not allowed for on-prem. Type: string (or Expression
- * with resultType string).
+ * The URL to the Microsoft Dynamics CRM server. The property is required for on-line and not allowed for on-prem.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "serviceUri")
private Object serviceUri;
/*
- * The organization name of the Dynamics CRM instance. The property is
- * required for on-prem and required for online when there are more than
- * one Dynamics CRM instances associated with the user. Type: string (or
- * Expression with resultType string).
+ * The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online
+ * when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "organizationName")
private Object organizationName;
/*
- * The authentication type to connect to Dynamics CRM server. 'Office365'
- * for online scenario, 'Ifd' for on-premises with Ifd scenario,
- * 'AADServicePrincipal' for Server-To-Server authentication in online
- * scenario. Type: string (or Expression with resultType string).
+ * The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for
+ * on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "authenticationType", required = true)
private Object authenticationType;
/*
- * User name to access the Dynamics CRM instance. Type: string (or
- * Expression with resultType string).
+ * User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -76,37 +69,31 @@ public final class DynamicsCrmLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The client ID of the application in Azure Active Directory used for
- * Server-To-Server authentication. Type: string (or Expression with
- * resultType string).
+ * The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The service principal credential type to use in Server-To-Server
- * authentication. 'ServicePrincipalKey' for key/secret,
- * 'ServicePrincipalCert' for certificate. Type: string (or Expression with
- * resultType string).
+ * The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for
+ * key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalCredentialType")
private Object servicePrincipalCredentialType;
/*
- * The credential of the service principal object in Azure Active
- * Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey',
- * servicePrincipalCredential can be SecureString or
- * AzureKeyVaultSecretReference. If servicePrincipalCredentialType is
- * 'ServicePrincipalCert', servicePrincipalCredential can only be
+ * The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is
+ * 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If
+ * servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be
* AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "servicePrincipalCredential")
private SecretBase servicePrincipalCredential;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsEntityDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsEntityDatasetTypeProperties.java
index a773ea4d5bb0..79caa6cbb16b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsEntityDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsEntityDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class DynamicsEntityDatasetTypeProperties {
/*
- * The logical name of the entity. Type: string (or Expression with
- * resultType string).
+ * The logical name of the entity. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "entityName")
private Object entityName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsLinkedServiceTypeProperties.java
index 98c008a17998..5bf0e92be4b8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsLinkedServiceTypeProperties.java
@@ -14,58 +14,51 @@
@Fluent
public final class DynamicsLinkedServiceTypeProperties {
/*
- * 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).
+ * 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).
*/
@JsonProperty(value = "deploymentType", required = true)
private Object deploymentType;
/*
- * The host name of the on-premises Dynamics server. The property is
- * required for on-prem and not allowed for online. Type: string (or
- * Expression with resultType string).
+ * The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for
+ * online. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "hostName")
private Object hostname;
/*
- * The port of on-premises Dynamics server. The property is required for
- * on-prem and not allowed for online. Default is 443. Type: integer (or
- * Expression with resultType integer), minimum: 0.
+ * The port of on-premises Dynamics server. The property is required for on-prem and not allowed for online.
+ * Default is 443. Type: integer (or Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "port")
private Object port;
/*
- * The URL to the Microsoft Dynamics server. The property is required for
- * on-line and not allowed for on-prem. Type: string (or Expression with
- * resultType string).
+ * The URL to the Microsoft Dynamics server. The property is required for on-line and not allowed for on-prem.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "serviceUri")
private Object serviceUri;
/*
- * The organization name of the Dynamics instance. The property is required
- * for on-prem and required for online when there are more than one
- * Dynamics instances associated with the user. Type: string (or Expression
- * with resultType string).
+ * The organization name of the Dynamics instance. The property is required for on-prem and required for online
+ * when there are more than one Dynamics instances associated with the user. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "organizationName")
private Object organizationName;
/*
- * The authentication type to connect to Dynamics server. 'Office365' for
- * online scenario, 'Ifd' for on-premises with Ifd scenario,
- * 'AADServicePrincipal' for Server-To-Server authentication in online
- * scenario. Type: string (or Expression with resultType string).
+ * The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises
+ * with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "authenticationType", required = true)
private Object authenticationType;
/*
- * User name to access the Dynamics instance. Type: string (or Expression
- * with resultType string).
+ * User name to access the Dynamics instance. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -77,37 +70,31 @@ public final class DynamicsLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The client ID of the application in Azure Active Directory used for
- * Server-To-Server authentication. Type: string (or Expression with
- * resultType string).
+ * The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The service principal credential type to use in Server-To-Server
- * authentication. 'ServicePrincipalKey' for key/secret,
- * 'ServicePrincipalCert' for certificate. Type: string (or Expression with
- * resultType string).
+ * The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for
+ * key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalCredentialType")
private Object servicePrincipalCredentialType;
/*
- * The credential of the service principal object in Azure Active
- * Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey',
- * servicePrincipalCredential can be SecureString or
- * AzureKeyVaultSecretReference. If servicePrincipalCredentialType is
- * 'ServicePrincipalCert', servicePrincipalCredential can only be
+ * The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is
+ * 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If
+ * servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be
* AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "servicePrincipalCredential")
private SecretBase servicePrincipalCredential;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/EloquaLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/EloquaLinkedServiceTypeProperties.java
index 44253aecf1c6..56d89dd9bb56 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/EloquaLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/EloquaLinkedServiceTypeProperties.java
@@ -19,8 +19,7 @@ public final class EloquaLinkedServiceTypeProperties {
private Object endpoint;
/*
- * The site name and user name of your Eloqua account in the form:
- * sitename/username. (i.e. Eloqua/Alice)
+ * The site name and user name of your Eloqua account in the form: sitename/username. (i.e. Eloqua/Alice)
*/
@JsonProperty(value = "username", required = true)
private Object username;
@@ -32,31 +31,27 @@ public final class EloquaLinkedServiceTypeProperties {
private SecretBase password;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExcelDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExcelDatasetTypeProperties.java
index addacbb8ca2c..8bf666a29dbb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExcelDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExcelDatasetTypeProperties.java
@@ -20,30 +20,26 @@ public final class ExcelDatasetTypeProperties {
private DatasetLocation location;
/*
- * The sheet name of excel file. Type: string (or Expression with
- * resultType string).
+ * The sheet name of excel file. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sheetName")
private Object sheetName;
/*
- * The sheet index of excel file and default value is 0. Type: integer (or
- * Expression with resultType integer)
+ * The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer)
*/
@JsonProperty(value = "sheetIndex")
private Object sheetIndex;
/*
- * The partial data of one sheet. Type: string (or Expression with
- * resultType string).
+ * The partial data of one sheet. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "range")
private Object range;
/*
- * When used as input, treat the first row of data as headers. When used as
- * output,write the headers into the output as the first row of data. The
- * default value is false. Type: boolean (or Expression with resultType
+ * When used as input, treat the first row of data as headers. When used as output,write the headers into the
+ * output as the first row of data. The default value is false. Type: boolean (or Expression with resultType
* boolean).
*/
@JsonProperty(value = "firstRowAsHeader")
@@ -56,8 +52,7 @@ public final class ExcelDatasetTypeProperties {
private DatasetCompression compression;
/*
- * The null value string. Type: string (or Expression with resultType
- * string).
+ * The null value string. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "nullValue")
private Object nullValue;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteDataFlowActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteDataFlowActivityTypeProperties.java
index 878b0676a069..57d9d517840f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteDataFlowActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteDataFlowActivityTypeProperties.java
@@ -40,32 +40,29 @@ public class ExecuteDataFlowActivityTypeProperties {
private ExecuteDataFlowActivityTypePropertiesCompute compute;
/*
- * Trace level setting used for data flow monitoring output. Supported
- * values are: 'coarse', 'fine', and 'none'. Type: string (or Expression
- * with resultType string)
+ * Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'.
+ * Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "traceLevel")
private Object traceLevel;
/*
- * Continue on error setting used for data flow execution. Enables
- * processing to continue if a sink fails. Type: boolean (or Expression
- * with resultType boolean)
+ * Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type:
+ * boolean (or Expression with resultType boolean)
*/
@JsonProperty(value = "continueOnError")
private Object continueOnError;
/*
- * Concurrent run setting used for data flow execution. Allows sinks with
- * the same save order to be processed concurrently. Type: boolean (or
- * Expression with resultType boolean)
+ * Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed
+ * concurrently. Type: boolean (or Expression with resultType boolean)
*/
@JsonProperty(value = "runConcurrently")
private Object runConcurrently;
/*
- * Specify number of parallel staging for sources applicable to the sink.
- * Type: integer (or Expression with resultType integer)
+ * Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with
+ * resultType integer)
*/
@JsonProperty(value = "sourceStagingConcurrency")
private Object sourceStagingConcurrency;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePipelineActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePipelineActivityTypeProperties.java
index af4829f6ef58..98b2e28c54e2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePipelineActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePipelineActivityTypeProperties.java
@@ -28,8 +28,7 @@ public final class ExecutePipelineActivityTypeProperties {
private Map parameters;
/*
- * Defines whether activity execution will wait for the dependent pipeline
- * execution to finish. Default is false.
+ * Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
*/
@JsonProperty(value = "waitOnCompletion")
private Boolean waitOnCompletion;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePowerQueryActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePowerQueryActivityTypeProperties.java
index f7c6206e9dc2..5d4b6fdd82b9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePowerQueryActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePowerQueryActivityTypeProperties.java
@@ -20,8 +20,7 @@
@Fluent
public final class ExecutePowerQueryActivityTypeProperties extends ExecuteDataFlowActivityTypeProperties {
/*
- * (Deprecated. Please use Queries). List of Power Query activity sinks
- * mapped to a queryName.
+ * (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.
*/
@JsonProperty(value = "sinks")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteSsisPackageActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteSsisPackageActivityTypeProperties.java
index 425d0cd184a6..f35a97dd4b00 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteSsisPackageActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteSsisPackageActivityTypeProperties.java
@@ -26,22 +26,20 @@ public final class ExecuteSsisPackageActivityTypeProperties {
private SsisPackageLocation packageLocation;
/*
- * Specifies the runtime to execute SSIS package. The value should be "x86"
- * or "x64". Type: string (or Expression with resultType string).
+ * Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "runtime")
private Object runtime;
/*
- * The logging level of SSIS package execution. Type: string (or Expression
- * with resultType string).
+ * The logging level of SSIS package execution. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "loggingLevel")
private Object loggingLevel;
/*
- * The environment path to execute the SSIS package. Type: string (or
- * Expression with resultType string).
+ * The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "environmentPath")
private Object environmentPath;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FailActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FailActivityTypeProperties.java
index eae8d5445f37..826260eb3325 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FailActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FailActivityTypeProperties.java
@@ -12,17 +12,15 @@
@Fluent
public final class FailActivityTypeProperties {
/*
- * The error message that surfaced in the Fail activity. It can be dynamic
- * content that's evaluated to a non empty/blank string at runtime. Type:
- * string (or Expression with resultType string).
+ * The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non
+ * empty/blank string at runtime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "message", required = true)
private Object message;
/*
- * The error code that categorizes the error type of the Fail activity. It
- * can be dynamic content that's evaluated to a non empty/blank string at
- * runtime. Type: string (or Expression with resultType string).
+ * The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated
+ * to a non empty/blank string at runtime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "errorCode", required = true)
private Object errorCode;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileServerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileServerLinkedServiceTypeProperties.java
index e777d8152032..c1cc14ba82e0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileServerLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileServerLinkedServiceTypeProperties.java
@@ -13,15 +13,13 @@
@Fluent
public final class FileServerLinkedServiceTypeProperties {
/*
- * Host name of the server. Type: string (or Expression with resultType
- * string).
+ * Host name of the server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "host", required = true)
private Object host;
/*
- * User ID to logon the server. Type: string (or Expression with resultType
- * string).
+ * User ID to logon the server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userId")
private Object userId;
@@ -33,9 +31,8 @@ public final class FileServerLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileShareDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileShareDatasetTypeProperties.java
index 721ee4887aa0..deb9684c1474 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileShareDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileShareDatasetTypeProperties.java
@@ -13,29 +13,25 @@
@Fluent
public final class FileShareDatasetTypeProperties {
/*
- * The path of the on-premises file system. Type: string (or Expression
- * with resultType string).
+ * The path of the on-premises file system. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "folderPath")
private Object folderPath;
/*
- * The name of the on-premises file system. Type: string (or Expression
- * with resultType string).
+ * The name of the on-premises file system. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileName")
private Object fileName;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
@@ -47,9 +43,8 @@ public final class FileShareDatasetTypeProperties {
private DatasetStorageFormat format;
/*
- * Specify a filter to be used to select a subset of files in the
- * folderPath rather than all files. Type: string (or Expression with
- * resultType string).
+ * Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "fileFilter")
private Object fileFilter;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ForEachActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ForEachActivityTypeProperties.java
index bb56a18a5ceb..ff5bb02777fe 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ForEachActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ForEachActivityTypeProperties.java
@@ -21,8 +21,7 @@ public final class ForEachActivityTypeProperties {
private Boolean isSequential;
/*
- * Batch count to be used for controlling the number of parallel execution
- * (when isSequential is set to false).
+ * Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).
*/
@JsonProperty(value = "batchCount")
private Integer batchCount;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FtpServerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FtpServerLinkedServiceTypeProperties.java
index e46fd24dc767..44dd64871d5f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FtpServerLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FtpServerLinkedServiceTypeProperties.java
@@ -14,16 +14,14 @@
@Fluent
public final class FtpServerLinkedServiceTypeProperties {
/*
- * Host name of the FTP server. Type: string (or Expression with resultType
- * string).
+ * Host name of the FTP server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "host", required = true)
private Object host;
/*
- * The TCP port number that the FTP server uses to listen for client
- * connections. Default value is 21. Type: integer (or Expression with
- * resultType integer), minimum: 0.
+ * The TCP port number that the FTP server uses to listen for client connections. Default value is 21. Type:
+ * integer (or Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "port")
private Object port;
@@ -35,8 +33,7 @@ public final class FtpServerLinkedServiceTypeProperties {
private FtpAuthenticationType authenticationType;
/*
- * Username to logon the FTP server. Type: string (or Expression with
- * resultType string).
+ * Username to logon the FTP server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -48,24 +45,22 @@ public final class FtpServerLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
/*
- * If true, connect to the FTP server over SSL/TLS channel. Default value
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, connect to the FTP server over SSL/TLS channel. Default value is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "enableSsl")
private Object enableSsl;
/*
- * If true, validate the FTP server SSL certificate when connect over
- * SSL/TLS channel. Default value is true. Type: boolean (or Expression
- * with resultType boolean).
+ * If true, validate the FTP server SSL certificate when connect over SSL/TLS channel. Default value is true. Type:
+ * boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "enableServerCertificateValidation")
private Object enableServerCertificateValidation;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleAdWordsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleAdWordsLinkedServiceTypeProperties.java
index 126f7cbe9c43..ceed038b5262 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleAdWordsLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleAdWordsLinkedServiceTypeProperties.java
@@ -13,88 +13,81 @@
@Fluent
public final class GoogleAdWordsLinkedServiceTypeProperties {
/*
- * Properties used to connect to GoogleAds. It is mutually exclusive with
- * any other properties in the linked service. Type: object.
+ * Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked
+ * service. Type: object.
*/
@JsonProperty(value = "connectionProperties")
private Object connectionProperties;
/*
- * The Client customer ID of the AdWords account that you want to fetch
- * report data for.
+ * The Client customer ID of the AdWords account that you want to fetch report data for.
*/
@JsonProperty(value = "clientCustomerID")
private Object clientCustomerId;
/*
- * The developer token associated with the manager account that you use to
- * grant access to the AdWords API.
+ * The developer token associated with the manager account that you use to grant access to the AdWords API.
*/
@JsonProperty(value = "developerToken")
private SecretBase developerToken;
/*
- * The OAuth 2.0 authentication mechanism used for authentication.
- * ServiceAuthentication can only be used on self-hosted IR.
+ * The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on
+ * self-hosted IR.
*/
@JsonProperty(value = "authenticationType")
private GoogleAdWordsAuthenticationType authenticationType;
/*
- * The refresh token obtained from Google for authorizing access to AdWords
- * for UserAuthentication.
+ * The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication.
*/
@JsonProperty(value = "refreshToken")
private SecretBase refreshToken;
/*
- * The client id of the google application used to acquire the refresh
- * token. Type: string (or Expression with resultType string).
+ * The client id of the google application used to acquire the refresh token. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "clientId")
private Object clientId;
/*
- * The client secret of the google application used to acquire the refresh
- * token.
+ * The client secret of the google application used to acquire the refresh token.
*/
@JsonProperty(value = "clientSecret")
private SecretBase clientSecret;
/*
- * The service account email ID that is used for ServiceAuthentication and
- * can only be used on self-hosted IR.
+ * The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
*/
@JsonProperty(value = "email")
private Object email;
/*
- * The full path to the .p12 key file that is used to authenticate the
- * service account email address and can only be used on self-hosted IR.
+ * The full path to the .p12 key file that is used to authenticate the service account email address and can only
+ * be used on self-hosted IR.
*/
@JsonProperty(value = "keyFilePath")
private Object keyFilePath;
/*
- * The full path of the .pem file containing trusted CA certificates for
- * verifying the server when connecting over SSL. This property can only be
- * set when using SSL on self-hosted IR. The default value is the
- * cacerts.pem file installed with the IR.
+ * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over
+ * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file
+ * installed with the IR.
*/
@JsonProperty(value = "trustedCertPath")
private Object trustedCertPath;
/*
- * Specifies whether to use a CA certificate from the system trust store or
- * from a specified PEM file. The default value is false.
+ * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default
+ * value is false.
*/
@JsonProperty(value = "useSystemTrustStore")
private Object useSystemTrustStore;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryDatasetTypeProperties.java
index 1771bd7b699d..b13b3018f8df 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class GoogleBigQueryDatasetTypeProperties {
/*
- * This property will be retired. Please consider using database + table
- * properties instead.
+ * This property will be retired. Please consider using database + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Google BigQuery. Type: string (or Expression with
- * resultType string).
+ * The table name of the Google BigQuery. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The database name of the Google BigQuery. Type: string (or Expression
- * with resultType string).
+ * The database name of the Google BigQuery. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "dataset")
private Object dataset;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryLinkedServiceTypeProperties.java
index cb862dc6faa3..911ec886d83e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryLinkedServiceTypeProperties.java
@@ -26,75 +26,69 @@ public final class GoogleBigQueryLinkedServiceTypeProperties {
private Object additionalProjects;
/*
- * Whether to request access to Google Drive. Allowing Google Drive access
- * enables support for federated tables that combine BigQuery data with
- * data from Google Drive. The default value is false.
+ * Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables
+ * that combine BigQuery data with data from Google Drive. The default value is false.
*/
@JsonProperty(value = "requestGoogleDriveScope")
private Object requestGoogleDriveScope;
/*
- * The OAuth 2.0 authentication mechanism used for authentication.
- * ServiceAuthentication can only be used on self-hosted IR.
+ * The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on
+ * self-hosted IR.
*/
@JsonProperty(value = "authenticationType", required = true)
private GoogleBigQueryAuthenticationType authenticationType;
/*
- * The refresh token obtained from Google for authorizing access to
- * BigQuery for UserAuthentication.
+ * The refresh token obtained from Google for authorizing access to BigQuery for UserAuthentication.
*/
@JsonProperty(value = "refreshToken")
private SecretBase refreshToken;
/*
- * The client id of the google application used to acquire the refresh
- * token. Type: string (or Expression with resultType string).
+ * The client id of the google application used to acquire the refresh token. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "clientId")
private Object clientId;
/*
- * The client secret of the google application used to acquire the refresh
- * token.
+ * The client secret of the google application used to acquire the refresh token.
*/
@JsonProperty(value = "clientSecret")
private SecretBase clientSecret;
/*
- * The service account email ID that is used for ServiceAuthentication and
- * can only be used on self-hosted IR.
+ * The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
*/
@JsonProperty(value = "email")
private Object email;
/*
- * The full path to the .p12 key file that is used to authenticate the
- * service account email address and can only be used on self-hosted IR.
+ * The full path to the .p12 key file that is used to authenticate the service account email address and can only
+ * be used on self-hosted IR.
*/
@JsonProperty(value = "keyFilePath")
private Object keyFilePath;
/*
- * The full path of the .pem file containing trusted CA certificates for
- * verifying the server when connecting over SSL. This property can only be
- * set when using SSL on self-hosted IR. The default value is the
- * cacerts.pem file installed with the IR.
+ * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over
+ * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file
+ * installed with the IR.
*/
@JsonProperty(value = "trustedCertPath")
private Object trustedCertPath;
/*
- * Specifies whether to use a CA certificate from the system trust store or
- * from a specified PEM file. The default value is false.
+ * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default
+ * value is false.
*/
@JsonProperty(value = "useSystemTrustStore")
private Object useSystemTrustStore;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleCloudStorageLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleCloudStorageLinkedServiceTypeProperties.java
index c400038aee3d..67193700e604 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleCloudStorageLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleCloudStorageLinkedServiceTypeProperties.java
@@ -12,33 +12,29 @@
@Fluent
public final class GoogleCloudStorageLinkedServiceTypeProperties {
/*
- * The access key identifier of the Google Cloud Storage Identity and
- * Access Management (IAM) user. Type: string (or Expression with
- * resultType string).
+ * The access key identifier of the Google Cloud Storage Identity and Access Management (IAM) user. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "accessKeyId")
private Object accessKeyId;
/*
- * The secret access key of the Google Cloud Storage Identity and Access
- * Management (IAM) user.
+ * The secret access key of the Google Cloud Storage Identity and Access Management (IAM) user.
*/
@JsonProperty(value = "secretAccessKey")
private SecretBase secretAccessKey;
/*
- * This value specifies the endpoint to access with the Google Cloud
- * Storage Connector. This is an optional property; change it only if you
- * want to try a different service endpoint or want to switch between https
- * and http. Type: string (or Expression with resultType string).
+ * This value specifies the endpoint to access with the Google Cloud Storage Connector. This is an optional
+ * property; change it only if you want to try a different service endpoint or want to switch between https and
+ * http. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "serviceUrl")
private Object serviceUrl;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumDatasetTypeProperties.java
index 33a04b9d6c86..922c6bc7b292 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class GreenplumDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of Greenplum. Type: string (or Expression with resultType
- * string).
+ * The table name of Greenplum. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of Greenplum. Type: string (or Expression with
- * resultType string).
+ * The schema name of Greenplum. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java
index 2be90e01a243..52ea373f1ae7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class GreenplumLinkedServiceTypeProperties {
/*
- * An ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -25,9 +24,8 @@ public final class GreenplumLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference pwd;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HBaseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HBaseLinkedServiceTypeProperties.java
index 7824e7c102b5..f6e0fdefa17f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HBaseLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HBaseLinkedServiceTypeProperties.java
@@ -20,15 +20,13 @@ public final class HBaseLinkedServiceTypeProperties {
private Object host;
/*
- * The TCP port that the HBase instance uses to listen for client
- * connections. The default value is 9090.
+ * The TCP port that the HBase instance uses to listen for client connections. The default value is 9090.
*/
@JsonProperty(value = "port")
private Object port;
/*
- * The partial URL corresponding to the HBase server. (i.e.
- * /gateway/sandbox/hbase/version)
+ * The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version)
*/
@JsonProperty(value = "httpPath")
private Object httpPath;
@@ -52,40 +50,35 @@ public final class HBaseLinkedServiceTypeProperties {
private SecretBase password;
/*
- * Specifies whether the connections to the server are encrypted using SSL.
- * The default value is false.
+ * Specifies whether the connections to the server are encrypted using SSL. The default value is false.
*/
@JsonProperty(value = "enableSsl")
private Object enableSsl;
/*
- * The full path of the .pem file containing trusted CA certificates for
- * verifying the server when connecting over SSL. This property can only be
- * set when using SSL on self-hosted IR. The default value is the
- * cacerts.pem file installed with the IR.
+ * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over
+ * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file
+ * installed with the IR.
*/
@JsonProperty(value = "trustedCertPath")
private Object trustedCertPath;
/*
- * Specifies whether to require a CA-issued SSL certificate name to match
- * the host name of the server when connecting over SSL. The default value
- * is false.
+ * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when
+ * connecting over SSL. The default value is false.
*/
@JsonProperty(value = "allowHostNameCNMismatch")
private Object allowHostnameCNMismatch;
/*
- * Specifies whether to allow self-signed certificates from the server. The
- * default value is false.
+ * Specifies whether to allow self-signed certificates from the server. The default value is false.
*/
@JsonProperty(value = "allowSelfSignedServerCert")
private Object allowSelfSignedServerCert;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightHiveActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightHiveActivityTypeProperties.java
index 6f1e6d77979e..9f1758b59876 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightHiveActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightHiveActivityTypeProperties.java
@@ -59,8 +59,8 @@ public final class HDInsightHiveActivityTypeProperties {
private List variables;
/*
- * Query timeout value (in minutes). Effective when the HDInsight cluster
- * is with ESP (Enterprise Security Package)
+ * Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security
+ * Package)
*/
@JsonProperty(value = "queryTimeout")
private Integer queryTimeout;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightLinkedServiceTypeProperties.java
index b4769717cf5d..97f5fd2939cf 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightLinkedServiceTypeProperties.java
@@ -14,15 +14,13 @@
@Fluent
public final class HDInsightLinkedServiceTypeProperties {
/*
- * HDInsight cluster URI. Type: string (or Expression with resultType
- * string).
+ * HDInsight cluster URI. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "clusterUri", required = true)
private Object clusterUri;
/*
- * HDInsight cluster user name. Type: string (or Expression with resultType
- * string).
+ * HDInsight cluster user name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -40,30 +38,27 @@ public final class HDInsightLinkedServiceTypeProperties {
private LinkedServiceReference linkedServiceName;
/*
- * A reference to the Azure SQL linked service that points to the HCatalog
- * database.
+ * A reference to the Azure SQL linked service that points to the HCatalog database.
*/
@JsonProperty(value = "hcatalogLinkedServiceName")
private LinkedServiceReference hcatalogLinkedServiceName;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
/*
- * Specify if the HDInsight is created with ESP (Enterprise Security
- * Package). Type: Boolean.
+ * Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean.
*/
@JsonProperty(value = "isEspEnabled")
private Object isEspEnabled;
/*
- * Specify the FileSystem if the main storage for the HDInsight is ADLS
- * Gen2. Type: string (or Expression with resultType string).
+ * Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "fileSystem")
private Object fileSystem;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightOnDemandLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightOnDemandLinkedServiceTypeProperties.java
index 00daeb3f715f..fa40392c74e1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightOnDemandLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightOnDemandLinkedServiceTypeProperties.java
@@ -17,46 +17,40 @@
@Fluent
public final class HDInsightOnDemandLinkedServiceTypeProperties {
/*
- * Number of worker/data nodes in the cluster. Suggestion value: 4. Type:
- * string (or Expression with resultType string).
+ * Number of worker/data nodes in the cluster. Suggestion value: 4. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "clusterSize", required = true)
private Object clusterSize;
/*
- * The allowed idle time for the on-demand HDInsight cluster. Specifies how
- * long the on-demand HDInsight cluster stays alive after completion of an
- * activity run if there are no other active jobs in the cluster. The
- * minimum value is 5 mins. Type: string (or Expression with resultType
- * string).
+ * The allowed idle time for the on-demand HDInsight cluster. Specifies how long the on-demand HDInsight cluster
+ * stays alive after completion of an activity run if there are no other active jobs in the cluster. The minimum
+ * value is 5 mins. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "timeToLive", required = true)
private Object timeToLive;
/*
- * Version of the HDInsight cluster. Type: string (or Expression with
- * resultType string).
+ * Version of the HDInsight cluster. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "version", required = true)
private Object version;
/*
- * Azure Storage linked service to be used by the on-demand cluster for
- * storing and processing data.
+ * Azure Storage linked service to be used by the on-demand cluster for storing and processing data.
*/
@JsonProperty(value = "linkedServiceName", required = true)
private LinkedServiceReference linkedServiceName;
/*
- * The customer’s subscription to host the cluster. Type: string (or
- * Expression with resultType string).
+ * The customer’s subscription to host the cluster. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "hostSubscriptionId", required = true)
private Object hostSubscriptionId;
/*
- * The service principal id for the hostSubscriptionId. Type: string (or
- * Expression with resultType string).
+ * The service principal id for the hostSubscriptionId. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
@@ -68,29 +62,26 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties {
private SecretBase servicePrincipalKey;
/*
- * The Tenant id/name to which the service principal belongs. Type: string
- * (or Expression with resultType string).
+ * The Tenant id/name to which the service principal belongs. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tenant", required = true)
private Object tenant;
/*
- * The resource group where the cluster belongs. Type: string (or
- * Expression with resultType string).
+ * The resource group where the cluster belongs. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "clusterResourceGroup", required = true)
private Object clusterResourceGroup;
/*
- * The prefix of cluster name, postfix will be distinct with timestamp.
- * Type: string (or Expression with resultType string).
+ * The prefix of cluster name, postfix will be distinct with timestamp. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "clusterNamePrefix")
private Object clusterNamePrefix;
/*
- * The username to access the cluster. Type: string (or Expression with
- * resultType string).
+ * The username to access the cluster. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "clusterUserName")
private Object clusterUsername;
@@ -102,8 +93,8 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties {
private SecretBase clusterPassword;
/*
- * The username to SSH remotely connect to cluster’s node (for Linux).
- * Type: string (or Expression with resultType string).
+ * The username to SSH remotely connect to cluster’s node (for Linux). Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "clusterSshUserName")
private Object clusterSshUsername;
@@ -115,16 +106,15 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties {
private SecretBase clusterSshPassword;
/*
- * Specifies additional storage accounts for the HDInsight linked service
- * so that the Data Factory service can register them on your behalf.
+ * Specifies additional storage accounts for the HDInsight linked service so that the Data Factory service can
+ * register them on your behalf.
*/
@JsonProperty(value = "additionalLinkedServiceNames")
private List additionalLinkedServiceNames;
/*
- * The name of Azure SQL linked service that point to the HCatalog
- * database. The on-demand HDInsight cluster is created by using the Azure
- * SQL database as the metastore.
+ * The name of Azure SQL linked service that point to the HCatalog database. The on-demand HDInsight cluster is
+ * created by using the Azure SQL database as the metastore.
*/
@JsonProperty(value = "hcatalogLinkedServiceName")
private LinkedServiceReference hcatalogLinkedServiceName;
@@ -136,72 +126,62 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties {
private Object clusterType;
/*
- * The version of spark if the cluster type is 'spark'. Type: string (or
- * Expression with resultType string).
+ * The version of spark if the cluster type is 'spark'. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sparkVersion")
private Object sparkVersion;
/*
- * Specifies the core configuration parameters (as in core-site.xml) for
- * the HDInsight cluster to be created.
+ * Specifies the core configuration parameters (as in core-site.xml) for the HDInsight cluster to be created.
*/
@JsonProperty(value = "coreConfiguration")
private Object coreConfiguration;
/*
- * Specifies the HBase configuration parameters (hbase-site.xml) for the
- * HDInsight cluster.
+ * Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster.
*/
@JsonProperty(value = "hBaseConfiguration")
private Object hBaseConfiguration;
/*
- * Specifies the HDFS configuration parameters (hdfs-site.xml) for the
- * HDInsight cluster.
+ * Specifies the HDFS configuration parameters (hdfs-site.xml) for the HDInsight cluster.
*/
@JsonProperty(value = "hdfsConfiguration")
private Object hdfsConfiguration;
/*
- * Specifies the hive configuration parameters (hive-site.xml) for the
- * HDInsight cluster.
+ * Specifies the hive configuration parameters (hive-site.xml) for the HDInsight cluster.
*/
@JsonProperty(value = "hiveConfiguration")
private Object hiveConfiguration;
/*
- * Specifies the MapReduce configuration parameters (mapred-site.xml) for
- * the HDInsight cluster.
+ * Specifies the MapReduce configuration parameters (mapred-site.xml) for the HDInsight cluster.
*/
@JsonProperty(value = "mapReduceConfiguration")
private Object mapReduceConfiguration;
/*
- * Specifies the Oozie configuration parameters (oozie-site.xml) for the
- * HDInsight cluster.
+ * Specifies the Oozie configuration parameters (oozie-site.xml) for the HDInsight cluster.
*/
@JsonProperty(value = "oozieConfiguration")
private Object oozieConfiguration;
/*
- * Specifies the Storm configuration parameters (storm-site.xml) for the
- * HDInsight cluster.
+ * Specifies the Storm configuration parameters (storm-site.xml) for the HDInsight cluster.
*/
@JsonProperty(value = "stormConfiguration")
private Object stormConfiguration;
/*
- * Specifies the Yarn configuration parameters (yarn-site.xml) for the
- * HDInsight cluster.
+ * Specifies the Yarn configuration parameters (yarn-site.xml) for the HDInsight cluster.
*/
@JsonProperty(value = "yarnConfiguration")
private Object yarnConfiguration;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
@@ -225,24 +205,22 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties {
private Object zookeeperNodeSize;
/*
- * Custom script actions to run on HDI ondemand cluster once it's up.
- * Please refer to
+ * Custom script actions to run on HDI ondemand cluster once it's up. Please refer to
* https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions.
*/
@JsonProperty(value = "scriptActions")
private List scriptActions;
/*
- * The ARM resource ID for the vNet to which the cluster should be joined
- * after creation. Type: string (or Expression with resultType string).
+ * The ARM resource ID for the vNet to which the cluster should be joined after creation. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "virtualNetworkId")
private Object virtualNetworkId;
/*
- * The ARM resource ID for the subnet in the vNet. If virtualNetworkId was
- * specified, then this property is required. Type: string (or Expression
- * with resultType string).
+ * The ARM resource ID for the subnet in the vNet. If virtualNetworkId was specified, then this property is
+ * required. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "subnetName")
private Object subnetName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightPigActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightPigActivityTypeProperties.java
index 865392e381cf..a9ebe77af955 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightPigActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightPigActivityTypeProperties.java
@@ -22,8 +22,7 @@ public final class HDInsightPigActivityTypeProperties {
private List storageLinkedServices;
/*
- * User specified arguments to HDInsightActivity. Type: array (or
- * Expression with resultType array).
+ * User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array).
*/
@JsonProperty(value = "arguments")
private Object arguments;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightSparkActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightSparkActivityTypeProperties.java
index cdd4fda433db..e8f1415bc2d7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightSparkActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightSparkActivityTypeProperties.java
@@ -17,15 +17,15 @@
@Fluent
public final class HDInsightSparkActivityTypeProperties {
/*
- * The root path in 'sparkJobLinkedService' for all the job’s files. Type:
- * string (or Expression with resultType string).
+ * The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "rootPath", required = true)
private Object rootPath;
/*
- * The relative path to the root folder of the code/package to be executed.
- * Type: string (or Expression with resultType string).
+ * The relative path to the root folder of the code/package to be executed. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "entryFilePath", required = true)
private Object entryFilePath;
@@ -43,8 +43,7 @@ public final class HDInsightSparkActivityTypeProperties {
private HDInsightActivityDebugInfoOption getDebugInfo;
/*
- * The storage linked service for uploading the entry file and
- * dependencies, and for receiving logs.
+ * The storage linked service for uploading the entry file and dependencies, and for receiving logs.
*/
@JsonProperty(value = "sparkJobLinkedService")
private LinkedServiceReference sparkJobLinkedService;
@@ -56,8 +55,7 @@ public final class HDInsightSparkActivityTypeProperties {
private String className;
/*
- * The user to impersonate that will execute the job. Type: string (or
- * Expression with resultType string).
+ * The user to impersonate that will execute the job. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "proxyUser")
private Object proxyUser;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightStreamingActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightStreamingActivityTypeProperties.java
index ddd1f41f8b36..35e2332039d5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightStreamingActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightStreamingActivityTypeProperties.java
@@ -35,15 +35,13 @@ public final class HDInsightStreamingActivityTypeProperties {
private HDInsightActivityDebugInfoOption getDebugInfo;
/*
- * Mapper executable name. Type: string (or Expression with resultType
- * string).
+ * Mapper executable name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "mapper", required = true)
private Object mapper;
/*
- * Reducer executable name. Type: string (or Expression with resultType
- * string).
+ * Reducer executable name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "reducer", required = true)
private Object reducer;
@@ -73,8 +71,7 @@ public final class HDInsightStreamingActivityTypeProperties {
private LinkedServiceReference fileLinkedService;
/*
- * Combiner executable name. Type: string (or Expression with resultType
- * string).
+ * Combiner executable name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "combiner")
private Object combiner;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HdfsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HdfsLinkedServiceTypeProperties.java
index b2a99ae43c4a..8580ca4c4900 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HdfsLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HdfsLinkedServiceTypeProperties.java
@@ -13,32 +13,28 @@
@Fluent
public final class HdfsLinkedServiceTypeProperties {
/*
- * The URL of the HDFS service endpoint, e.g.
- * http://myhostname:50070/webhdfs/v1 . Type: string (or Expression with
+ * The URL of the HDFS service endpoint, e.g. http://myhostname:50070/webhdfs/v1 . Type: string (or Expression with
* resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
/*
- * Type of authentication used to connect to the HDFS. Possible values are:
- * Anonymous and Windows. Type: string (or Expression with resultType
- * string).
+ * Type of authentication used to connect to the HDFS. Possible values are: Anonymous and Windows. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "authenticationType")
private Object authenticationType;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
/*
- * User name for Windows authentication. Type: string (or Expression with
- * resultType string).
+ * User name for Windows authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveDatasetTypeProperties.java
index 03e7b3543d15..713307d75019 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class HiveDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Hive. Type: string (or Expression with resultType
- * string).
+ * The table name of the Hive. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of the Hive. Type: string (or Expression with resultType
- * string).
+ * The schema name of the Hive. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveLinkedServiceTypeProperties.java
index f2ae287e790c..2d2ca967212e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveLinkedServiceTypeProperties.java
@@ -16,8 +16,8 @@
@Fluent
public final class HiveLinkedServiceTypeProperties {
/*
- * IP address or host name of the Hive server, separated by ';' for
- * multiple hosts (only when serviceDiscoveryMode is enable).
+ * IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode
+ * is enable).
*/
@JsonProperty(value = "host", required = true)
private Object host;
@@ -59,8 +59,7 @@ public final class HiveLinkedServiceTypeProperties {
private Object zooKeeperNameSpace;
/*
- * Specifies whether the driver uses native HiveQL queries,or converts them
- * into an equivalent form in HiveQL.
+ * Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL.
*/
@JsonProperty(value = "useNativeQuery")
private Object useNativeQuery;
@@ -72,8 +71,7 @@ public final class HiveLinkedServiceTypeProperties {
private Object username;
/*
- * The password corresponding to the user name that you provided in the
- * Username field
+ * The password corresponding to the user name that you provided in the Username field
*/
@JsonProperty(value = "password")
private SecretBase password;
@@ -85,47 +83,42 @@ public final class HiveLinkedServiceTypeProperties {
private Object httpPath;
/*
- * Specifies whether the connections to the server are encrypted using SSL.
- * The default value is false.
+ * Specifies whether the connections to the server are encrypted using SSL. The default value is false.
*/
@JsonProperty(value = "enableSsl")
private Object enableSsl;
/*
- * The full path of the .pem file containing trusted CA certificates for
- * verifying the server when connecting over SSL. This property can only be
- * set when using SSL on self-hosted IR. The default value is the
- * cacerts.pem file installed with the IR.
+ * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over
+ * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file
+ * installed with the IR.
*/
@JsonProperty(value = "trustedCertPath")
private Object trustedCertPath;
/*
- * Specifies whether to use a CA certificate from the system trust store or
- * from a specified PEM file. The default value is false.
+ * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default
+ * value is false.
*/
@JsonProperty(value = "useSystemTrustStore")
private Object useSystemTrustStore;
/*
- * Specifies whether to require a CA-issued SSL certificate name to match
- * the host name of the server when connecting over SSL. The default value
- * is false.
+ * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when
+ * connecting over SSL. The default value is false.
*/
@JsonProperty(value = "allowHostNameCNMismatch")
private Object allowHostnameCNMismatch;
/*
- * Specifies whether to allow self-signed certificates from the server. The
- * default value is false.
+ * Specifies whether to allow self-signed certificates from the server. The default value is false.
*/
@JsonProperty(value = "allowSelfSignedServerCert")
private Object allowSelfSignedServerCert;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpDatasetTypeProperties.java
index 00c24a4f4624..92d14e35c398 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpDatasetTypeProperties.java
@@ -13,32 +13,28 @@
@Fluent
public final class HttpDatasetTypeProperties {
/*
- * The relative URL based on the URL in the HttpLinkedService refers to an
- * HTTP file Type: string (or Expression with resultType string).
+ * The relative URL based on the URL in the HttpLinkedService refers to an HTTP file Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "relativeUrl")
private Object relativeUrl;
/*
- * The HTTP method for the HTTP request. Type: string (or Expression with
- * resultType string).
+ * The HTTP method for the HTTP request. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "requestMethod")
private Object requestMethod;
/*
- * The body for the HTTP request. Type: string (or Expression with
- * resultType string).
+ * The body for the HTTP request. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "requestBody")
private Object requestBody;
/*
- * The headers for the HTTP Request. e.g.
- * request-header-name-1:request-header-value-1
+ * The headers for the HTTP Request. e.g. request-header-name-1:request-header-value-1
* ...
- * request-header-name-n:request-header-value-n Type: string (or Expression
- * with resultType string).
+ * request-header-name-n:request-header-value-n Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "additionalHeaders")
private Object additionalHeaders;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpLinkedServiceTypeProperties.java
index 799291ad1cb7..144a4cfedb3d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpLinkedServiceTypeProperties.java
@@ -14,8 +14,8 @@
@Fluent
public final class HttpLinkedServiceTypeProperties {
/*
- * The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type:
- * string (or Expression with resultType string).
+ * The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
@@ -27,62 +27,56 @@ public final class HttpLinkedServiceTypeProperties {
private HttpAuthenticationType authenticationType;
/*
- * User name for Basic, Digest, or Windows authentication. Type: string (or
- * Expression with resultType string).
+ * User name for Basic, Digest, or Windows authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
/*
- * Password for Basic, Digest, Windows, or ClientCertificate with
- * EmbeddedCertData authentication.
+ * Password for Basic, Digest, Windows, or ClientCertificate with EmbeddedCertData authentication.
*/
@JsonProperty(value = "password")
private SecretBase password;
/*
- * The additional HTTP headers in the request to RESTful API used for
- * authorization. Type: object (or Expression with resultType object).
+ * The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression
+ * with resultType object).
*/
@JsonProperty(value = "authHeaders")
private Object authHeaders;
/*
- * Base64 encoded certificate data for ClientCertificate authentication.
- * For on-premises copy with ClientCertificate authentication, either
- * CertThumbprint or EmbeddedCertData/Password should be specified. Type:
+ * Base64 encoded certificate data for ClientCertificate authentication. For on-premises copy with
+ * ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be specified. Type:
* string (or Expression with resultType string).
*/
@JsonProperty(value = "embeddedCertData")
private Object embeddedCertData;
/*
- * Thumbprint of certificate for ClientCertificate authentication. Only
- * valid for on-premises copy. For on-premises copy with ClientCertificate
- * authentication, either CertThumbprint or EmbeddedCertData/Password
- * should be specified. Type: string (or Expression with resultType
- * string).
+ * Thumbprint of certificate for ClientCertificate authentication. Only valid for on-premises copy. For on-premises
+ * copy with ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be
+ * specified. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "certThumbprint")
private Object certThumbprint;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
/*
- * If true, validate the HTTPS server SSL certificate. Default value is
- * true. Type: boolean (or Expression with resultType boolean).
+ * If true, validate the HTTPS server SSL certificate. Default value is true. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "enableServerCertificateValidation")
private Object enableServerCertificateValidation;
/**
- * Get the url property: The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or
+ * Get the url property: The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or
* Expression with resultType string).
*
* @return the url value.
@@ -92,7 +86,7 @@ public Object url() {
}
/**
- * Set the url property: The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or
+ * Set the url property: The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or
* Expression with resultType string).
*
* @param url the url value to set.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HubspotLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HubspotLinkedServiceTypeProperties.java
index 728e12860efc..48cc0fe0e80a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HubspotLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HubspotLinkedServiceTypeProperties.java
@@ -25,45 +25,39 @@ public final class HubspotLinkedServiceTypeProperties {
private SecretBase clientSecret;
/*
- * The access token obtained when initially authenticating your OAuth
- * integration.
+ * The access token obtained when initially authenticating your OAuth integration.
*/
@JsonProperty(value = "accessToken")
private SecretBase accessToken;
/*
- * The refresh token obtained when initially authenticating your OAuth
- * integration.
+ * The refresh token obtained when initially authenticating your OAuth integration.
*/
@JsonProperty(value = "refreshToken")
private SecretBase refreshToken;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IfConditionActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IfConditionActivityTypeProperties.java
index 254970911092..ee0c940df5f9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IfConditionActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IfConditionActivityTypeProperties.java
@@ -15,25 +15,22 @@
@Fluent
public final class IfConditionActivityTypeProperties {
/*
- * An expression that would evaluate to Boolean. This is used to determine
- * the block of activities (ifTrueActivities or ifFalseActivities) that
- * will be executed.
+ * An expression that would evaluate to Boolean. This is used to determine the block of activities
+ * (ifTrueActivities or ifFalseActivities) that will be executed.
*/
@JsonProperty(value = "expression", required = true)
private Expression expression;
/*
- * List of activities to execute if expression is evaluated to true. This
- * is an optional property and if not provided, the activity will exit
- * without any action.
+ * List of activities to execute if expression is evaluated to true. This is an optional property and if not
+ * provided, the activity will exit without any action.
*/
@JsonProperty(value = "ifTrueActivities")
private List ifTrueActivities;
/*
- * List of activities to execute if expression is evaluated to false. This
- * is an optional property and if not provided, the activity will exit
- * without any action.
+ * List of activities to execute if expression is evaluated to false. This is an optional property and if not
+ * provided, the activity will exit without any action.
*/
@JsonProperty(value = "ifFalseActivities")
private List ifFalseActivities;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaDatasetTypeProperties.java
index 8ed3ca9f8a84..895d20f8c699 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class ImpalaDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Impala. Type: string (or Expression with
- * resultType string).
+ * The table name of the Impala. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of the Impala. Type: string (or Expression with
- * resultType string).
+ * The schema name of the Impala. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaLinkedServiceTypeProperties.java
index 15e1b637bc5d..31e3892bb00b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaLinkedServiceTypeProperties.java
@@ -20,8 +20,7 @@ public final class ImpalaLinkedServiceTypeProperties {
private Object host;
/*
- * The TCP port that the Impala server uses to listen for client
- * connections. The default value is 21050.
+ * The TCP port that the Impala server uses to listen for client connections. The default value is 21050.
*/
@JsonProperty(value = "port")
private Object port;
@@ -33,61 +32,54 @@ public final class ImpalaLinkedServiceTypeProperties {
private ImpalaAuthenticationType authenticationType;
/*
- * The user name used to access the Impala server. The default value is
- * anonymous when using SASLUsername.
+ * The user name used to access the Impala server. The default value is anonymous when using SASLUsername.
*/
@JsonProperty(value = "username")
private Object username;
/*
- * The password corresponding to the user name when using
- * UsernameAndPassword.
+ * The password corresponding to the user name when using UsernameAndPassword.
*/
@JsonProperty(value = "password")
private SecretBase password;
/*
- * Specifies whether the connections to the server are encrypted using SSL.
- * The default value is false.
+ * Specifies whether the connections to the server are encrypted using SSL. The default value is false.
*/
@JsonProperty(value = "enableSsl")
private Object enableSsl;
/*
- * The full path of the .pem file containing trusted CA certificates for
- * verifying the server when connecting over SSL. This property can only be
- * set when using SSL on self-hosted IR. The default value is the
- * cacerts.pem file installed with the IR.
+ * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over
+ * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file
+ * installed with the IR.
*/
@JsonProperty(value = "trustedCertPath")
private Object trustedCertPath;
/*
- * Specifies whether to use a CA certificate from the system trust store or
- * from a specified PEM file. The default value is false.
+ * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default
+ * value is false.
*/
@JsonProperty(value = "useSystemTrustStore")
private Object useSystemTrustStore;
/*
- * Specifies whether to require a CA-issued SSL certificate name to match
- * the host name of the server when connecting over SSL. The default value
- * is false.
+ * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when
+ * connecting over SSL. The default value is false.
*/
@JsonProperty(value = "allowHostNameCNMismatch")
private Object allowHostnameCNMismatch;
/*
- * Specifies whether to allow self-signed certificates from the server. The
- * default value is false.
+ * Specifies whether to allow self-signed certificates from the server. The default value is false.
*/
@JsonProperty(value = "allowSelfSignedServerCert")
private Object allowSelfSignedServerCert;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixLinkedServiceTypeProperties.java
index 1a12280c9c69..6bdc713acc27 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixLinkedServiceTypeProperties.java
@@ -13,31 +13,27 @@
@Fluent
public final class InformixLinkedServiceTypeProperties {
/*
- * The non-access credential portion of the connection string as well as an
- * optional encrypted credential. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The non-access credential portion of the connection string as well as an optional encrypted credential. Type:
+ * string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
/*
- * Type of authentication used to connect to the Informix as ODBC data
- * store. Possible values are: Anonymous and Basic. Type: string (or
- * Expression with resultType string).
+ * Type of authentication used to connect to the Informix as ODBC data store. Possible values are: Anonymous and
+ * Basic. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "authenticationType")
private Object authenticationType;
/*
- * The access credential portion of the connection string specified in
- * driver-specific property-value format.
+ * The access credential portion of the connection string specified in driver-specific property-value format.
*/
@JsonProperty(value = "credential")
private SecretBase credential;
/*
- * User name for Basic authentication. Type: string (or Expression with
- * resultType string).
+ * User name for Basic authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -49,9 +45,8 @@ public final class InformixLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixTableDatasetTypeProperties.java
index a15095382139..7468ca0b923d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixTableDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class InformixTableDatasetTypeProperties {
/*
- * The Informix table name. Type: string (or Expression with resultType
- * string).
+ * The Informix table name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName")
private Object tableName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IntegrationRuntimeConnectionInfoInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IntegrationRuntimeConnectionInfoInner.java
index ff81008af711..59286f4fb76a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IntegrationRuntimeConnectionInfoInner.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IntegrationRuntimeConnectionInfoInner.java
@@ -16,15 +16,13 @@
@Fluent
public final class IntegrationRuntimeConnectionInfoInner {
/*
- * The token generated in service. Callers use this token to authenticate
- * to integration runtime.
+ * The token generated in service. Callers use this token to authenticate to integration runtime.
*/
@JsonProperty(value = "serviceToken", access = JsonProperty.Access.WRITE_ONLY)
private String serviceToken;
/*
- * The integration runtime SSL certificate thumbprint. Click-Once
- * application uses it to do server validation.
+ * The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.
*/
@JsonProperty(value = "identityCertThumbprint", access = JsonProperty.Access.WRITE_ONLY)
private String identityCertThumbprint;
@@ -42,8 +40,7 @@ public final class IntegrationRuntimeConnectionInfoInner {
private String version;
/*
- * The public key for encrypting a credential when transferring the
- * credential to the integration runtime.
+ * The public key for encrypting a credential when transferring the credential to the integration runtime.
*/
@JsonProperty(value = "publicKey", access = JsonProperty.Access.WRITE_ONLY)
private String publicKey;
@@ -55,8 +52,7 @@ public final class IntegrationRuntimeConnectionInfoInner {
private Boolean isIdentityCertExprired;
/*
- * Connection information for encrypting the on-premises data source
- * credentials.
+ * Connection information for encrypting the on-premises data source credentials.
*/
@JsonIgnore private Map additionalProperties;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JiraLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JiraLinkedServiceTypeProperties.java
index b37be1c7c206..f1676ab46b6a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JiraLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JiraLinkedServiceTypeProperties.java
@@ -19,9 +19,8 @@ public final class JiraLinkedServiceTypeProperties {
private Object host;
/*
- * The TCP port that the Jira server uses to listen for client connections.
- * The default value is 443 if connecting through HTTPS, or 8080 if
- * connecting through HTTP.
+ * The TCP port that the Jira server uses to listen for client connections. The default value is 443 if connecting
+ * through HTTPS, or 8080 if connecting through HTTP.
*/
@JsonProperty(value = "port")
private Object port;
@@ -33,38 +32,33 @@ public final class JiraLinkedServiceTypeProperties {
private Object username;
/*
- * The password corresponding to the user name that you provided in the
- * username field.
+ * The password corresponding to the user name that you provided in the username field.
*/
@JsonProperty(value = "password")
private SecretBase password;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JsonDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JsonDatasetTypeProperties.java
index 633c9e2ea2cc..d04f9dc27378 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JsonDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JsonDatasetTypeProperties.java
@@ -20,12 +20,10 @@ public final class JsonDatasetTypeProperties {
private DatasetLocation location;
/*
- * The code page name of the preferred encoding. If not specified, the
- * default value is UTF-8, unless BOM denotes another Unicode encoding.
- * Refer to the name column of the table in the following link to set
- * supported values:
- * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type:
- * string (or Expression with resultType string).
+ * The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes
+ * another Unicode encoding. Refer to the name column of the table in the following link to set supported values:
+ * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "encodingName")
private Object encodingName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LookupActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LookupActivityTypeProperties.java
index ab5ac6ea157b..6c1ed6f7dcc4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LookupActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LookupActivityTypeProperties.java
@@ -26,8 +26,8 @@ public final class LookupActivityTypeProperties {
private DatasetReference dataset;
/*
- * Whether to return first row or all rows. Default value is true. Type:
- * boolean (or Expression with resultType boolean).
+ * Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "firstRowOnly")
private Object firstRowOnly;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MagentoLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MagentoLinkedServiceTypeProperties.java
index 465f6d5cbedf..75e4f5ba2f49 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MagentoLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MagentoLinkedServiceTypeProperties.java
@@ -25,31 +25,27 @@ public final class MagentoLinkedServiceTypeProperties {
private SecretBase accessToken;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeStatusTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeStatusTypeProperties.java
index 606908066174..96bea2b9a5c3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeStatusTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeStatusTypeProperties.java
@@ -16,8 +16,7 @@
@Immutable
public final class ManagedIntegrationRuntimeStatusTypeProperties {
/*
- * The time at which the integration runtime was created, in ISO8601
- * format.
+ * The time at which the integration runtime was created, in ISO8601 format.
*/
@JsonProperty(value = "createTime", access = JsonProperty.Access.WRITE_ONLY)
private OffsetDateTime createTime;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeTypeProperties.java
index 64428f4e1f36..46dd9ff0ae49 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeTypeProperties.java
@@ -26,8 +26,7 @@ public final class ManagedIntegrationRuntimeTypeProperties {
private IntegrationRuntimeSsisProperties ssisProperties;
/*
- * The name of virtual network to which Azure-SSIS integration runtime will
- * join
+ * The name of virtual network to which Azure-SSIS integration runtime will join
*/
@JsonProperty(value = "customerVirtualNetwork")
private IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MariaDBLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MariaDBLinkedServiceTypeProperties.java
index f557876cd7a7..c363691a84e2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MariaDBLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MariaDBLinkedServiceTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class MariaDBLinkedServiceTypeProperties {
/*
- * An ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -25,9 +24,8 @@ public final class MariaDBLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference pwd;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MarketoLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MarketoLinkedServiceTypeProperties.java
index d1bba2d52d3f..4619229c4e88 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MarketoLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MarketoLinkedServiceTypeProperties.java
@@ -31,31 +31,27 @@ public final class MarketoLinkedServiceTypeProperties {
private SecretBase clientSecret;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessLinkedServiceTypeProperties.java
index 63d93e462c72..aea9e5dbc881 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessLinkedServiceTypeProperties.java
@@ -13,31 +13,27 @@
@Fluent
public final class MicrosoftAccessLinkedServiceTypeProperties {
/*
- * The non-access credential portion of the connection string as well as an
- * optional encrypted credential. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The non-access credential portion of the connection string as well as an optional encrypted credential. Type:
+ * string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
/*
- * Type of authentication used to connect to the Microsoft Access as ODBC
- * data store. Possible values are: Anonymous and Basic. Type: string (or
- * Expression with resultType string).
+ * Type of authentication used to connect to the Microsoft Access as ODBC data store. Possible values are:
+ * Anonymous and Basic. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "authenticationType")
private Object authenticationType;
/*
- * The access credential portion of the connection string specified in
- * driver-specific property-value format.
+ * The access credential portion of the connection string specified in driver-specific property-value format.
*/
@JsonProperty(value = "credential")
private SecretBase credential;
/*
- * User name for Basic authentication. Type: string (or Expression with
- * resultType string).
+ * User name for Basic authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -49,9 +45,8 @@ public final class MicrosoftAccessLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessTableDatasetTypeProperties.java
index d7384fbf7d81..0deff97e4049 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessTableDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class MicrosoftAccessTableDatasetTypeProperties {
/*
- * The Microsoft Access table name. Type: string (or Expression with
- * resultType string).
+ * The Microsoft Access table name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName")
private Object tableName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasCollectionDatasetTypeProperties.java
index 9fcb724cda4c..de7ccea9226d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasCollectionDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasCollectionDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class MongoDbAtlasCollectionDatasetTypeProperties {
/*
- * The collection name of the MongoDB Atlas database. Type: string (or
- * Expression with resultType string).
+ * The collection name of the MongoDB Atlas database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "collection", required = true)
private Object collection;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasLinkedServiceTypeProperties.java
index 621af6aab47a..93c117f8d422 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasLinkedServiceTypeProperties.java
@@ -12,16 +12,15 @@
@Fluent
public final class MongoDbAtlasLinkedServiceTypeProperties {
/*
- * The MongoDB Atlas connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The MongoDB Atlas connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string,
+ * SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
/*
- * The name of the MongoDB Atlas database that you want to access. Type:
- * string (or Expression with resultType string).
+ * The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "database", required = true)
private Object database;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbCollectionDatasetTypeProperties.java
index 4ee206885fe6..49df70458731 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbCollectionDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbCollectionDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class MongoDbCollectionDatasetTypeProperties {
/*
- * The table name of the MongoDB database. Type: string (or Expression with
- * resultType string).
+ * The table name of the MongoDB database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "collectionName", required = true)
private Object collectionName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbLinkedServiceTypeProperties.java
index b8ef53238728..5a56ccccc00c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbLinkedServiceTypeProperties.java
@@ -14,8 +14,7 @@
@Fluent
public final class MongoDbLinkedServiceTypeProperties {
/*
- * The IP address or server name of the MongoDB server. Type: string (or
- * Expression with resultType string).
+ * The IP address or server name of the MongoDB server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "server", required = true)
private Object server;
@@ -27,15 +26,13 @@ public final class MongoDbLinkedServiceTypeProperties {
private MongoDbAuthenticationType authenticationType;
/*
- * The name of the MongoDB database that you want to access. Type: string
- * (or Expression with resultType string).
+ * The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "databaseName", required = true)
private Object databaseName;
/*
- * Username for authentication. Type: string (or Expression with resultType
- * string).
+ * Username for authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -47,40 +44,35 @@ public final class MongoDbLinkedServiceTypeProperties {
private SecretBase password;
/*
- * Database to verify the username and password. Type: string (or
- * Expression with resultType string).
+ * Database to verify the username and password. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "authSource")
private Object authSource;
/*
- * The TCP port number that the MongoDB server uses to listen for client
- * connections. The default value is 27017. Type: integer (or Expression
- * with resultType integer), minimum: 0.
+ * The TCP port number that the MongoDB server uses to listen for client connections. The default value is 27017.
+ * Type: integer (or Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "port")
private Object port;
/*
- * Specifies whether the connections to the server are encrypted using SSL.
- * The default value is false. Type: boolean (or Expression with resultType
- * boolean).
+ * Specifies whether the connections to the server are encrypted using SSL. The default value is false. Type:
+ * boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "enableSsl")
private Object enableSsl;
/*
- * Specifies whether to allow self-signed certificates from the server. The
- * default value is false. Type: boolean (or Expression with resultType
- * boolean).
+ * Specifies whether to allow self-signed certificates from the server. The default value is false. Type: boolean
+ * (or Expression with resultType boolean).
*/
@JsonProperty(value = "allowSelfSignedServerCert")
private Object allowSelfSignedServerCert;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2CollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2CollectionDatasetTypeProperties.java
index d944f94d0cd8..4bce8da95985 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2CollectionDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2CollectionDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class MongoDbV2CollectionDatasetTypeProperties {
/*
- * The collection name of the MongoDB database. Type: string (or Expression
- * with resultType string).
+ * The collection name of the MongoDB database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "collection", required = true)
private Object collection;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2LinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2LinkedServiceTypeProperties.java
index 4a28ef093573..f151c98b372e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2LinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2LinkedServiceTypeProperties.java
@@ -12,16 +12,14 @@
@Fluent
public final class MongoDbV2LinkedServiceTypeProperties {
/*
- * The MongoDB connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The MongoDB connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string,
+ * SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
/*
- * The name of the MongoDB database that you want to access. Type: string
- * (or Expression with resultType string).
+ * The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "database", required = true)
private Object database;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlLinkedServiceTypeProperties.java
index 0afa7a9e2b6e..a17a5a350c7d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlLinkedServiceTypeProperties.java
@@ -25,9 +25,8 @@ public final class MySqlLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlTableDatasetTypeProperties.java
index 29a18efad46c..eecbdffadc54 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlTableDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class MySqlTableDatasetTypeProperties {
/*
- * The MySQL table name. Type: string (or Expression with resultType
- * string).
+ * The MySQL table name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName")
private Object tableName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaLinkedServiceTypeProperties.java
index 59c1d1eb7b4f..943b50a26c62 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaLinkedServiceTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class NetezzaLinkedServiceTypeProperties {
/*
- * An ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -25,9 +24,8 @@ public final class NetezzaLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference pwd;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaTableDatasetTypeProperties.java
index 0c2429dfc8b1..72274d3b31f4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaTableDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class NetezzaTableDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Netezza. Type: string (or Expression with
- * resultType string).
+ * The table name of the Netezza. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of the Netezza. Type: string (or Expression with
- * resultType string).
+ * The schema name of the Netezza. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataLinkedServiceTypeProperties.java
index af9ab6fb39f1..255865ab495d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataLinkedServiceTypeProperties.java
@@ -15,8 +15,7 @@
@Fluent
public final class ODataLinkedServiceTypeProperties {
/*
- * The URL of the OData service endpoint. Type: string (or Expression with
- * resultType string).
+ * The URL of the OData service endpoint. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
@@ -28,8 +27,7 @@ public final class ODataLinkedServiceTypeProperties {
private ODataAuthenticationType authenticationType;
/*
- * User name of the OData service. Type: string (or Expression with
- * resultType string).
+ * User name of the OData service. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -41,39 +39,37 @@ public final class ODataLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The additional HTTP headers in the request to RESTful API used for
- * authorization. Type: object (or Expression with resultType object).
+ * The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression
+ * with resultType object).
*/
@JsonProperty(value = "authHeaders")
private Object authHeaders;
/*
- * Specify the tenant information (domain name or tenant ID) under which
- * your application resides. Type: string (or Expression with resultType
- * string).
+ * Specify the tenant information (domain name or tenant ID) under which your application resides. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * Specify the application id of your application registered in Azure
- * Active Directory. Type: string (or Expression with resultType string).
+ * Specify the application id of your application registered in Azure Active Directory. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * Indicates the azure cloud type of the service principle auth. Allowed
- * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany.
- * Default value is the data factory regions’ cloud type. Type: string (or
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "azureCloudType")
private Object azureCloudType;
/*
- * Specify the resource you are requesting authorization to use Directory.
- * Type: string (or Expression with resultType string).
+ * Specify the resource you are requesting authorization to use Directory. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "aadResourceId")
private Object aadResourceId;
@@ -85,32 +81,29 @@ public final class ODataLinkedServiceTypeProperties {
private ODataAadServicePrincipalCredentialType aadServicePrincipalCredentialType;
/*
- * Specify the secret of your application registered in Azure Active
- * Directory. Type: string (or Expression with resultType string).
+ * Specify the secret of your application registered in Azure Active Directory. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
/*
- * Specify the base64 encoded certificate of your application registered in
- * Azure Active Directory. Type: string (or Expression with resultType
- * string).
+ * Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalEmbeddedCert")
private SecretBase servicePrincipalEmbeddedCert;
/*
- * Specify the password of your certificate if your certificate has a
- * password and you are using AadServicePrincipal authentication. Type:
- * string (or Expression with resultType string).
+ * Specify the password of your certificate if your certificate has a password and you are using
+ * AadServicePrincipal authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalEmbeddedCertPassword")
private SecretBase servicePrincipalEmbeddedCertPassword;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataResourceDatasetTypeProperties.java
index 0037c0f9aa37..ef764d34b193 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataResourceDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataResourceDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class ODataResourceDatasetTypeProperties {
/*
- * The OData resource path. Type: string (or Expression with resultType
- * string).
+ * The OData resource path. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "path")
private Object path;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcLinkedServiceTypeProperties.java
index f027851e834a..1a8e45a25fe9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcLinkedServiceTypeProperties.java
@@ -13,31 +13,27 @@
@Fluent
public final class OdbcLinkedServiceTypeProperties {
/*
- * The non-access credential portion of the connection string as well as an
- * optional encrypted credential. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The non-access credential portion of the connection string as well as an optional encrypted credential. Type:
+ * string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
/*
- * Type of authentication used to connect to the ODBC data store. Possible
- * values are: Anonymous and Basic. Type: string (or Expression with
- * resultType string).
+ * Type of authentication used to connect to the ODBC data store. Possible values are: Anonymous and Basic. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "authenticationType")
private Object authenticationType;
/*
- * The access credential portion of the connection string specified in
- * driver-specific property-value format.
+ * The access credential portion of the connection string specified in driver-specific property-value format.
*/
@JsonProperty(value = "credential")
private SecretBase credential;
/*
- * User name for Basic authentication. Type: string (or Expression with
- * resultType string).
+ * User name for Basic authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -49,9 +45,8 @@ public final class OdbcLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcTableDatasetTypeProperties.java
index 92075d7bdad7..0a105d0dd014 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcTableDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class OdbcTableDatasetTypeProperties {
/*
- * The ODBC table name. Type: string (or Expression with resultType
- * string).
+ * The ODBC table name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName")
private Object tableName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365DatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365DatasetTypeProperties.java
index ef399b38c3dd..b2e01622ed75 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365DatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365DatasetTypeProperties.java
@@ -12,16 +12,14 @@
@Fluent
public final class Office365DatasetTypeProperties {
/*
- * Name of the dataset to extract from Office 365. Type: string (or
- * Expression with resultType string).
+ * Name of the dataset to extract from Office 365. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName", required = true)
private Object tableName;
/*
- * A predicate expression that can be used to filter the specific rows to
- * extract from Office 365. Type: string (or Expression with resultType
- * string).
+ * A predicate expression that can be used to filter the specific rows to extract from Office 365. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "predicate")
private Object predicate;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365LinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365LinkedServiceTypeProperties.java
index 1d855527a3ac..c2a8191a40f0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365LinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365LinkedServiceTypeProperties.java
@@ -13,22 +13,20 @@
@Fluent
public final class Office365LinkedServiceTypeProperties {
/*
- * Azure tenant ID to which the Office 365 account belongs. Type: string
- * (or Expression with resultType string).
+ * Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "office365TenantId", required = true)
private Object office365TenantId;
/*
- * Specify the tenant information under which your Azure AD web application
- * resides. Type: string (or Expression with resultType string).
+ * Specify the tenant information under which your Azure AD web application resides. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "servicePrincipalTenantId", required = true)
private Object servicePrincipalTenantId;
/*
- * Specify the application's client ID. Type: string (or Expression with
- * resultType string).
+ * Specify the application's client ID. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId", required = true)
private Object servicePrincipalId;
@@ -40,9 +38,8 @@ public final class Office365LinkedServiceTypeProperties {
private SecretBase servicePrincipalKey;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleCloudStorageLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleCloudStorageLinkedServiceTypeProperties.java
index cb3ba7fe73de..c25e082808b5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleCloudStorageLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleCloudStorageLinkedServiceTypeProperties.java
@@ -12,33 +12,29 @@
@Fluent
public final class OracleCloudStorageLinkedServiceTypeProperties {
/*
- * The access key identifier of the Oracle Cloud Storage Identity and
- * Access Management (IAM) user. Type: string (or Expression with
- * resultType string).
+ * The access key identifier of the Oracle Cloud Storage Identity and Access Management (IAM) user. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "accessKeyId")
private Object accessKeyId;
/*
- * The secret access key of the Oracle Cloud Storage Identity and Access
- * Management (IAM) user.
+ * The secret access key of the Oracle Cloud Storage Identity and Access Management (IAM) user.
*/
@JsonProperty(value = "secretAccessKey")
private SecretBase secretAccessKey;
/*
- * This value specifies the endpoint to access with the Oracle Cloud
- * Storage Connector. This is an optional property; change it only if you
- * want to try a different service endpoint or want to switch between https
- * and http. Type: string (or Expression with resultType string).
+ * This value specifies the endpoint to access with the Oracle Cloud Storage Connector. This is an optional
+ * property; change it only if you want to try a different service endpoint or want to switch between https and
+ * http. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "serviceUrl")
private Object serviceUrl;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java
index 4adf205ce6dd..061768dd3a0b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java
@@ -13,8 +13,7 @@
@Fluent
public final class OracleLinkedServiceTypeProperties {
/*
- * The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
@@ -26,9 +25,8 @@ public final class OracleLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleServiceCloudLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleServiceCloudLinkedServiceTypeProperties.java
index 14a36dfeceff..655b26fd51b7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleServiceCloudLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleServiceCloudLinkedServiceTypeProperties.java
@@ -25,41 +25,35 @@ public final class OracleServiceCloudLinkedServiceTypeProperties {
private Object username;
/*
- * The password corresponding to the user name that you provided in the
- * username key.
+ * The password corresponding to the user name that you provided in the username key.
*/
@JsonProperty(value = "password", required = true)
private SecretBase password;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true. Type: boolean (or Expression with resultType
- * boolean).
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean
+ * (or Expression with resultType boolean).
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true. Type: boolean (or Expression with resultType
- * boolean).
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true. Type: boolean (or Expression with
- * resultType boolean).
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
+ * Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleTableDatasetTypeProperties.java
index 01aa8a8d4656..d0224842c64d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleTableDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class OracleTableDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The schema name of the on-premises Oracle database. Type: string (or
- * Expression with resultType string).
+ * The schema name of the on-premises Oracle database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
/*
- * The table name of the on-premises Oracle database. Type: string (or
- * Expression with resultType string).
+ * The table name of the on-premises Oracle database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OrcDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OrcDatasetTypeProperties.java
index 1baa10864d5b..e6baeb75322b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OrcDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OrcDatasetTypeProperties.java
@@ -19,8 +19,7 @@ public final class OrcDatasetTypeProperties {
private DatasetLocation location;
/*
- * The data orcCompressionCodec. Type: string (or Expression with
- * resultType string).
+ * The data orcCompressionCodec. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "orcCompressionCodec")
private Object orcCompressionCodec;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ParquetDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ParquetDatasetTypeProperties.java
index 75d50546090c..b71c5dd6f8cd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ParquetDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ParquetDatasetTypeProperties.java
@@ -19,8 +19,7 @@ public final class ParquetDatasetTypeProperties {
private DatasetLocation location;
/*
- * The data compressionCodec. Type: string (or Expression with resultType
- * string).
+ * The data compressionCodec. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "compressionCodec")
private Object compressionCodec;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PaypalLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PaypalLinkedServiceTypeProperties.java
index 4ee278231b91..97471b3b0d9e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PaypalLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PaypalLinkedServiceTypeProperties.java
@@ -31,31 +31,27 @@ public final class PaypalLinkedServiceTypeProperties {
private SecretBase clientSecret;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixDatasetTypeProperties.java
index 5386ac5f5f7a..48a490800067 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class PhoenixDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Phoenix. Type: string (or Expression with
- * resultType string).
+ * The table name of the Phoenix. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of the Phoenix. Type: string (or Expression with
- * resultType string).
+ * The schema name of the Phoenix. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixLinkedServiceTypeProperties.java
index e916e85fd2c9..3dde99100333 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixLinkedServiceTypeProperties.java
@@ -14,23 +14,20 @@
@Fluent
public final class PhoenixLinkedServiceTypeProperties {
/*
- * The IP address or host name of the Phoenix server. (i.e.
- * 192.168.222.160)
+ * The IP address or host name of the Phoenix server. (i.e. 192.168.222.160)
*/
@JsonProperty(value = "host", required = true)
private Object host;
/*
- * The TCP port that the Phoenix server uses to listen for client
- * connections. The default value is 8765.
+ * The TCP port that the Phoenix server uses to listen for client connections. The default value is 8765.
*/
@JsonProperty(value = "port")
private Object port;
/*
- * The partial URL corresponding to the Phoenix server. (i.e.
- * /gateway/sandbox/phoenix/version). The default value is hbasephoenix if
- * using WindowsAzureHDInsightService.
+ * The partial URL corresponding to the Phoenix server. (i.e. /gateway/sandbox/phoenix/version). The default value
+ * is hbasephoenix if using WindowsAzureHDInsightService.
*/
@JsonProperty(value = "httpPath")
private Object httpPath;
@@ -54,47 +51,42 @@ public final class PhoenixLinkedServiceTypeProperties {
private SecretBase password;
/*
- * Specifies whether the connections to the server are encrypted using SSL.
- * The default value is false.
+ * Specifies whether the connections to the server are encrypted using SSL. The default value is false.
*/
@JsonProperty(value = "enableSsl")
private Object enableSsl;
/*
- * The full path of the .pem file containing trusted CA certificates for
- * verifying the server when connecting over SSL. This property can only be
- * set when using SSL on self-hosted IR. The default value is the
- * cacerts.pem file installed with the IR.
+ * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over
+ * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file
+ * installed with the IR.
*/
@JsonProperty(value = "trustedCertPath")
private Object trustedCertPath;
/*
- * Specifies whether to use a CA certificate from the system trust store or
- * from a specified PEM file. The default value is false.
+ * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default
+ * value is false.
*/
@JsonProperty(value = "useSystemTrustStore")
private Object useSystemTrustStore;
/*
- * Specifies whether to require a CA-issued SSL certificate name to match
- * the host name of the server when connecting over SSL. The default value
- * is false.
+ * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when
+ * connecting over SSL. The default value is false.
*/
@JsonProperty(value = "allowHostNameCNMismatch")
private Object allowHostnameCNMismatch;
/*
- * Specifies whether to allow self-signed certificates from the server. The
- * default value is false.
+ * Specifies whether to allow self-signed certificates from the server. The default value is false.
*/
@JsonProperty(value = "allowSelfSignedServerCert")
private Object allowSelfSignedServerCert;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Pipeline.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Pipeline.java
index ac76e4cab55a..ea86ea9aade9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Pipeline.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Pipeline.java
@@ -64,8 +64,7 @@ public final class Pipeline {
private Map runDimensions;
/*
- * The folder that this Pipeline is in. If not specified, Pipeline will
- * appear at the root level.
+ * The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
*/
@JsonProperty(value = "folder")
private PipelineFolder folder;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunInner.java
index 69cdff0b0a7b..dcd381e52f97 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunInner.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunInner.java
@@ -43,8 +43,7 @@ public final class PipelineRunInner {
private String pipelineName;
/*
- * The full or partial list of parameter name, value pair used in the
- * pipeline run.
+ * The full or partial list of parameter name, value pair used in the pipeline run.
*/
@JsonProperty(value = "parameters", access = JsonProperty.Access.WRITE_ONLY)
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
@@ -88,8 +87,7 @@ public final class PipelineRunInner {
private Integer durationInMs;
/*
- * The status of a pipeline run. Possible values: Queued, InProgress,
- * Succeeded, Failed, Canceling, Cancelled
+ * The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled
*/
@JsonProperty(value = "status", access = JsonProperty.Access.WRITE_ONLY)
private String status;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunsQueryResponseInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunsQueryResponseInner.java
index 0a86f3eb05f2..940ebbcb24b8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunsQueryResponseInner.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunsQueryResponseInner.java
@@ -19,8 +19,7 @@ public final class PipelineRunsQueryResponseInner {
private List value;
/*
- * The continuation token for getting the next page of results, if any
- * remaining results exist, null otherwise.
+ * The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
*/
@JsonProperty(value = "continuationToken")
private String continuationToken;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlLinkedServiceTypeProperties.java
index 10a3600fab76..6e169dff1d3e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlLinkedServiceTypeProperties.java
@@ -25,9 +25,8 @@ public final class PostgreSqlLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlTableDatasetTypeProperties.java
index 26ff1263972a..7c8bf26d8cd8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlTableDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class PostgreSqlTableDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The PostgreSQL table name. Type: string (or Expression with resultType
- * string).
+ * The PostgreSQL table name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The PostgreSQL schema name. Type: string (or Expression with resultType
- * string).
+ * The PostgreSQL schema name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoDatasetTypeProperties.java
index 28022b65dfea..58a311ddff97 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class PrestoDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Presto. Type: string (or Expression with
- * resultType string).
+ * The table name of the Presto. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of the Presto. Type: string (or Expression with
- * resultType string).
+ * The schema name of the Presto. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoLinkedServiceTypeProperties.java
index 473023f3a9e7..551aa4739a61 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoLinkedServiceTypeProperties.java
@@ -32,8 +32,7 @@ public final class PrestoLinkedServiceTypeProperties {
private Object catalog;
/*
- * The TCP port that the Presto server uses to listen for client
- * connections. The default value is 8080.
+ * The TCP port that the Presto server uses to listen for client connections. The default value is 8080.
*/
@JsonProperty(value = "port")
private Object port;
@@ -57,55 +56,49 @@ public final class PrestoLinkedServiceTypeProperties {
private SecretBase password;
/*
- * Specifies whether the connections to the server are encrypted using SSL.
- * The default value is false.
+ * Specifies whether the connections to the server are encrypted using SSL. The default value is false.
*/
@JsonProperty(value = "enableSsl")
private Object enableSsl;
/*
- * The full path of the .pem file containing trusted CA certificates for
- * verifying the server when connecting over SSL. This property can only be
- * set when using SSL on self-hosted IR. The default value is the
- * cacerts.pem file installed with the IR.
+ * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over
+ * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file
+ * installed with the IR.
*/
@JsonProperty(value = "trustedCertPath")
private Object trustedCertPath;
/*
- * Specifies whether to use a CA certificate from the system trust store or
- * from a specified PEM file. The default value is false.
+ * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default
+ * value is false.
*/
@JsonProperty(value = "useSystemTrustStore")
private Object useSystemTrustStore;
/*
- * Specifies whether to require a CA-issued SSL certificate name to match
- * the host name of the server when connecting over SSL. The default value
- * is false.
+ * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when
+ * connecting over SSL. The default value is false.
*/
@JsonProperty(value = "allowHostNameCNMismatch")
private Object allowHostnameCNMismatch;
/*
- * Specifies whether to allow self-signed certificates from the server. The
- * default value is false.
+ * Specifies whether to allow self-signed certificates from the server. The default value is false.
*/
@JsonProperty(value = "allowSelfSignedServerCert")
private Object allowSelfSignedServerCert;
/*
- * The local time zone used by the connection. Valid values for this option
- * are specified in the IANA Time Zone Database. The default value is the
- * system time zone.
+ * The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone
+ * Database. The default value is the system time zone.
*/
@JsonProperty(value = "timeZoneID")
private Object timeZoneId;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickBooksLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickBooksLinkedServiceTypeProperties.java
index 885cc4e5ae9f..6c87cc1588af 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickBooksLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickBooksLinkedServiceTypeProperties.java
@@ -12,8 +12,8 @@
@Fluent
public final class QuickBooksLinkedServiceTypeProperties {
/*
- * Properties used to connect to QuickBooks. It is mutually exclusive with
- * any other properties in the linked service. Type: object.
+ * Properties used to connect to QuickBooks. It is mutually exclusive with any other properties in the linked
+ * service. Type: object.
*/
@JsonProperty(value = "connectionProperties")
private Object connectionProperties;
@@ -55,16 +55,14 @@ public final class QuickBooksLinkedServiceTypeProperties {
private SecretBase accessTokenSecret;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickbaseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickbaseLinkedServiceTypeProperties.java
index 3fd12b95f605..3eb1a0286880 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickbaseLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickbaseLinkedServiceTypeProperties.java
@@ -13,8 +13,7 @@
@Fluent
public final class QuickbaseLinkedServiceTypeProperties {
/*
- * The url to connect Quickbase source. Type: string (or Expression with
- * resultType string).
+ * The url to connect Quickbase source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
@@ -26,9 +25,8 @@ public final class QuickbaseLinkedServiceTypeProperties {
private SecretBase userToken;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RelationalTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RelationalTableDatasetTypeProperties.java
index 8ca6069e1be9..322cca221387 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RelationalTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RelationalTableDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class RelationalTableDatasetTypeProperties {
/*
- * The relational table name. Type: string (or Expression with resultType
- * string).
+ * The relational table name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName")
private Object tableName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RerunTumblingWindowTriggerTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RerunTumblingWindowTriggerTypeProperties.java
index a10f3d7e6238..507137294545 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RerunTumblingWindowTriggerTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RerunTumblingWindowTriggerTypeProperties.java
@@ -19,22 +19,19 @@ public final class RerunTumblingWindowTriggerTypeProperties {
private Object parentTrigger;
/*
- * The start time for the time period for which restatement is initiated.
- * Only UTC time is currently supported.
+ * The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
*/
@JsonProperty(value = "requestedStartTime", required = true)
private OffsetDateTime requestedStartTime;
/*
- * The end time for the time period for which restatement is initiated.
- * Only UTC time is currently supported.
+ * The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
*/
@JsonProperty(value = "requestedEndTime", required = true)
private OffsetDateTime requestedEndTime;
/*
- * The max number of parallel time windows (ready for execution) for which
- * a rerun is triggered.
+ * The max number of parallel time windows (ready for execution) for which a rerun is triggered.
*/
@JsonProperty(value = "rerunConcurrency", required = true)
private int rerunConcurrency;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ResponsysLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ResponsysLinkedServiceTypeProperties.java
index 2d29e1188156..36bfaebcd57c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ResponsysLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ResponsysLinkedServiceTypeProperties.java
@@ -19,48 +19,42 @@ public final class ResponsysLinkedServiceTypeProperties {
private Object endpoint;
/*
- * The client ID associated with the Responsys application. Type: string
- * (or Expression with resultType string).
+ * The client ID associated with the Responsys application. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "clientId", required = true)
private Object clientId;
/*
- * The client secret associated with the Responsys application. Type:
- * string (or Expression with resultType string).
+ * The client secret associated with the Responsys application. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "clientSecret")
private SecretBase clientSecret;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true. Type: boolean (or Expression with resultType
- * boolean).
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean
+ * (or Expression with resultType boolean).
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true. Type: boolean (or Expression with resultType
- * boolean).
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true. Type: boolean (or Expression with
- * resultType boolean).
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
+ * Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestResourceDatasetTypeProperties.java
index 1c7368a85860..3c6cfb049ca4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestResourceDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestResourceDatasetTypeProperties.java
@@ -11,36 +11,35 @@
@Fluent
public final class RestResourceDatasetTypeProperties {
/*
- * The relative URL to the resource that the RESTful API provides. Type:
- * string (or Expression with resultType string).
+ * The relative URL to the resource that the RESTful API provides. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "relativeUrl")
private Object relativeUrl;
/*
- * The HTTP method used to call the RESTful API. The default is GET. Type:
- * string (or Expression with resultType string).
+ * The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "requestMethod")
private Object requestMethod;
/*
- * The HTTP request body to the RESTful API if requestMethod is POST. Type:
- * string (or Expression with resultType string).
+ * The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "requestBody")
private Object requestBody;
/*
- * The additional HTTP headers in the request to the RESTful API. Type:
- * string (or Expression with resultType string).
+ * The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "additionalHeaders")
private Object additionalHeaders;
/*
- * The pagination rules to compose next page requests. Type: string (or
- * Expression with resultType string).
+ * The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "paginationRules")
private Object paginationRules;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestServiceLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestServiceLinkedServiceTypeProperties.java
index 89859e7d8ff4..c172aa276b66 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestServiceLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestServiceLinkedServiceTypeProperties.java
@@ -21,9 +21,8 @@ public final class RestServiceLinkedServiceTypeProperties {
private Object url;
/*
- * Whether to validate server side SSL certificate when connecting to the
- * endpoint.The default value is true. Type: boolean (or Expression with
- * resultType boolean).
+ * Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type:
+ * boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "enableServerCertificateValidation")
private Object enableServerCertificateValidation;
@@ -47,15 +46,14 @@ public final class RestServiceLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The additional HTTP headers in the request to RESTful API used for
- * authorization. Type: object (or Expression with resultType object).
+ * The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression
+ * with resultType object).
*/
@JsonProperty(value = "authHeaders")
private Object authHeaders;
/*
- * The application's client ID used in AadServicePrincipal authentication
- * type.
+ * The application's client ID used in AadServicePrincipal authentication type.
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
@@ -67,17 +65,15 @@ public final class RestServiceLinkedServiceTypeProperties {
private SecretBase servicePrincipalKey;
/*
- * The tenant information (domain name or tenant ID) used in
- * AadServicePrincipal authentication type under which your application
- * resides.
+ * The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which
+ * your application resides.
*/
@JsonProperty(value = "tenant")
private Object tenant;
/*
- * Indicates the azure cloud type of the service principle auth. Allowed
- * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany.
- * Default value is the data factory regions’ cloud type. Type: string (or
+ * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina,
+ * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "azureCloudType")
@@ -90,9 +86,8 @@ public final class RestServiceLinkedServiceTypeProperties {
private Object aadResourceId;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
@@ -104,8 +99,7 @@ public final class RestServiceLinkedServiceTypeProperties {
private CredentialReference credential;
/*
- * The client ID associated with your application. Type: string (or
- * Expression with resultType string).
+ * The client ID associated with your application. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "clientId")
private Object clientId;
@@ -117,22 +111,22 @@ public final class RestServiceLinkedServiceTypeProperties {
private SecretBase clientSecret;
/*
- * The token endpoint of the authorization server to acquire access token.
- * Type: string (or Expression with resultType string).
+ * The token endpoint of the authorization server to acquire access token. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "tokenEndpoint")
private Object tokenEndpoint;
/*
- * The target service or resource to which the access will be requested.
- * Type: string (or Expression with resultType string).
+ * The target service or resource to which the access will be requested. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "resource")
private Object resource;
/*
- * The scope of the access required. It describes what kind of access will
- * be requested. Type: string (or Expression with resultType string).
+ * The scope of the access required. It describes what kind of access will be requested. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "scope")
private Object scope;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceLinkedServiceTypeProperties.java
index a5dbd3a4cad7..8294c3753a5f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceLinkedServiceTypeProperties.java
@@ -12,18 +12,16 @@
@Fluent
public final class SalesforceLinkedServiceTypeProperties {
/*
- * The URL of Salesforce instance. Default is
- * 'https://login.salesforce.com'. To copy data from sandbox, specify
- * 'https://test.salesforce.com'. To copy data from custom domain, specify,
- * for example, 'https://[domain].my.salesforce.com'. Type: string (or
- * Expression with resultType string).
+ * The URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify
+ * 'https://test.salesforce.com'. To copy data from custom domain, specify, for example,
+ * 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "environmentUrl")
private Object environmentUrl;
/*
- * The username for Basic authentication of the Salesforce instance. Type:
- * string (or Expression with resultType string).
+ * The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -41,16 +39,14 @@ public final class SalesforceLinkedServiceTypeProperties {
private SecretBase securityToken;
/*
- * The Salesforce API version used in ADF. Type: string (or Expression with
- * resultType string).
+ * The Salesforce API version used in ADF. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "apiVersion")
private Object apiVersion;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceMarketingCloudLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceMarketingCloudLinkedServiceTypeProperties.java
index 4248bd1792a2..ce56a02cb251 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceMarketingCloudLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceMarketingCloudLinkedServiceTypeProperties.java
@@ -12,55 +12,50 @@
@Fluent
public final class SalesforceMarketingCloudLinkedServiceTypeProperties {
/*
- * Properties used to connect to Salesforce Marketing Cloud. It is mutually
- * exclusive with any other properties in the linked service. Type: object.
+ * Properties used to connect to Salesforce Marketing Cloud. It is mutually exclusive with any other properties in
+ * the linked service. Type: object.
*/
@JsonProperty(value = "connectionProperties")
private Object connectionProperties;
/*
- * The client ID associated with the Salesforce Marketing Cloud
- * application. Type: string (or Expression with resultType string).
+ * The client ID associated with the Salesforce Marketing Cloud application. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "clientId")
private Object clientId;
/*
- * The client secret associated with the Salesforce Marketing Cloud
- * application. Type: string (or Expression with resultType string).
+ * The client secret associated with the Salesforce Marketing Cloud application. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "clientSecret")
private SecretBase clientSecret;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true. Type: boolean (or Expression with resultType
- * boolean).
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean
+ * (or Expression with resultType boolean).
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true. Type: boolean (or Expression with resultType
- * boolean).
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true. Type: boolean (or Expression with
- * resultType boolean).
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
+ * Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceObjectDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceObjectDatasetTypeProperties.java
index 2cdc58befd59..5216a4421200 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceObjectDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceObjectDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class SalesforceObjectDatasetTypeProperties {
/*
- * The Salesforce object API name. Type: string (or Expression with
- * resultType string).
+ * The Salesforce object API name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "objectApiName")
private Object objectApiName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudLinkedServiceTypeProperties.java
index 7c5f15efcecf..21a2f4e4e6b9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudLinkedServiceTypeProperties.java
@@ -12,18 +12,16 @@
@Fluent
public final class SalesforceServiceCloudLinkedServiceTypeProperties {
/*
- * The URL of Salesforce Service Cloud instance. Default is
- * 'https://login.salesforce.com'. To copy data from sandbox, specify
- * 'https://test.salesforce.com'. To copy data from custom domain, specify,
- * for example, 'https://[domain].my.salesforce.com'. Type: string (or
- * Expression with resultType string).
+ * The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from
+ * sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example,
+ * 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "environmentUrl")
private Object environmentUrl;
/*
- * The username for Basic authentication of the Salesforce instance. Type:
- * string (or Expression with resultType string).
+ * The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -41,23 +39,20 @@ public final class SalesforceServiceCloudLinkedServiceTypeProperties {
private SecretBase securityToken;
/*
- * The Salesforce API version used in ADF. Type: string (or Expression with
- * resultType string).
+ * The Salesforce API version used in ADF. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "apiVersion")
private Object apiVersion;
/*
- * Extended properties appended to the connection string. Type: string (or
- * Expression with resultType string).
+ * Extended properties appended to the connection string. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "extendedProperties")
private Object extendedProperties;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudObjectDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudObjectDatasetTypeProperties.java
index 94ffbb4b2577..2efe7ca118b2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudObjectDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudObjectDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class SalesforceServiceCloudObjectDatasetTypeProperties {
/*
- * The Salesforce Service Cloud object API name. Type: string (or
- * Expression with resultType string).
+ * The Salesforce Service Cloud object API name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "objectApiName")
private Object objectApiName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapBWLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapBWLinkedServiceTypeProperties.java
index 099dc39f353d..d85cf4866784 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapBWLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapBWLinkedServiceTypeProperties.java
@@ -13,31 +13,27 @@
@Fluent
public final class SapBWLinkedServiceTypeProperties {
/*
- * Host name of the SAP BW instance. Type: string (or Expression with
- * resultType string).
+ * Host name of the SAP BW instance. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "server", required = true)
private Object server;
/*
- * System number of the BW system. (Usually a two-digit decimal number
- * represented as a string.) Type: string (or Expression with resultType
- * string).
+ * System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "systemNumber", required = true)
private Object systemNumber;
/*
- * Client ID of the client on the BW system. (Usually a three-digit decimal
- * number represented as a string) Type: string (or Expression with
- * resultType string).
+ * Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "clientId", required = true)
private Object clientId;
/*
- * Username to access the SAP BW server. Type: string (or Expression with
- * resultType string).
+ * Username to access the SAP BW server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -49,9 +45,8 @@ public final class SapBWLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerLinkedServiceTypeProperties.java
index 295bfc33eb99..d3ac035f3066 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerLinkedServiceTypeProperties.java
@@ -14,15 +14,13 @@
public final class SapCloudForCustomerLinkedServiceTypeProperties {
/*
* The URL of SAP Cloud for Customer OData API. For example,
- * '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'. Type: string
- * (or Expression with resultType string).
+ * '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
/*
- * The username for Basic authentication. Type: string (or Expression with
- * resultType string).
+ * The username for Basic authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -34,10 +32,9 @@ public final class SapCloudForCustomerLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Either
- * encryptedCredential or username/password must be provided. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Either encryptedCredential or username/password must be provided. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerResourceDatasetTypeProperties.java
index cd29735fa637..12311387f84e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerResourceDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerResourceDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class SapCloudForCustomerResourceDatasetTypeProperties {
/*
- * The path of the SAP Cloud for Customer OData entity. Type: string (or
- * Expression with resultType string).
+ * The path of the SAP Cloud for Customer OData entity. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "path", required = true)
private Object path;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccLinkedServiceTypeProperties.java
index 85757f2a4007..6399f36178dc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccLinkedServiceTypeProperties.java
@@ -13,16 +13,14 @@
@Fluent
public final class SapEccLinkedServiceTypeProperties {
/*
- * The URL of SAP ECC OData API. For example,
- * '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string
- * (or Expression with resultType string).
+ * The URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private String url;
/*
- * The username for Basic authentication. Type: string (or Expression with
- * resultType string).
+ * The username for Basic authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private String username;
@@ -34,10 +32,9 @@ public final class SapEccLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Either
- * encryptedCredential or username/password must be provided. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Either encryptedCredential or username/password must be provided. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private String encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccResourceDatasetTypeProperties.java
index 9f3006b6c5c3..ab567a66fe38 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccResourceDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccResourceDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class SapEccResourceDatasetTypeProperties {
/*
- * The path of the SAP ECC OData entity. Type: string (or Expression with
- * resultType string).
+ * The path of the SAP ECC OData entity. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "path", required = true)
private Object path;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaLinkedServiceProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaLinkedServiceProperties.java
index d7ebd53e016f..624764818fbe 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaLinkedServiceProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaLinkedServiceProperties.java
@@ -13,15 +13,13 @@
@Fluent
public final class SapHanaLinkedServiceProperties {
/*
- * SAP HANA ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * SAP HANA ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
/*
- * Host name of the SAP HANA server. Type: string (or Expression with
- * resultType string).
+ * Host name of the SAP HANA server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "server")
private Object server;
@@ -33,8 +31,7 @@ public final class SapHanaLinkedServiceProperties {
private SapHanaAuthenticationType authenticationType;
/*
- * Username to access the SAP HANA server. Type: string (or Expression with
- * resultType string).
+ * Username to access the SAP HANA server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -46,9 +43,8 @@ public final class SapHanaLinkedServiceProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaTableDatasetTypeProperties.java
index c07a1e7ba80b..427385436519 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaTableDatasetTypeProperties.java
@@ -11,15 +11,13 @@
@Fluent
public final class SapHanaTableDatasetTypeProperties {
/*
- * The schema name of SAP HANA. Type: string (or Expression with resultType
- * string).
+ * The schema name of SAP HANA. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
/*
- * The table name of SAP HANA. Type: string (or Expression with resultType
- * string).
+ * The table name of SAP HANA. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java
index 6c4bdc6a80b8..bd9adf749c86 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java
@@ -12,45 +12,41 @@
@Fluent
public final class SapOdpLinkedServiceTypeProperties {
/*
- * Host name of the SAP instance where the table is located. Type: string
- * (or Expression with resultType string).
+ * Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "server")
private Object server;
/*
- * System number of the SAP system where the table is located. (Usually a
- * two-digit decimal number represented as a string.) Type: string (or
- * Expression with resultType string).
+ * System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a
+ * string.) Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "systemNumber")
private Object systemNumber;
/*
- * Client ID of the client on the SAP system where the table is located.
- * (Usually a three-digit decimal number represented as a string) Type:
- * string (or Expression with resultType string).
+ * Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number
+ * represented as a string) Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "clientId")
private Object clientId;
/*
- * Language of the SAP system where the table is located. The default value
- * is EN. Type: string (or Expression with resultType string).
+ * Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "language")
private Object language;
/*
- * SystemID of the SAP system where the table is located. Type: string (or
- * Expression with resultType string).
+ * SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "systemId")
private Object systemId;
/*
- * Username to access the SAP server where the table is located. Type:
- * string (or Expression with resultType string).
+ * Username to access the SAP server where the table is located. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -62,80 +58,73 @@ public final class SapOdpLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The hostname of the SAP Message Server. Type: string (or Expression with
- * resultType string).
+ * The hostname of the SAP Message Server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "messageServer")
private Object messageServer;
/*
- * The service name or port number of the Message Server. Type: string (or
- * Expression with resultType string).
+ * The service name or port number of the Message Server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "messageServerService")
private Object messageServerService;
/*
- * SNC activation indicator to access the SAP server where the table is
- * located. Must be either 0 (off) or 1 (on). Type: string (or Expression
- * with resultType string).
+ * SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on).
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sncMode")
private Object sncMode;
/*
- * Initiator's SNC name to access the SAP server where the table is
- * located. Type: string (or Expression with resultType string).
+ * Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "sncMyName")
private Object sncMyName;
/*
- * Communication partner's SNC name to access the SAP server where the
- * table is located. Type: string (or Expression with resultType string).
+ * Communication partner's SNC name to access the SAP server where the table is located. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "sncPartnerName")
private Object sncPartnerName;
/*
- * External security product's library to access the SAP server where the
- * table is located. Type: string (or Expression with resultType string).
+ * External security product's library to access the SAP server where the table is located. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "sncLibraryPath")
private Object sncLibraryPath;
/*
- * SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type:
- * string (or Expression with resultType string).
+ * SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "sncQop")
private Object sncQop;
/*
- * SNC X509 certificate file path. Type: string (or Expression with
- * resultType string).
+ * SNC X509 certificate file path. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "x509CertificatePath")
private Object x509CertificatePath;
/*
- * The Logon Group for the SAP System. Type: string (or Expression with
- * resultType string).
+ * The Logon Group for the SAP System. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "logonGroup")
private Object logonGroup;
/*
- * The subscriber name. Type: string (or Expression with resultType
- * string).
+ * The subscriber name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "subscriberName")
private Object subscriberName;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpResourceDatasetTypeProperties.java
index 34afedf6462f..c5d647502f96 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpResourceDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpResourceDatasetTypeProperties.java
@@ -12,15 +12,13 @@
@Fluent
public final class SapOdpResourceDatasetTypeProperties {
/*
- * The context of the SAP ODP Object. Type: string (or Expression with
- * resultType string).
+ * The context of the SAP ODP Object. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "context", required = true)
private Object context;
/*
- * The name of the SAP ODP Object. Type: string (or Expression with
- * resultType string).
+ * The name of the SAP ODP Object. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "objectName", required = true)
private Object objectName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubLinkedServiceTypeProperties.java
index d31311f32817..57d184a9ec19 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubLinkedServiceTypeProperties.java
@@ -12,82 +12,73 @@
@Fluent
public final class SapOpenHubLinkedServiceTypeProperties {
/*
- * Host name of the SAP BW instance where the open hub destination is
- * located. Type: string (or Expression with resultType string).
+ * Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "server")
private Object server;
/*
- * System number of the BW system where the open hub destination is
- * located. (Usually a two-digit decimal number represented as a string.)
- * Type: string (or Expression with resultType string).
+ * System number of the BW system where the open hub destination is located. (Usually a two-digit decimal number
+ * represented as a string.) Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "systemNumber")
private Object systemNumber;
/*
- * Client ID of the client on the BW system where the open hub destination
- * is located. (Usually a three-digit decimal number represented as a
- * string) Type: string (or Expression with resultType string).
+ * Client ID of the client on the BW system where the open hub destination is located. (Usually a three-digit
+ * decimal number represented as a string) Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "clientId")
private Object clientId;
/*
- * Language of the BW system where the open hub destination is located. The
- * default value is EN. Type: string (or Expression with resultType
- * string).
+ * Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "language")
private Object language;
/*
- * SystemID of the SAP system where the table is located. Type: string (or
- * Expression with resultType string).
+ * SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "systemId")
private Object systemId;
/*
- * Username to access the SAP BW server where the open hub destination is
- * located. Type: string (or Expression with resultType string).
+ * Username to access the SAP BW server where the open hub destination is located. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
/*
- * Password to access the SAP BW server where the open hub destination is
- * located.
+ * Password to access the SAP BW server where the open hub destination is located.
*/
@JsonProperty(value = "password")
private SecretBase password;
/*
- * The hostname of the SAP Message Server. Type: string (or Expression with
- * resultType string).
+ * The hostname of the SAP Message Server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "messageServer")
private Object messageServer;
/*
- * The service name or port number of the Message Server. Type: string (or
- * Expression with resultType string).
+ * The service name or port number of the Message Server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "messageServerService")
private Object messageServerService;
/*
- * The Logon Group for the SAP System. Type: string (or Expression with
- * resultType string).
+ * The Logon Group for the SAP System. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "logonGroup")
private Object logonGroup;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubTableDatasetTypeProperties.java
index c64e7d77743e..bd2472f4e446 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubTableDatasetTypeProperties.java
@@ -12,24 +12,22 @@
@Fluent
public final class SapOpenHubTableDatasetTypeProperties {
/*
- * The name of the Open Hub Destination with destination type as Database
- * Table. Type: string (or Expression with resultType string).
+ * The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "openHubDestinationName", required = true)
private Object openHubDestinationName;
/*
- * Whether to exclude the records of the last request. The default value is
- * true. Type: boolean (or Expression with resultType boolean).
+ * Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "excludeLastRequest")
private Object excludeLastRequest;
/*
- * The ID of request for delta loading. Once it is set, only data with
- * requestId larger than the value of this property will be retrieved. The
- * default value is 0. Type: integer (or Expression with resultType integer
- * ).
+ * The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this
+ * property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
*/
@JsonProperty(value = "baseRequestId")
private Object baseRequestId;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java
index 0ae08b174952..97ed92f520b4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java
@@ -12,45 +12,41 @@
@Fluent
public final class SapTableLinkedServiceTypeProperties {
/*
- * Host name of the SAP instance where the table is located. Type: string
- * (or Expression with resultType string).
+ * Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "server")
private Object server;
/*
- * System number of the SAP system where the table is located. (Usually a
- * two-digit decimal number represented as a string.) Type: string (or
- * Expression with resultType string).
+ * System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a
+ * string.) Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "systemNumber")
private Object systemNumber;
/*
- * Client ID of the client on the SAP system where the table is located.
- * (Usually a three-digit decimal number represented as a string) Type:
- * string (or Expression with resultType string).
+ * Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number
+ * represented as a string) Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "clientId")
private Object clientId;
/*
- * Language of the SAP system where the table is located. The default value
- * is EN. Type: string (or Expression with resultType string).
+ * Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "language")
private Object language;
/*
- * SystemID of the SAP system where the table is located. Type: string (or
- * Expression with resultType string).
+ * SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "systemId")
private Object systemId;
/*
- * Username to access the SAP server where the table is located. Type:
- * string (or Expression with resultType string).
+ * Username to access the SAP server where the table is located. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -62,66 +58,61 @@ public final class SapTableLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The hostname of the SAP Message Server. Type: string (or Expression with
- * resultType string).
+ * The hostname of the SAP Message Server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "messageServer")
private Object messageServer;
/*
- * The service name or port number of the Message Server. Type: string (or
- * Expression with resultType string).
+ * The service name or port number of the Message Server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "messageServerService")
private Object messageServerService;
/*
- * SNC activation indicator to access the SAP server where the table is
- * located. Must be either 0 (off) or 1 (on). Type: string (or Expression
- * with resultType string).
+ * SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on).
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sncMode")
private Object sncMode;
/*
- * Initiator's SNC name to access the SAP server where the table is
- * located. Type: string (or Expression with resultType string).
+ * Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "sncMyName")
private Object sncMyName;
/*
- * Communication partner's SNC name to access the SAP server where the
- * table is located. Type: string (or Expression with resultType string).
+ * Communication partner's SNC name to access the SAP server where the table is located. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "sncPartnerName")
private Object sncPartnerName;
/*
- * External security product's library to access the SAP server where the
- * table is located. Type: string (or Expression with resultType string).
+ * External security product's library to access the SAP server where the table is located. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "sncLibraryPath")
private Object sncLibraryPath;
/*
- * SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type:
- * string (or Expression with resultType string).
+ * SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "sncQop")
private Object sncQop;
/*
- * The Logon Group for the SAP System. Type: string (or Expression with
- * resultType string).
+ * The Logon Group for the SAP System. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "logonGroup")
private Object logonGroup;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableResourceDatasetTypeProperties.java
index a59633ce6a81..c854669aeaf9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableResourceDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableResourceDatasetTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class SapTableResourceDatasetTypeProperties {
/*
- * The name of the SAP Table. Type: string (or Expression with resultType
- * string).
+ * The name of the SAP Table. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName", required = true)
private Object tableName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeNodeInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeNodeInner.java
index e31c533bb8ae..9f901b810e99 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeNodeInner.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeNodeInner.java
@@ -63,15 +63,13 @@ public final class SelfHostedIntegrationRuntimeNodeInner {
private String version;
/*
- * The time at which the integration runtime node was registered in ISO8601
- * format.
+ * The time at which the integration runtime node was registered in ISO8601 format.
*/
@JsonProperty(value = "registerTime", access = JsonProperty.Access.WRITE_ONLY)
private OffsetDateTime registerTime;
/*
- * The most recent time at which the integration runtime was connected in
- * ISO8601 format.
+ * The most recent time at which the integration runtime was connected in ISO8601 format.
*/
@JsonProperty(value = "lastConnectTime", access = JsonProperty.Access.WRITE_ONLY)
private OffsetDateTime lastConnectTime;
@@ -113,8 +111,7 @@ public final class SelfHostedIntegrationRuntimeNodeInner {
private OffsetDateTime lastEndUpdateTime;
/*
- * Indicates whether this node is the active dispatcher for integration
- * runtime requests.
+ * Indicates whether this node is the active dispatcher for integration runtime requests.
*/
@JsonProperty(value = "isActiveDispatcher", access = JsonProperty.Access.WRITE_ONLY)
private Boolean isActiveDispatcher;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeStatusTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeStatusTypeProperties.java
index e4c896fe0b0c..a0a1d90b9a61 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeStatusTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeStatusTypeProperties.java
@@ -18,8 +18,7 @@
@Fluent
public final class SelfHostedIntegrationRuntimeStatusTypeProperties {
/*
- * The time at which the integration runtime was created, in ISO8601
- * format.
+ * The time at which the integration runtime was created, in ISO8601 format.
*/
@JsonProperty(value = "createTime", access = JsonProperty.Access.WRITE_ONLY)
private OffsetDateTime createTime;
@@ -31,8 +30,8 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties {
private String taskQueueId;
/*
- * It is used to set the encryption mode for node-node communication
- * channel (when more than 2 self-hosted integration runtime nodes exist).
+ * It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted
+ * integration runtime nodes exist).
*/
@JsonProperty(value = "internalChannelEncryption", access = JsonProperty.Access.WRITE_ONLY)
private IntegrationRuntimeInternalChannelEncryptionMode internalChannelEncryption;
@@ -50,15 +49,13 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties {
private List nodes;
/*
- * The date at which the integration runtime will be scheduled to update,
- * in ISO8601 format.
+ * The date at which the integration runtime will be scheduled to update, in ISO8601 format.
*/
@JsonProperty(value = "scheduledUpdateDate", access = JsonProperty.Access.WRITE_ONLY)
private OffsetDateTime scheduledUpdateDate;
/*
- * The time in the date scheduled by service to update the integration
- * runtime, e.g., PT03H is 3 hours
+ * The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours
*/
@JsonProperty(value = "updateDelayOffset", access = JsonProperty.Access.WRITE_ONLY)
private String updateDelayOffset;
@@ -70,8 +67,7 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties {
private String localTimeZoneOffset;
/*
- * Object with additional information about integration runtime
- * capabilities.
+ * Object with additional information about integration runtime capabilities.
*/
@JsonProperty(value = "capabilities", access = JsonProperty.Access.WRITE_ONLY)
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
@@ -96,8 +92,7 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties {
private String versionStatus;
/*
- * The list of linked integration runtimes that are created to share with
- * this integration runtime.
+ * The list of linked integration runtimes that are created to share with this integration runtime.
*/
@JsonProperty(value = "links")
private List links;
@@ -115,8 +110,7 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties {
private String latestVersion;
/*
- * The estimated time when the self-hosted integration runtime will be
- * updated.
+ * The estimated time when the self-hosted integration runtime will be updated.
*/
@JsonProperty(value = "autoUpdateETA", access = JsonProperty.Access.WRITE_ONLY)
private OffsetDateTime autoUpdateEta;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ServiceNowLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ServiceNowLinkedServiceTypeProperties.java
index c40397787823..e21c4bee1f50 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ServiceNowLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ServiceNowLinkedServiceTypeProperties.java
@@ -26,15 +26,13 @@ public final class ServiceNowLinkedServiceTypeProperties {
private ServiceNowAuthenticationType authenticationType;
/*
- * The user name used to connect to the ServiceNow server for Basic and
- * OAuth2 authentication.
+ * The user name used to connect to the ServiceNow server for Basic and OAuth2 authentication.
*/
@JsonProperty(value = "username")
private Object username;
/*
- * The password corresponding to the user name for Basic and OAuth2
- * authentication.
+ * The password corresponding to the user name for Basic and OAuth2 authentication.
*/
@JsonProperty(value = "password")
private SecretBase password;
@@ -52,31 +50,27 @@ public final class ServiceNowLinkedServiceTypeProperties {
private SecretBase clientSecret;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SftpServerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SftpServerLinkedServiceTypeProperties.java
index 97317ab0dfb3..9cd337ec44ed 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SftpServerLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SftpServerLinkedServiceTypeProperties.java
@@ -14,16 +14,14 @@
@Fluent
public final class SftpServerLinkedServiceTypeProperties {
/*
- * The SFTP server host name. Type: string (or Expression with resultType
- * string).
+ * The SFTP server host name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "host", required = true)
private Object host;
/*
- * The TCP port number that the SFTP server uses to listen for client
- * connections. Default value is 22. Type: integer (or Expression with
- * resultType integer), minimum: 0.
+ * The TCP port number that the SFTP server uses to listen for client connections. Default value is 22. Type:
+ * integer (or Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "port")
private Object port;
@@ -35,8 +33,7 @@ public final class SftpServerLinkedServiceTypeProperties {
private SftpAuthenticationType authenticationType;
/*
- * The username used to log on to the SFTP server. Type: string (or
- * Expression with resultType string).
+ * The username used to log on to the SFTP server. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -48,50 +45,44 @@ public final class SftpServerLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
/*
- * The SSH private key file path for SshPublicKey authentication. Only
- * valid for on-premises copy. For on-premises copy with SshPublicKey
- * authentication, either PrivateKeyPath or PrivateKeyContent should be
- * specified. SSH private key should be OpenSSH format. Type: string (or
- * Expression with resultType string).
+ * The SSH private key file path for SshPublicKey authentication. Only valid for on-premises copy. For on-premises
+ * copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH
+ * private key should be OpenSSH format. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "privateKeyPath")
private Object privateKeyPath;
/*
- * Base64 encoded SSH private key content for SshPublicKey authentication.
- * For on-premises copy with SshPublicKey authentication, either
- * PrivateKeyPath or PrivateKeyContent should be specified. SSH private key
- * should be OpenSSH format.
+ * Base64 encoded SSH private key content for SshPublicKey authentication. For on-premises copy with SshPublicKey
+ * authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be
+ * OpenSSH format.
*/
@JsonProperty(value = "privateKeyContent")
private SecretBase privateKeyContent;
/*
- * The password to decrypt the SSH private key if the SSH private key is
- * encrypted.
+ * The password to decrypt the SSH private key if the SSH private key is encrypted.
*/
@JsonProperty(value = "passPhrase")
private SecretBase passPhrase;
/*
- * If true, skip the SSH host key validation. Default value is false. Type:
- * boolean (or Expression with resultType boolean).
+ * If true, skip the SSH host key validation. Default value is false. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "skipHostKeyValidation")
private Object skipHostKeyValidation;
/*
- * The host key finger-print of the SFTP server. When SkipHostKeyValidation
- * is false, HostKeyFingerprint should be specified. Type: string (or
- * Expression with resultType string).
+ * The host key finger-print of the SFTP server. When SkipHostKeyValidation is false, HostKeyFingerprint should be
+ * specified. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "hostKeyFingerprint")
private Object hostKeyFingerprint;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListDatasetTypeProperties.java
index 9e85df0331fd..756cbd25358b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class SharePointOnlineListDatasetTypeProperties {
/*
- * The name of the SharePoint Online list. Type: string (or Expression with
- * resultType string).
+ * The name of the SharePoint Online list. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "listName")
private Object listName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListLinkedServiceTypeProperties.java
index fb22f9fdfb65..b11176eedc74 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListLinkedServiceTypeProperties.java
@@ -13,40 +13,36 @@
@Fluent
public final class SharePointOnlineListLinkedServiceTypeProperties {
/*
- * The URL of the SharePoint Online site. For example,
- * https://contoso.sharepoint.com/sites/siteName. Type: string (or
- * Expression with resultType string).
+ * The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "siteUrl", required = true)
private Object siteUrl;
/*
- * The tenant ID under which your application resides. You can find it from
- * Azure portal Active Directory overview page. Type: string (or Expression
- * with resultType string).
+ * The tenant ID under which your application resides. You can find it from Azure portal Active Directory overview
+ * page. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tenantId", required = true)
private Object tenantId;
/*
- * The application (client) ID of your application registered in Azure
- * Active Directory. Make sure to grant SharePoint site permission to this
- * application. Type: string (or Expression with resultType string).
+ * The application (client) ID of your application registered in Azure Active Directory. Make sure to grant
+ * SharePoint site permission to this application. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId", required = true)
private Object servicePrincipalId;
/*
- * The client secret of your application registered in Azure Active
- * Directory. Type: string (or Expression with resultType string).
+ * The client secret of your application registered in Azure Active Directory. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "servicePrincipalKey", required = true)
private SecretBase servicePrincipalKey;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ShopifyLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ShopifyLinkedServiceTypeProperties.java
index ecb19fa68395..cbaa7c779266 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ShopifyLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ShopifyLinkedServiceTypeProperties.java
@@ -19,38 +19,33 @@ public final class ShopifyLinkedServiceTypeProperties {
private Object host;
/*
- * The API access token that can be used to access Shopify’s data. The
- * token won't expire if it is offline mode.
+ * The API access token that can be used to access Shopify’s data. The token won't expire if it is offline mode.
*/
@JsonProperty(value = "accessToken")
private SecretBase accessToken;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SmartsheetLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SmartsheetLinkedServiceTypeProperties.java
index 2275324b9a34..66861bbc4e52 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SmartsheetLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SmartsheetLinkedServiceTypeProperties.java
@@ -19,9 +19,8 @@ public final class SmartsheetLinkedServiceTypeProperties {
private SecretBase apiToken;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeDatasetTypeProperties.java
index 18002ccb22eb..80d2c4d8488a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeDatasetTypeProperties.java
@@ -11,15 +11,13 @@
@Fluent
public final class SnowflakeDatasetTypeProperties {
/*
- * The schema name of the Snowflake database. Type: string (or Expression
- * with resultType string).
+ * The schema name of the Snowflake database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
/*
- * The table name of the Snowflake database. Type: string (or Expression
- * with resultType string).
+ * The table name of the Snowflake database. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeLinkedServiceTypeProperties.java
index e77eb5e1fd9d..c51082431776 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeLinkedServiceTypeProperties.java
@@ -25,9 +25,8 @@ public final class SnowflakeLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkDatasetTypeProperties.java
index 3dde624ba580..e36ff5234f9d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class SparkDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Spark. Type: string (or Expression with resultType
- * string).
+ * The table name of the Spark. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of the Spark. Type: string (or Expression with
- * resultType string).
+ * The schema name of the Spark. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkLinkedServiceTypeProperties.java
index 500451de1eb6..785554f5dba0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkLinkedServiceTypeProperties.java
@@ -22,8 +22,7 @@ public final class SparkLinkedServiceTypeProperties {
private Object host;
/*
- * The TCP port that the Spark server uses to listen for client
- * connections.
+ * The TCP port that the Spark server uses to listen for client connections.
*/
@JsonProperty(value = "port", required = true)
private Object port;
@@ -53,8 +52,7 @@ public final class SparkLinkedServiceTypeProperties {
private Object username;
/*
- * The password corresponding to the user name that you provided in the
- * Username field
+ * The password corresponding to the user name that you provided in the Username field
*/
@JsonProperty(value = "password")
private SecretBase password;
@@ -66,47 +64,42 @@ public final class SparkLinkedServiceTypeProperties {
private Object httpPath;
/*
- * Specifies whether the connections to the server are encrypted using SSL.
- * The default value is false.
+ * Specifies whether the connections to the server are encrypted using SSL. The default value is false.
*/
@JsonProperty(value = "enableSsl")
private Object enableSsl;
/*
- * The full path of the .pem file containing trusted CA certificates for
- * verifying the server when connecting over SSL. This property can only be
- * set when using SSL on self-hosted IR. The default value is the
- * cacerts.pem file installed with the IR.
+ * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over
+ * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file
+ * installed with the IR.
*/
@JsonProperty(value = "trustedCertPath")
private Object trustedCertPath;
/*
- * Specifies whether to use a CA certificate from the system trust store or
- * from a specified PEM file. The default value is false.
+ * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default
+ * value is false.
*/
@JsonProperty(value = "useSystemTrustStore")
private Object useSystemTrustStore;
/*
- * Specifies whether to require a CA-issued SSL certificate name to match
- * the host name of the server when connecting over SSL. The default value
- * is false.
+ * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when
+ * connecting over SSL. The default value is false.
*/
@JsonProperty(value = "allowHostNameCNMismatch")
private Object allowHostnameCNMismatch;
/*
- * Specifies whether to allow self-signed certificates from the server. The
- * default value is false.
+ * Specifies whether to allow self-signed certificates from the server. The default value is false.
*/
@JsonProperty(value = "allowSelfSignedServerCert")
private Object allowSelfSignedServerCert;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerLinkedServiceTypeProperties.java
index 9e2687245a1c..f47d9443426b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerLinkedServiceTypeProperties.java
@@ -14,15 +14,13 @@
@Fluent
public final class SqlServerLinkedServiceTypeProperties {
/*
- * The connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString", required = true)
private Object connectionString;
/*
- * The on-premises Windows authentication user name. Type: string (or
- * Expression with resultType string).
+ * The on-premises Windows authentication user name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -34,9 +32,8 @@ public final class SqlServerLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerStoredProcedureActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerStoredProcedureActivityTypeProperties.java
index 6ed00df99fcd..14e2521e2563 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerStoredProcedureActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerStoredProcedureActivityTypeProperties.java
@@ -12,15 +12,13 @@
@Fluent
public final class SqlServerStoredProcedureActivityTypeProperties {
/*
- * Stored procedure name. Type: string (or Expression with resultType
- * string).
+ * Stored procedure name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "storedProcedureName", required = true)
private Object storedProcedureName;
/*
- * Value and type setting for stored procedure parameters. Example:
- * "{Parameter1: {value: "1", type: "int"}}".
+ * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
*/
@JsonProperty(value = "storedProcedureParameters")
private Object storedProcedureParameters;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerTableDatasetTypeProperties.java
index 0cb9b0780a55..16749d58629d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerTableDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class SqlServerTableDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The schema name of the SQL Server dataset. Type: string (or Expression
- * with resultType string).
+ * The schema name of the SQL Server dataset. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
/*
- * The table name of the SQL Server dataset. Type: string (or Expression
- * with resultType string).
+ * The table name of the SQL Server dataset. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SquareLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SquareLinkedServiceTypeProperties.java
index 2ca2f83e46d9..4fd97167d50a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SquareLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SquareLinkedServiceTypeProperties.java
@@ -12,8 +12,8 @@
@Fluent
public final class SquareLinkedServiceTypeProperties {
/*
- * Properties used to connect to Square. It is mutually exclusive with any
- * other properties in the linked service. Type: object.
+ * Properties used to connect to Square. It is mutually exclusive with any other properties in the linked service.
+ * Type: object.
*/
@JsonProperty(value = "connectionProperties")
private Object connectionProperties;
@@ -37,38 +37,33 @@ public final class SquareLinkedServiceTypeProperties {
private SecretBase clientSecret;
/*
- * The redirect URL assigned in the Square application dashboard. (i.e.
- * http://localhost:2500)
+ * The redirect URL assigned in the Square application dashboard. (i.e. http://localhost:2500)
*/
@JsonProperty(value = "redirectUri")
private Object redirectUri;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisLogLocationTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisLogLocationTypeProperties.java
index 2aa78a1d51dc..756cf511c734 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisLogLocationTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisLogLocationTypeProperties.java
@@ -18,9 +18,8 @@ public final class SsisLogLocationTypeProperties {
private SsisAccessCredential accessCredential;
/*
- * Specifies the interval to refresh log. The default interval is 5
- * minutes. Type: string (or Expression with resultType string), pattern:
- * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with
+ * resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "logRefreshInterval")
private Object logRefreshInterval;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisPackageLocationTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisPackageLocationTypeProperties.java
index 697268e70b3c..d7aaaf7de5ad 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisPackageLocationTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisPackageLocationTypeProperties.java
@@ -27,8 +27,7 @@ public final class SsisPackageLocationTypeProperties {
private SsisAccessCredential accessCredential;
/*
- * The configuration file of the package execution. Type: string (or
- * Expression with resultType string).
+ * The configuration file of the package execution. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "configurationPath")
private Object configurationPath;
@@ -46,8 +45,7 @@ public final class SsisPackageLocationTypeProperties {
private String packageName;
/*
- * The embedded package content. Type: string (or Expression with
- * resultType string).
+ * The embedded package content. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "packageContent")
private Object packageContent;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SwitchActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SwitchActivityTypeProperties.java
index b696be338f9b..07c700e9c881 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SwitchActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SwitchActivityTypeProperties.java
@@ -16,24 +16,22 @@
@Fluent
public final class SwitchActivityTypeProperties {
/*
- * An expression that would evaluate to a string or integer. This is used
- * to determine the block of activities in cases that will be executed.
+ * An expression that would evaluate to a string or integer. This is used to determine the block of activities in
+ * cases that will be executed.
*/
@JsonProperty(value = "on", required = true)
private Expression on;
/*
- * List of cases that correspond to expected values of the 'on' property.
- * This is an optional property and if not provided, the activity will
- * execute activities provided in defaultActivities.
+ * List of cases that correspond to expected values of the 'on' property. This is an optional property and if not
+ * provided, the activity will execute activities provided in defaultActivities.
*/
@JsonProperty(value = "cases")
private List cases;
/*
- * List of activities to execute if no case condition is satisfied. This is
- * an optional property and if not provided, the activity will exit without
- * any action.
+ * List of activities to execute if no case condition is satisfied. This is an optional property and if not
+ * provided, the activity will exit without any action.
*/
@JsonProperty(value = "defaultActivities")
private List defaultActivities;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseLinkedServiceTypeProperties.java
index 1c81b6013e5b..a78c4f9ab7a1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseLinkedServiceTypeProperties.java
@@ -14,22 +14,19 @@
@Fluent
public final class SybaseLinkedServiceTypeProperties {
/*
- * Server name for connection. Type: string (or Expression with resultType
- * string).
+ * Server name for connection. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "server", required = true)
private Object server;
/*
- * Database name for connection. Type: string (or Expression with
- * resultType string).
+ * Database name for connection. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "database", required = true)
private Object database;
/*
- * Schema name for connection. Type: string (or Expression with resultType
- * string).
+ * Schema name for connection. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
@@ -41,8 +38,7 @@ public final class SybaseLinkedServiceTypeProperties {
private SybaseAuthenticationType authenticationType;
/*
- * Username for authentication. Type: string (or Expression with resultType
- * string).
+ * Username for authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -54,9 +50,8 @@ public final class SybaseLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseTableDatasetTypeProperties.java
index 669e81a6a8c7..bfdf0e648632 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseTableDatasetTypeProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class SybaseTableDatasetTypeProperties {
/*
- * The Sybase table name. Type: string (or Expression with resultType
- * string).
+ * The Sybase table name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "tableName")
private Object tableName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseNotebookActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseNotebookActivityTypeProperties.java
new file mode 100644
index 000000000000..ca3081b5367e
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseNotebookActivityTypeProperties.java
@@ -0,0 +1,249 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.fluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.util.logging.ClientLogger;
+import com.azure.resourcemanager.datafactory.models.BigDataPoolParametrizationReference;
+import com.azure.resourcemanager.datafactory.models.NotebookParameter;
+import com.azure.resourcemanager.datafactory.models.SynapseNotebookReference;
+import com.fasterxml.jackson.annotation.JsonInclude;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import java.util.Map;
+
+/** Execute Synapse notebook activity properties. */
+@Fluent
+public final class SynapseNotebookActivityTypeProperties {
+ /*
+ * Synapse notebook reference.
+ */
+ @JsonProperty(value = "notebook", required = true)
+ private SynapseNotebookReference notebook;
+
+ /*
+ * The name of the big data pool which will be used to execute the notebook.
+ */
+ @JsonProperty(value = "sparkPool")
+ private BigDataPoolParametrizationReference sparkPool;
+
+ /*
+ * Notebook parameters.
+ */
+ @JsonProperty(value = "parameters")
+ @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
+ private Map parameters;
+
+ /*
+ * Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which
+ * will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or
+ * Expression with resultType string).
+ */
+ @JsonProperty(value = "executorSize")
+ private Object executorSize;
+
+ /*
+ * Spark configuration properties, which will override the 'conf' of the notebook you provide.
+ */
+ @JsonProperty(value = "conf")
+ private Object conf;
+
+ /*
+ * Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which
+ * will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or
+ * Expression with resultType string).
+ */
+ @JsonProperty(value = "driverSize")
+ private Object driverSize;
+
+ /*
+ * Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you
+ * provide.
+ */
+ @JsonProperty(value = "numExecutors")
+ private Integer numExecutors;
+
+ /**
+ * Get the notebook property: Synapse notebook reference.
+ *
+ * @return the notebook value.
+ */
+ public SynapseNotebookReference notebook() {
+ return this.notebook;
+ }
+
+ /**
+ * Set the notebook property: Synapse notebook reference.
+ *
+ * @param notebook the notebook value to set.
+ * @return the SynapseNotebookActivityTypeProperties object itself.
+ */
+ public SynapseNotebookActivityTypeProperties withNotebook(SynapseNotebookReference notebook) {
+ this.notebook = notebook;
+ return this;
+ }
+
+ /**
+ * Get the sparkPool property: The name of the big data pool which will be used to execute the notebook.
+ *
+ * @return the sparkPool value.
+ */
+ public BigDataPoolParametrizationReference sparkPool() {
+ return this.sparkPool;
+ }
+
+ /**
+ * Set the sparkPool property: The name of the big data pool which will be used to execute the notebook.
+ *
+ * @param sparkPool the sparkPool value to set.
+ * @return the SynapseNotebookActivityTypeProperties object itself.
+ */
+ public SynapseNotebookActivityTypeProperties withSparkPool(BigDataPoolParametrizationReference sparkPool) {
+ this.sparkPool = sparkPool;
+ return this;
+ }
+
+ /**
+ * Get the parameters property: Notebook parameters.
+ *
+ * @return the parameters value.
+ */
+ public Map parameters() {
+ return this.parameters;
+ }
+
+ /**
+ * Set the parameters property: Notebook parameters.
+ *
+ * @param parameters the parameters value to set.
+ * @return the SynapseNotebookActivityTypeProperties object itself.
+ */
+ public SynapseNotebookActivityTypeProperties withParameters(Map parameters) {
+ this.parameters = parameters;
+ return this;
+ }
+
+ /**
+ * Get the executorSize property: Number of core and memory to be used for executors allocated in the specified
+ * Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the
+ * notebook you provide. Type: string (or Expression with resultType string).
+ *
+ * @return the executorSize value.
+ */
+ public Object executorSize() {
+ return this.executorSize;
+ }
+
+ /**
+ * Set the executorSize property: Number of core and memory to be used for executors allocated in the specified
+ * Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the
+ * notebook you provide. Type: string (or Expression with resultType string).
+ *
+ * @param executorSize the executorSize value to set.
+ * @return the SynapseNotebookActivityTypeProperties object itself.
+ */
+ public SynapseNotebookActivityTypeProperties withExecutorSize(Object executorSize) {
+ this.executorSize = executorSize;
+ return this;
+ }
+
+ /**
+ * Get the conf property: Spark configuration properties, which will override the 'conf' of the notebook you
+ * provide.
+ *
+ * @return the conf value.
+ */
+ public Object conf() {
+ return this.conf;
+ }
+
+ /**
+ * Set the conf property: Spark configuration properties, which will override the 'conf' of the notebook you
+ * provide.
+ *
+ * @param conf the conf value to set.
+ * @return the SynapseNotebookActivityTypeProperties object itself.
+ */
+ public SynapseNotebookActivityTypeProperties withConf(Object conf) {
+ this.conf = conf;
+ return this;
+ }
+
+ /**
+ * Get the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark
+ * pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you
+ * provide. Type: string (or Expression with resultType string).
+ *
+ * @return the driverSize value.
+ */
+ public Object driverSize() {
+ return this.driverSize;
+ }
+
+ /**
+ * Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark
+ * pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you
+ * provide. Type: string (or Expression with resultType string).
+ *
+ * @param driverSize the driverSize value to set.
+ * @return the SynapseNotebookActivityTypeProperties object itself.
+ */
+ public SynapseNotebookActivityTypeProperties withDriverSize(Object driverSize) {
+ this.driverSize = driverSize;
+ return this;
+ }
+
+ /**
+ * Get the numExecutors property: Number of executors to launch for this session, which will override the
+ * 'numExecutors' of the notebook you provide.
+ *
+ * @return the numExecutors value.
+ */
+ public Integer numExecutors() {
+ return this.numExecutors;
+ }
+
+ /**
+ * Set the numExecutors property: Number of executors to launch for this session, which will override the
+ * 'numExecutors' of the notebook you provide.
+ *
+ * @param numExecutors the numExecutors value to set.
+ * @return the SynapseNotebookActivityTypeProperties object itself.
+ */
+ public SynapseNotebookActivityTypeProperties withNumExecutors(Integer numExecutors) {
+ this.numExecutors = numExecutors;
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ public void validate() {
+ if (notebook() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property notebook in model SynapseNotebookActivityTypeProperties"));
+ } else {
+ notebook().validate();
+ }
+ if (sparkPool() != null) {
+ sparkPool().validate();
+ }
+ if (parameters() != null) {
+ parameters()
+ .values()
+ .forEach(
+ e -> {
+ if (e != null) {
+ e.validate();
+ }
+ });
+ }
+ }
+
+ private static final ClientLogger LOGGER = new ClientLogger(SynapseNotebookActivityTypeProperties.class);
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseSparkJobActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseSparkJobActivityTypeProperties.java
new file mode 100644
index 000000000000..c1d21a35b0e1
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseSparkJobActivityTypeProperties.java
@@ -0,0 +1,329 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.fluent.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.util.logging.ClientLogger;
+import com.azure.resourcemanager.datafactory.models.BigDataPoolParametrizationReference;
+import com.azure.resourcemanager.datafactory.models.SynapseSparkJobReference;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import java.util.List;
+
+/** Execute spark job activity properties. */
+@Fluent
+public final class SynapseSparkJobActivityTypeProperties {
+ /*
+ * Synapse spark job reference.
+ */
+ @JsonProperty(value = "sparkJob", required = true)
+ private SynapseSparkJobReference sparkJob;
+
+ /*
+ * User specified arguments to SynapseSparkJobDefinitionActivity.
+ */
+ @JsonProperty(value = "args")
+ private List arguments;
+
+ /*
+ * The main file used for the job, which will override the 'file' of the spark job definition you provide. Type:
+ * string (or Expression with resultType string).
+ */
+ @JsonProperty(value = "file")
+ private Object file;
+
+ /*
+ * The fully-qualified identifier or the main class that is in the main definition file, which will override the
+ * 'className' of the spark job definition you provide. Type: string (or Expression with resultType string).
+ */
+ @JsonProperty(value = "className")
+ private Object className;
+
+ /*
+ * Additional files used for reference in the main definition file, which will override the 'files' of the spark
+ * job definition you provide.
+ */
+ @JsonProperty(value = "files")
+ private List files;
+
+ /*
+ * The name of the big data pool which will be used to execute the spark batch job, which will override the
+ * 'targetBigDataPool' of the spark job definition you provide.
+ */
+ @JsonProperty(value = "targetBigDataPool")
+ private BigDataPoolParametrizationReference targetBigDataPool;
+
+ /*
+ * Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will
+ * be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type:
+ * string (or Expression with resultType string).
+ */
+ @JsonProperty(value = "executorSize")
+ private Object executorSize;
+
+ /*
+ * Spark configuration properties, which will override the 'conf' of the spark job definition you provide.
+ */
+ @JsonProperty(value = "conf")
+ private Object conf;
+
+ /*
+ * Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be
+ * used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or
+ * Expression with resultType string).
+ */
+ @JsonProperty(value = "driverSize")
+ private Object driverSize;
+
+ /*
+ * Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition
+ * you provide.
+ */
+ @JsonProperty(value = "numExecutors")
+ private Integer numExecutors;
+
+ /**
+ * Get the sparkJob property: Synapse spark job reference.
+ *
+ * @return the sparkJob value.
+ */
+ public SynapseSparkJobReference sparkJob() {
+ return this.sparkJob;
+ }
+
+ /**
+ * Set the sparkJob property: Synapse spark job reference.
+ *
+ * @param sparkJob the sparkJob value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withSparkJob(SynapseSparkJobReference sparkJob) {
+ this.sparkJob = sparkJob;
+ return this;
+ }
+
+ /**
+ * Get the arguments property: User specified arguments to SynapseSparkJobDefinitionActivity.
+ *
+ * @return the arguments value.
+ */
+ public List arguments() {
+ return this.arguments;
+ }
+
+ /**
+ * Set the arguments property: User specified arguments to SynapseSparkJobDefinitionActivity.
+ *
+ * @param arguments the arguments value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withArguments(List arguments) {
+ this.arguments = arguments;
+ return this;
+ }
+
+ /**
+ * Get the file property: The main file used for the job, which will override the 'file' of the spark job definition
+ * you provide. Type: string (or Expression with resultType string).
+ *
+ * @return the file value.
+ */
+ public Object file() {
+ return this.file;
+ }
+
+ /**
+ * Set the file property: The main file used for the job, which will override the 'file' of the spark job definition
+ * you provide. Type: string (or Expression with resultType string).
+ *
+ * @param file the file value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withFile(Object file) {
+ this.file = file;
+ return this;
+ }
+
+ /**
+ * Get the className property: The fully-qualified identifier or the main class that is in the main definition file,
+ * which will override the 'className' of the spark job definition you provide. Type: string (or Expression with
+ * resultType string).
+ *
+ * @return the className value.
+ */
+ public Object className() {
+ return this.className;
+ }
+
+ /**
+ * Set the className property: The fully-qualified identifier or the main class that is in the main definition file,
+ * which will override the 'className' of the spark job definition you provide. Type: string (or Expression with
+ * resultType string).
+ *
+ * @param className the className value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withClassName(Object className) {
+ this.className = className;
+ return this;
+ }
+
+ /**
+ * Get the files property: Additional files used for reference in the main definition file, which will override the
+ * 'files' of the spark job definition you provide.
+ *
+ * @return the files value.
+ */
+ public List files() {
+ return this.files;
+ }
+
+ /**
+ * Set the files property: Additional files used for reference in the main definition file, which will override the
+ * 'files' of the spark job definition you provide.
+ *
+ * @param files the files value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withFiles(List files) {
+ this.files = files;
+ return this;
+ }
+
+ /**
+ * Get the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch
+ * job, which will override the 'targetBigDataPool' of the spark job definition you provide.
+ *
+ * @return the targetBigDataPool value.
+ */
+ public BigDataPoolParametrizationReference targetBigDataPool() {
+ return this.targetBigDataPool;
+ }
+
+ /**
+ * Set the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch
+ * job, which will override the 'targetBigDataPool' of the spark job definition you provide.
+ *
+ * @param targetBigDataPool the targetBigDataPool value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withTargetBigDataPool(
+ BigDataPoolParametrizationReference targetBigDataPool) {
+ this.targetBigDataPool = targetBigDataPool;
+ return this;
+ }
+
+ /**
+ * Get the executorSize property: Number of core and memory to be used for executors allocated in the specified
+ * Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job
+ * definition you provide. Type: string (or Expression with resultType string).
+ *
+ * @return the executorSize value.
+ */
+ public Object executorSize() {
+ return this.executorSize;
+ }
+
+ /**
+ * Set the executorSize property: Number of core and memory to be used for executors allocated in the specified
+ * Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job
+ * definition you provide. Type: string (or Expression with resultType string).
+ *
+ * @param executorSize the executorSize value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withExecutorSize(Object executorSize) {
+ this.executorSize = executorSize;
+ return this;
+ }
+
+ /**
+ * Get the conf property: Spark configuration properties, which will override the 'conf' of the spark job definition
+ * you provide.
+ *
+ * @return the conf value.
+ */
+ public Object conf() {
+ return this.conf;
+ }
+
+ /**
+ * Set the conf property: Spark configuration properties, which will override the 'conf' of the spark job definition
+ * you provide.
+ *
+ * @param conf the conf value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withConf(Object conf) {
+ this.conf = conf;
+ return this;
+ }
+
+ /**
+ * Get the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark
+ * pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition
+ * you provide. Type: string (or Expression with resultType string).
+ *
+ * @return the driverSize value.
+ */
+ public Object driverSize() {
+ return this.driverSize;
+ }
+
+ /**
+ * Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark
+ * pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition
+ * you provide. Type: string (or Expression with resultType string).
+ *
+ * @param driverSize the driverSize value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withDriverSize(Object driverSize) {
+ this.driverSize = driverSize;
+ return this;
+ }
+
+ /**
+ * Get the numExecutors property: Number of executors to launch for this job, which will override the 'numExecutors'
+ * of the spark job definition you provide.
+ *
+ * @return the numExecutors value.
+ */
+ public Integer numExecutors() {
+ return this.numExecutors;
+ }
+
+ /**
+ * Set the numExecutors property: Number of executors to launch for this job, which will override the 'numExecutors'
+ * of the spark job definition you provide.
+ *
+ * @param numExecutors the numExecutors value to set.
+ * @return the SynapseSparkJobActivityTypeProperties object itself.
+ */
+ public SynapseSparkJobActivityTypeProperties withNumExecutors(Integer numExecutors) {
+ this.numExecutors = numExecutors;
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ public void validate() {
+ if (sparkJob() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property sparkJob in model SynapseSparkJobActivityTypeProperties"));
+ } else {
+ sparkJob().validate();
+ }
+ if (targetBigDataPool() != null) {
+ targetBigDataPool().validate();
+ }
+ }
+
+ private static final ClientLogger LOGGER = new ClientLogger(SynapseSparkJobActivityTypeProperties.class);
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeamDeskLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeamDeskLinkedServiceTypeProperties.java
index f28e0d183232..fbccadce8e56 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeamDeskLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeamDeskLinkedServiceTypeProperties.java
@@ -20,15 +20,13 @@ public final class TeamDeskLinkedServiceTypeProperties {
private TeamDeskAuthenticationType authenticationType;
/*
- * The url to connect TeamDesk source. Type: string (or Expression with
- * resultType string).
+ * The url to connect TeamDesk source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
/*
- * The username of the TeamDesk source. Type: string (or Expression with
- * resultType string).
+ * The username of the TeamDesk source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -46,9 +44,8 @@ public final class TeamDeskLinkedServiceTypeProperties {
private SecretBase apiToken;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java
index 90f23d0e8389..060870e8d77e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java
@@ -13,15 +13,13 @@
@Fluent
public final class TeradataLinkedServiceTypeProperties {
/*
- * Teradata ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
/*
- * Server name for connection. Type: string (or Expression with resultType
- * string).
+ * Server name for connection. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "server")
private Object server;
@@ -33,8 +31,7 @@ public final class TeradataLinkedServiceTypeProperties {
private TeradataAuthenticationType authenticationType;
/*
- * Username for authentication. Type: string (or Expression with resultType
- * string).
+ * Username for authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
@@ -46,9 +43,8 @@ public final class TeradataLinkedServiceTypeProperties {
private SecretBase password;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataTableDatasetTypeProperties.java
index e15a0f1869eb..13d48695c1ba 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataTableDatasetTypeProperties.java
@@ -11,15 +11,13 @@
@Fluent
public final class TeradataTableDatasetTypeProperties {
/*
- * The database name of Teradata. Type: string (or Expression with
- * resultType string).
+ * The database name of Teradata. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "database")
private Object database;
/*
- * The table name of Teradata. Type: string (or Expression with resultType
- * string).
+ * The table name of Teradata. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerQueryResponseInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerQueryResponseInner.java
index 3fdb9be1648e..c1e2015d2a3d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerQueryResponseInner.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerQueryResponseInner.java
@@ -19,8 +19,7 @@ public final class TriggerQueryResponseInner {
private List value;
/*
- * The continuation token for getting the next page of results, if any
- * remaining results exist, null otherwise.
+ * The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
*/
@JsonProperty(value = "continuationToken")
private String continuationToken;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerRunsQueryResponseInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerRunsQueryResponseInner.java
index 0ea8535375ee..848aedb49502 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerRunsQueryResponseInner.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerRunsQueryResponseInner.java
@@ -20,8 +20,7 @@ public final class TriggerRunsQueryResponseInner {
private List value;
/*
- * The continuation token for getting the next page of results, if any
- * remaining results exist, null otherwise.
+ * The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
*/
@JsonProperty(value = "continuationToken")
private String continuationToken;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TumblingWindowTriggerTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TumblingWindowTriggerTypeProperties.java
index a66392592a8d..bc4e59d9e208 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TumblingWindowTriggerTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TumblingWindowTriggerTypeProperties.java
@@ -23,39 +23,35 @@ public final class TumblingWindowTriggerTypeProperties {
private TumblingWindowFrequency frequency;
/*
- * The interval of the time windows. The minimum interval allowed is 15
- * Minutes.
+ * The interval of the time windows. The minimum interval allowed is 15 Minutes.
*/
@JsonProperty(value = "interval", required = true)
private int interval;
/*
- * The start time for the time period for the trigger during which events
- * are fired for windows that are ready. Only UTC time is currently
- * supported.
+ * The start time for the time period for the trigger during which events are fired for windows that are ready.
+ * Only UTC time is currently supported.
*/
@JsonProperty(value = "startTime", required = true)
private OffsetDateTime startTime;
/*
- * The end time for the time period for the trigger during which events are
- * fired for windows that are ready. Only UTC time is currently supported.
+ * The end time for the time period for the trigger during which events are fired for windows that are ready. Only
+ * UTC time is currently supported.
*/
@JsonProperty(value = "endTime")
private OffsetDateTime endTime;
/*
- * Specifies how long the trigger waits past due time before triggering new
- * run. It doesn't alter window start and end time. The default is 0. Type:
- * string (or Expression with resultType string), pattern:
+ * Specifies how long the trigger waits past due time before triggering new run. It doesn't alter window start and
+ * end time. The default is 0. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "delay")
private Object delay;
/*
- * The max number of parallel time windows (ready for execution) for which
- * a new run is triggered.
+ * The max number of parallel time windows (ready for execution) for which a new run is triggered.
*/
@JsonProperty(value = "maxConcurrency", required = true)
private int maxConcurrency;
@@ -67,8 +63,7 @@ public final class TumblingWindowTriggerTypeProperties {
private RetryPolicy retryPolicy;
/*
- * Triggers that this trigger depends on. Only tumbling window triggers are
- * supported.
+ * Triggers that this trigger depends on. Only tumbling window triggers are supported.
*/
@JsonProperty(value = "dependsOn")
private List dependsOn;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/UntilActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/UntilActivityTypeProperties.java
index 5a0a6c3c27cf..a37af1cf1bf7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/UntilActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/UntilActivityTypeProperties.java
@@ -15,19 +15,16 @@
@Fluent
public final class UntilActivityTypeProperties {
/*
- * An expression that would evaluate to Boolean. The loop will continue
- * until this expression evaluates to true
+ * An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true
*/
@JsonProperty(value = "expression", required = true)
private Expression expression;
/*
- * Specifies the timeout for the activity to run. If there is no value
- * specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as
- * default. Type: string (or Expression with resultType string), pattern:
- * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). Type: string (or
- * Expression with resultType string), pattern:
- * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Specifies the timeout for the activity to run. If there is no value specified, it takes the value of
+ * TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). Type: string (or Expression with resultType string),
+ * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "timeout")
private Object timeout;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ValidationActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ValidationActivityTypeProperties.java
index e46f4c0b6b29..35c680bd2dfa 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ValidationActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ValidationActivityTypeProperties.java
@@ -13,34 +13,30 @@
@Fluent
public final class ValidationActivityTypeProperties {
/*
- * Specifies the timeout for the activity to run. If there is no value
- * specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as
- * default. Type: string (or Expression with resultType string), pattern:
+ * Specifies the timeout for the activity to run. If there is no value specified, it takes the value of
+ * TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "timeout")
private Object timeout;
/*
- * A delay in seconds between validation attempts. If no value is
- * specified, 10 seconds will be used as the default. Type: integer (or
- * Expression with resultType integer).
+ * A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the
+ * default. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "sleep")
private Object sleep;
/*
- * Can be used if dataset points to a file. The file must be greater than
- * or equal in size to the value specified. Type: integer (or Expression
- * with resultType integer).
+ * Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified.
+ * Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "minimumSize")
private Object minimumSize;
/*
- * Can be used if dataset points to a folder. If set to true, the folder
- * must have at least one file. If set to false, the folder must be empty.
- * Type: boolean (or Expression with resultType boolean).
+ * Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to
+ * false, the folder must be empty. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "childItems")
private Object childItems;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaDatasetTypeProperties.java
index bd6088c4a954..f443f54c5997 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaDatasetTypeProperties.java
@@ -11,22 +11,19 @@
@Fluent
public final class VerticaDatasetTypeProperties {
/*
- * This property will be retired. Please consider using schema + table
- * properties instead.
+ * This property will be retired. Please consider using schema + table properties instead.
*/
@JsonProperty(value = "tableName")
private Object tableName;
/*
- * The table name of the Vertica. Type: string (or Expression with
- * resultType string).
+ * The table name of the Vertica. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "table")
private Object table;
/*
- * The schema name of the Vertica. Type: string (or Expression with
- * resultType string).
+ * The schema name of the Vertica. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "schema")
private Object schema;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaLinkedServiceTypeProperties.java
index e11afcba64c8..38163b0a66b8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaLinkedServiceTypeProperties.java
@@ -12,8 +12,7 @@
@Fluent
public final class VerticaLinkedServiceTypeProperties {
/*
- * An ODBC connection string. Type: string, SecureString or
- * AzureKeyVaultSecretReference.
+ * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
*/
@JsonProperty(value = "connectionString")
private Object connectionString;
@@ -25,9 +24,8 @@ public final class VerticaLinkedServiceTypeProperties {
private AzureKeyVaultSecretReference pwd;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebActivityTypeProperties.java
index 1f8d7d5e71e8..c28f11d22906 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebActivityTypeProperties.java
@@ -24,25 +24,22 @@ public final class WebActivityTypeProperties {
private WebActivityMethod method;
/*
- * Web activity target endpoint and path. Type: string (or Expression with
- * resultType string).
+ * Web activity target endpoint and path. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
/*
- * Represents the headers that will be sent to the request. For example, to
- * set the language and type on a request: "headers" : { "Accept-Language":
- * "en-us", "Content-Type": "application/json" }. Type: string (or
- * Expression with resultType string).
+ * Represents the headers that will be sent to the request. For example, to set the language and type on a request:
+ * "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "headers")
private Object headers;
/*
- * Represents the payload that will be sent to the endpoint. Required for
- * POST/PUT method, not allowed for GET method Type: string (or Expression
- * with resultType string).
+ * Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET
+ * method Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "body")
private Object body;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebTableDatasetTypeProperties.java
index 63f230dbf111..e30603d15069 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebTableDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebTableDatasetTypeProperties.java
@@ -12,15 +12,15 @@
@Fluent
public final class WebTableDatasetTypeProperties {
/*
- * The zero-based index of the table in the web page. Type: integer (or
- * Expression with resultType integer), minimum: 0.
+ * The zero-based index of the table in the web page. Type: integer (or Expression with resultType integer),
+ * minimum: 0.
*/
@JsonProperty(value = "index", required = true)
private Object index;
/*
- * The relative URL to the web page from the linked service URL. Type:
- * string (or Expression with resultType string).
+ * The relative URL to the web page from the linked service URL. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "path")
private Object path;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebhookActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebhookActivityTypeProperties.java
index 6606ba032918..947cf59095f2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebhookActivityTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebhookActivityTypeProperties.java
@@ -20,33 +20,29 @@ public final class WebhookActivityTypeProperties {
private WebhookActivityMethod method;
/*
- * WebHook activity target endpoint and path. Type: string (or Expression
- * with resultType string).
+ * WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
/*
- * The timeout within which the webhook should be called back. If there is
- * no value specified, it defaults to 10 minutes. Type: string. Pattern:
- * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10
+ * minutes. Type: string. Pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "timeout")
private String timeout;
/*
- * Represents the headers that will be sent to the request. For example, to
- * set the language and type on a request: "headers" : { "Accept-Language":
- * "en-us", "Content-Type": "application/json" }. Type: string (or
- * Expression with resultType string).
+ * Represents the headers that will be sent to the request. For example, to set the language and type on a request:
+ * "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "headers")
private Object headers;
/*
- * Represents the payload that will be sent to the endpoint. Required for
- * POST/PUT method, not allowed for GET method Type: string (or Expression
- * with resultType string).
+ * Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET
+ * method Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "body")
private Object body;
@@ -58,9 +54,8 @@ public final class WebhookActivityTypeProperties {
private WebActivityAuthentication authentication;
/*
- * When set to true, statusCode, output and error in callback request body
- * will be consumed by activity. The activity can be marked as failed by
- * setting statusCode >= 400 in callback request. Default is false. Type:
+ * When set to true, statusCode, output and error in callback request body will be consumed by activity. The
+ * activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type:
* boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "reportStatusOnCallBack")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XeroLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XeroLinkedServiceTypeProperties.java
index b4499b3268f7..9b8e1227a0d9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XeroLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XeroLinkedServiceTypeProperties.java
@@ -12,8 +12,8 @@
@Fluent
public final class XeroLinkedServiceTypeProperties {
/*
- * Properties used to connect to Xero. It is mutually exclusive with any
- * other properties in the linked service. Type: object.
+ * Properties used to connect to Xero. It is mutually exclusive with any other properties in the linked service.
+ * Type: object.
*/
@JsonProperty(value = "connectionProperties")
private Object connectionProperties;
@@ -31,40 +31,35 @@ public final class XeroLinkedServiceTypeProperties {
private SecretBase consumerKey;
/*
- * The private key from the .pem file that was generated for your Xero
- * private application. You must include all the text from the .pem file,
- * including the Unix line endings(
+ * The private key from the .pem file that was generated for your Xero private application. You must include all
+ * the text from the .pem file, including the Unix line endings(
* ).
*/
@JsonProperty(value = "privateKey")
private SecretBase privateKey;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XmlDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XmlDatasetTypeProperties.java
index 200fee91b11e..261790c6635b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XmlDatasetTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XmlDatasetTypeProperties.java
@@ -20,19 +20,16 @@ public final class XmlDatasetTypeProperties {
private DatasetLocation location;
/*
- * The code page name of the preferred encoding. If not specified, the
- * default value is UTF-8, unless BOM denotes another Unicode encoding.
- * Refer to the name column of the table in the following link to set
- * supported values:
- * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type:
- * string (or Expression with resultType string).
+ * The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes
+ * another Unicode encoding. Refer to the name column of the table in the following link to set supported values:
+ * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "encodingName")
private Object encodingName;
/*
- * The null value string. Type: string (or Expression with resultType
- * string).
+ * The null value string. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "nullValue")
private Object nullValue;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZendeskLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZendeskLinkedServiceTypeProperties.java
index 87f8d01c0fc8..db0858faacfc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZendeskLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZendeskLinkedServiceTypeProperties.java
@@ -20,15 +20,13 @@ public final class ZendeskLinkedServiceTypeProperties {
private ZendeskAuthenticationType authenticationType;
/*
- * The url to connect Zendesk source. Type: string (or Expression with
- * resultType string).
+ * The url to connect Zendesk source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
/*
- * The username of the Zendesk source. Type: string (or Expression with
- * resultType string).
+ * The username of the Zendesk source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName")
private Object username;
@@ -46,9 +44,8 @@ public final class ZendeskLinkedServiceTypeProperties {
private SecretBase apiToken;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZohoLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZohoLinkedServiceTypeProperties.java
index 527c68723631..0a1e4394b577 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZohoLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZohoLinkedServiceTypeProperties.java
@@ -12,8 +12,8 @@
@Fluent
public final class ZohoLinkedServiceTypeProperties {
/*
- * Properties used to connect to Zoho. It is mutually exclusive with any
- * other properties in the linked service. Type: object.
+ * Properties used to connect to Zoho. It is mutually exclusive with any other properties in the linked service.
+ * Type: object.
*/
@JsonProperty(value = "connectionProperties")
private Object connectionProperties;
@@ -31,31 +31,27 @@ public final class ZohoLinkedServiceTypeProperties {
private SecretBase accessToken;
/*
- * Specifies whether the data source endpoints are encrypted using HTTPS.
- * The default value is true.
+ * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.
*/
@JsonProperty(value = "useEncryptedEndpoints")
private Object useEncryptedEndpoints;
/*
- * Specifies whether to require the host name in the server's certificate
- * to match the host name of the server when connecting over SSL. The
- * default value is true.
+ * Specifies whether to require the host name in the server's certificate to match the host name of the server when
+ * connecting over SSL. The default value is true.
*/
@JsonProperty(value = "useHostVerification")
private Object useHostVerification;
/*
- * Specifies whether to verify the identity of the server when connecting
- * over SSL. The default value is true.
+ * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.
*/
@JsonProperty(value = "usePeerVerification")
private Object usePeerVerification;
/*
- * The encrypted credential used for authentication. Credentials are
- * encrypted using the integration runtime credential manager. Type: string
- * (or Expression with resultType string).
+ * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
+ * credential manager. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFactoryManagementClientBuilder.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFactoryManagementClientBuilder.java
index ac9b8353c23e..00027b9a085b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFactoryManagementClientBuilder.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFactoryManagementClientBuilder.java
@@ -119,24 +119,26 @@ public DataFactoryManagementClientBuilder serializerAdapter(SerializerAdapter se
* @return an instance of DataFactoryManagementClientImpl.
*/
public DataFactoryManagementClientImpl buildClient() {
- if (endpoint == null) {
- this.endpoint = "https://management.azure.com";
- }
- if (environment == null) {
- this.environment = AzureEnvironment.AZURE;
- }
- if (pipeline == null) {
- this.pipeline = new HttpPipelineBuilder().policies(new UserAgentPolicy(), new RetryPolicy()).build();
- }
- if (defaultPollInterval == null) {
- this.defaultPollInterval = Duration.ofSeconds(30);
- }
- if (serializerAdapter == null) {
- this.serializerAdapter = SerializerFactory.createDefaultManagementSerializerAdapter();
- }
+ String localEndpoint = (endpoint != null) ? endpoint : "https://management.azure.com";
+ AzureEnvironment localEnvironment = (environment != null) ? environment : AzureEnvironment.AZURE;
+ HttpPipeline localPipeline =
+ (pipeline != null)
+ ? pipeline
+ : new HttpPipelineBuilder().policies(new UserAgentPolicy(), new RetryPolicy()).build();
+ Duration localDefaultPollInterval =
+ (defaultPollInterval != null) ? defaultPollInterval : Duration.ofSeconds(30);
+ SerializerAdapter localSerializerAdapter =
+ (serializerAdapter != null)
+ ? serializerAdapter
+ : SerializerFactory.createDefaultManagementSerializerAdapter();
DataFactoryManagementClientImpl client =
new DataFactoryManagementClientImpl(
- pipeline, serializerAdapter, defaultPollInterval, environment, subscriptionId, endpoint);
+ localPipeline,
+ localSerializerAdapter,
+ localDefaultPollInterval,
+ localEnvironment,
+ subscriptionId,
+ localEndpoint);
return client;
}
}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ActivityPolicy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ActivityPolicy.java
index 18203bbca4ea..7233f66a5c0f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ActivityPolicy.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ActivityPolicy.java
@@ -16,16 +16,15 @@
@Fluent
public final class ActivityPolicy {
/*
- * Specifies the timeout for the activity to run. The default timeout is 7
- * days. Type: string (or Expression with resultType string), pattern:
- * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with
+ * resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "timeout")
private Object timeout;
/*
- * Maximum ordinary retry attempts. Default is 0. Type: integer (or
- * Expression with resultType integer), minimum: 0.
+ * Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum:
+ * 0.
*/
@JsonProperty(value = "retry")
private Object retry;
@@ -37,15 +36,13 @@ public final class ActivityPolicy {
private Integer retryIntervalInSeconds;
/*
- * When set to true, Input from activity is considered as secure and will
- * not be logged to monitoring.
+ * When set to true, Input from activity is considered as secure and will not be logged to monitoring.
*/
@JsonProperty(value = "secureInput")
private Boolean secureInput;
/*
- * When set to true, Output from activity is considered as secure and will
- * not be logged to monitoring.
+ * When set to true, Output from activity is considered as secure and will not be logged to monitoring.
*/
@JsonProperty(value = "secureOutput")
private Boolean secureOutput;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsSource.java
index 9e8537d2fda5..fec9ae68fd2e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class AmazonMwsSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOraclePartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOraclePartitionSettings.java
index bf14f50d78b2..4abd6969ff9f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOraclePartitionSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOraclePartitionSettings.java
@@ -17,24 +17,22 @@ public final class AmazonRdsForOraclePartitionSettings {
private Object partitionNames;
/*
- * The name of the column in integer type that will be used for proceeding
- * range partitioning. Type: string (or Expression with resultType string).
+ * The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "partitionColumnName")
private Object partitionColumnName;
/*
- * The maximum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The maximum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionUpperBound")
private Object partitionUpperBound;
/*
- * The minimum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The minimum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionLowerBound")
private Object partitionLowerBound;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleSource.java
index 9d70f64a5639..7b2c29de0a22 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleSource.java
@@ -15,37 +15,34 @@
@Fluent
public final class AmazonRdsForOracleSource extends CopySource {
/*
- * AmazonRdsForOracle reader query. Type: string (or Expression with
- * resultType string).
+ * AmazonRdsForOracle reader query. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "oracleReaderQuery")
private Object oracleReaderQuery;
/*
- * Query timeout. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Query timeout. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "queryTimeout")
private Object queryTimeout;
/*
- * The partition mechanism that will be used for AmazonRdsForOracle read in
- * parallel. Type: string (or Expression with resultType string).
+ * The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
/*
- * The settings that will be leveraged for AmazonRdsForOracle source
- * partitioning.
+ * The settings that will be leveraged for AmazonRdsForOracle source partitioning.
*/
@JsonProperty(value = "partitionSettings")
private AmazonRdsForOraclePartitionSettings partitionSettings;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerSource.java
index 54713e9495e7..b0871522900a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerSource.java
@@ -23,16 +23,14 @@ public final class AmazonRdsForSqlServerSource extends TabularSource {
private Object sqlReaderQuery;
/*
- * Name of the stored procedure for a SQL Database source. This cannot be
- * used at the same time as SqlReaderQuery. Type: string (or Expression
- * with resultType string).
+ * Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlReaderStoredProcedureName")
private Object sqlReaderStoredProcedureName;
/*
- * Value and type setting for stored procedure parameters. Example:
- * "{Parameter1: {value: "1", type: "int"}}".
+ * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
*/
@JsonProperty(value = "storedProcedureParameters")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
@@ -45,9 +43,8 @@ public final class AmazonRdsForSqlServerSource extends TabularSource {
private Object produceAdditionalTypes;
/*
- * The partition mechanism that will be used for Sql read in parallel.
- * Possible values include: "None", "PhysicalPartitionsOfTable",
- * "DynamicRange".
+ * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None",
+ * "PhysicalPartitionsOfTable", "DynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftSource.java
index ce9c2eb3cbae..9a3ef7c1026c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftSource.java
@@ -21,10 +21,9 @@ public final class AmazonRedshiftSource extends TabularSource {
private Object query;
/*
- * The Amazon S3 settings needed for the interim Amazon S3 when copying
- * from Amazon Redshift with 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.
+ * The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with 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.
*/
@JsonProperty(value = "redshiftUnloadSettings")
private RedshiftUnloadSettings redshiftUnloadSettings;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLocation.java
index 7dffc4206e0f..fc43549d041a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLocation.java
@@ -15,15 +15,13 @@
@Fluent
public final class AmazonS3CompatibleLocation extends DatasetLocation {
/*
- * Specify the bucketName of Amazon S3 Compatible. Type: string (or
- * Expression with resultType string)
+ * Specify the bucketName of Amazon S3 Compatible. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "bucketName")
private Object bucketName;
/*
- * Specify the version of Amazon S3 Compatible. Type: string (or Expression
- * with resultType string).
+ * Specify the version of Amazon S3 Compatible. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "version")
private Object version;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleReadSettings.java
index 0a2ab64b3265..1a2fe346ffa3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleReadSettings.java
@@ -15,37 +15,33 @@
@Fluent
public final class AmazonS3CompatibleReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression
- * with resultType string).
+ * Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * Amazon S3 Compatible wildcardFileName. Type: string (or Expression with
- * resultType string).
+ * Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * The prefix filter for the S3 Compatible object name. Type: string (or
- * Expression with resultType string).
+ * The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "prefix")
private Object prefix;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -57,30 +53,27 @@ public final class AmazonS3CompatibleReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Location.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Location.java
index e0e6a409a768..1d611567e346 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Location.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Location.java
@@ -15,15 +15,13 @@
@Fluent
public final class AmazonS3Location extends DatasetLocation {
/*
- * Specify the bucketName of amazon S3. Type: string (or Expression with
- * resultType string)
+ * Specify the bucketName of amazon S3. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "bucketName")
private Object bucketName;
/*
- * Specify the version of amazon S3. Type: string (or Expression with
- * resultType string).
+ * Specify the version of amazon S3. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "version")
private Object version;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3ReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3ReadSettings.java
index 5c140c918879..3bf28c24b50c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3ReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3ReadSettings.java
@@ -15,37 +15,33 @@
@Fluent
public final class AmazonS3ReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType
- * string).
+ * AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * AmazonS3 wildcardFileName. Type: string (or Expression with resultType
- * string).
+ * AmazonS3 wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * The prefix filter for the S3 object name. Type: string (or Expression
- * with resultType string).
+ * The prefix filter for the S3 object name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "prefix")
private Object prefix;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -57,30 +53,27 @@ public final class AmazonS3ReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroSource.java
index c7429ad54566..277c3b81dc06 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroSource.java
@@ -21,9 +21,8 @@ public final class AvroSource extends CopySource {
private StoreReadSettings storeSettings;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroWriteSettings.java
index 202be46262d3..beb90f02b9f3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroWriteSettings.java
@@ -27,17 +27,15 @@ public final class AvroWriteSettings extends FormatWriteSettings {
private String recordNamespace;
/*
- * Limit the written file's row count to be smaller than or equal to the
- * specified count. Type: integer (or Expression with resultType integer).
+ * Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or
+ * Expression with resultType integer).
*/
@JsonProperty(value = "maxRowsPerFile")
private Object maxRowsPerFile;
/*
- * Specifies the file name pattern
- * _. when copy from non-file
- * based store without partitionOptions. Type: string (or Expression with
- * resultType string).
+ * Specifies the file name pattern _. when copy from non-file based store
+ * without partitionOptions. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileNamePrefix")
private Object fileNamePrefix;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLocation.java
index 7c048ee51586..12e3b703b29f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLocation.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureBlobFSLocation extends DatasetLocation {
/*
- * Specify the fileSystem of azure blobFS. Type: string (or Expression with
- * resultType string).
+ * Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileSystem")
private Object fileSystem;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSReadSettings.java
index 336e8b3f6afb..fd2dc62feb4e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSReadSettings.java
@@ -15,30 +15,27 @@
@Fluent
public final class AzureBlobFSReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * Azure blobFS wildcardFolderPath. Type: string (or Expression with
- * resultType string).
+ * Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * Azure blobFS wildcardFileName. Type: string (or Expression with
- * resultType string).
+ * Azure blobFS wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -50,30 +47,27 @@ public final class AzureBlobFSReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSink.java
index 563a9332ec07..c998e0943206 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSink.java
@@ -22,8 +22,8 @@ public final class AzureBlobFSSink extends CopySink {
private Object copyBehavior;
/*
- * Specify the custom metadata to be added to sink data. Type: array of
- * objects (or Expression with resultType array of objects).
+ * Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType
+ * array of objects).
*/
@JsonProperty(value = "metadata")
private List metadata;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSource.java
index 1b1b10aa357a..7c37fc4281e2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSource.java
@@ -15,22 +15,20 @@
@Fluent
public final class AzureBlobFSSource extends CopySource {
/*
- * Treat empty as null. Type: boolean (or Expression with resultType
- * boolean).
+ * Treat empty as null. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "treatEmptyAsNull")
private Object treatEmptyAsNull;
/*
- * Number of header lines to skip from each blob. Type: integer (or
- * Expression with resultType integer).
+ * Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "skipHeaderLineCount")
private Object skipHeaderLineCount;
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSWriteSettings.java
index 8ffa4a6a142e..9ce5d8153237 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSWriteSettings.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureBlobFSWriteSettings extends StoreWriteSettings {
/*
- * Indicates the block size(MB) when writing data to blob. Type: integer
- * (or Expression with resultType integer).
+ * Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "blockSizeInMB")
private Object blockSizeInMB;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLocation.java
index ffaeed366083..efb6707c6f06 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLocation.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureBlobStorageLocation extends DatasetLocation {
/*
- * Specify the container of azure blob. Type: string (or Expression with
- * resultType string).
+ * Specify the container of azure blob. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "container")
private Object container;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageReadSettings.java
index ff2e36e18d35..1cf8b5ad1cb2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageReadSettings.java
@@ -15,37 +15,33 @@
@Fluent
public final class AzureBlobStorageReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * Azure blob wildcardFolderPath. Type: string (or Expression with
- * resultType string).
+ * Azure blob wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * Azure blob wildcardFileName. Type: string (or Expression with resultType
- * string).
+ * Azure blob wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * The prefix filter for the Azure Blob name. Type: string (or Expression
- * with resultType string).
+ * The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "prefix")
private Object prefix;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -57,30 +53,27 @@ public final class AzureBlobStorageReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageWriteSettings.java
index e6ab4b00f5bf..c8badf87da62 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageWriteSettings.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureBlobStorageWriteSettings extends StoreWriteSettings {
/*
- * Indicates the block size(MB) when writing data to blob. Type: integer
- * (or Expression with resultType integer).
+ * Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "blockSizeInMB")
private Object blockSizeInMB;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSink.java
index 54e92cffb90e..6df30f13d357 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSink.java
@@ -15,22 +15,19 @@
@Fluent
public final class AzureDataExplorerSink extends CopySink {
/*
- * A name of a pre-created csv mapping that was defined on the target Kusto
- * table. Type: string.
+ * A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string.
*/
@JsonProperty(value = "ingestionMappingName")
private Object ingestionMappingName;
/*
- * An explicit column mapping description provided in a json format. Type:
- * string.
+ * An explicit column mapping description provided in a json format. Type: string.
*/
@JsonProperty(value = "ingestionMappingAsJson")
private Object ingestionMappingAsJson;
/*
- * If set to true, any aggregation will be skipped. Default is false. Type:
- * boolean.
+ * If set to true, any aggregation will be skipped. Default is false. Type: boolean.
*/
@JsonProperty(value = "flushImmediately")
private Object flushImmediately;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSource.java
index 1dfaaab791ee..c3c1ca1a1d23 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSource.java
@@ -16,30 +16,29 @@
@Fluent
public final class AzureDataExplorerSource extends CopySource {
/*
- * Database query. Should be a Kusto Query Language (KQL) query. Type:
- * string (or Expression with resultType string).
+ * Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "query", required = true)
private Object query;
/*
- * The name of the Boolean option that controls whether truncation is
- * applied to result-sets that go beyond a certain row-count limit.
+ * The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a
+ * certain row-count limit.
*/
@JsonProperty(value = "noTruncation")
private Object noTruncation;
/*
- * Query timeout. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
+ * Query timeout. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..
*/
@JsonProperty(value = "queryTimeout")
private Object queryTimeout;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreReadSettings.java
index 72c3269a3fe5..4f40b5211394 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreReadSettings.java
@@ -15,48 +15,43 @@
@Fluent
public final class AzureDataLakeStoreReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * ADLS wildcardFolderPath. Type: string (or Expression with resultType
- * string).
+ * ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * ADLS wildcardFileName. Type: string (or Expression with resultType
- * string).
+ * ADLS wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
/*
- * Lists files after the value (exclusive) based on file/folder names’
- * lexicographical order. Applies under the folderPath in data set, and
- * filter files/sub-folders under the folderPath. Type: string (or
- * Expression with resultType string).
+ * Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the
+ * folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "listAfter")
private Object listAfter;
/*
- * Lists files before the value (inclusive) based on file/folder names’
- * lexicographical order. Applies under the folderPath in data set, and
- * filter files/sub-folders under the folderPath. Type: string (or
- * Expression with resultType string).
+ * Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the
+ * folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "listBefore")
private Object listBefore;
@@ -68,30 +63,27 @@ public final class AzureDataLakeStoreReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreSource.java
index dfbe99e33059..eaa6e200e0fd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreSource.java
@@ -15,8 +15,8 @@
@Fluent
public final class AzureDataLakeStoreSource extends CopySource {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreWriteSettings.java
index d7352b1b16cd..1563fbfca118 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreWriteSettings.java
@@ -15,9 +15,8 @@
@Fluent
public final class AzureDataLakeStoreWriteSettings extends StoreWriteSettings {
/*
- * Specifies the expiry time of the written files. The time is applied to
- * the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value
- * is NULL. Type: integer (or Expression with resultType integer).
+ * Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of
+ * "2018-12-01T05:00:00Z". Default value is NULL. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "expiryDateTime")
private Object expiryDateTime;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeExportCommand.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeExportCommand.java
index 1282bf4acd1a..8d039a6d6e55 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeExportCommand.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeExportCommand.java
@@ -15,15 +15,15 @@
@Fluent
public final class AzureDatabricksDeltaLakeExportCommand extends ExportSettings {
/*
- * Specify the date format for the csv in Azure Databricks Delta Lake Copy.
- * Type: string (or Expression with resultType string).
+ * Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "dateFormat")
private Object dateFormat;
/*
- * Specify the timestamp format for the csv in Azure Databricks Delta Lake
- * Copy. Type: string (or Expression with resultType string).
+ * Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "timestampFormat")
private Object timestampFormat;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeImportCommand.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeImportCommand.java
index 3b19bbf09e98..41cfb46b43da 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeImportCommand.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeImportCommand.java
@@ -15,15 +15,15 @@
@Fluent
public final class AzureDatabricksDeltaLakeImportCommand extends ImportSettings {
/*
- * Specify the date format for csv in Azure Databricks Delta Lake Copy.
- * Type: string (or Expression with resultType string).
+ * Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "dateFormat")
private Object dateFormat;
/*
- * Specify the timestamp format for csv in Azure Databricks Delta Lake
- * Copy. Type: string (or Expression with resultType string).
+ * Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "timestampFormat")
private Object timestampFormat;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSink.java
index 20a8787d7ae0..db4fe5282102 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSink.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureDatabricksDeltaLakeSink extends CopySink {
/*
- * SQL pre-copy script. Type: string (or Expression with resultType
- * string).
+ * SQL pre-copy script. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSource.java
index df2ab8eda1ca..31ccfa995ae4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureDatabricksDeltaLakeSource extends CopySource {
/*
- * Azure Databricks Delta Lake Sql query. Type: string (or Expression with
- * resultType string).
+ * Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageReadSettings.java
index 1c0e4ee08ffd..6ffbfe5735a4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageReadSettings.java
@@ -15,37 +15,34 @@
@Fluent
public final class AzureFileStorageReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * Azure File Storage wildcardFolderPath. Type: string (or Expression with
- * resultType string).
+ * Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * Azure File Storage wildcardFileName. Type: string (or Expression with
- * resultType string).
+ * Azure File Storage wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * The prefix filter for the Azure File name starting from root path. Type:
- * string (or Expression with resultType string).
+ * The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "prefix")
private Object prefix;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -57,30 +54,27 @@ public final class AzureFileStorageReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultSecretReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultSecretReference.java
index 748f7d94754b..6098c0cbbb37 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultSecretReference.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultSecretReference.java
@@ -22,16 +22,14 @@ public final class AzureKeyVaultSecretReference extends SecretBase {
private LinkedServiceReference store;
/*
- * The name of the secret in Azure Key Vault. Type: string (or Expression
- * with resultType string).
+ * The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "secretName", required = true)
private Object secretName;
/*
- * The version of the secret in Azure Key Vault. The default value is the
- * latest version of the secret. Type: string (or Expression with
- * resultType string).
+ * The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "secretVersion")
private Object secretVersion;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLWebServiceFile.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLWebServiceFile.java
index 52b48b016478..933b6b26e9f3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLWebServiceFile.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLWebServiceFile.java
@@ -12,16 +12,14 @@
@Fluent
public final class AzureMLWebServiceFile {
/*
- * The relative file path, including container name, in the Azure Blob
- * Storage specified by the LinkedService. Type: string (or Expression with
- * resultType string).
+ * The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "filePath", required = true)
private Object filePath;
/*
- * Reference to an Azure Storage LinkedService, where Azure ML WebService
- * Input/Output file located.
+ * Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
*/
@JsonProperty(value = "linkedServiceName", required = true)
private LinkedServiceReference linkedServiceName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBSource.java
index 1f3f15e761e8..14540d427ae4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureMariaDBSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlSink.java
index 27eddb7b299e..8679485acfe1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlSink.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureMySqlSink extends CopySink {
/*
- * A query to execute before starting the copy. Type: string (or Expression
- * with resultType string).
+ * A query to execute before starting the copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSink.java
index 28440d838cda..f7b84d9b0e23 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSink.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzurePostgreSqlSink extends CopySink {
/*
- * A query to execute before starting the copy. Type: string (or Expression
- * with resultType string).
+ * A query to execute before starting the copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSource.java
index 0eaf1de49527..04d7d3dd4f20 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzurePostgreSqlSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexSink.java
index d89aa52ec62f..71e5a87ab40e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexSink.java
@@ -15,8 +15,7 @@
@Fluent
public final class AzureSearchIndexSink extends CopySink {
/*
- * Specify the write behavior when upserting documents into Azure Search
- * Index.
+ * Specify the write behavior when upserting documents into Azure Search Index.
*/
@JsonProperty(value = "writeBehavior")
private AzureSearchIndexWriteBehaviorType writeBehavior;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSink.java
index 0febab8d81b8..c14d7350c19b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSink.java
@@ -17,22 +17,19 @@
@Fluent
public final class AzureSqlSink extends CopySink {
/*
- * SQL writer stored procedure name. Type: string (or Expression with
- * resultType string).
+ * SQL writer stored procedure name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlWriterStoredProcedureName")
private Object sqlWriterStoredProcedureName;
/*
- * SQL writer table type. Type: string (or Expression with resultType
- * string).
+ * SQL writer table type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlWriterTableType")
private Object sqlWriterTableType;
/*
- * SQL pre-copy script. Type: string (or Expression with resultType
- * string).
+ * SQL pre-copy script. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
@@ -45,30 +42,26 @@ public final class AzureSqlSink extends CopySink {
private Map storedProcedureParameters;
/*
- * The stored procedure parameter name of the table type. Type: string (or
- * Expression with resultType string).
+ * The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "storedProcedureTableTypeParameterName")
private Object storedProcedureTableTypeParameterName;
/*
- * The option to handle sink table, such as autoCreate. For now only
- * 'autoCreate' value is supported. Type: string (or Expression with
- * resultType string).
+ * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "tableOption")
private Object tableOption;
/*
- * Whether to use table lock during bulk copy. Type: boolean (or Expression
- * with resultType boolean).
+ * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "sqlWriterUseTableLock")
private Object sqlWriterUseTableLock;
/*
- * Write behavior when copying data into Azure SQL. Type:
- * SqlWriteBehaviorEnum (or Expression with resultType
+ * Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType
* SqlWriteBehaviorEnum)
*/
@JsonProperty(value = "writeBehavior")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSource.java
index eeb523e85e40..d1d381c13598 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSource.java
@@ -23,16 +23,14 @@ public final class AzureSqlSource extends TabularSource {
private Object sqlReaderQuery;
/*
- * Name of the stored procedure for a SQL Database source. This cannot be
- * used at the same time as SqlReaderQuery. Type: string (or Expression
- * with resultType string).
+ * Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlReaderStoredProcedureName")
private Object sqlReaderStoredProcedureName;
/*
- * Value and type setting for stored procedure parameters. Example:
- * "{Parameter1: {value: "1", type: "int"}}".
+ * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
*/
@JsonProperty(value = "storedProcedureParameters")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
@@ -45,9 +43,8 @@ public final class AzureSqlSource extends TabularSource {
private Object produceAdditionalTypes;
/*
- * The partition mechanism that will be used for Sql read in parallel.
- * Possible values include: "None", "PhysicalPartitionsOfTable",
- * "DynamicRange".
+ * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None",
+ * "PhysicalPartitionsOfTable", "DynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java
new file mode 100644
index 000000000000..4c7794c05502
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java
@@ -0,0 +1,134 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.util.logging.ClientLogger;
+import com.azure.resourcemanager.datafactory.fluent.models.AzureSynapseArtifactsLinkedServiceTypeProperties;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import com.fasterxml.jackson.annotation.JsonTypeInfo;
+import com.fasterxml.jackson.annotation.JsonTypeName;
+import java.util.List;
+import java.util.Map;
+
+/** Azure Synapse Analytics (Artifacts) linked service. */
+@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
+@JsonTypeName("AzureSynapseArtifacts")
+@Fluent
+public final class AzureSynapseArtifactsLinkedService extends LinkedService {
+ /*
+ * Azure Synapse Analytics (Artifacts) linked service properties.
+ */
+ @JsonProperty(value = "typeProperties", required = true)
+ private AzureSynapseArtifactsLinkedServiceTypeProperties innerTypeProperties =
+ new AzureSynapseArtifactsLinkedServiceTypeProperties();
+
+ /**
+ * Get the innerTypeProperties property: Azure Synapse Analytics (Artifacts) linked service properties.
+ *
+ * @return the innerTypeProperties value.
+ */
+ private AzureSynapseArtifactsLinkedServiceTypeProperties innerTypeProperties() {
+ return this.innerTypeProperties;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public AzureSynapseArtifactsLinkedService withConnectVia(IntegrationRuntimeReference connectVia) {
+ super.withConnectVia(connectVia);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public AzureSynapseArtifactsLinkedService withDescription(String description) {
+ super.withDescription(description);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public AzureSynapseArtifactsLinkedService withParameters(Map parameters) {
+ super.withParameters(parameters);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public AzureSynapseArtifactsLinkedService withAnnotations(List annotations) {
+ super.withAnnotations(annotations);
+ return this;
+ }
+
+ /**
+ * Get the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace
+ * URL. Type: string (or Expression with resultType string).
+ *
+ * @return the endpoint value.
+ */
+ public Object endpoint() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().endpoint();
+ }
+
+ /**
+ * Set the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace
+ * URL. Type: string (or Expression with resultType string).
+ *
+ * @param endpoint the endpoint value to set.
+ * @return the AzureSynapseArtifactsLinkedService object itself.
+ */
+ public AzureSynapseArtifactsLinkedService withEndpoint(Object endpoint) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzureSynapseArtifactsLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withEndpoint(endpoint);
+ return this;
+ }
+
+ /**
+ * Get the authentication property: Required to specify MSI, if using system assigned managed identity as
+ * authentication method. Type: string (or Expression with resultType string).
+ *
+ * @return the authentication value.
+ */
+ public Object authentication() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().authentication();
+ }
+
+ /**
+ * Set the authentication property: Required to specify MSI, if using system assigned managed identity as
+ * authentication method. Type: string (or Expression with resultType string).
+ *
+ * @param authentication the authentication value to set.
+ * @return the AzureSynapseArtifactsLinkedService object itself.
+ */
+ public AzureSynapseArtifactsLinkedService withAuthentication(Object authentication) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new AzureSynapseArtifactsLinkedServiceTypeProperties();
+ }
+ this.innerTypeProperties().withAuthentication(authentication);
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ @Override
+ public void validate() {
+ super.validate();
+ if (innerTypeProperties() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property innerTypeProperties in model AzureSynapseArtifactsLinkedService"));
+ } else {
+ innerTypeProperties().validate();
+ }
+ }
+
+ private static final ClientLogger LOGGER = new ClientLogger(AzureSynapseArtifactsLinkedService.class);
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSink.java
index 1c70d6e85ffb..6583598d4928 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSink.java
@@ -15,29 +15,25 @@
@Fluent
public final class AzureTableSink extends CopySink {
/*
- * Azure Table default partition key value. Type: string (or Expression
- * with resultType string).
+ * Azure Table default partition key value. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "azureTableDefaultPartitionKeyValue")
private Object azureTableDefaultPartitionKeyValue;
/*
- * Azure Table partition key name. Type: string (or Expression with
- * resultType string).
+ * Azure Table partition key name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "azureTablePartitionKeyName")
private Object azureTablePartitionKeyName;
/*
- * Azure Table row key name. Type: string (or Expression with resultType
- * string).
+ * Azure Table row key name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "azureTableRowKeyName")
private Object azureTableRowKeyName;
/*
- * Azure Table insert type. Type: string (or Expression with resultType
- * string).
+ * Azure Table insert type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "azureTableInsertType")
private Object azureTableInsertType;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSource.java
index 07253fb946c0..64a39bd9e1ec 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSource.java
@@ -15,15 +15,13 @@
@Fluent
public final class AzureTableSource extends TabularSource {
/*
- * Azure Table source query. Type: string (or Expression with resultType
- * string).
+ * Azure Table source query. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "azureTableSourceQuery")
private Object azureTableSourceQuery;
/*
- * Azure Table source ignore table not found. Type: boolean (or Expression
- * with resultType boolean).
+ * Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "azureTableSourceIgnoreTableNotFound")
private Object azureTableSourceIgnoreTableNotFound;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolParametrizationReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolParametrizationReference.java
new file mode 100644
index 000000000000..a03af8e336c8
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolParametrizationReference.java
@@ -0,0 +1,89 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.util.logging.ClientLogger;
+import com.fasterxml.jackson.annotation.JsonProperty;
+
+/** Big data pool reference type. */
+@Fluent
+public final class BigDataPoolParametrizationReference {
+ /*
+ * Big data pool reference type.
+ */
+ @JsonProperty(value = "type", required = true)
+ private BigDataPoolReferenceType type;
+
+ /*
+ * Reference big data pool name. Type: string (or Expression with resultType string).
+ */
+ @JsonProperty(value = "referenceName", required = true)
+ private Object referenceName;
+
+ /**
+ * Get the type property: Big data pool reference type.
+ *
+ * @return the type value.
+ */
+ public BigDataPoolReferenceType type() {
+ return this.type;
+ }
+
+ /**
+ * Set the type property: Big data pool reference type.
+ *
+ * @param type the type value to set.
+ * @return the BigDataPoolParametrizationReference object itself.
+ */
+ public BigDataPoolParametrizationReference withType(BigDataPoolReferenceType type) {
+ this.type = type;
+ return this;
+ }
+
+ /**
+ * Get the referenceName property: Reference big data pool name. Type: string (or Expression with resultType
+ * string).
+ *
+ * @return the referenceName value.
+ */
+ public Object referenceName() {
+ return this.referenceName;
+ }
+
+ /**
+ * Set the referenceName property: Reference big data pool name. Type: string (or Expression with resultType
+ * string).
+ *
+ * @param referenceName the referenceName value to set.
+ * @return the BigDataPoolParametrizationReference object itself.
+ */
+ public BigDataPoolParametrizationReference withReferenceName(Object referenceName) {
+ this.referenceName = referenceName;
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ public void validate() {
+ if (type() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property type in model BigDataPoolParametrizationReference"));
+ }
+ if (referenceName() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property referenceName in model BigDataPoolParametrizationReference"));
+ }
+ }
+
+ private static final ClientLogger LOGGER = new ClientLogger(BigDataPoolParametrizationReference.class);
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolReferenceType.java
new file mode 100644
index 000000000000..c76f13e25633
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolReferenceType.java
@@ -0,0 +1,35 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import com.fasterxml.jackson.annotation.JsonCreator;
+import java.util.Collection;
+
+/** Defines values for BigDataPoolReferenceType. */
+public final class BigDataPoolReferenceType extends ExpandableStringEnum {
+ /** Static value BigDataPoolReference for BigDataPoolReferenceType. */
+ public static final BigDataPoolReferenceType BIG_DATA_POOL_REFERENCE = fromString("BigDataPoolReference");
+
+ /**
+ * Creates or finds a BigDataPoolReferenceType from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding BigDataPoolReferenceType.
+ */
+ @JsonCreator
+ public static BigDataPoolReferenceType fromString(String name) {
+ return fromString(name, BigDataPoolReferenceType.class);
+ }
+
+ /**
+ * Gets known BigDataPoolReferenceType values.
+ *
+ * @return known BigDataPoolReferenceType values.
+ */
+ public static Collection values() {
+ return values(BigDataPoolReferenceType.class);
+ }
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSink.java
index e15fa3d243c3..48abde383618 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSink.java
@@ -16,22 +16,19 @@
@Fluent
public final class BlobSink extends CopySink {
/*
- * Blob writer overwrite files. Type: boolean (or Expression with
- * resultType boolean).
+ * Blob writer overwrite files. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "blobWriterOverwriteFiles")
private Object blobWriterOverwriteFiles;
/*
- * Blob writer date time format. Type: string (or Expression with
- * resultType string).
+ * Blob writer date time format. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "blobWriterDateTimeFormat")
private Object blobWriterDateTimeFormat;
/*
- * Blob writer add header. Type: boolean (or Expression with resultType
- * boolean).
+ * Blob writer add header. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "blobWriterAddHeader")
private Object blobWriterAddHeader;
@@ -43,8 +40,8 @@ public final class BlobSink extends CopySink {
private Object copyBehavior;
/*
- * Specify the custom metadata to be added to sink data. Type: array of
- * objects (or Expression with resultType array of objects).
+ * Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType
+ * array of objects).
*/
@JsonProperty(value = "metadata")
private List metadata;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSource.java
index 755eb4d4646e..3fa6486aa796 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSource.java
@@ -15,22 +15,20 @@
@Fluent
public final class BlobSource extends CopySource {
/*
- * Treat empty as null. Type: boolean (or Expression with resultType
- * boolean).
+ * Treat empty as null. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "treatEmptyAsNull")
private Object treatEmptyAsNull;
/*
- * Number of header lines to skip from each blob. Type: integer (or
- * Expression with resultType integer).
+ * Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "skipHeaderLineCount")
private Object skipHeaderLineCount;
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSource.java
index 6a202952a82c..6d3a86351a45 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSource.java
@@ -15,19 +15,16 @@
@Fluent
public final class CassandraSource extends TabularSource {
/*
- * Database query. Should be a SQL-92 query expression or Cassandra Query
- * Language (CQL) command. Type: string (or Expression with resultType
- * string).
+ * Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * 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
+ * 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.
*/
@JsonProperty(value = "consistencyLevel")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java
index e30d09acc165..af9cb04cc622 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java
@@ -23,8 +23,7 @@
@Fluent
public final class ChainingTrigger extends Trigger {
/*
- * Pipeline for which runs are created when all upstream pipelines complete
- * successfully.
+ * Pipeline for which runs are created when all upstream pipelines complete successfully.
*/
@JsonProperty(value = "pipeline", required = true)
private TriggerPipelineReference pipeline;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmkIdentityDefinition.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmkIdentityDefinition.java
index 706be7c23dea..c55dd7e006e3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmkIdentityDefinition.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmkIdentityDefinition.java
@@ -11,8 +11,7 @@
@Fluent
public final class CmkIdentityDefinition {
/*
- * The resource id of the user assigned identity to authenticate to
- * customer's key vault.
+ * The resource id of the user assigned identity to authenticate to customer's key vault.
*/
@JsonProperty(value = "userAssignedIdentity")
private String userAssignedIdentity;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSink.java
index c298fb495de2..fb260dc76e6d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSink.java
@@ -22,16 +22,15 @@ public final class CommonDataServiceForAppsSink extends CopySink {
private DynamicsSinkWriteBehavior writeBehavior;
/*
- * The flag indicating whether to ignore null values from input dataset
- * (except key fields) during write operation. Default is false. Type:
- * boolean (or Expression with resultType boolean).
+ * The flag indicating whether to ignore null values from input dataset (except key fields) during write operation.
+ * Default is false. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "ignoreNullValues")
private Object ignoreNullValues;
/*
- * The logical name of the alternate key which will be used when upserting
- * records. Type: string (or Expression with resultType string).
+ * The logical name of the alternate key which will be used when upserting records. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "alternateKeyName")
private Object alternateKeyName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSource.java
index cf960e0c137d..e64c8e8d1fe5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSource.java
@@ -15,17 +15,15 @@
@Fluent
public final class CommonDataServiceForAppsSource extends CopySource {
/*
- * FetchXML is a proprietary query language that is used in Microsoft
- * Common Data Service for Apps (online & on-premises). Type: string (or
- * Expression with resultType string).
+ * FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online &
+ * on-premises). Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurSource.java
index 0e321c2b8b80..320db1f0ba5c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class ConcurSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivityLogSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivityLogSettings.java
index 8c0c4b175d37..c97a37cffc4a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivityLogSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivityLogSettings.java
@@ -11,15 +11,13 @@
@Fluent
public final class CopyActivityLogSettings {
/*
- * Gets or sets the log level, support: Info, Warning. Type: string (or
- * Expression with resultType string).
+ * Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "logLevel")
private Object logLevel;
/*
- * Specifies whether to enable reliable logging. Type: boolean (or
- * Expression with resultType boolean).
+ * Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "enableReliableLogging")
private Object enableReliableLogging;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java
index 8849d36bf907..2703bd88761f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java
@@ -66,15 +66,14 @@
@Fluent
public class CopySink {
/*
- * Write batch size. Type: integer (or Expression with resultType integer),
- * minimum: 0.
+ * Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "writeBatchSize")
private Object writeBatchSize;
/*
- * Write batch timeout. Type: string (or Expression with resultType
- * string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Write batch timeout. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "writeBatchTimeout")
private Object writeBatchTimeout;
@@ -86,22 +85,22 @@ public class CopySink {
private Object sinkRetryCount;
/*
- * Sink retry wait. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Sink retry wait. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "sinkRetryWait")
private Object sinkRetryWait;
/*
- * The maximum concurrent connection count for the sink data store. Type:
- * integer (or Expression with resultType integer).
+ * The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType
+ * integer).
*/
@JsonProperty(value = "maxConcurrentConnections")
private Object maxConcurrentConnections;
/*
- * If true, disable data store metrics collection. Default is false. Type:
- * boolean (or Expression with resultType boolean).
+ * If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "disableMetricsCollection")
private Object disableMetricsCollection;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySource.java
index 7a1bd78e4b9d..741d789257c7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySource.java
@@ -64,29 +64,28 @@
@Fluent
public class CopySource {
/*
- * Source retry count. Type: integer (or Expression with resultType
- * integer).
+ * Source retry count. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "sourceRetryCount")
private Object sourceRetryCount;
/*
- * Source retry wait. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Source retry wait. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "sourceRetryWait")
private Object sourceRetryWait;
/*
- * The maximum concurrent connection count for the source data store. Type:
- * integer (or Expression with resultType integer).
+ * The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType
+ * integer).
*/
@JsonProperty(value = "maxConcurrentConnections")
private Object maxConcurrentConnections;
/*
- * If true, disable data store metrics collection. Default is false. Type:
- * boolean (or Expression with resultType boolean).
+ * If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "disableMetricsCollection")
private Object disableMetricsCollection;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSink.java
index fa70c6e4ae74..01f64a6f4fa7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSink.java
@@ -15,10 +15,9 @@
@Fluent
public final class CosmosDbMongoDbApiSink extends CopySink {
/*
- * Specifies whether the document with same key to be overwritten (upsert)
- * rather than throw exception (insert). The default value is "insert".
- * Type: string (or Expression with resultType string). Type: string (or
- * Expression with resultType string).
+ * Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert).
+ * The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "writeBehavior")
private Object writeBehavior;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSource.java
index 3a4577a43651..333a45f81197 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSource.java
@@ -15,9 +15,8 @@
@Fluent
public final class CosmosDbMongoDbApiSource extends CopySource {
/*
- * Specifies selection filter using query operators. To return all
- * documents in a collection, omit this parameter or pass an empty document
- * ({}). Type: string (or Expression with resultType string).
+ * Specifies selection filter using query operators. To return all documents in a collection, omit this parameter
+ * or pass an empty document ({}). Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "filter")
private Object filter;
@@ -29,26 +28,23 @@ public final class CosmosDbMongoDbApiSource extends CopySource {
private MongoDbCursorMethodsProperties cursorMethods;
/*
- * Specifies the number of documents to return in each batch of the
- * response from MongoDB instance. In most cases, modifying the batch size
- * will not affect the user or the application. This property's main
- * purpose is to avoid hit the limitation of response size. Type: integer
- * (or Expression with resultType integer).
+ * Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases,
+ * modifying the batch size will not affect the user or the application. This property's main purpose is to avoid
+ * hit the limitation of response size. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "batchSize")
private Object batchSize;
/*
- * Query timeout. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Query timeout. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "queryTimeout")
private Object queryTimeout;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSink.java
index c3bbb35896cd..be44c930b446 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSink.java
@@ -15,8 +15,8 @@
@Fluent
public final class CosmosDbSqlApiSink extends CopySink {
/*
- * Describes how to write data to Azure Cosmos DB. Type: string (or
- * Expression with resultType string). Allowed values: insert and upsert.
+ * Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed
+ * values: insert and upsert.
*/
@JsonProperty(value = "writeBehavior")
private Object writeBehavior;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSource.java
index 9ef459b62def..575b36d350a6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSource.java
@@ -21,30 +21,26 @@ public final class CosmosDbSqlApiSource extends CopySource {
private Object query;
/*
- * Page size of the result. Type: integer (or Expression with resultType
- * integer).
+ * Page size of the result. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "pageSize")
private Object pageSize;
/*
- * Preferred regions. Type: array of strings (or Expression with resultType
- * array of strings).
+ * Preferred regions. Type: array of strings (or Expression with resultType array of strings).
*/
@JsonProperty(value = "preferredRegions")
private Object preferredRegions;
/*
- * Whether detect primitive values as datetime values. Type: boolean (or
- * Expression with resultType boolean).
+ * Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "detectDatetime")
private Object detectDatetime;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseSource.java
index 9fdeebd3b874..a14688e457aa 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class CouchbaseSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateDataFlowDebugSessionRequest.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateDataFlowDebugSessionRequest.java
index 4d3ab59ffcb0..2120d7013a66 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateDataFlowDebugSessionRequest.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateDataFlowDebugSessionRequest.java
@@ -11,15 +11,14 @@
@Fluent
public final class CreateDataFlowDebugSessionRequest {
/*
- * Compute type of the cluster. The value will be overwritten by the same
- * setting in integration runtime if provided.
+ * Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if
+ * provided.
*/
@JsonProperty(value = "computeType")
private String computeType;
/*
- * Core count of the cluster. The value will be overwritten by the same
- * setting in integration runtime if provided.
+ * Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.
*/
@JsonProperty(value = "coreCount")
private Integer coreCount;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateLinkedIntegrationRuntimeRequest.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateLinkedIntegrationRuntimeRequest.java
index fb4d193b94fa..3e384c7868c5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateLinkedIntegrationRuntimeRequest.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateLinkedIntegrationRuntimeRequest.java
@@ -17,22 +17,19 @@ public final class CreateLinkedIntegrationRuntimeRequest {
private String name;
/*
- * The ID of the subscription that the linked integration runtime belongs
- * to.
+ * The ID of the subscription that the linked integration runtime belongs to.
*/
@JsonProperty(value = "subscriptionId")
private String subscriptionId;
/*
- * The name of the data factory that the linked integration runtime belongs
- * to.
+ * The name of the data factory that the linked integration runtime belongs to.
*/
@JsonProperty(value = "dataFactoryName")
private String dataFactoryName;
/*
- * The location of the data factory that the linked integration runtime
- * belongs to.
+ * The location of the data factory that the linked integration runtime belongs to.
*/
@JsonProperty(value = "dataFactoryLocation")
private String dataFactoryLocation;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Credential.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Credential.java
index 129660f520b4..97dc6aa7e5fd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Credential.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Credential.java
@@ -45,9 +45,8 @@ public class Credential {
private List annotations;
/*
- * The Azure Data Factory nested object which contains the information and
- * credential which can be used to connect with related store or compute
- * resource.
+ * The Azure Data Factory nested object which contains the information and credential which can be used to connect
+ * with related store or compute resource.
*/
@JsonIgnore private Map additionalProperties;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandDefaultValue.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandDefaultValue.java
index 99ad253828c0..d3e5911fa62a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandDefaultValue.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandDefaultValue.java
@@ -17,8 +17,7 @@ public final class DWCopyCommandDefaultValue {
private Object columnName;
/*
- * The default value of the column. Type: object (or Expression with
- * resultType string).
+ * The default value of the column. Type: object (or Expression with resultType string).
*/
@JsonProperty(value = "defaultValue")
private Object defaultValue;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandSettings.java
index 2e523c91c44d..b94758411ccb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandSettings.java
@@ -14,19 +14,17 @@
@Fluent
public final class DWCopyCommandSettings {
/*
- * Specifies the default values for each target column in SQL DW. The
- * default values in the property overwrite the DEFAULT constraint set in
- * the DB, and identity column cannot have a default value. Type: array of
- * objects (or Expression with resultType array of objects).
+ * Specifies the default values for each target column in SQL DW. The default values in the property overwrite the
+ * DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "defaultValues")
private List defaultValues;
/*
- * Additional options directly passed to SQL DW in Copy Command. Type: key
- * value pairs (value should be string type) (or Expression with resultType
- * object). Example: "additionalOptions": { "MAXERRORS": "1000",
- * "DATEFORMAT": "'ymd'" }
+ * Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string
+ * type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT":
+ * "'ymd'" }
*/
@JsonProperty(value = "additionalOptions")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlow.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlow.java
index eb37270c9cf8..a789ea9b60db 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlow.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlow.java
@@ -38,8 +38,7 @@ public class DataFlow {
private List annotations;
/*
- * The folder that this data flow is in. If not specified, Data flow will
- * appear at the root level.
+ * The folder that this data flow is in. If not specified, Data flow will appear at the root level.
*/
@JsonProperty(value = "folder")
private DataFlowFolder folder;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowStagingInfo.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowStagingInfo.java
index 86a9ec618551..bc3dc7fa54b6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowStagingInfo.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowStagingInfo.java
@@ -17,8 +17,7 @@ public final class DataFlowStagingInfo {
private LinkedServiceReference linkedService;
/*
- * Folder path for staging blob. Type: string (or Expression with
- * resultType string)
+ * Folder path for staging blob. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "folderPath")
private Object folderPath;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java
index 1c0987344e64..513451b554bc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java
@@ -135,16 +135,15 @@ public class Dataset {
private String description;
/*
- * Columns that define the structure of the dataset. Type: array (or
- * Expression with resultType array), itemType: DatasetDataElement.
+ * Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType:
+ * DatasetDataElement.
*/
@JsonProperty(value = "structure")
private Object structure;
/*
- * Columns that define the physical type schema of the dataset. Type: array
- * (or Expression with resultType array), itemType:
- * DatasetSchemaDataElement.
+ * Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array),
+ * itemType: DatasetSchemaDataElement.
*/
@JsonProperty(value = "schema")
private Object schema;
@@ -169,15 +168,14 @@ public class Dataset {
private List annotations;
/*
- * The folder that this Dataset is in. If not specified, Dataset will
- * appear at the root level.
+ * The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
*/
@JsonProperty(value = "folder")
private DatasetFolder folder;
/*
- * The Azure Data Factory nested object which identifies data within
- * different data stores, such as tables, files, folders, and documents.
+ * The Azure Data Factory nested object which identifies data within different data stores, such as tables, files,
+ * folders, and documents.
*/
@JsonIgnore private Map additionalProperties;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetCompression.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetCompression.java
index 4ba374218820..ad682a335584 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetCompression.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetCompression.java
@@ -17,15 +17,13 @@
@Fluent
public final class DatasetCompression {
/*
- * Type of dataset compression. Type: string (or Expression with resultType
- * string).
+ * Type of dataset compression. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "type", required = true)
private Object type;
/*
- * The dataset compression level. Type: string (or Expression with
- * resultType string).
+ * The dataset compression level. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "level")
private Object level;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetLocation.java
index 66aa17d7ffbb..74a244dc379a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetLocation.java
@@ -40,15 +40,13 @@
@Fluent
public class DatasetLocation {
/*
- * Specify the folder path of dataset. Type: string (or Expression with
- * resultType string)
+ * Specify the folder path of dataset. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "folderPath")
private Object folderPath;
/*
- * Specify the file name of dataset. Type: string (or Expression with
- * resultType string).
+ * Specify the file name of dataset. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileName")
private Object fileName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetSchemaDataElement.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetSchemaDataElement.java
index ec18c9342806..28dda5ab919c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetSchemaDataElement.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetSchemaDataElement.java
@@ -16,15 +16,13 @@
@Fluent
public final class DatasetSchemaDataElement {
/*
- * Name of the schema column. Type: string (or Expression with resultType
- * string).
+ * Name of the schema column. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "name")
private Object name;
/*
- * Type of the schema column. Type: string (or Expression with resultType
- * string).
+ * Type of the schema column. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "type")
private Object type;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DayOfWeek.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DayOfWeek.java
index 12548e6fdf58..e2a9d0a790cb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DayOfWeek.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DayOfWeek.java
@@ -45,6 +45,9 @@ public enum DayOfWeek {
*/
@JsonCreator
public static DayOfWeek fromString(String value) {
+ if (value == null) {
+ return null;
+ }
DayOfWeek[] items = DayOfWeek.values();
for (DayOfWeek item : items) {
if (item.toString().equalsIgnoreCase(value)) {
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DaysOfWeek.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DaysOfWeek.java
index ed242a49b489..b2f97b22a748 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DaysOfWeek.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DaysOfWeek.java
@@ -45,6 +45,9 @@ public enum DaysOfWeek {
*/
@JsonCreator
public static DaysOfWeek fromString(String value) {
+ if (value == null) {
+ return null;
+ }
DaysOfWeek[] items = DaysOfWeek.values();
for (DaysOfWeek item : items) {
if (item.toString().equalsIgnoreCase(value)) {
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextReadSettings.java
index 5cd0ddf6d39d..0978b18d10ca 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextReadSettings.java
@@ -15,8 +15,8 @@
@Fluent
public final class DelimitedTextReadSettings extends FormatReadSettings {
/*
- * Indicates the number of non-empty rows to skip when reading data from
- * input files. Type: integer (or Expression with resultType integer).
+ * Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression
+ * with resultType integer).
*/
@JsonProperty(value = "skipLineCount")
private Object skipLineCount;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextSource.java
index 9841a43cb84f..8c5ebe1bf0ca 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextSource.java
@@ -27,9 +27,8 @@ public final class DelimitedTextSource extends CopySource {
private DelimitedTextReadSettings formatSettings;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextWriteSettings.java
index f96f8debf434..afc7bd66b747 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextWriteSettings.java
@@ -16,31 +16,28 @@
@Fluent
public final class DelimitedTextWriteSettings extends FormatWriteSettings {
/*
- * Indicates whether string values should always be enclosed with quotes.
- * Type: boolean (or Expression with resultType boolean).
+ * Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "quoteAllText")
private Object quoteAllText;
/*
- * The file extension used to create the files. Type: string (or Expression
- * with resultType string).
+ * The file extension used to create the files. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileExtension", required = true)
private Object fileExtension;
/*
- * Limit the written file's row count to be smaller than or equal to the
- * specified count. Type: integer (or Expression with resultType integer).
+ * Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or
+ * Expression with resultType integer).
*/
@JsonProperty(value = "maxRowsPerFile")
private Object maxRowsPerFile;
/*
- * Specifies the file name pattern
- * _. when copy from non-file
- * based store without partitionOptions. Type: string (or Expression with
- * resultType string).
+ * Specifies the file name pattern _. when copy from non-file based store
+ * without partitionOptions. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileNamePrefix")
private Object fileNamePrefix;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DistcpSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DistcpSettings.java
index cdffe424ac7b..35bf0494b187 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DistcpSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DistcpSettings.java
@@ -12,24 +12,21 @@
@Fluent
public final class DistcpSettings {
/*
- * Specifies the Yarn ResourceManager endpoint. Type: string (or Expression
- * with resultType string).
+ * Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "resourceManagerEndpoint", required = true)
private Object resourceManagerEndpoint;
/*
- * Specifies an existing folder path which will be used to store temp
- * Distcp command script. The script file is generated by ADF and will be
- * removed after Copy job finished. Type: string (or Expression with
- * resultType string).
+ * Specifies an existing folder path which will be used to store temp Distcp command script. The script file is
+ * generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "tempScriptPath", required = true)
private Object tempScriptPath;
/*
- * Specifies the Distcp options. Type: string (or Expression with
- * resultType string).
+ * Specifies the Distcp options. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "distcpOptions")
private Object distcpOptions;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSink.java
index 63932d142144..cfc40ce514d3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSink.java
@@ -15,15 +15,14 @@
@Fluent
public final class DocumentDbCollectionSink extends CopySink {
/*
- * Nested properties separator. Default is . (dot). Type: string (or
- * Expression with resultType string).
+ * Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "nestingSeparator")
private Object nestingSeparator;
/*
- * Describes how to write data to Azure Cosmos DB. Type: string (or
- * Expression with resultType string). Allowed values: insert and upsert.
+ * Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed
+ * values: insert and upsert.
*/
@JsonProperty(value = "writeBehavior")
private Object writeBehavior;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSource.java
index 4b297d0f7512..c8f8cd378cc5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSource.java
@@ -21,23 +21,21 @@ public final class DocumentDbCollectionSource extends CopySource {
private Object query;
/*
- * Nested properties separator. Type: string (or Expression with resultType
- * string).
+ * Nested properties separator. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "nestingSeparator")
private Object nestingSeparator;
/*
- * Query timeout. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Query timeout. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "queryTimeout")
private Object queryTimeout;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillSource.java
index 4de33b0f13cb..1db5adba613e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class DrillSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXSource.java
index 001c7282279a..1e9ef3bf0d42 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXSource.java
@@ -15,16 +15,14 @@
@Fluent
public final class DynamicsAXSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get
- * a response, not the timeout to read response data. Default value:
- * 00:05:00. Type: string (or Expression with resultType string), pattern:
+ * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read
+ * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "httpRequestTimeout")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSink.java
index c4797d3c0e24..dce8d1b7644e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSink.java
@@ -22,16 +22,15 @@ public final class DynamicsCrmSink extends CopySink {
private DynamicsSinkWriteBehavior writeBehavior;
/*
- * The flag indicating whether to ignore null values from input dataset
- * (except key fields) during write operation. Default is false. Type:
- * boolean (or Expression with resultType boolean).
+ * The flag indicating whether to ignore null values from input dataset (except key fields) during write operation.
+ * Default is false. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "ignoreNullValues")
private Object ignoreNullValues;
/*
- * The logical name of the alternate key which will be used when upserting
- * records. Type: string (or Expression with resultType string).
+ * The logical name of the alternate key which will be used when upserting records. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "alternateKeyName")
private Object alternateKeyName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSource.java
index 30cb16d88a7b..52d092cef87d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSource.java
@@ -15,17 +15,15 @@
@Fluent
public final class DynamicsCrmSource extends CopySource {
/*
- * FetchXML is a proprietary query language that is used in Microsoft
- * Dynamics CRM (online & on-premises). Type: string (or Expression with
- * resultType string).
+ * FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSink.java
index 2940019f9274..b941e8ab26b3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSink.java
@@ -22,16 +22,15 @@ public final class DynamicsSink extends CopySink {
private DynamicsSinkWriteBehavior writeBehavior;
/*
- * The flag indicating whether ignore null values from input dataset
- * (except key fields) during write operation. Default is false. Type:
- * boolean (or Expression with resultType boolean).
+ * The flag indicating whether ignore null values from input dataset (except key fields) during write operation.
+ * Default is false. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "ignoreNullValues")
private Object ignoreNullValues;
/*
- * The logical name of the alternate key which will be used when upserting
- * records. Type: string (or Expression with resultType string).
+ * The logical name of the alternate key which will be used when upserting records. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "alternateKeyName")
private Object alternateKeyName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSource.java
index 7ce53339948f..e4b02014f1cd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSource.java
@@ -15,17 +15,15 @@
@Fluent
public final class DynamicsSource extends CopySource {
/*
- * FetchXML is a proprietary query language that is used in Microsoft
- * Dynamics (online & on-premises). Type: string (or Expression with
- * resultType string).
+ * FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaSource.java
index 1b1ce56005c0..956edfaf31dc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class EloquaSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EncryptionConfiguration.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EncryptionConfiguration.java
index 6e0b017de52b..60aff1dd820d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EncryptionConfiguration.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EncryptionConfiguration.java
@@ -24,15 +24,14 @@ public final class EncryptionConfiguration {
private String vaultBaseUrl;
/*
- * The version of the key used for CMK. If not provided, latest version
- * will be used.
+ * The version of the key used for CMK. If not provided, latest version will be used.
*/
@JsonProperty(value = "keyVersion")
private String keyVersion;
/*
- * User assigned identity to use to authenticate to customer's key vault.
- * If not provided Managed Service Identity will be used.
+ * User assigned identity to use to authenticate to customer's key vault. If not provided Managed Service Identity
+ * will be used.
*/
@JsonProperty(value = "identity")
private CmkIdentityDefinition identity;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelSource.java
index 56111f826ab9..e519bbdb84b4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelSource.java
@@ -21,9 +21,8 @@ public final class ExcelSource extends CopySource {
private StoreReadSettings storeSettings;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivityTypePropertiesCompute.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivityTypePropertiesCompute.java
index 0f9b90c61964..c7800ff81a4d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivityTypePropertiesCompute.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivityTypePropertiesCompute.java
@@ -11,17 +11,15 @@
@Fluent
public final class ExecuteDataFlowActivityTypePropertiesCompute {
/*
- * Compute type of the cluster which will execute data flow job. Possible
- * values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type:
- * string (or Expression with resultType string)
+ * Compute type of the cluster which will execute data flow job. Possible values include: 'General',
+ * 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "computeType")
private Object computeType;
/*
- * Core count of the cluster which will execute data flow job. Supported
- * values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression
- * with resultType integer)
+ * Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and
+ * 272. Type: integer (or Expression with resultType integer)
*/
@JsonProperty(value = "coreCount")
private Object coreCount;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivityPolicy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivityPolicy.java
index da0c7f66865a..cdedd781424c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivityPolicy.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivityPolicy.java
@@ -16,8 +16,7 @@
@Fluent
public final class ExecutePipelineActivityPolicy {
/*
- * When set to true, Input from activity is considered as secure and will
- * not be logged to monitoring.
+ * When set to true, Input from activity is considered as secure and will not be logged to monitoring.
*/
@JsonProperty(value = "secureInput")
private Boolean secureInput;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutionActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutionActivity.java
index a47bdd5f427c..46f61acdf816 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutionActivity.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutionActivity.java
@@ -42,7 +42,9 @@
@JsonSubTypes.Type(name = "DatabricksSparkPython", value = DatabricksSparkPythonActivity.class),
@JsonSubTypes.Type(name = "AzureFunctionActivity", value = AzureFunctionActivity.class),
@JsonSubTypes.Type(name = "ExecuteDataFlow", value = ExecuteDataFlowActivity.class),
- @JsonSubTypes.Type(name = "Script", value = ScriptActivity.class)
+ @JsonSubTypes.Type(name = "Script", value = ScriptActivity.class),
+ @JsonSubTypes.Type(name = "SynapseNotebook", value = SynapseNotebookActivity.class),
+ @JsonSubTypes.Type(name = "SparkJob", value = SynapseSparkJobDefinitionActivity.class)
})
@Fluent
public class ExecutionActivity extends Activity {
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerReadSettings.java
index 6527e26651d5..b2e427bf664a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerReadSettings.java
@@ -15,30 +15,27 @@
@Fluent
public final class FileServerReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * FileServer wildcardFolderPath. Type: string (or Expression with
- * resultType string).
+ * FileServer wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * FileServer wildcardFileName. Type: string (or Expression with resultType
- * string).
+ * FileServer wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -50,38 +47,34 @@ public final class FileServerReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
/*
- * Specify a filter to be used to select a subset of files in the
- * folderPath rather than all files. Type: string (or Expression with
- * resultType string).
+ * Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "fileFilter")
private Object fileFilter;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileSystemSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileSystemSource.java
index 1cab83b41e78..88f76d675f6f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileSystemSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileSystemSource.java
@@ -15,16 +15,15 @@
@Fluent
public final class FileSystemSource extends CopySource {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpReadSettings.java
index f220d73891f5..cda82e781f85 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpReadSettings.java
@@ -15,22 +15,20 @@
@Fluent
public final class FtpReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * Ftp wildcardFolderPath. Type: string (or Expression with resultType
- * string).
+ * Ftp wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * Ftp wildcardFileName. Type: string (or Expression with resultType
- * string).
+ * Ftp wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
@@ -42,24 +40,22 @@ public final class FtpReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -71,8 +67,8 @@ public final class FtpReadSettings extends StoreReadSettings {
private Boolean useBinaryTransfer;
/*
- * If true, disable parallel reading within each file. Default is false.
- * Type: boolean (or Expression with resultType boolean).
+ * If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "disableChunking")
private Object disableChunking;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsSource.java
index 1afda2d7fd97..1840362f2fad 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class GoogleAdWordsSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQuerySource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQuerySource.java
index 4a1dbcaae72b..d121c2efbf6f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQuerySource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQuerySource.java
@@ -15,8 +15,7 @@
@Fluent
public final class GoogleBigQuerySource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLocation.java
index d1e46790aad1..202f9f74affa 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLocation.java
@@ -15,15 +15,13 @@
@Fluent
public final class GoogleCloudStorageLocation extends DatasetLocation {
/*
- * Specify the bucketName of Google Cloud Storage. Type: string (or
- * Expression with resultType string)
+ * Specify the bucketName of Google Cloud Storage. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "bucketName")
private Object bucketName;
/*
- * Specify the version of Google Cloud Storage. Type: string (or Expression
- * with resultType string).
+ * Specify the version of Google Cloud Storage. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "version")
private Object version;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageReadSettings.java
index 9c27b3b8fe72..ec3798ac292a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageReadSettings.java
@@ -15,37 +15,33 @@
@Fluent
public final class GoogleCloudStorageReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * Google Cloud Storage wildcardFolderPath. Type: string (or Expression
- * with resultType string).
+ * Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * Google Cloud Storage wildcardFileName. Type: string (or Expression with
- * resultType string).
+ * Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * The prefix filter for the Google Cloud Storage object name. Type: string
- * (or Expression with resultType string).
+ * The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "prefix")
private Object prefix;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -57,30 +53,27 @@ public final class GoogleCloudStorageReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumSource.java
index 1b0643529507..47b21fffb27d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class GreenplumSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseSource.java
index b69b28a8a792..64f0fc1e31f1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class HBaseSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsReadSettings.java
index f3575a1e503c..17d9ce246468 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsReadSettings.java
@@ -15,30 +15,27 @@
@Fluent
public final class HdfsReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * HDFS wildcardFolderPath. Type: string (or Expression with resultType
- * string).
+ * HDFS wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * HDFS wildcardFileName. Type: string (or Expression with resultType
- * string).
+ * HDFS wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -50,22 +47,20 @@ public final class HdfsReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
@@ -77,9 +72,8 @@ public final class HdfsReadSettings extends StoreReadSettings {
private DistcpSettings distcpSettings;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsSource.java
index a1aea5b39c97..846aa76ee77e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsSource.java
@@ -15,8 +15,8 @@
@Fluent
public final class HdfsSource extends CopySource {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveSource.java
index 9b5e574fc363..c250a82e3585 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class HiveSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java
index 853292300b8d..46489bc864dc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java
@@ -62,7 +62,7 @@ public HttpLinkedService withAnnotations(List annotations) {
}
/**
- * Get the url property: The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or
+ * Get the url property: The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or
* Expression with resultType string).
*
* @return the url value.
@@ -72,7 +72,7 @@ public Object url() {
}
/**
- * Set the url property: The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or
+ * Set the url property: The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or
* Expression with resultType string).
*
* @param url the url value to set.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpReadSettings.java
index 0b0d53e8e7be..015a342d9f98 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpReadSettings.java
@@ -15,29 +15,28 @@
@Fluent
public final class HttpReadSettings extends StoreReadSettings {
/*
- * The HTTP method used to call the RESTful API. The default is GET. Type:
- * string (or Expression with resultType string).
+ * The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "requestMethod")
private Object requestMethod;
/*
- * The HTTP request body to the RESTful API if requestMethod is POST. Type:
- * string (or Expression with resultType string).
+ * The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "requestBody")
private Object requestBody;
/*
- * The additional HTTP headers in the request to the RESTful API. Type:
- * string (or Expression with resultType string).
+ * The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "additionalHeaders")
private Object additionalHeaders;
/*
- * Specifies the timeout for a HTTP client to get HTTP response from HTTP
- * server.
+ * Specifies the timeout for a HTTP client to get HTTP response from HTTP server.
*/
@JsonProperty(value = "requestTimeout")
private Object requestTimeout;
@@ -49,8 +48,8 @@ public final class HttpReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpServerLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpServerLocation.java
index 98e2ab75596d..72270425a590 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpServerLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpServerLocation.java
@@ -15,8 +15,7 @@
@Fluent
public final class HttpServerLocation extends DatasetLocation {
/*
- * Specify the relativeUrl of http server. Type: string (or Expression with
- * resultType string)
+ * Specify the relativeUrl of http server. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "relativeUrl")
private Object relativeUrl;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpSource.java
index 0fc6e9bcd770..10f3208115c3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpSource.java
@@ -15,10 +15,8 @@
@Fluent
public final class HttpSource extends CopySource {
/*
- * Specifies the timeout for a HTTP client to get HTTP response from HTTP
- * server. The default value is equivalent to
- * System.Net.HttpWebRequest.Timeout. Type: string (or Expression with
- * resultType string), pattern:
+ * Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent
+ * to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "httpRequestTimeout")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotSource.java
index eced8ac3111d..99fb31a1a329 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class HubspotSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaSource.java
index d2d55f0348c4..6af61498a29b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class ImpalaSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixSink.java
index 9d39ac01d746..e8a147490ea3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixSink.java
@@ -15,8 +15,7 @@
@Fluent
public final class InformixSink extends CopySink {
/*
- * A query to execute before starting the copy. Type: string (or Expression
- * with resultType string).
+ * A query to execute before starting the copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntime.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntime.java
index 83eb59623bcd..3b6b446c51b1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntime.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntime.java
@@ -35,8 +35,7 @@ public class IntegrationRuntime {
private String description;
/*
- * Azure Data Factory nested object which serves as a compute resource for
- * activities.
+ * Azure Data Factory nested object which serves as a compute resource for activities.
*/
@JsonIgnore private Map additionalProperties;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeComputeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeComputeProperties.java
index 98d3230d846f..29ba1a5a6f61 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeComputeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeComputeProperties.java
@@ -16,8 +16,7 @@
@Fluent
public final class IntegrationRuntimeComputeProperties {
/*
- * The location for managed integration runtime. The supported regions
- * could be found on
+ * The location for managed integration runtime. The supported regions could be found on
* https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
*/
@JsonProperty(value = "location")
@@ -36,8 +35,7 @@ public final class IntegrationRuntimeComputeProperties {
private Integer numberOfNodes;
/*
- * Maximum parallel executions count per node for managed integration
- * runtime.
+ * Maximum parallel executions count per node for managed integration runtime.
*/
@JsonProperty(value = "maxParallelExecutionsPerNode")
private Integer maxParallelExecutionsPerNode;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeCustomSetupScriptProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeCustomSetupScriptProperties.java
index 55718015dfcb..44b965f07352 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeCustomSetupScriptProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeCustomSetupScriptProperties.java
@@ -11,8 +11,7 @@
@Fluent
public final class IntegrationRuntimeCustomSetupScriptProperties {
/*
- * The URI of the Azure blob container that contains the custom setup
- * script.
+ * The URI of the Azure blob container that contains the custom setup script.
*/
@JsonProperty(value = "blobContainerUri")
private String blobContainerUri;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeDataFlowProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeDataFlowProperties.java
index 0d7b3c7b7b06..1c17af55ed24 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeDataFlowProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeDataFlowProperties.java
@@ -22,23 +22,21 @@ public final class IntegrationRuntimeDataFlowProperties {
private DataFlowComputeType computeType;
/*
- * Core count of the cluster which will execute data flow job. Supported
- * values are: 8, 16, 32, 48, 80, 144 and 272.
+ * Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and
+ * 272.
*/
@JsonProperty(value = "coreCount")
private Integer coreCount;
/*
- * Time to live (in minutes) setting of the cluster which will execute data
- * flow job.
+ * Time to live (in minutes) setting of the cluster which will execute data flow job.
*/
@JsonProperty(value = "timeToLive")
private Integer timeToLive;
/*
- * Cluster will not be recycled and it will be used in next data flow
- * activity run until TTL (time to live) is reached if this is set as
- * false. Default is true.
+ * Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is
+ * reached if this is set as false. Default is true.
*/
@JsonProperty(value = "cleanup")
private Boolean cleanup;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogInfo.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogInfo.java
index 7e6e59eb0952..fea4653e1e2f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogInfo.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogInfo.java
@@ -34,15 +34,14 @@ public final class IntegrationRuntimeSsisCatalogInfo {
private SecureString catalogAdminPassword;
/*
- * The pricing tier for the catalog database. The valid values could be
- * found in https://azure.microsoft.com/en-us/pricing/details/sql-database/
+ * The pricing tier for the catalog database. The valid values could be found in
+ * https://azure.microsoft.com/en-us/pricing/details/sql-database/
*/
@JsonProperty(value = "catalogPricingTier")
private IntegrationRuntimeSsisCatalogPricingTier catalogPricingTier;
/*
- * The dual standby pair name of Azure-SSIS Integration Runtimes to support
- * SSISDB failover.
+ * The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover.
*/
@JsonProperty(value = "dualStandbyPairName")
private String dualStandbyPairName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisProperties.java
index 5cc220892635..73e927b96b5d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisProperties.java
@@ -29,8 +29,7 @@ public final class IntegrationRuntimeSsisProperties {
private IntegrationRuntimeLicenseType licenseType;
/*
- * Custom setup script properties for a managed dedicated integration
- * runtime.
+ * Custom setup script properties for a managed dedicated integration runtime.
*/
@JsonProperty(value = "customSetupScriptProperties")
private IntegrationRuntimeCustomSetupScriptProperties customSetupScriptProperties;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeVNetProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeVNetProperties.java
index 9c7974535e50..206bcf524d84 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeVNetProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeVNetProperties.java
@@ -29,15 +29,13 @@ public final class IntegrationRuntimeVNetProperties {
private String subnet;
/*
- * Resource IDs of the public IP addresses that this integration runtime
- * will use.
+ * Resource IDs of the public IP addresses that this integration runtime will use.
*/
@JsonProperty(value = "publicIPs")
private List publicIPs;
/*
- * The ID of subnet, to which this Azure-SSIS integration runtime will be
- * joined.
+ * The ID of subnet, to which this Azure-SSIS integration runtime will be joined.
*/
@JsonProperty(value = "subnetId")
private String subnetId;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraSource.java
index 79fc9c88f694..f16c7fc54eaf 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class JiraSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonFormat.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonFormat.java
index e2cffcf8cbdc..6662f4bd8023 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonFormat.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonFormat.java
@@ -15,45 +15,40 @@
@Fluent
public final class JsonFormat extends DatasetStorageFormat {
/*
- * File pattern of JSON. To be more specific, the way of separating a
- * collection of JSON objects. The default value is 'setOfObjects'. It is
- * case-sensitive.
+ * File pattern of JSON. To be more specific, the way of separating a collection of JSON objects. The default value
+ * is 'setOfObjects'. It is case-sensitive.
*/
@JsonProperty(value = "filePattern")
private Object filePattern;
/*
- * The character used to separate nesting levels. Default value is '.'
- * (dot). Type: string (or Expression with resultType string).
+ * The character used to separate nesting levels. Default value is '.' (dot). Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "nestingSeparator")
private Object nestingSeparator;
/*
- * The code page name of the preferred encoding. If not provided, the
- * default value is 'utf-8', unless the byte order mark (BOM) denotes
- * another Unicode encoding. The full list of supported values can be found
- * in the 'Name' column of the table of encodings in the following
- * reference: https://go.microsoft.com/fwlink/?linkid=861078. Type: string
- * (or Expression with resultType string).
+ * The code page name of the preferred encoding. If not provided, the default value is 'utf-8', unless the byte
+ * order mark (BOM) denotes another Unicode encoding. The full list of supported values can be found in the 'Name'
+ * column of the table of encodings in the following reference: https://go.microsoft.com/fwlink/?linkid=861078.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "encodingName")
private Object encodingName;
/*
- * The JSONPath of the JSON array element to be flattened. Example:
- * "$.ArrayPath". Type: string (or Expression with resultType string).
+ * The JSONPath of the JSON array element to be flattened. Example: "$.ArrayPath". Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "jsonNodeReference")
private Object jsonNodeReference;
/*
- * The JSONPath definition for each column mapping with a customized column
- * name to extract data from JSON file. For fields under root object, start
- * with "$"; for fields inside the array chosen by jsonNodeReference
- * property, start from the array element. Example: {"Column1":
- * "$.Column1Path", "Column2": "Column2PathInArray"}. Type: object (or
- * Expression with resultType object).
+ * The JSONPath definition for each column mapping with a customized column name to extract data from JSON file.
+ * For fields under root object, start with "$"; for fields inside the array chosen by jsonNodeReference property,
+ * start from the array element. Example: {"Column1": "$.Column1Path", "Column2": "Column2PathInArray"}. Type:
+ * object (or Expression with resultType object).
*/
@JsonProperty(value = "jsonPathDefinition")
private Object jsonPathDefinition;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonSource.java
index 521bd4beb270..00e144451386 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonSource.java
@@ -27,9 +27,8 @@ public final class JsonSource extends CopySource {
private JsonReadSettings formatSettings;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonWriteSettings.java
index 129d56e1d2eb..cd3b0bde2e54 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonWriteSettings.java
@@ -15,9 +15,8 @@
@Fluent
public final class JsonWriteSettings extends FormatWriteSettings {
/*
- * File pattern of JSON. This setting controls the way a collection of JSON
- * objects will be treated. The default value is 'setOfObjects'. It is
- * case-sensitive.
+ * File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default
+ * value is 'setOfObjects'. It is case-sensitive.
*/
@JsonProperty(value = "filePattern")
private Object filePattern;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedIntegrationRuntime.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedIntegrationRuntime.java
index 78934811e402..bafddf0d0a5b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedIntegrationRuntime.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedIntegrationRuntime.java
@@ -24,15 +24,13 @@ public final class LinkedIntegrationRuntime {
private String subscriptionId;
/*
- * The name of the data factory for which the linked integration runtime
- * belong to.
+ * The name of the data factory for which the linked integration runtime belong to.
*/
@JsonProperty(value = "dataFactoryName", access = JsonProperty.Access.WRITE_ONLY)
private String dataFactoryName;
/*
- * The location of the data factory for which the linked integration
- * runtime belong to.
+ * The location of the data factory for which the linked integration runtime belong to.
*/
@JsonProperty(value = "dataFactoryLocation", access = JsonProperty.Access.WRITE_ONLY)
private String dataFactoryLocation;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java
index 1dd7660ee5a2..aa2f3fa677b5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java
@@ -138,7 +138,8 @@
@JsonSubTypes.Type(name = "AzureDataExplorer", value = AzureDataExplorerLinkedService.class),
@JsonSubTypes.Type(name = "AzureFunction", value = AzureFunctionLinkedService.class),
@JsonSubTypes.Type(name = "Snowflake", value = SnowflakeLinkedService.class),
- @JsonSubTypes.Type(name = "SharePointOnlineList", value = SharePointOnlineListLinkedService.class)
+ @JsonSubTypes.Type(name = "SharePointOnlineList", value = SharePointOnlineListLinkedService.class),
+ @JsonSubTypes.Type(name = "AzureSynapseArtifacts", value = AzureSynapseArtifactsLinkedService.class)
})
@Fluent
public class LinkedService {
@@ -168,8 +169,8 @@ public class LinkedService {
private List annotations;
/*
- * The nested object which contains the information and credential which
- * can be used to connect with related store or compute resource.
+ * The nested object which contains the information and credential which can be used to connect with related store
+ * or compute resource.
*/
@JsonIgnore private Map additionalProperties;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogLocationSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogLocationSettings.java
index d3003b1dd1b3..2a59a55f9341 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogLocationSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogLocationSettings.java
@@ -18,8 +18,8 @@ public final class LogLocationSettings {
private LinkedServiceReference linkedServiceName;
/*
- * The path to storage for storing detailed logs of activity execution.
- * Type: string (or Expression with resultType string).
+ * The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "path")
private Object path;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogSettings.java
index 6758398c3a89..67de35165cbc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogSettings.java
@@ -12,8 +12,7 @@
@Fluent
public final class LogSettings {
/*
- * Specifies whether to enable copy activity log. Type: boolean (or
- * Expression with resultType boolean).
+ * Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "enableCopyActivityLog")
private Object enableCopyActivityLog;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogStorageSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogStorageSettings.java
index 85b39e2d8719..dd7f9edde234 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogStorageSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogStorageSettings.java
@@ -23,22 +23,20 @@ public final class LogStorageSettings {
private LinkedServiceReference linkedServiceName;
/*
- * The path to storage for storing detailed logs of activity execution.
- * Type: string (or Expression with resultType string).
+ * The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "path")
private Object path;
/*
- * Gets or sets the log level, support: Info, Warning. Type: string (or
- * Expression with resultType string).
+ * Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "logLevel")
private Object logLevel;
/*
- * Specifies whether to enable reliable logging. Type: boolean (or
- * Expression with resultType boolean).
+ * Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "enableReliableLogging")
private Object enableReliableLogging;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoSource.java
index fe36b3110adc..cd5945a49a3e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class MagentoSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java
index 2b3d89242f1b..5c29af3a6477 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java
@@ -17,8 +17,7 @@
@Fluent
public final class ManagedIntegrationRuntime extends IntegrationRuntime {
/*
- * Integration runtime state, only valid for managed dedicated integration
- * runtime.
+ * Integration runtime state, only valid for managed dedicated integration runtime.
*/
@JsonProperty(value = "state", access = JsonProperty.Access.WRITE_ONLY)
private IntegrationRuntimeState state;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedPrivateEndpoint.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedPrivateEndpoint.java
index 76b0918de3b5..d383588d2ebd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedPrivateEndpoint.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedPrivateEndpoint.java
@@ -41,8 +41,7 @@ public final class ManagedPrivateEndpoint {
private Boolean isReserved;
/*
- * The ARM resource ID of the resource to which the managed private
- * endpoint is created
+ * The ARM resource ID of the resource to which the managed private endpoint is created
*/
@JsonProperty(value = "privateLinkResourceId")
private String privateLinkResourceId;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBSource.java
index f414ad3d01ed..c0826c9cc352 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class MariaDBSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoSource.java
index 0ea9c1a5be16..9c186ea7c4af 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class MarketoSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MetadataItem.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MetadataItem.java
index 81c088840559..f708bf2c0846 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MetadataItem.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MetadataItem.java
@@ -11,15 +11,13 @@
@Fluent
public final class MetadataItem {
/*
- * Metadata item key name. Type: string (or Expression with resultType
- * string).
+ * Metadata item key name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "name")
private Object name;
/*
- * Metadata item value. Type: string (or Expression with resultType
- * string).
+ * Metadata item value. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "value")
private Object value;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSink.java
index 5e479f5f164c..61354b28d8cb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSink.java
@@ -15,8 +15,7 @@
@Fluent
public final class MicrosoftAccessSink extends CopySink {
/*
- * A query to execute before starting the copy. Type: string (or Expression
- * with resultType string).
+ * A query to execute before starting the copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSource.java
index f3e4baf8ff35..e714698e8a64 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSource.java
@@ -21,9 +21,8 @@ public final class MicrosoftAccessSource extends CopySource {
private Object query;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSink.java
index 46a4bc4b680d..70f800df43c8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSink.java
@@ -15,10 +15,9 @@
@Fluent
public final class MongoDbAtlasSink extends CopySink {
/*
- * Specifies whether the document with same key to be overwritten (upsert)
- * rather than throw exception (insert). The default value is "insert".
- * Type: string (or Expression with resultType string). Type: string (or
- * Expression with resultType string).
+ * Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert).
+ * The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "writeBehavior")
private Object writeBehavior;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSource.java
index 45a6ed60a84a..6594849dfe75 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSource.java
@@ -15,9 +15,8 @@
@Fluent
public final class MongoDbAtlasSource extends CopySource {
/*
- * Specifies selection filter using query operators. To return all
- * documents in a collection, omit this parameter or pass an empty document
- * ({}). Type: string (or Expression with resultType string).
+ * Specifies selection filter using query operators. To return all documents in a collection, omit this parameter
+ * or pass an empty document ({}). Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "filter")
private Object filter;
@@ -29,26 +28,23 @@ public final class MongoDbAtlasSource extends CopySource {
private MongoDbCursorMethodsProperties cursorMethods;
/*
- * Specifies the number of documents to return in each batch of the
- * response from MongoDB Atlas instance. In most cases, modifying the batch
- * size will not affect the user or the application. This property's main
- * purpose is to avoid hit the limitation of response size. Type: integer
- * (or Expression with resultType integer).
+ * Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most
+ * cases, modifying the batch size will not affect the user or the application. This property's main purpose is to
+ * avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "batchSize")
private Object batchSize;
/*
- * Query timeout. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Query timeout. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "queryTimeout")
private Object queryTimeout;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCursorMethodsProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCursorMethodsProperties.java
index bf485ff06baf..4ecd76945fc8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCursorMethodsProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCursorMethodsProperties.java
@@ -16,33 +16,29 @@
@Fluent
public final class MongoDbCursorMethodsProperties {
/*
- * Specifies the fields to return in the documents that match the query
- * filter. To return all fields in the matching documents, omit this
- * parameter. Type: string (or Expression with resultType string).
+ * Specifies the fields to return in the documents that match the query filter. To return all fields in the
+ * matching documents, omit this parameter. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "project")
private Object project;
/*
- * Specifies the order in which the query returns matching documents. Type:
- * string (or Expression with resultType string). Type: string (or
- * Expression with resultType string).
+ * Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType
+ * string). Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sort")
private Object sort;
/*
- * Specifies the how many documents skipped and where MongoDB begins
- * returning results. This approach may be useful in implementing paginated
- * results. Type: integer (or Expression with resultType integer).
+ * Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful
+ * in implementing paginated results. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "skip")
private Object skip;
/*
- * Specifies the maximum number of documents the server returns. limit() is
- * analogous to the LIMIT statement in a SQL database. Type: integer (or
- * Expression with resultType integer).
+ * Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a
+ * SQL database. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "limit")
private Object limit;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbSource.java
index 03b6a88ef08c..ecf622fab34f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbSource.java
@@ -15,16 +15,14 @@
@Fluent
public final class MongoDbSource extends CopySource {
/*
- * Database query. Should be a SQL-92 query expression. Type: string (or
- * Expression with resultType string).
+ * Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Sink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Sink.java
index b4b22de717b1..bfdfce7223e9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Sink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Sink.java
@@ -15,10 +15,9 @@
@Fluent
public final class MongoDbV2Sink extends CopySink {
/*
- * Specifies whether the document with same key to be overwritten (upsert)
- * rather than throw exception (insert). The default value is "insert".
- * Type: string (or Expression with resultType string). Type: string (or
- * Expression with resultType string).
+ * Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert).
+ * The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "writeBehavior")
private Object writeBehavior;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Source.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Source.java
index d9215c3df138..a55805a29427 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Source.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Source.java
@@ -15,9 +15,8 @@
@Fluent
public final class MongoDbV2Source extends CopySource {
/*
- * Specifies selection filter using query operators. To return all
- * documents in a collection, omit this parameter or pass an empty document
- * ({}). Type: string (or Expression with resultType string).
+ * Specifies selection filter using query operators. To return all documents in a collection, omit this parameter
+ * or pass an empty document ({}). Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "filter")
private Object filter;
@@ -29,26 +28,23 @@ public final class MongoDbV2Source extends CopySource {
private MongoDbCursorMethodsProperties cursorMethods;
/*
- * Specifies the number of documents to return in each batch of the
- * response from MongoDB instance. In most cases, modifying the batch size
- * will not affect the user or the application. This property's main
- * purpose is to avoid hit the limitation of response size. Type: integer
- * (or Expression with resultType integer).
+ * Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases,
+ * modifying the batch size will not affect the user or the application. This property's main purpose is to avoid
+ * hit the limitation of response size. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "batchSize")
private Object batchSize;
/*
- * Query timeout. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Query timeout. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "queryTimeout")
private Object queryTimeout;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaPartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaPartitionSettings.java
index ccbb68e617d6..3c8e43f7c232 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaPartitionSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaPartitionSettings.java
@@ -11,24 +11,22 @@
@Fluent
public final class NetezzaPartitionSettings {
/*
- * The name of the column in integer type that will be used for proceeding
- * range partitioning. Type: string (or Expression with resultType string).
+ * The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "partitionColumnName")
private Object partitionColumnName;
/*
- * The maximum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The maximum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionUpperBound")
private Object partitionUpperBound;
/*
- * The minimum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The minimum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionLowerBound")
private Object partitionLowerBound;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaSource.java
index 060c1fde21c4..c99db9f3ed14 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaSource.java
@@ -15,15 +15,14 @@
@Fluent
public final class NetezzaSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * The partition mechanism that will be used for Netezza read in parallel.
- * Possible values include: "None", "DataSlice", "DynamicRange".
+ * The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None",
+ * "DataSlice", "DynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameter.java
new file mode 100644
index 000000000000..020629682735
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameter.java
@@ -0,0 +1,72 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.annotation.Fluent;
+import com.fasterxml.jackson.annotation.JsonProperty;
+
+/** Notebook parameter. */
+@Fluent
+public final class NotebookParameter {
+ /*
+ * Notebook parameter value. Type: string (or Expression with resultType string).
+ */
+ @JsonProperty(value = "value")
+ private Object value;
+
+ /*
+ * Notebook parameter type.
+ */
+ @JsonProperty(value = "type")
+ private NotebookParameterType type;
+
+ /**
+ * Get the value property: Notebook parameter value. Type: string (or Expression with resultType string).
+ *
+ * @return the value value.
+ */
+ public Object value() {
+ return this.value;
+ }
+
+ /**
+ * Set the value property: Notebook parameter value. Type: string (or Expression with resultType string).
+ *
+ * @param value the value value to set.
+ * @return the NotebookParameter object itself.
+ */
+ public NotebookParameter withValue(Object value) {
+ this.value = value;
+ return this;
+ }
+
+ /**
+ * Get the type property: Notebook parameter type.
+ *
+ * @return the type value.
+ */
+ public NotebookParameterType type() {
+ return this.type;
+ }
+
+ /**
+ * Set the type property: Notebook parameter type.
+ *
+ * @param type the type value to set.
+ * @return the NotebookParameter object itself.
+ */
+ public NotebookParameter withType(NotebookParameterType type) {
+ this.type = type;
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ public void validate() {
+ }
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameterType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameterType.java
new file mode 100644
index 000000000000..c8779310bb0f
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameterType.java
@@ -0,0 +1,44 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import com.fasterxml.jackson.annotation.JsonCreator;
+import java.util.Collection;
+
+/** Defines values for NotebookParameterType. */
+public final class NotebookParameterType extends ExpandableStringEnum {
+ /** Static value string for NotebookParameterType. */
+ public static final NotebookParameterType STRING = fromString("string");
+
+ /** Static value int for NotebookParameterType. */
+ public static final NotebookParameterType INT = fromString("int");
+
+ /** Static value float for NotebookParameterType. */
+ public static final NotebookParameterType FLOAT = fromString("float");
+
+ /** Static value bool for NotebookParameterType. */
+ public static final NotebookParameterType BOOL = fromString("bool");
+
+ /**
+ * Creates or finds a NotebookParameterType from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding NotebookParameterType.
+ */
+ @JsonCreator
+ public static NotebookParameterType fromString(String name) {
+ return fromString(name, NotebookParameterType.class);
+ }
+
+ /**
+ * Gets known NotebookParameterType values.
+ *
+ * @return known NotebookParameterType values.
+ */
+ public static Collection values() {
+ return values(NotebookParameterType.class);
+ }
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookReferenceType.java
new file mode 100644
index 000000000000..2e01cfa2ddc6
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookReferenceType.java
@@ -0,0 +1,35 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import com.fasterxml.jackson.annotation.JsonCreator;
+import java.util.Collection;
+
+/** Defines values for NotebookReferenceType. */
+public final class NotebookReferenceType extends ExpandableStringEnum {
+ /** Static value NotebookReference for NotebookReferenceType. */
+ public static final NotebookReferenceType NOTEBOOK_REFERENCE = fromString("NotebookReference");
+
+ /**
+ * Creates or finds a NotebookReferenceType from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding NotebookReferenceType.
+ */
+ @JsonCreator
+ public static NotebookReferenceType fromString(String name) {
+ return fromString(name, NotebookReferenceType.class);
+ }
+
+ /**
+ * Gets known NotebookReferenceType values.
+ *
+ * @return known NotebookReferenceType values.
+ */
+ public static Collection values() {
+ return values(NotebookReferenceType.class);
+ }
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataSource.java
index f7345655a7ce..5c0349748a04 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataSource.java
@@ -15,25 +15,22 @@
@Fluent
public final class ODataSource extends CopySource {
/*
- * OData query. For example, "$top=1". Type: string (or Expression with
- * resultType string).
+ * OData query. For example, "$top=1". Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get
- * a response, not the timeout to read response data. Default value:
- * 00:05:00. Type: string (or Expression with resultType string), pattern:
+ * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read
+ * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "httpRequestTimeout")
private Object httpRequestTimeout;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcSink.java
index b0eac363095a..60c59ea86ac6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcSink.java
@@ -15,8 +15,7 @@
@Fluent
public final class OdbcSink extends CopySink {
/*
- * A query to execute before starting the copy. Type: string (or Expression
- * with resultType string).
+ * A query to execute before starting the copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Source.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Source.java
index 80bc2d53194c..033bfa855629 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Source.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Source.java
@@ -15,8 +15,7 @@
@Fluent
public final class Office365Source extends CopySource {
/*
- * The groups containing all the users. Type: array of strings (or
- * Expression with resultType array of strings).
+ * The groups containing all the users. Type: array of strings (or Expression with resultType array of strings).
*/
@JsonProperty(value = "allowedGroups")
private Object allowedGroups;
@@ -28,30 +27,27 @@ public final class Office365Source extends CopySource {
private Object userScopeFilterUri;
/*
- * The Column to apply the and . Type: string (or Expression with resultType string).
+ * The Column to apply the and . Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "dateFilterColumn")
private Object dateFilterColumn;
/*
- * Start time of the requested range for this dataset. Type: string (or
- * Expression with resultType string).
+ * Start time of the requested range for this dataset. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "startTime")
private Object startTime;
/*
- * End time of the requested range for this dataset. Type: string (or
- * Expression with resultType string).
+ * End time of the requested range for this dataset. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "endTime")
private Object endTime;
/*
- * The columns to be read out from the Office 365 table. Type: array of
- * objects (or Expression with resultType array of objects). Example: [ {
- * "name": "Id" }, { "name": "CreatedDateTime" } ]
+ * The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType
+ * array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ]
*/
@JsonProperty(value = "outputColumns")
private Object outputColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OperationListResponse.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OperationListResponse.java
index 3cb0f4f9fc72..ba7aa666ea4b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OperationListResponse.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OperationListResponse.java
@@ -13,8 +13,7 @@
@Fluent
public final class OperationListResponse {
/*
- * List of Data Factory operations supported by the Data Factory resource
- * provider.
+ * List of Data Factory operations supported by the Data Factory resource provider.
*/
@JsonProperty(value = "value")
private List value;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLocation.java
index f62e7351c440..d9dfcdc717a2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLocation.java
@@ -15,15 +15,13 @@
@Fluent
public final class OracleCloudStorageLocation extends DatasetLocation {
/*
- * Specify the bucketName of Oracle Cloud Storage. Type: string (or
- * Expression with resultType string)
+ * Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string)
*/
@JsonProperty(value = "bucketName")
private Object bucketName;
/*
- * Specify the version of Oracle Cloud Storage. Type: string (or Expression
- * with resultType string).
+ * Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "version")
private Object version;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageReadSettings.java
index 39aabd8f700d..bec9094de3a2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageReadSettings.java
@@ -15,37 +15,33 @@
@Fluent
public final class OracleCloudStorageReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression
- * with resultType string).
+ * Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * Oracle Cloud Storage wildcardFileName. Type: string (or Expression with
- * resultType string).
+ * Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
/*
- * The prefix filter for the Oracle Cloud Storage object name. Type: string
- * (or Expression with resultType string).
+ * The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "prefix")
private Object prefix;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
@@ -57,30 +53,27 @@ public final class OracleCloudStorageReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OraclePartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OraclePartitionSettings.java
index cc79dc4c1771..1c57b49e144f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OraclePartitionSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OraclePartitionSettings.java
@@ -17,24 +17,22 @@ public final class OraclePartitionSettings {
private Object partitionNames;
/*
- * The name of the column in integer type that will be used for proceeding
- * range partitioning. Type: string (or Expression with resultType string).
+ * The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "partitionColumnName")
private Object partitionColumnName;
/*
- * The maximum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The maximum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionUpperBound")
private Object partitionUpperBound;
/*
- * The minimum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The minimum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionLowerBound")
private Object partitionLowerBound;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleServiceCloudSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleServiceCloudSource.java
index ee1da1eea4d3..34a171d13217 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleServiceCloudSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleServiceCloudSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class OracleServiceCloudSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSink.java
index 6456d764c79a..d4069a19c5b2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSink.java
@@ -15,8 +15,7 @@
@Fluent
public final class OracleSink extends CopySink {
/*
- * SQL pre-copy script. Type: string (or Expression with resultType
- * string).
+ * SQL pre-copy script. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSource.java
index 2080459384ca..2742443dcc2b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSource.java
@@ -15,23 +15,21 @@
@Fluent
public final class OracleSource extends CopySource {
/*
- * Oracle reader query. Type: string (or Expression with resultType
- * string).
+ * Oracle reader query. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "oracleReaderQuery")
private Object oracleReaderQuery;
/*
- * Query timeout. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Query timeout. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "queryTimeout")
private Object queryTimeout;
/*
- * The partition mechanism that will be used for Oracle read in parallel.
- * Possible values include: "None", "PhysicalPartitionsOfTable",
- * "DynamicRange".
+ * The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None",
+ * "PhysicalPartitionsOfTable", "DynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
@@ -43,9 +41,8 @@ public final class OracleSource extends CopySource {
private OraclePartitionSettings partitionSettings;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcSource.java
index c4049153a60e..491eb627d24b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcSource.java
@@ -21,9 +21,8 @@ public final class OrcSource extends CopySource {
private StoreReadSettings storeSettings;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcWriteSettings.java
index 57dfc29feb12..b2e01d5325bd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcWriteSettings.java
@@ -15,17 +15,15 @@
@Fluent
public final class OrcWriteSettings extends FormatWriteSettings {
/*
- * Limit the written file's row count to be smaller than or equal to the
- * specified count. Type: integer (or Expression with resultType integer).
+ * Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or
+ * Expression with resultType integer).
*/
@JsonProperty(value = "maxRowsPerFile")
private Object maxRowsPerFile;
/*
- * Specifies the file name pattern
- * _. when copy from non-file
- * based store without partitionOptions. Type: string (or Expression with
- * resultType string).
+ * Specifies the file name pattern _. when copy from non-file based store
+ * without partitionOptions. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileNamePrefix")
private Object fileNamePrefix;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetSource.java
index 379b52a27cb3..3c994078aae5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetSource.java
@@ -21,9 +21,8 @@ public final class ParquetSource extends CopySource {
private StoreReadSettings storeSettings;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetWriteSettings.java
index 8aba341488a1..c2ec5d32a1a1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetWriteSettings.java
@@ -15,17 +15,15 @@
@Fluent
public final class ParquetWriteSettings extends FormatWriteSettings {
/*
- * Limit the written file's row count to be smaller than or equal to the
- * specified count. Type: integer (or Expression with resultType integer).
+ * Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or
+ * Expression with resultType integer).
*/
@JsonProperty(value = "maxRowsPerFile")
private Object maxRowsPerFile;
/*
- * Specifies the file name pattern
- * _. when copy from non-file
- * based store without partitionOptions. Type: string (or Expression with
- * resultType string).
+ * Specifies the file name pattern _. when copy from non-file based store
+ * without partitionOptions. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileNamePrefix")
private Object fileNamePrefix;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PaypalSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PaypalSource.java
index ef23272add00..6691eb5258cc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PaypalSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PaypalSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class PaypalSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixSource.java
index c95cef6e6c1f..036e686a8244 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class PhoenixSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettings.java
index af085c141adc..fe70b1da5af5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettings.java
@@ -22,25 +22,22 @@ public final class PolybaseSettings {
private PolybaseSettingsRejectType rejectType;
/*
- * Specifies the value or the percentage of rows that can be rejected
- * before the query fails. Type: number (or Expression with resultType
- * number), minimum: 0.
+ * Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or
+ * Expression with resultType number), minimum: 0.
*/
@JsonProperty(value = "rejectValue")
private Object rejectValue;
/*
- * Determines the number of rows to attempt to retrieve before the PolyBase
- * recalculates the percentage of rejected rows. Type: integer (or
- * Expression with resultType integer), minimum: 0.
+ * Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected
+ * rows. Type: integer (or Expression with resultType integer), minimum: 0.
*/
@JsonProperty(value = "rejectSampleValue")
private Object rejectSampleValue;
/*
- * Specifies how to handle missing values in delimited text files when
- * PolyBase retrieves data from the text file. Type: boolean (or Expression
- * with resultType boolean).
+ * Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file.
+ * Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "useTypeDefault")
private Object useTypeDefault;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoSource.java
index d34323d6bac8..fd27fef065bb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class PrestoSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/QuickBooksSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/QuickBooksSource.java
index adb82cff0754..b1a2e135aaa5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/QuickBooksSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/QuickBooksSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class QuickBooksSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedirectIncompatibleRowSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedirectIncompatibleRowSettings.java
index 3dc60ed627d9..46930d87c2c2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedirectIncompatibleRowSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedirectIncompatibleRowSettings.java
@@ -17,17 +17,15 @@
@Fluent
public final class RedirectIncompatibleRowSettings {
/*
- * Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked
- * service used for redirecting incompatible row. Must be specified if
- * redirectIncompatibleRowSettings is specified. Type: string (or
- * Expression with resultType string).
+ * Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting
+ * incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "linkedServiceName", required = true)
private Object linkedServiceName;
/*
- * The path for storing the redirect incompatible row data. Type: string
- * (or Expression with resultType string).
+ * The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "path")
private Object path;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedshiftUnloadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedshiftUnloadSettings.java
index f004990bfb4a..60cb49cde584 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedshiftUnloadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedshiftUnloadSettings.java
@@ -16,17 +16,16 @@
@Fluent
public final class RedshiftUnloadSettings {
/*
- * The name of the Amazon S3 linked service which will be used for the
- * unload operation when copying from the Amazon Redshift source.
+ * The name of the Amazon S3 linked service which will be used for the unload operation when copying from the
+ * Amazon Redshift source.
*/
@JsonProperty(value = "s3LinkedServiceName", required = true)
private LinkedServiceReference s3LinkedServiceName;
/*
- * The bucket of the interim Amazon S3 which will be used to store the
- * unloaded data from Amazon Redshift source. The bucket must be in the
- * same region as the Amazon Redshift source. Type: string (or Expression
- * with resultType string).
+ * The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source.
+ * The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "bucketName", required = true)
private Object bucketName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RelationalSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RelationalSource.java
index 2c08bad99303..058b8302e280 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RelationalSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RelationalSource.java
@@ -21,9 +21,8 @@ public final class RelationalSource extends CopySource {
private Object query;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ResponsysSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ResponsysSource.java
index 85df5870482d..9b316738b728 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ResponsysSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ResponsysSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class ResponsysSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSink.java
index fca4a4e2ccab..6fa0a1839703 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSink.java
@@ -15,23 +15,22 @@
@Fluent
public final class RestSink extends CopySink {
/*
- * The HTTP method used to call the RESTful API. The default is POST. Type:
- * string (or Expression with resultType string).
+ * The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "requestMethod")
private Object requestMethod;
/*
- * The additional HTTP headers in the request to the RESTful API. Type:
- * string (or Expression with resultType string).
+ * The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "additionalHeaders")
private Object additionalHeaders;
/*
- * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get
- * a response, not the timeout to read response data. Default value:
- * 00:01:40. Type: string (or Expression with resultType string), pattern:
+ * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read
+ * response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "httpRequestTimeout")
@@ -44,9 +43,8 @@ public final class RestSink extends CopySink {
private Object requestInterval;
/*
- * Http Compression Type to Send data in compressed format with Optimal
- * Compression Level, Default is None. And The Only Supported option is
- * Gzip.
+ * Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The
+ * Only Supported option is Gzip.
*/
@JsonProperty(value = "httpCompressionType")
private Object httpCompressionType;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSource.java
index b58a926bfe3b..26321367070b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSource.java
@@ -15,37 +15,35 @@
@Fluent
public final class RestSource extends CopySource {
/*
- * The HTTP method used to call the RESTful API. The default is GET. Type:
- * string (or Expression with resultType string).
+ * The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "requestMethod")
private Object requestMethod;
/*
- * The HTTP request body to the RESTful API if requestMethod is POST. Type:
- * string (or Expression with resultType string).
+ * The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "requestBody")
private Object requestBody;
/*
- * The additional HTTP headers in the request to the RESTful API. Type:
- * string (or Expression with resultType string).
+ * The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "additionalHeaders")
private Object additionalHeaders;
/*
- * The pagination rules to compose next page requests. Type: string (or
- * Expression with resultType string).
+ * The pagination rules to compose next page requests. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "paginationRules")
private Object paginationRules;
/*
- * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get
- * a response, not the timeout to read response data. Default value:
- * 00:01:40. Type: string (or Expression with resultType string), pattern:
+ * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read
+ * response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "httpRequestTimeout")
@@ -58,9 +56,8 @@ public final class RestSource extends CopySource {
private Object requestInterval;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RetryPolicy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RetryPolicy.java
index e7beea616ed9..5e0713cf65a7 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RetryPolicy.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RetryPolicy.java
@@ -11,8 +11,8 @@
@Fluent
public final class RetryPolicy {
/*
- * Maximum ordinary retry attempts. Default is 0. Type: integer (or
- * Expression with resultType integer), minimum: 0.
+ * Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum:
+ * 0.
*/
@JsonProperty(value = "count")
private Object count;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunFilterParameters.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunFilterParameters.java
index 436317e46088..e338b5d9ec13 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunFilterParameters.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunFilterParameters.java
@@ -14,22 +14,19 @@
@Fluent
public final class RunFilterParameters {
/*
- * The continuation token for getting the next page of results. Null for
- * first page.
+ * The continuation token for getting the next page of results. Null for first page.
*/
@JsonProperty(value = "continuationToken")
private String continuationToken;
/*
- * The time at or after which the run event was updated in 'ISO 8601'
- * format.
+ * The time at or after which the run event was updated in 'ISO 8601' format.
*/
@JsonProperty(value = "lastUpdatedAfter", required = true)
private OffsetDateTime lastUpdatedAfter;
/*
- * The time at or before which the run event was updated in 'ISO 8601'
- * format.
+ * The time at or before which the run event was updated in 'ISO 8601' format.
*/
@JsonProperty(value = "lastUpdatedBefore", required = true)
private OffsetDateTime lastUpdatedBefore;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilter.java
index 9dbd1e4f2319..b9e40ac5de33 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilter.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilter.java
@@ -13,11 +13,9 @@
@Fluent
public final class RunQueryFilter {
/*
- * Parameter name to be used for filter. The allowed operands to query
- * pipeline runs are PipelineName, RunStart, RunEnd and Status; to query
- * activity runs are ActivityName, ActivityRunStart, ActivityRunEnd,
- * ActivityType and Status, and to query trigger runs are TriggerName,
- * TriggerRunTimestamp and Status.
+ * Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart,
+ * RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and
+ * Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status.
*/
@JsonProperty(value = "operand", required = true)
private RunQueryFilterOperand operand;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderBy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderBy.java
index 5f1be6fc6754..d268a5460aca 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderBy.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderBy.java
@@ -12,11 +12,9 @@
@Fluent
public final class RunQueryOrderBy {
/*
- * Parameter name to be used for order by. The allowed parameters to order
- * by for pipeline runs are PipelineName, RunStart, RunEnd and Status; for
- * activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and
- * Status; for trigger runs are TriggerName, TriggerRunTimestamp and
- * Status.
+ * Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName,
+ * RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status;
+ * for trigger runs are TriggerName, TriggerRunTimestamp and Status.
*/
@JsonProperty(value = "orderBy", required = true)
private RunQueryOrderByField orderBy;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceMarketingCloudSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceMarketingCloudSource.java
index 2e108e595f8a..8baf31ec5f16 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceMarketingCloudSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceMarketingCloudSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class SalesforceMarketingCloudSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSink.java
index eb58d49f9371..90a1f6a6f372 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSink.java
@@ -21,21 +21,18 @@ public final class SalesforceServiceCloudSink extends CopySink {
private SalesforceSinkWriteBehavior writeBehavior;
/*
- * The name of the external ID field for upsert operation. Default value is
- * 'Id' column. Type: string (or Expression with resultType string).
+ * The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "externalIdFieldName")
private Object externalIdFieldName;
/*
- * The flag indicating whether or not to ignore null values from input
- * dataset (except key fields) during write operation. Default value is
- * false. If set it to true, it means ADF will leave the data in the
- * destination object unchanged when doing upsert/update operation and
- * insert defined default value when doing insert operation, versus ADF
- * will update the data in the destination object to NULL when doing
- * upsert/update operation and insert NULL value when doing insert
- * operation. Type: boolean (or Expression with resultType boolean).
+ * The flag indicating whether or not to ignore null values from input dataset (except key fields) during write
+ * operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object
+ * unchanged when doing upsert/update operation and insert defined default value when doing insert operation,
+ * versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert
+ * NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "ignoreNullValues")
private Object ignoreNullValues;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSource.java
index 65b4b68a61bb..bf89607eefc9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSource.java
@@ -27,9 +27,8 @@ public final class SalesforceServiceCloudSource extends CopySource {
private SalesforceSourceReadBehavior readBehavior;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSink.java
index 0d02cc7b5a8e..2809a945ae50 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSink.java
@@ -21,21 +21,18 @@ public final class SalesforceSink extends CopySink {
private SalesforceSinkWriteBehavior writeBehavior;
/*
- * The name of the external ID field for upsert operation. Default value is
- * 'Id' column. Type: string (or Expression with resultType string).
+ * The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "externalIdFieldName")
private Object externalIdFieldName;
/*
- * The flag indicating whether or not to ignore null values from input
- * dataset (except key fields) during write operation. Default value is
- * false. If set it to true, it means ADF will leave the data in the
- * destination object unchanged when doing upsert/update operation and
- * insert defined default value when doing insert operation, versus ADF
- * will update the data in the destination object to NULL when doing
- * upsert/update operation and insert NULL value when doing insert
- * operation. Type: boolean (or Expression with resultType boolean).
+ * The flag indicating whether or not to ignore null values from input dataset (except key fields) during write
+ * operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object
+ * unchanged when doing upsert/update operation and insert defined default value when doing insert operation,
+ * versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert
+ * NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "ignoreNullValues")
private Object ignoreNullValues;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSink.java
index 57ad6ccd5ec2..a55bbea1d564 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSink.java
@@ -21,9 +21,8 @@ public final class SapCloudForCustomerSink extends CopySink {
private SapCloudForCustomerSinkWriteBehavior writeBehavior;
/*
- * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get
- * a response, not the timeout to read response data. Default value:
- * 00:05:00. Type: string (or Expression with resultType string), pattern:
+ * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read
+ * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "httpRequestTimeout")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSource.java
index 6b53cb6a41a0..ce1766bc0159 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSource.java
@@ -15,16 +15,14 @@
@Fluent
public final class SapCloudForCustomerSource extends TabularSource {
/*
- * SAP Cloud for Customer OData query. For example, "$top=1". Type: string
- * (or Expression with resultType string).
+ * SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get
- * a response, not the timeout to read response data. Default value:
- * 00:05:00. Type: string (or Expression with resultType string), pattern:
+ * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read
+ * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "httpRequestTimeout")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapEccSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapEccSource.java
index 649c5c756239..6e67db95e0ed 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapEccSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapEccSource.java
@@ -15,16 +15,14 @@
@Fluent
public final class SapEccSource extends TabularSource {
/*
- * SAP ECC OData query. For example, "$top=1". Type: string (or Expression
- * with resultType string).
+ * SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get
- * a response, not the timeout to read response data. Default value:
- * 00:05:00. Type: string (or Expression with resultType string), pattern:
+ * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read
+ * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern:
* ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "httpRequestTimeout")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaPartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaPartitionSettings.java
index af4384608c4d..2fb7bd378bb4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaPartitionSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaPartitionSettings.java
@@ -11,8 +11,8 @@
@Fluent
public final class SapHanaPartitionSettings {
/*
- * The name of the column that will be used for proceeding range
- * partitioning. Type: string (or Expression with resultType string).
+ * The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "partitionColumnName")
private Object partitionColumnName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaSource.java
index bedfd16d29da..963406101d45 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaSource.java
@@ -21,16 +21,14 @@ public final class SapHanaSource extends TabularSource {
private Object query;
/*
- * The packet size of data read from SAP HANA. Type: integer(or Expression
- * with resultType integer).
+ * The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer).
*/
@JsonProperty(value = "packetSize")
private Object packetSize;
/*
- * The partition mechanism that will be used for SAP HANA read in parallel.
- * Possible values include: "None", "PhysicalPartitionsOfTable",
- * "SapHanaDynamicRange".
+ * The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None",
+ * "PhysicalPartitionsOfTable", "SapHanaDynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOdpSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOdpSource.java
index 805fb5fd02dc..11a7986239b2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOdpSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOdpSource.java
@@ -15,30 +15,28 @@
@Fluent
public final class SapOdpSource extends TabularSource {
/*
- * The extraction mode. Allowed value include: Full, Delta and Recovery.
- * The default value is Full. Type: string (or Expression with resultType
- * string).
+ * The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "extractionMode")
private Object extractionMode;
/*
- * The subscriber process to manage the delta process. Type: string (or
- * Expression with resultType string).
+ * The subscriber process to manage the delta process. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "subscriberProcess")
private Object subscriberProcess;
/*
- * Specifies the selection conditions from source data. Type: array of
- * objects(selection) (or Expression with resultType array of objects).
+ * Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with
+ * resultType array of objects).
*/
@JsonProperty(value = "selection")
private Object selection;
/*
- * Specifies the columns to be selected from source data. Type: array of
- * objects(projection) (or Expression with resultType array of objects).
+ * Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with
+ * resultType array of objects).
*/
@JsonProperty(value = "projection")
private Object projection;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubLinkedService.java
index 2f6095389a3d..e2d38b21b398 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubLinkedService.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubLinkedService.java
@@ -19,8 +19,7 @@
@Fluent
public final class SapOpenHubLinkedService extends LinkedService {
/*
- * Properties specific to SAP Business Warehouse Open Hub Destination
- * linked service type.
+ * Properties specific to SAP Business Warehouse Open Hub Destination linked service type.
*/
@JsonProperty(value = "typeProperties", required = true)
private SapOpenHubLinkedServiceTypeProperties innerTypeProperties = new SapOpenHubLinkedServiceTypeProperties();
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubSource.java
index 2f14c1e77532..b3fb3ee243fd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubSource.java
@@ -15,32 +15,29 @@
@Fluent
public final class SapOpenHubSource extends TabularSource {
/*
- * Whether to exclude the records of the last request. The default value is
- * true. Type: boolean (or Expression with resultType boolean).
+ * Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "excludeLastRequest")
private Object excludeLastRequest;
/*
- * The ID of request for delta loading. Once it is set, only data with
- * requestId larger than the value of this property will be retrieved. The
- * default value is 0. Type: integer (or Expression with resultType integer
- * ).
+ * The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this
+ * property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ).
*/
@JsonProperty(value = "baseRequestId")
private Object baseRequestId;
/*
- * Specifies the custom RFC function module that will be used to read data
- * from SAP Table. Type: string (or Expression with resultType string).
+ * Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "customRfcReadTableFunctionModule")
private Object customRfcReadTableFunctionModule;
/*
- * The single character that will be used as delimiter passed to SAP RFC as
- * well as splitting the output data retrieved. Type: string (or Expression
- * with resultType string).
+ * The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data
+ * retrieved. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sapDataColumnDelimiter")
private Object sapDataColumnDelimiter;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTablePartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTablePartitionSettings.java
index 19fe6f876389..818625a676cb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTablePartitionSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTablePartitionSettings.java
@@ -11,31 +11,29 @@
@Fluent
public final class SapTablePartitionSettings {
/*
- * The name of the column that will be used for proceeding range
- * partitioning. Type: string (or Expression with resultType string).
+ * The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "partitionColumnName")
private Object partitionColumnName;
/*
- * The maximum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The maximum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionUpperBound")
private Object partitionUpperBound;
/*
- * The minimum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The minimum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionLowerBound")
private Object partitionLowerBound;
/*
- * The maximum value of partitions the table will be split into. Type:
- * integer (or Expression with resultType string).
+ * The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "maxPartitionsNumber")
private Object maxPartitionsNumber;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTableSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTableSource.java
index e5783d44f503..3cbf232dc787 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTableSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTableSource.java
@@ -15,61 +15,56 @@
@Fluent
public final class SapTableSource extends TabularSource {
/*
- * The number of rows to be retrieved. Type: integer(or Expression with
- * resultType integer).
+ * The number of rows to be retrieved. Type: integer(or Expression with resultType integer).
*/
@JsonProperty(value = "rowCount")
private Object rowCount;
/*
- * The number of rows that will be skipped. Type: integer (or Expression
- * with resultType integer).
+ * The number of rows that will be skipped. Type: integer (or Expression with resultType integer).
*/
@JsonProperty(value = "rowSkips")
private Object rowSkips;
/*
- * The fields of the SAP table that will be retrieved. For example,
- * column0, column1. Type: string (or Expression with resultType string).
+ * The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "rfcTableFields")
private Object rfcTableFields;
/*
- * The options for the filtering of the SAP Table. For example, COLUMN0 EQ
- * SOME VALUE. Type: string (or Expression with resultType string).
+ * The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "rfcTableOptions")
private Object rfcTableOptions;
/*
- * Specifies the maximum number of rows that will be retrieved at a time
- * when retrieving data from SAP Table. Type: integer (or Expression with
- * resultType integer).
+ * Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type:
+ * integer (or Expression with resultType integer).
*/
@JsonProperty(value = "batchSize")
private Object batchSize;
/*
- * Specifies the custom RFC function module that will be used to read data
- * from SAP Table. Type: string (or Expression with resultType string).
+ * Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or
+ * Expression with resultType string).
*/
@JsonProperty(value = "customRfcReadTableFunctionModule")
private Object customRfcReadTableFunctionModule;
/*
- * The single character that will be used as delimiter passed to SAP RFC as
- * well as splitting the output data retrieved. Type: string (or Expression
- * with resultType string).
+ * The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data
+ * retrieved. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sapDataColumnDelimiter")
private Object sapDataColumnDelimiter;
/*
- * The partition mechanism that will be used for SAP table read in
- * parallel. Possible values include: "None", "PartitionOnInt",
- * "PartitionOnCalendarYear", "PartitionOnCalendarMonth",
- * "PartitionOnCalendarDate", "PartitionOnTime".
+ * The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None",
+ * "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate",
+ * "PartitionOnTime".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameter.java
index c048be8d2714..90abc6bb3219 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameter.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameter.java
@@ -11,8 +11,7 @@
@Fluent
public final class ScriptActivityParameter {
/*
- * The name of the parameter. Type: string (or Expression with resultType
- * string).
+ * The name of the parameter. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "name")
private Object name;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfDependencyTumblingWindowTriggerReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfDependencyTumblingWindowTriggerReference.java
index 7f33956cb02e..86c465e89901 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfDependencyTumblingWindowTriggerReference.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfDependencyTumblingWindowTriggerReference.java
@@ -16,15 +16,14 @@
@Fluent
public final class SelfDependencyTumblingWindowTriggerReference extends DependencyReference {
/*
- * Timespan applied to the start time of a tumbling window when evaluating
- * dependency.
+ * Timespan applied to the start time of a tumbling window when evaluating dependency.
*/
@JsonProperty(value = "offset", required = true)
private String offset;
/*
- * The size of the window when evaluating the dependency. If undefined the
- * frequency of the tumbling window will be used.
+ * The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be
+ * used.
*/
@JsonProperty(value = "size")
private String size;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntime.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntime.java
index 61cab5dc2a52..ca7ddc6b46a4 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntime.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntime.java
@@ -16,8 +16,8 @@
@Fluent
public final class SelfHostedIntegrationRuntime extends IntegrationRuntime {
/*
- * When this property is not null, means this is a linked integration
- * runtime. The property is used to access original integration runtime.
+ * When this property is not null, means this is a linked integration runtime. The property is used to access
+ * original integration runtime.
*/
@JsonProperty(value = "typeProperties")
private SelfHostedIntegrationRuntimeTypeProperties innerTypeProperties;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowSource.java
index 514181493441..55bb44005441 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class ServiceNowSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpReadSettings.java
index c4c594f4325f..5fff0bb88cbd 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpReadSettings.java
@@ -15,22 +15,20 @@
@Fluent
public final class SftpReadSettings extends StoreReadSettings {
/*
- * If true, files under the folder path will be read recursively. Default
- * is true. Type: boolean (or Expression with resultType boolean).
+ * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "recursive")
private Object recursive;
/*
- * Sftp wildcardFolderPath. Type: string (or Expression with resultType
- * string).
+ * Sftp wildcardFolderPath. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFolderPath")
private Object wildcardFolderPath;
/*
- * Sftp wildcardFileName. Type: string (or Expression with resultType
- * string).
+ * Sftp wildcardFileName. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "wildcardFileName")
private Object wildcardFileName;
@@ -42,45 +40,41 @@ public final class SftpReadSettings extends StoreReadSettings {
private Boolean enablePartitionDiscovery;
/*
- * Specify the root path where partition discovery starts from. Type:
- * string (or Expression with resultType string).
+ * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType
+ * string).
*/
@JsonProperty(value = "partitionRootPath")
private Object partitionRootPath;
/*
- * Point to a text file that lists each file (relative path to the path
- * configured in the dataset) that you want to copy. Type: string (or
- * Expression with resultType string).
+ * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to
+ * copy. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "fileListPath")
private Object fileListPath;
/*
- * Indicates whether the source files need to be deleted after copy
- * completion. Default is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or
+ * Expression with resultType boolean).
*/
@JsonProperty(value = "deleteFilesAfterCompletion")
private Object deleteFilesAfterCompletion;
/*
- * The start of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The start of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeStart")
private Object modifiedDatetimeStart;
/*
- * The end of file's modified datetime. Type: string (or Expression with
- * resultType string).
+ * The end of file's modified datetime. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "modifiedDatetimeEnd")
private Object modifiedDatetimeEnd;
/*
- * If true, disable parallel reading within each file. Default is false.
- * Type: boolean (or Expression with resultType boolean).
+ * If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "disableChunking")
private Object disableChunking;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpWriteSettings.java
index 869d35985cf6..830878d05b70 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpWriteSettings.java
@@ -15,17 +15,15 @@
@Fluent
public final class SftpWriteSettings extends StoreWriteSettings {
/*
- * Specifies the timeout for writing each chunk to SFTP server. Default
- * value: 01:00:00 (one hour). Type: string (or Expression with resultType
- * string).
+ * Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "operationTimeout")
private Object operationTimeout;
/*
- * Upload to temporary file(s) and rename. Disable this option if your SFTP
- * server doesn't support rename operation. Type: boolean (or Expression
- * with resultType boolean).
+ * Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename
+ * operation. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "useTempFileRename")
private Object useTempFileRename;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SharePointOnlineListSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SharePointOnlineListSource.java
index 9ec9d1879168..b72eeb534837 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SharePointOnlineListSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SharePointOnlineListSource.java
@@ -15,16 +15,15 @@
@Fluent
public final class SharePointOnlineListSource extends CopySource {
/*
- * The OData query to filter the data in SharePoint Online list. For
- * example, "$top=1". Type: string (or Expression with resultType string).
+ * The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
/*
- * The wait time to get a response from SharePoint Online. Default value is
- * 5 minutes (00:05:00). Type: string (or Expression with resultType
- * string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or
+ * Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "httpRequestTimeout")
private Object httpRequestTimeout;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ShopifySource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ShopifySource.java
index 4130a9748c4b..fb343ed08033 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ShopifySource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ShopifySource.java
@@ -15,8 +15,7 @@
@Fluent
public final class ShopifySource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SkipErrorFile.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SkipErrorFile.java
index 9b95231c63aa..7df0f3ad6ea3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SkipErrorFile.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SkipErrorFile.java
@@ -11,15 +11,15 @@
@Fluent
public final class SkipErrorFile {
/*
- * Skip if file is deleted by other client during copy. Default is true.
- * Type: boolean (or Expression with resultType boolean).
+ * Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "fileMissing")
private Object fileMissing;
/*
- * Skip if source/sink file changed by other concurrent write. Default is
- * false. Type: boolean (or Expression with resultType boolean).
+ * Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "dataInconsistency")
private Object dataInconsistency;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeExportCopyCommand.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeExportCopyCommand.java
index 27ac6d88229f..e3f18dc3473c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeExportCopyCommand.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeExportCopyCommand.java
@@ -17,20 +17,18 @@
@Fluent
public final class SnowflakeExportCopyCommand extends ExportSettings {
/*
- * Additional copy options directly passed to snowflake Copy Command. Type:
- * key value pairs (value should be string type) (or Expression with
- * resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT":
- * "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
+ * Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string
+ * type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY",
+ * "TIME_FORMAT": "'HH24:MI:SS.FF'" }
*/
@JsonProperty(value = "additionalCopyOptions")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
private Map additionalCopyOptions;
/*
- * Additional format options directly passed to snowflake Copy Command.
- * Type: key value pairs (value should be string type) (or Expression with
- * resultType object). Example: "additionalFormatOptions": { "OVERWRITE":
- * "TRUE", "MAX_FILE_SIZE": "'FALSE'" }
+ * Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be
+ * string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE",
+ * "MAX_FILE_SIZE": "'FALSE'" }
*/
@JsonProperty(value = "additionalFormatOptions")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeImportCopyCommand.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeImportCopyCommand.java
index 018dfa6d24b7..0b103b28cd16 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeImportCopyCommand.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeImportCopyCommand.java
@@ -17,20 +17,18 @@
@Fluent
public final class SnowflakeImportCopyCommand extends ImportSettings {
/*
- * Additional copy options directly passed to snowflake Copy Command. Type:
- * key value pairs (value should be string type) (or Expression with
- * resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT":
- * "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" }
+ * Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string
+ * type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY",
+ * "TIME_FORMAT": "'HH24:MI:SS.FF'" }
*/
@JsonProperty(value = "additionalCopyOptions")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
private Map additionalCopyOptions;
/*
- * Additional format options directly passed to snowflake Copy Command.
- * Type: key value pairs (value should be string type) (or Expression with
- * resultType object). Example: "additionalFormatOptions": { "FORCE":
- * "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" }
+ * Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be
+ * string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE",
+ * "LOAD_UNCERTAIN_FILES": "'FALSE'" }
*/
@JsonProperty(value = "additionalFormatOptions")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSink.java
index 60da09a40d71..359391f16afc 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSink.java
@@ -15,8 +15,7 @@
@Fluent
public final class SnowflakeSink extends CopySink {
/*
- * SQL pre-copy script. Type: string (or Expression with resultType
- * string).
+ * SQL pre-copy script. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSource.java
index 304227ae2b42..3657b2ec2f81 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class SnowflakeSource extends CopySource {
/*
- * Snowflake Sql query. Type: string (or Expression with resultType
- * string).
+ * Snowflake Sql query. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkJobReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkJobReferenceType.java
new file mode 100644
index 000000000000..0fae1d1da696
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkJobReferenceType.java
@@ -0,0 +1,36 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.util.ExpandableStringEnum;
+import com.fasterxml.jackson.annotation.JsonCreator;
+import java.util.Collection;
+
+/** Defines values for SparkJobReferenceType. */
+public final class SparkJobReferenceType extends ExpandableStringEnum {
+ /** Static value SparkJobDefinitionReference for SparkJobReferenceType. */
+ public static final SparkJobReferenceType SPARK_JOB_DEFINITION_REFERENCE =
+ fromString("SparkJobDefinitionReference");
+
+ /**
+ * Creates or finds a SparkJobReferenceType from its string representation.
+ *
+ * @param name a name to look for.
+ * @return the corresponding SparkJobReferenceType.
+ */
+ @JsonCreator
+ public static SparkJobReferenceType fromString(String name) {
+ return fromString(name, SparkJobReferenceType.class);
+ }
+
+ /**
+ * Gets known SparkJobReferenceType values.
+ *
+ * @return known SparkJobReferenceType values.
+ */
+ public static Collection values() {
+ return values(SparkJobReferenceType.class);
+ }
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkSource.java
index ca3cd3846fa2..37800e531e2d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class SparkSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedProperties.java
index e9e0612fafc1..f4fba00d32a8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedProperties.java
@@ -12,23 +12,20 @@
@Fluent
public final class SqlAlwaysEncryptedProperties {
/*
- * Sql always encrypted AKV authentication type. Type: string (or
- * Expression with resultType string).
+ * Sql always encrypted AKV authentication type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "alwaysEncryptedAkvAuthType", required = true)
private SqlAlwaysEncryptedAkvAuthType alwaysEncryptedAkvAuthType;
/*
- * The client ID of the application in Azure Active Directory used for
- * Azure Key Vault authentication. Type: string (or Expression with
- * resultType string).
+ * The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "servicePrincipalId")
private Object servicePrincipalId;
/*
- * The key of the service principal used to authenticate against Azure Key
- * Vault.
+ * The key of the service principal used to authenticate against Azure Key Vault.
*/
@JsonProperty(value = "servicePrincipalKey")
private SecretBase servicePrincipalKey;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSink.java
index 6fdb5548bbaf..132e6911bbc1 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSink.java
@@ -15,15 +15,14 @@
@Fluent
public final class SqlDWSink extends CopySink {
/*
- * SQL pre-copy script. Type: string (or Expression with resultType
- * string).
+ * SQL pre-copy script. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
/*
- * Indicates to use PolyBase to copy data into SQL Data Warehouse when
- * applicable. Type: boolean (or Expression with resultType boolean).
+ * Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "allowPolyBase")
private Object allowPolyBase;
@@ -35,8 +34,8 @@ public final class SqlDWSink extends CopySink {
private PolybaseSettings polyBaseSettings;
/*
- * Indicates to use Copy Command to copy data into SQL Data Warehouse.
- * Type: boolean (or Expression with resultType boolean).
+ * Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "allowCopyCommand")
private Object allowCopyCommand;
@@ -48,23 +47,20 @@ public final class SqlDWSink extends CopySink {
private DWCopyCommandSettings copyCommandSettings;
/*
- * The option to handle sink table, such as autoCreate. For now only
- * 'autoCreate' value is supported. Type: string (or Expression with
- * resultType string).
+ * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "tableOption")
private Object tableOption;
/*
- * Whether to use table lock during bulk copy. Type: boolean (or Expression
- * with resultType boolean).
+ * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "sqlWriterUseTableLock")
private Object sqlWriterUseTableLock;
/*
- * Write behavior when copying data into azure SQL DW. Type:
- * SqlDWWriteBehaviorEnum (or Expression with resultType
+ * Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType
* SqlDWWriteBehaviorEnum)
*/
@JsonProperty(value = "writeBehavior")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSource.java
index 6ce0f24c6b3b..8858d52febeb 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSource.java
@@ -15,32 +15,28 @@
@Fluent
public final class SqlDWSource extends TabularSource {
/*
- * SQL Data Warehouse reader query. Type: string (or Expression with
- * resultType string).
+ * SQL Data Warehouse reader query. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlReaderQuery")
private Object sqlReaderQuery;
/*
- * Name of the stored procedure for a SQL Data Warehouse source. This
- * cannot be used at the same time as SqlReaderQuery. Type: string (or
- * Expression with resultType string).
+ * Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as
+ * SqlReaderQuery. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlReaderStoredProcedureName")
private Object sqlReaderStoredProcedureName;
/*
- * Value and type setting for stored procedure parameters. Example:
- * "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression
- * with resultType object), itemType: StoredProcedureParameter.
+ * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
+ * Type: object (or Expression with resultType object), itemType: StoredProcedureParameter.
*/
@JsonProperty(value = "storedProcedureParameters")
private Object storedProcedureParameters;
/*
- * The partition mechanism that will be used for Sql read in parallel.
- * Possible values include: "None", "PhysicalPartitionsOfTable",
- * "DynamicRange".
+ * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None",
+ * "PhysicalPartitionsOfTable", "DynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWUpsertSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWUpsertSettings.java
index 509331da9ec9..ac5a65297162 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWUpsertSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWUpsertSettings.java
@@ -11,15 +11,14 @@
@Fluent
public final class SqlDWUpsertSettings {
/*
- * Schema name for interim table. Type: string (or Expression with
- * resultType string).
+ * Schema name for interim table. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "interimSchemaName")
private Object interimSchemaName;
/*
- * Key column names for unique row identification. Type: array of strings
- * (or Expression with resultType array of strings).
+ * Key column names for unique row identification. Type: array of strings (or Expression with resultType array of
+ * strings).
*/
@JsonProperty(value = "keys")
private Object keys;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISink.java
index 0fc9b0f98d44..19dd5b86920a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISink.java
@@ -17,22 +17,19 @@
@Fluent
public final class SqlMISink extends CopySink {
/*
- * SQL writer stored procedure name. Type: string (or Expression with
- * resultType string).
+ * SQL writer stored procedure name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlWriterStoredProcedureName")
private Object sqlWriterStoredProcedureName;
/*
- * SQL writer table type. Type: string (or Expression with resultType
- * string).
+ * SQL writer table type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlWriterTableType")
private Object sqlWriterTableType;
/*
- * SQL pre-copy script. Type: string (or Expression with resultType
- * string).
+ * SQL pre-copy script. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
@@ -45,30 +42,26 @@ public final class SqlMISink extends CopySink {
private Map storedProcedureParameters;
/*
- * The stored procedure parameter name of the table type. Type: string (or
- * Expression with resultType string).
+ * The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "storedProcedureTableTypeParameterName")
private Object storedProcedureTableTypeParameterName;
/*
- * The option to handle sink table, such as autoCreate. For now only
- * 'autoCreate' value is supported. Type: string (or Expression with
- * resultType string).
+ * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "tableOption")
private Object tableOption;
/*
- * Whether to use table lock during bulk copy. Type: boolean (or Expression
- * with resultType boolean).
+ * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "sqlWriterUseTableLock")
private Object sqlWriterUseTableLock;
/*
- * White behavior when copying data into azure SQL MI. Type:
- * SqlWriteBehaviorEnum (or Expression with resultType
+ * White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType
* SqlWriteBehaviorEnum)
*/
@JsonProperty(value = "writeBehavior")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISource.java
index 81606b9620f4..bf739f27b4a6 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISource.java
@@ -23,16 +23,14 @@ public final class SqlMISource extends TabularSource {
private Object sqlReaderQuery;
/*
- * Name of the stored procedure for a Azure SQL Managed Instance source.
- * This cannot be used at the same time as SqlReaderQuery. Type: string (or
- * Expression with resultType string).
+ * Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as
+ * SqlReaderQuery. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlReaderStoredProcedureName")
private Object sqlReaderStoredProcedureName;
/*
- * Value and type setting for stored procedure parameters. Example:
- * "{Parameter1: {value: "1", type: "int"}}".
+ * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
*/
@JsonProperty(value = "storedProcedureParameters")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
@@ -45,9 +43,8 @@ public final class SqlMISource extends TabularSource {
private Object produceAdditionalTypes;
/*
- * The partition mechanism that will be used for Sql read in parallel.
- * Possible values include: "None", "PhysicalPartitionsOfTable",
- * "DynamicRange".
+ * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None",
+ * "PhysicalPartitionsOfTable", "DynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlPartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlPartitionSettings.java
index de4a7be44caf..c94413298dc8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlPartitionSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlPartitionSettings.java
@@ -11,27 +11,24 @@
@Fluent
public final class SqlPartitionSettings {
/*
- * The name of the column in integer or datetime type that will be used for
- * proceeding partitioning. If not specified, the primary key of the table
- * is auto-detected and used as the partition column. Type: string (or
+ * The name of the column in integer or datetime type that will be used for proceeding partitioning. If not
+ * specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or
* Expression with resultType string).
*/
@JsonProperty(value = "partitionColumnName")
private Object partitionColumnName;
/*
- * The maximum value of the partition column for partition range splitting.
- * This value is used to decide the partition stride, not for filtering the
- * rows in table. All rows in the table or query result will be partitioned
+ * The maximum value of the partition column for partition range splitting. This value is used to decide the
+ * partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned
* and copied. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionUpperBound")
private Object partitionUpperBound;
/*
- * The minimum value of the partition column for partition range splitting.
- * This value is used to decide the partition stride, not for filtering the
- * rows in table. All rows in the table or query result will be partitioned
+ * The minimum value of the partition column for partition range splitting. This value is used to decide the
+ * partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned
* and copied. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionLowerBound")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSink.java
index 8760f686c248..42602cfeee7b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSink.java
@@ -17,22 +17,19 @@
@Fluent
public final class SqlServerSink extends CopySink {
/*
- * SQL writer stored procedure name. Type: string (or Expression with
- * resultType string).
+ * SQL writer stored procedure name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlWriterStoredProcedureName")
private Object sqlWriterStoredProcedureName;
/*
- * SQL writer table type. Type: string (or Expression with resultType
- * string).
+ * SQL writer table type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlWriterTableType")
private Object sqlWriterTableType;
/*
- * SQL pre-copy script. Type: string (or Expression with resultType
- * string).
+ * SQL pre-copy script. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
@@ -45,30 +42,26 @@ public final class SqlServerSink extends CopySink {
private Map storedProcedureParameters;
/*
- * The stored procedure parameter name of the table type. Type: string (or
- * Expression with resultType string).
+ * The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "storedProcedureTableTypeParameterName")
private Object storedProcedureTableTypeParameterName;
/*
- * The option to handle sink table, such as autoCreate. For now only
- * 'autoCreate' value is supported. Type: string (or Expression with
- * resultType string).
+ * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "tableOption")
private Object tableOption;
/*
- * Whether to use table lock during bulk copy. Type: boolean (or Expression
- * with resultType boolean).
+ * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "sqlWriterUseTableLock")
private Object sqlWriterUseTableLock;
/*
- * Write behavior when copying data into sql server. Type:
- * SqlWriteBehaviorEnum (or Expression with resultType
+ * Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType
* SqlWriteBehaviorEnum)
*/
@JsonProperty(value = "writeBehavior")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSource.java
index 57d33dfcfaff..3e93e23aae42 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSource.java
@@ -23,16 +23,14 @@ public final class SqlServerSource extends TabularSource {
private Object sqlReaderQuery;
/*
- * Name of the stored procedure for a SQL Database source. This cannot be
- * used at the same time as SqlReaderQuery. Type: string (or Expression
- * with resultType string).
+ * Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlReaderStoredProcedureName")
private Object sqlReaderStoredProcedureName;
/*
- * Value and type setting for stored procedure parameters. Example:
- * "{Parameter1: {value: "1", type: "int"}}".
+ * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
*/
@JsonProperty(value = "storedProcedureParameters")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
@@ -45,9 +43,8 @@ public final class SqlServerSource extends TabularSource {
private Object produceAdditionalTypes;
/*
- * The partition mechanism that will be used for Sql read in parallel.
- * Possible values include: "None", "PhysicalPartitionsOfTable",
- * "DynamicRange".
+ * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None",
+ * "PhysicalPartitionsOfTable", "DynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSink.java
index 69b5734463ab..5e839f54c23d 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSink.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSink.java
@@ -17,22 +17,19 @@
@Fluent
public final class SqlSink extends CopySink {
/*
- * SQL writer stored procedure name. Type: string (or Expression with
- * resultType string).
+ * SQL writer stored procedure name. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlWriterStoredProcedureName")
private Object sqlWriterStoredProcedureName;
/*
- * SQL writer table type. Type: string (or Expression with resultType
- * string).
+ * SQL writer table type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlWriterTableType")
private Object sqlWriterTableType;
/*
- * SQL pre-copy script. Type: string (or Expression with resultType
- * string).
+ * SQL pre-copy script. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "preCopyScript")
private Object preCopyScript;
@@ -45,30 +42,27 @@ public final class SqlSink extends CopySink {
private Map storedProcedureParameters;
/*
- * The stored procedure parameter name of the table type. Type: string (or
- * Expression with resultType string).
+ * The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "storedProcedureTableTypeParameterName")
private Object storedProcedureTableTypeParameterName;
/*
- * The option to handle sink table, such as autoCreate. For now only
- * 'autoCreate' value is supported. Type: string (or Expression with
- * resultType string).
+ * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "tableOption")
private Object tableOption;
/*
- * Whether to use table lock during bulk copy. Type: boolean (or Expression
- * with resultType boolean).
+ * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "sqlWriterUseTableLock")
private Object sqlWriterUseTableLock;
/*
- * Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum
- * (or Expression with resultType SqlWriteBehaviorEnum)
+ * Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType
+ * SqlWriteBehaviorEnum)
*/
@JsonProperty(value = "writeBehavior")
private Object writeBehavior;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSource.java
index 095897c87bfc..fe2a3f8c33ec 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSource.java
@@ -23,35 +23,30 @@ public final class SqlSource extends TabularSource {
private Object sqlReaderQuery;
/*
- * Name of the stored procedure for a SQL Database source. This cannot be
- * used at the same time as SqlReaderQuery. Type: string (or Expression
- * with resultType string).
+ * Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "sqlReaderStoredProcedureName")
private Object sqlReaderStoredProcedureName;
/*
- * Value and type setting for stored procedure parameters. Example:
- * "{Parameter1: {value: "1", type: "int"}}".
+ * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
*/
@JsonProperty(value = "storedProcedureParameters")
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
private Map storedProcedureParameters;
/*
- * Specifies the transaction locking behavior for the SQL source. Allowed
- * values:
- * ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The
- * default value is ReadCommitted. Type: string (or Expression with
- * resultType string).
+ * Specifies the transaction locking behavior for the SQL source. Allowed values:
+ * ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "isolationLevel")
private Object isolationLevel;
/*
- * The partition mechanism that will be used for Sql read in parallel.
- * Possible values include: "None", "PhysicalPartitionsOfTable",
- * "DynamicRange".
+ * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None",
+ * "PhysicalPartitionsOfTable", "DynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlUpsertSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlUpsertSettings.java
index 8b3153af4591..911aea6ec588 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlUpsertSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlUpsertSettings.java
@@ -11,22 +11,21 @@
@Fluent
public final class SqlUpsertSettings {
/*
- * Specifies whether to use temp db for upsert interim table. Type: boolean
- * (or Expression with resultType boolean).
+ * Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "useTempDB")
private Object useTempDB;
/*
- * Schema name for interim table. Type: string (or Expression with
- * resultType string).
+ * Schema name for interim table. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "interimSchemaName")
private Object interimSchemaName;
/*
- * Key column names for unique row identification. Type: array of strings
- * (or Expression with resultType array of strings).
+ * Key column names for unique row identification. Type: array of strings (or Expression with resultType array of
+ * strings).
*/
@JsonProperty(value = "keys")
private Object keys;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SquareSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SquareSource.java
index 17523edf056d..ad39fc4317a0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SquareSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SquareSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class SquareSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisChildPackage.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisChildPackage.java
index 8752c8e2d0ee..f4f06b2be9a3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisChildPackage.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisChildPackage.java
@@ -12,8 +12,7 @@
@Fluent
public final class SsisChildPackage {
/*
- * Path for embedded child package. Type: string (or Expression with
- * resultType string).
+ * Path for embedded child package. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "packagePath", required = true)
private Object packagePath;
@@ -25,8 +24,7 @@ public final class SsisChildPackage {
private String packageName;
/*
- * Content for embedded child package. Type: string (or Expression with
- * resultType string).
+ * Content for embedded child package. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "packageContent", required = true)
private Object packageContent;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisExecutionParameter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisExecutionParameter.java
index ef53dc2f7501..0364453834c5 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisExecutionParameter.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisExecutionParameter.java
@@ -12,8 +12,7 @@
@Fluent
public final class SsisExecutionParameter {
/*
- * SSIS package execution parameter value. Type: string (or Expression with
- * resultType string).
+ * SSIS package execution parameter value. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "value", required = true)
private Object value;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocation.java
index 29c8ffec3ba6..cb95dffa259a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocation.java
@@ -13,8 +13,7 @@
@Fluent
public final class SsisLogLocation {
/*
- * The SSIS package execution log path. Type: string (or Expression with
- * resultType string).
+ * The SSIS package execution log path. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "logPath", required = true)
private Object logPath;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocation.java
index 41b63758acf8..ddf428635e0a 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocation.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocation.java
@@ -13,8 +13,7 @@
@Fluent
public final class SsisPackageLocation {
/*
- * The SSIS package path. Type: string (or Expression with resultType
- * string).
+ * The SSIS package path. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "packagePath")
private Object packagePath;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPropertyOverride.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPropertyOverride.java
index 742f133d93b2..cdfc7a4868f0 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPropertyOverride.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPropertyOverride.java
@@ -12,15 +12,13 @@
@Fluent
public final class SsisPropertyOverride {
/*
- * SSIS package property override value. Type: string (or Expression with
- * resultType string).
+ * SSIS package property override value. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "value", required = true)
private Object value;
/*
- * Whether SSIS package property override value is sensitive data. Value
- * will be encrypted in SSISDB if it is true
+ * Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true
*/
@JsonProperty(value = "isSensitive")
private Boolean isSensitive;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StagingSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StagingSettings.java
index eca21833c7f0..e19638ff30b9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StagingSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StagingSettings.java
@@ -23,16 +23,14 @@ public final class StagingSettings {
private LinkedServiceReference linkedServiceName;
/*
- * The path to storage for storing the interim data. Type: string (or
- * Expression with resultType string).
+ * The path to storage for storing the interim data. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "path")
private Object path;
/*
- * Specifies whether to use compression when copying data via an interim
- * staging. Default value is false. Type: boolean (or Expression with
- * resultType boolean).
+ * Specifies whether to use compression when copying data via an interim staging. Default value is false. Type:
+ * boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "enableCompression")
private Object enableCompression;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreReadSettings.java
index a465aa384b33..ed404073da46 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreReadSettings.java
@@ -40,15 +40,15 @@
@Fluent
public class StoreReadSettings {
/*
- * The maximum concurrent connection count for the source data store. Type:
- * integer (or Expression with resultType integer).
+ * The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType
+ * integer).
*/
@JsonProperty(value = "maxConcurrentConnections")
private Object maxConcurrentConnections;
/*
- * If true, disable data store metrics collection. Default is false. Type:
- * boolean (or Expression with resultType boolean).
+ * If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "disableMetricsCollection")
private Object disableMetricsCollection;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreWriteSettings.java
index 979fe9b159bf..5da5274ef97c 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreWriteSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreWriteSettings.java
@@ -33,15 +33,15 @@
@Fluent
public class StoreWriteSettings {
/*
- * The maximum concurrent connection count for the source data store. Type:
- * integer (or Expression with resultType integer).
+ * The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType
+ * integer).
*/
@JsonProperty(value = "maxConcurrentConnections")
private Object maxConcurrentConnections;
/*
- * If true, disable data store metrics collection. Default is false. Type:
- * boolean (or Expression with resultType boolean).
+ * If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "disableMetricsCollection")
private Object disableMetricsCollection;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameter.java
index 620b4258567c..62dab3367622 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameter.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameter.java
@@ -11,8 +11,7 @@
@Fluent
public final class StoredProcedureParameter {
/*
- * Stored procedure parameter value. Type: string (or Expression with
- * resultType string).
+ * Stored procedure parameter value. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "value")
private Object value;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SwitchCase.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SwitchCase.java
index 0ad684dd61ae..aa204b358081 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SwitchCase.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SwitchCase.java
@@ -12,8 +12,7 @@
@Fluent
public final class SwitchCase {
/*
- * Expected value that satisfies the expression result of the 'on'
- * property.
+ * Expected value that satisfies the expression result of the 'on' property.
*/
@JsonProperty(value = "value")
private String value;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookActivity.java
new file mode 100644
index 000000000000..c01370887f53
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookActivity.java
@@ -0,0 +1,270 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.util.logging.ClientLogger;
+import com.azure.resourcemanager.datafactory.fluent.models.SynapseNotebookActivityTypeProperties;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import com.fasterxml.jackson.annotation.JsonTypeInfo;
+import com.fasterxml.jackson.annotation.JsonTypeName;
+import java.util.List;
+import java.util.Map;
+
+/** Execute Synapse notebook activity. */
+@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
+@JsonTypeName("SynapseNotebook")
+@Fluent
+public final class SynapseNotebookActivity extends ExecutionActivity {
+ /*
+ * Execute Synapse notebook activity properties.
+ */
+ @JsonProperty(value = "typeProperties", required = true)
+ private SynapseNotebookActivityTypeProperties innerTypeProperties = new SynapseNotebookActivityTypeProperties();
+
+ /**
+ * Get the innerTypeProperties property: Execute Synapse notebook activity properties.
+ *
+ * @return the innerTypeProperties value.
+ */
+ private SynapseNotebookActivityTypeProperties innerTypeProperties() {
+ return this.innerTypeProperties;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseNotebookActivity withLinkedServiceName(LinkedServiceReference linkedServiceName) {
+ super.withLinkedServiceName(linkedServiceName);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseNotebookActivity withPolicy(ActivityPolicy policy) {
+ super.withPolicy(policy);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseNotebookActivity withName(String name) {
+ super.withName(name);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseNotebookActivity withDescription(String description) {
+ super.withDescription(description);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseNotebookActivity withDependsOn(List dependsOn) {
+ super.withDependsOn(dependsOn);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseNotebookActivity withUserProperties(List userProperties) {
+ super.withUserProperties(userProperties);
+ return this;
+ }
+
+ /**
+ * Get the notebook property: Synapse notebook reference.
+ *
+ * @return the notebook value.
+ */
+ public SynapseNotebookReference notebook() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().notebook();
+ }
+
+ /**
+ * Set the notebook property: Synapse notebook reference.
+ *
+ * @param notebook the notebook value to set.
+ * @return the SynapseNotebookActivity object itself.
+ */
+ public SynapseNotebookActivity withNotebook(SynapseNotebookReference notebook) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseNotebookActivityTypeProperties();
+ }
+ this.innerTypeProperties().withNotebook(notebook);
+ return this;
+ }
+
+ /**
+ * Get the sparkPool property: The name of the big data pool which will be used to execute the notebook.
+ *
+ * @return the sparkPool value.
+ */
+ public BigDataPoolParametrizationReference sparkPool() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().sparkPool();
+ }
+
+ /**
+ * Set the sparkPool property: The name of the big data pool which will be used to execute the notebook.
+ *
+ * @param sparkPool the sparkPool value to set.
+ * @return the SynapseNotebookActivity object itself.
+ */
+ public SynapseNotebookActivity withSparkPool(BigDataPoolParametrizationReference sparkPool) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseNotebookActivityTypeProperties();
+ }
+ this.innerTypeProperties().withSparkPool(sparkPool);
+ return this;
+ }
+
+ /**
+ * Get the parameters property: Notebook parameters.
+ *
+ * @return the parameters value.
+ */
+ public Map parameters() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().parameters();
+ }
+
+ /**
+ * Set the parameters property: Notebook parameters.
+ *
+ * @param parameters the parameters value to set.
+ * @return the SynapseNotebookActivity object itself.
+ */
+ public SynapseNotebookActivity withParameters(Map parameters) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseNotebookActivityTypeProperties();
+ }
+ this.innerTypeProperties().withParameters(parameters);
+ return this;
+ }
+
+ /**
+ * Get the executorSize property: Number of core and memory to be used for executors allocated in the specified
+ * Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the
+ * notebook you provide. Type: string (or Expression with resultType string).
+ *
+ * @return the executorSize value.
+ */
+ public Object executorSize() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().executorSize();
+ }
+
+ /**
+ * Set the executorSize property: Number of core and memory to be used for executors allocated in the specified
+ * Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the
+ * notebook you provide. Type: string (or Expression with resultType string).
+ *
+ * @param executorSize the executorSize value to set.
+ * @return the SynapseNotebookActivity object itself.
+ */
+ public SynapseNotebookActivity withExecutorSize(Object executorSize) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseNotebookActivityTypeProperties();
+ }
+ this.innerTypeProperties().withExecutorSize(executorSize);
+ return this;
+ }
+
+ /**
+ * Get the conf property: Spark configuration properties, which will override the 'conf' of the notebook you
+ * provide.
+ *
+ * @return the conf value.
+ */
+ public Object conf() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().conf();
+ }
+
+ /**
+ * Set the conf property: Spark configuration properties, which will override the 'conf' of the notebook you
+ * provide.
+ *
+ * @param conf the conf value to set.
+ * @return the SynapseNotebookActivity object itself.
+ */
+ public SynapseNotebookActivity withConf(Object conf) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseNotebookActivityTypeProperties();
+ }
+ this.innerTypeProperties().withConf(conf);
+ return this;
+ }
+
+ /**
+ * Get the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark
+ * pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you
+ * provide. Type: string (or Expression with resultType string).
+ *
+ * @return the driverSize value.
+ */
+ public Object driverSize() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().driverSize();
+ }
+
+ /**
+ * Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark
+ * pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you
+ * provide. Type: string (or Expression with resultType string).
+ *
+ * @param driverSize the driverSize value to set.
+ * @return the SynapseNotebookActivity object itself.
+ */
+ public SynapseNotebookActivity withDriverSize(Object driverSize) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseNotebookActivityTypeProperties();
+ }
+ this.innerTypeProperties().withDriverSize(driverSize);
+ return this;
+ }
+
+ /**
+ * Get the numExecutors property: Number of executors to launch for this session, which will override the
+ * 'numExecutors' of the notebook you provide.
+ *
+ * @return the numExecutors value.
+ */
+ public Integer numExecutors() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().numExecutors();
+ }
+
+ /**
+ * Set the numExecutors property: Number of executors to launch for this session, which will override the
+ * 'numExecutors' of the notebook you provide.
+ *
+ * @param numExecutors the numExecutors value to set.
+ * @return the SynapseNotebookActivity object itself.
+ */
+ public SynapseNotebookActivity withNumExecutors(Integer numExecutors) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseNotebookActivityTypeProperties();
+ }
+ this.innerTypeProperties().withNumExecutors(numExecutors);
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ @Override
+ public void validate() {
+ super.validate();
+ if (innerTypeProperties() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property innerTypeProperties in model SynapseNotebookActivity"));
+ } else {
+ innerTypeProperties().validate();
+ }
+ }
+
+ private static final ClientLogger LOGGER = new ClientLogger(SynapseNotebookActivity.class);
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookReference.java
new file mode 100644
index 000000000000..13920b067a71
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookReference.java
@@ -0,0 +1,86 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.util.logging.ClientLogger;
+import com.fasterxml.jackson.annotation.JsonProperty;
+
+/** Synapse notebook reference type. */
+@Fluent
+public final class SynapseNotebookReference {
+ /*
+ * Synapse notebook reference type.
+ */
+ @JsonProperty(value = "type", required = true)
+ private NotebookReferenceType type;
+
+ /*
+ * Reference notebook name. Type: string (or Expression with resultType string).
+ */
+ @JsonProperty(value = "referenceName", required = true)
+ private Object referenceName;
+
+ /**
+ * Get the type property: Synapse notebook reference type.
+ *
+ * @return the type value.
+ */
+ public NotebookReferenceType type() {
+ return this.type;
+ }
+
+ /**
+ * Set the type property: Synapse notebook reference type.
+ *
+ * @param type the type value to set.
+ * @return the SynapseNotebookReference object itself.
+ */
+ public SynapseNotebookReference withType(NotebookReferenceType type) {
+ this.type = type;
+ return this;
+ }
+
+ /**
+ * Get the referenceName property: Reference notebook name. Type: string (or Expression with resultType string).
+ *
+ * @return the referenceName value.
+ */
+ public Object referenceName() {
+ return this.referenceName;
+ }
+
+ /**
+ * Set the referenceName property: Reference notebook name. Type: string (or Expression with resultType string).
+ *
+ * @param referenceName the referenceName value to set.
+ * @return the SynapseNotebookReference object itself.
+ */
+ public SynapseNotebookReference withReferenceName(Object referenceName) {
+ this.referenceName = referenceName;
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ public void validate() {
+ if (type() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException("Missing required property type in model SynapseNotebookReference"));
+ }
+ if (referenceName() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property referenceName in model SynapseNotebookReference"));
+ }
+ }
+
+ private static final ClientLogger LOGGER = new ClientLogger(SynapseNotebookReference.class);
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobDefinitionActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobDefinitionActivity.java
new file mode 100644
index 000000000000..f22c0a846bb4
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobDefinitionActivity.java
@@ -0,0 +1,349 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.util.logging.ClientLogger;
+import com.azure.resourcemanager.datafactory.fluent.models.SynapseSparkJobActivityTypeProperties;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import com.fasterxml.jackson.annotation.JsonTypeInfo;
+import com.fasterxml.jackson.annotation.JsonTypeName;
+import java.util.List;
+
+/** Execute spark job activity. */
+@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type")
+@JsonTypeName("SparkJob")
+@Fluent
+public final class SynapseSparkJobDefinitionActivity extends ExecutionActivity {
+ /*
+ * Execute spark job activity properties.
+ */
+ @JsonProperty(value = "typeProperties", required = true)
+ private SynapseSparkJobActivityTypeProperties innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+
+ /**
+ * Get the innerTypeProperties property: Execute spark job activity properties.
+ *
+ * @return the innerTypeProperties value.
+ */
+ private SynapseSparkJobActivityTypeProperties innerTypeProperties() {
+ return this.innerTypeProperties;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseSparkJobDefinitionActivity withLinkedServiceName(LinkedServiceReference linkedServiceName) {
+ super.withLinkedServiceName(linkedServiceName);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseSparkJobDefinitionActivity withPolicy(ActivityPolicy policy) {
+ super.withPolicy(policy);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseSparkJobDefinitionActivity withName(String name) {
+ super.withName(name);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseSparkJobDefinitionActivity withDescription(String description) {
+ super.withDescription(description);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseSparkJobDefinitionActivity withDependsOn(List dependsOn) {
+ super.withDependsOn(dependsOn);
+ return this;
+ }
+
+ /** {@inheritDoc} */
+ @Override
+ public SynapseSparkJobDefinitionActivity withUserProperties(List userProperties) {
+ super.withUserProperties(userProperties);
+ return this;
+ }
+
+ /**
+ * Get the sparkJob property: Synapse spark job reference.
+ *
+ * @return the sparkJob value.
+ */
+ public SynapseSparkJobReference sparkJob() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().sparkJob();
+ }
+
+ /**
+ * Set the sparkJob property: Synapse spark job reference.
+ *
+ * @param sparkJob the sparkJob value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withSparkJob(SynapseSparkJobReference sparkJob) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withSparkJob(sparkJob);
+ return this;
+ }
+
+ /**
+ * Get the arguments property: User specified arguments to SynapseSparkJobDefinitionActivity.
+ *
+ * @return the arguments value.
+ */
+ public List arguments() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().arguments();
+ }
+
+ /**
+ * Set the arguments property: User specified arguments to SynapseSparkJobDefinitionActivity.
+ *
+ * @param arguments the arguments value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withArguments(List arguments) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withArguments(arguments);
+ return this;
+ }
+
+ /**
+ * Get the file property: The main file used for the job, which will override the 'file' of the spark job definition
+ * you provide. Type: string (or Expression with resultType string).
+ *
+ * @return the file value.
+ */
+ public Object file() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().file();
+ }
+
+ /**
+ * Set the file property: The main file used for the job, which will override the 'file' of the spark job definition
+ * you provide. Type: string (or Expression with resultType string).
+ *
+ * @param file the file value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withFile(Object file) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withFile(file);
+ return this;
+ }
+
+ /**
+ * Get the className property: The fully-qualified identifier or the main class that is in the main definition file,
+ * which will override the 'className' of the spark job definition you provide. Type: string (or Expression with
+ * resultType string).
+ *
+ * @return the className value.
+ */
+ public Object className() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().className();
+ }
+
+ /**
+ * Set the className property: The fully-qualified identifier or the main class that is in the main definition file,
+ * which will override the 'className' of the spark job definition you provide. Type: string (or Expression with
+ * resultType string).
+ *
+ * @param className the className value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withClassName(Object className) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withClassName(className);
+ return this;
+ }
+
+ /**
+ * Get the files property: Additional files used for reference in the main definition file, which will override the
+ * 'files' of the spark job definition you provide.
+ *
+ * @return the files value.
+ */
+ public List files() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().files();
+ }
+
+ /**
+ * Set the files property: Additional files used for reference in the main definition file, which will override the
+ * 'files' of the spark job definition you provide.
+ *
+ * @param files the files value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withFiles(List files) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withFiles(files);
+ return this;
+ }
+
+ /**
+ * Get the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch
+ * job, which will override the 'targetBigDataPool' of the spark job definition you provide.
+ *
+ * @return the targetBigDataPool value.
+ */
+ public BigDataPoolParametrizationReference targetBigDataPool() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().targetBigDataPool();
+ }
+
+ /**
+ * Set the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch
+ * job, which will override the 'targetBigDataPool' of the spark job definition you provide.
+ *
+ * @param targetBigDataPool the targetBigDataPool value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withTargetBigDataPool(
+ BigDataPoolParametrizationReference targetBigDataPool) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withTargetBigDataPool(targetBigDataPool);
+ return this;
+ }
+
+ /**
+ * Get the executorSize property: Number of core and memory to be used for executors allocated in the specified
+ * Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job
+ * definition you provide. Type: string (or Expression with resultType string).
+ *
+ * @return the executorSize value.
+ */
+ public Object executorSize() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().executorSize();
+ }
+
+ /**
+ * Set the executorSize property: Number of core and memory to be used for executors allocated in the specified
+ * Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job
+ * definition you provide. Type: string (or Expression with resultType string).
+ *
+ * @param executorSize the executorSize value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withExecutorSize(Object executorSize) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withExecutorSize(executorSize);
+ return this;
+ }
+
+ /**
+ * Get the conf property: Spark configuration properties, which will override the 'conf' of the spark job definition
+ * you provide.
+ *
+ * @return the conf value.
+ */
+ public Object conf() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().conf();
+ }
+
+ /**
+ * Set the conf property: Spark configuration properties, which will override the 'conf' of the spark job definition
+ * you provide.
+ *
+ * @param conf the conf value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withConf(Object conf) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withConf(conf);
+ return this;
+ }
+
+ /**
+ * Get the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark
+ * pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition
+ * you provide. Type: string (or Expression with resultType string).
+ *
+ * @return the driverSize value.
+ */
+ public Object driverSize() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().driverSize();
+ }
+
+ /**
+ * Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark
+ * pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition
+ * you provide. Type: string (or Expression with resultType string).
+ *
+ * @param driverSize the driverSize value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withDriverSize(Object driverSize) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withDriverSize(driverSize);
+ return this;
+ }
+
+ /**
+ * Get the numExecutors property: Number of executors to launch for this job, which will override the 'numExecutors'
+ * of the spark job definition you provide.
+ *
+ * @return the numExecutors value.
+ */
+ public Integer numExecutors() {
+ return this.innerTypeProperties() == null ? null : this.innerTypeProperties().numExecutors();
+ }
+
+ /**
+ * Set the numExecutors property: Number of executors to launch for this job, which will override the 'numExecutors'
+ * of the spark job definition you provide.
+ *
+ * @param numExecutors the numExecutors value to set.
+ * @return the SynapseSparkJobDefinitionActivity object itself.
+ */
+ public SynapseSparkJobDefinitionActivity withNumExecutors(Integer numExecutors) {
+ if (this.innerTypeProperties() == null) {
+ this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties();
+ }
+ this.innerTypeProperties().withNumExecutors(numExecutors);
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ @Override
+ public void validate() {
+ super.validate();
+ if (innerTypeProperties() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property innerTypeProperties in model SynapseSparkJobDefinitionActivity"));
+ } else {
+ innerTypeProperties().validate();
+ }
+ }
+
+ private static final ClientLogger LOGGER = new ClientLogger(SynapseSparkJobDefinitionActivity.class);
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobReference.java
new file mode 100644
index 000000000000..420809a51a6f
--- /dev/null
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobReference.java
@@ -0,0 +1,86 @@
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License.
+// Code generated by Microsoft (R) AutoRest Code Generator.
+
+package com.azure.resourcemanager.datafactory.models;
+
+import com.azure.core.annotation.Fluent;
+import com.azure.core.util.logging.ClientLogger;
+import com.fasterxml.jackson.annotation.JsonProperty;
+
+/** Synapse spark job reference type. */
+@Fluent
+public final class SynapseSparkJobReference {
+ /*
+ * Synapse spark job reference type.
+ */
+ @JsonProperty(value = "type", required = true)
+ private SparkJobReferenceType type;
+
+ /*
+ * Reference spark job name.
+ */
+ @JsonProperty(value = "referenceName", required = true)
+ private String referenceName;
+
+ /**
+ * Get the type property: Synapse spark job reference type.
+ *
+ * @return the type value.
+ */
+ public SparkJobReferenceType type() {
+ return this.type;
+ }
+
+ /**
+ * Set the type property: Synapse spark job reference type.
+ *
+ * @param type the type value to set.
+ * @return the SynapseSparkJobReference object itself.
+ */
+ public SynapseSparkJobReference withType(SparkJobReferenceType type) {
+ this.type = type;
+ return this;
+ }
+
+ /**
+ * Get the referenceName property: Reference spark job name.
+ *
+ * @return the referenceName value.
+ */
+ public String referenceName() {
+ return this.referenceName;
+ }
+
+ /**
+ * Set the referenceName property: Reference spark job name.
+ *
+ * @param referenceName the referenceName value to set.
+ * @return the SynapseSparkJobReference object itself.
+ */
+ public SynapseSparkJobReference withReferenceName(String referenceName) {
+ this.referenceName = referenceName;
+ return this;
+ }
+
+ /**
+ * Validates the instance.
+ *
+ * @throws IllegalArgumentException thrown if the instance is not valid.
+ */
+ public void validate() {
+ if (type() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException("Missing required property type in model SynapseSparkJobReference"));
+ }
+ if (referenceName() == null) {
+ throw LOGGER
+ .logExceptionAsError(
+ new IllegalArgumentException(
+ "Missing required property referenceName in model SynapseSparkJobReference"));
+ }
+ }
+
+ private static final ClientLogger LOGGER = new ClientLogger(SynapseSparkJobReference.class);
+}
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularSource.java
index dd723f474835..371fef506432 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularSource.java
@@ -81,16 +81,15 @@
@Fluent
public class TabularSource extends CopySource {
/*
- * Query timeout. Type: string (or Expression with resultType string),
- * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
+ * Query timeout. Type: string (or Expression with resultType string), pattern:
+ * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*/
@JsonProperty(value = "queryTimeout")
private Object queryTimeout;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularTranslator.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularTranslator.java
index 3bce05e4dba7..36ff50543b17 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularTranslator.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularTranslator.java
@@ -15,33 +15,30 @@
@Fluent
public final class TabularTranslator extends CopyTranslator {
/*
- * Column mappings. Example: "UserId: MyUserId, Group: MyGroup, Name:
- * MyName" Type: string (or Expression with resultType string). This
- * property will be retired. Please use mappings property.
+ * Column mappings. Example: "UserId: MyUserId, Group: MyGroup, Name: MyName" Type: string (or Expression with
+ * resultType string). This property will be retired. Please use mappings property.
*/
@JsonProperty(value = "columnMappings")
private Object columnMappings;
/*
- * The schema mapping to map between tabular data and hierarchical data.
- * Example: {"Column1": "$.Column1", "Column2": "$.Column2.Property1",
- * "Column3": "$.Column2.Property2"}. Type: object (or Expression with
- * resultType object). This property will be retired. Please use mappings
- * property.
+ * The schema mapping to map between tabular data and hierarchical data. Example: {"Column1": "$.Column1",
+ * "Column2": "$.Column2.Property1", "Column3": "$.Column2.Property2"}. Type: object (or Expression with resultType
+ * object). This property will be retired. Please use mappings property.
*/
@JsonProperty(value = "schemaMapping")
private Object schemaMapping;
/*
- * The JSON Path of the Nested Array that is going to do cross-apply. Type:
- * object (or Expression with resultType object).
+ * The JSON Path of the Nested Array that is going to do cross-apply. Type: object (or Expression with resultType
+ * object).
*/
@JsonProperty(value = "collectionReference")
private Object collectionReference;
/*
- * Whether to map complex (array and object) values to simple strings in
- * json format. Type: boolean (or Expression with resultType boolean).
+ * Whether to map complex (array and object) values to simple strings in json format. Type: boolean (or Expression
+ * with resultType boolean).
*/
@JsonProperty(value = "mapComplexValuesToString")
private Object mapComplexValuesToString;
@@ -60,8 +57,8 @@ public final class TabularTranslator extends CopyTranslator {
private Object mappings;
/*
- * Whether to enable the advanced type conversion feature in the Copy
- * activity. Type: boolean (or Expression with resultType boolean).
+ * Whether to enable the advanced type conversion feature in the Copy activity. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "typeConversion")
private Object typeConversion;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarGZipReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarGZipReadSettings.java
index 6381b2eff828..0e708ed58469 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarGZipReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarGZipReadSettings.java
@@ -15,8 +15,7 @@
@Fluent
public final class TarGZipReadSettings extends CompressionReadSettings {
/*
- * Preserve the compression file name as folder path. Type: boolean (or
- * Expression with resultType boolean).
+ * Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "preserveCompressionFileNameAsFolder")
private Object preserveCompressionFileNameAsFolder;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarReadSettings.java
index 56861a70258b..6f33d7368345 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarReadSettings.java
@@ -15,8 +15,7 @@
@Fluent
public final class TarReadSettings extends CompressionReadSettings {
/*
- * Preserve the compression file name as folder path. Type: boolean (or
- * Expression with resultType boolean).
+ * Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "preserveCompressionFileNameAsFolder")
private Object preserveCompressionFileNameAsFolder;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataPartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataPartitionSettings.java
index 52e222538560..b7d801bfd4aa 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataPartitionSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataPartitionSettings.java
@@ -11,24 +11,22 @@
@Fluent
public final class TeradataPartitionSettings {
/*
- * The name of the column that will be used for proceeding range or hash
- * partitioning. Type: string (or Expression with resultType string).
+ * The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "partitionColumnName")
private Object partitionColumnName;
/*
- * The maximum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The maximum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionUpperBound")
private Object partitionUpperBound;
/*
- * The minimum value of column specified in partitionColumnName that will
- * be used for proceeding range partitioning. Type: string (or Expression
- * with resultType string).
+ * The minimum value of column specified in partitionColumnName that will be used for proceeding range
+ * partitioning. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "partitionLowerBound")
private Object partitionLowerBound;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataSource.java
index 59e5ecde6430..96a04278c5e2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataSource.java
@@ -21,8 +21,8 @@ public final class TeradataSource extends TabularSource {
private Object query;
/*
- * The partition mechanism that will be used for teradata read in parallel.
- * Possible values include: "None", "Hash", "DynamicRange".
+ * The partition mechanism that will be used for teradata read in parallel. Possible values include: "None",
+ * "Hash", "DynamicRange".
*/
@JsonProperty(value = "partitionOption")
private Object partitionOption;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TextFormat.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TextFormat.java
index 1286406d9a3a..b617d543ae04 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TextFormat.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TextFormat.java
@@ -15,8 +15,7 @@
@Fluent
public final class TextFormat extends DatasetStorageFormat {
/*
- * The column delimiter. Type: string (or Expression with resultType
- * string).
+ * The column delimiter. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "columnDelimiter")
private Object columnDelimiter;
@@ -28,56 +27,49 @@ public final class TextFormat extends DatasetStorageFormat {
private Object rowDelimiter;
/*
- * The escape character. Type: string (or Expression with resultType
- * string).
+ * The escape character. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "escapeChar")
private Object escapeChar;
/*
- * The quote character. Type: string (or Expression with resultType
- * string).
+ * The quote character. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "quoteChar")
private Object quoteChar;
/*
- * The null value string. Type: string (or Expression with resultType
- * string).
+ * The null value string. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "nullValue")
private Object nullValue;
/*
- * The code page name of the preferred encoding. If miss, the default value
- * is ΓÇ£utf-8ΓÇ¥, unless BOM denotes another Unicode encoding. Refer to
- * the ΓÇ£NameΓÇ¥ column of the table in the following link to set
- * supported values:
- * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type:
- * string (or Expression with resultType string).
+ * The code page name of the preferred encoding. If miss, the default value is ΓÇ£utf-8ΓÇ¥, unless BOM denotes
+ * another Unicode encoding. Refer to the ΓÇ£NameΓÇ¥ column of the table in the following link to set supported
+ * values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "encodingName")
private Object encodingName;
/*
- * Treat empty column values in the text file as null. The default value is
- * true. Type: boolean (or Expression with resultType boolean).
+ * Treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "treatEmptyAsNull")
private Object treatEmptyAsNull;
/*
- * The number of lines/rows to be skipped when parsing text files. The
- * default value is 0. Type: integer (or Expression with resultType
- * integer).
+ * The number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or
+ * Expression with resultType integer).
*/
@JsonProperty(value = "skipLineCount")
private Object skipLineCount;
/*
- * When used as input, treat the first row of data as headers. When used as
- * output,write the headers into the output as the first row of data. The
- * default value is false. Type: boolean (or Expression with resultType
+ * When used as input, treat the first row of data as headers. When used as output,write the headers into the
+ * output as the first row of data. The default value is false. Type: boolean (or Expression with resultType
* boolean).
*/
@JsonProperty(value = "firstRowAsHeader")
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Trigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Trigger.java
index 047214e73afe..0f7652b37239 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Trigger.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Trigger.java
@@ -38,8 +38,7 @@ public class Trigger {
private String description;
/*
- * Indicates if trigger is running or not. Updated when Start/Stop APIs are
- * called on the Trigger.
+ * Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
*/
@JsonProperty(value = "runtimeState", access = JsonProperty.Access.WRITE_ONLY)
private TriggerRuntimeState runtimeState;
@@ -51,8 +50,7 @@ public class Trigger {
private List annotations;
/*
- * Azure data factory nested object which contains information about
- * creating pipeline run
+ * Azure data factory nested object which contains information about creating pipeline run
*/
@JsonIgnore private Map additionalProperties;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerFilterParameters.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerFilterParameters.java
index 60e444536448..1921e6ca61f3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerFilterParameters.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerFilterParameters.java
@@ -11,15 +11,13 @@
@Fluent
public final class TriggerFilterParameters {
/*
- * The continuation token for getting the next page of results. Null for
- * first page.
+ * The continuation token for getting the next page of results. Null for first page.
*/
@JsonProperty(value = "continuationToken")
private String continuationToken;
/*
- * The name of the parent TumblingWindowTrigger to get the child rerun
- * triggers
+ * The name of the parent TumblingWindowTrigger to get the child rerun triggers
*/
@JsonProperty(value = "parentTriggerName")
private String parentTriggerName;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRun.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRun.java
index ac80df42eb0b..02fed83b69b2 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRun.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRun.java
@@ -54,8 +54,7 @@ public final class TriggerRun {
private String message;
/*
- * List of property name and value related to trigger run. Name, value pair
- * depends on type of trigger.
+ * List of property name and value related to trigger run. Name, value pair depends on type of trigger.
*/
@JsonProperty(value = "properties", access = JsonProperty.Access.WRITE_ONLY)
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS)
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTrigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTrigger.java
index 8069f3027cd5..29a36f09691f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTrigger.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTrigger.java
@@ -22,8 +22,7 @@
@Fluent
public final class TumblingWindowTrigger extends Trigger {
/*
- * Pipeline for which runs are created when an event is fired for trigger
- * window that is ready.
+ * Pipeline for which runs are created when an event is fired for trigger window that is ready.
*/
@JsonProperty(value = "pipeline", required = true)
private TriggerPipelineReference pipeline;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTriggerDependencyReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTriggerDependencyReference.java
index 5fb26beb5ad7..3a8753d0b70e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTriggerDependencyReference.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTriggerDependencyReference.java
@@ -15,15 +15,14 @@
@Fluent
public final class TumblingWindowTriggerDependencyReference extends TriggerDependencyReference {
/*
- * Timespan applied to the start time of a tumbling window when evaluating
- * dependency.
+ * Timespan applied to the start time of a tumbling window when evaluating dependency.
*/
@JsonProperty(value = "offset")
private String offset;
/*
- * The size of the window when evaluating the dependency. If undefined the
- * frequency of the tumbling window will be used.
+ * The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be
+ * used.
*/
@JsonProperty(value = "size")
private String size;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TypeConversionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TypeConversionSettings.java
index 1638684380ae..a8ef1dde453f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TypeConversionSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TypeConversionSettings.java
@@ -11,43 +11,38 @@
@Fluent
public final class TypeConversionSettings {
/*
- * Whether to allow data truncation when converting the data. Type: boolean
- * (or Expression with resultType boolean).
+ * Whether to allow data truncation when converting the data. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "allowDataTruncation")
private Object allowDataTruncation;
/*
- * Whether to treat boolean values as numbers. Type: boolean (or Expression
- * with resultType boolean).
+ * Whether to treat boolean values as numbers. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "treatBooleanAsNumber")
private Object treatBooleanAsNumber;
/*
- * The format for DateTime values. Type: string (or Expression with
- * resultType string).
+ * The format for DateTime values. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "dateTimeFormat")
private Object dateTimeFormat;
/*
- * The format for DateTimeOffset values. Type: string (or Expression with
- * resultType string).
+ * The format for DateTimeOffset values. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "dateTimeOffsetFormat")
private Object dateTimeOffsetFormat;
/*
- * The format for TimeSpan values. Type: string (or Expression with
- * resultType string).
+ * The format for TimeSpan values. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "timeSpanFormat")
private Object timeSpanFormat;
/*
- * The culture used to convert data from/to string. Type: string (or
- * Expression with resultType string).
+ * The culture used to convert data from/to string. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "culture")
private Object culture;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeNodeRequest.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeNodeRequest.java
index 95fbaa009da3..871bfa66732b 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeNodeRequest.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeNodeRequest.java
@@ -11,9 +11,8 @@
@Fluent
public final class UpdateIntegrationRuntimeNodeRequest {
/*
- * The number of concurrent jobs permitted to run on the integration
- * runtime node. Values between 1 and maxConcurrentJobs(inclusive) are
- * allowed.
+ * The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and
+ * maxConcurrentJobs(inclusive) are allowed.
*/
@JsonProperty(value = "concurrentJobsLimit")
private Integer concurrentJobsLimit;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeRequest.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeRequest.java
index 9dcabffa189f..9c76e82814b9 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeRequest.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeRequest.java
@@ -11,15 +11,15 @@
@Fluent
public final class UpdateIntegrationRuntimeRequest {
/*
- * Enables or disables the auto-update feature of the self-hosted
- * integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189.
+ * Enables or disables the auto-update feature of the self-hosted integration runtime. See
+ * https://go.microsoft.com/fwlink/?linkid=854189.
*/
@JsonProperty(value = "autoUpdate")
private IntegrationRuntimeAutoUpdate autoUpdate;
/*
- * The time offset (in hours) in the day, e.g., PT03H is 3 hours. The
- * integration runtime auto update will happen on that time.
+ * The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen
+ * on that time.
*/
@JsonProperty(value = "updateDelayOffset")
private String updateDelayOffset;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserAccessPolicy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserAccessPolicy.java
index af6af7d8a8bb..dae9609a0fe8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserAccessPolicy.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserAccessPolicy.java
@@ -11,36 +11,34 @@
@Fluent
public final class UserAccessPolicy {
/*
- * The string with permissions for Data Plane access. Currently only 'r' is
- * supported which grants read only access.
+ * The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only
+ * access.
*/
@JsonProperty(value = "permissions")
private String permissions;
/*
- * The resource path to get access relative to factory. Currently only
- * empty string is supported which corresponds to the factory resource.
+ * The resource path to get access relative to factory. Currently only empty string is supported which corresponds
+ * to the factory resource.
*/
@JsonProperty(value = "accessResourcePath")
private String accessResourcePath;
/*
- * The name of the profile. Currently only the default is supported. The
- * default value is DefaultProfile.
+ * The name of the profile. Currently only the default is supported. The default value is DefaultProfile.
*/
@JsonProperty(value = "profileName")
private String profileName;
/*
- * Start time for the token. If not specified the current time will be
- * used.
+ * Start time for the token. If not specified the current time will be used.
*/
@JsonProperty(value = "startTime")
private String startTime;
/*
- * Expiration time for the token. Maximum duration for the token is eight
- * hours and by default the token will expire in eight hours.
+ * Expiration time for the token. Maximum duration for the token is eight hours and by default the token will
+ * expire in eight hours.
*/
@JsonProperty(value = "expireTime")
private String expireTime;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserProperty.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserProperty.java
index 5d52bdb3e5bb..bcc591fabf7f 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserProperty.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserProperty.java
@@ -18,8 +18,7 @@ public final class UserProperty {
private String name;
/*
- * User property value. Type: string (or Expression with resultType
- * string).
+ * User property value. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "value", required = true)
private Object value;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VerticaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VerticaSource.java
index 06e99726f408..4f6c60beb0ac 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VerticaSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VerticaSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class VerticaSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityAuthentication.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityAuthentication.java
index 9fc831afdaab..e2306684c659 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityAuthentication.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityAuthentication.java
@@ -11,45 +11,40 @@
@Fluent
public final class WebActivityAuthentication {
/*
- * Web activity authentication
- * (Basic/ClientCertificate/MSI/ServicePrincipal)
+ * Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)
*/
@JsonProperty(value = "type")
private String type;
/*
- * Base64-encoded contents of a PFX file or Certificate when used for
- * ServicePrincipal
+ * Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal
*/
@JsonProperty(value = "pfx")
private SecretBase pfx;
/*
- * Web activity authentication user name for basic authentication or
- * ClientID when used for ServicePrincipal. Type: string (or Expression
- * with resultType string).
+ * Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type:
+ * string (or Expression with resultType string).
*/
@JsonProperty(value = "username")
private Object username;
/*
- * Password for the PFX file or basic authentication / Secret when used for
- * ServicePrincipal
+ * Password for the PFX file or basic authentication / Secret when used for ServicePrincipal
*/
@JsonProperty(value = "password")
private SecretBase password;
/*
- * Resource for which Azure Auth token will be requested when using MSI
- * Authentication. Type: string (or Expression with resultType string).
+ * Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression
+ * with resultType string).
*/
@JsonProperty(value = "resource")
private Object resource;
/*
- * TenantId for which Azure Auth token will be requested when using
- * ServicePrincipal Authentication. Type: string (or Expression with
- * resultType string).
+ * TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string
+ * (or Expression with resultType string).
*/
@JsonProperty(value = "userTenant")
private Object userTenant;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebBasicAuthentication.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebBasicAuthentication.java
index c138a04ffe39..fad297864b3e 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebBasicAuthentication.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebBasicAuthentication.java
@@ -16,8 +16,7 @@
@Fluent
public final class WebBasicAuthentication extends WebLinkedServiceTypeProperties {
/*
- * User name for Basic authentication. Type: string (or Expression with
- * resultType string).
+ * User name for Basic authentication. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "username", required = true)
private Object username;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebLinkedServiceTypeProperties.java
index f50820ca9f15..4121ae103de8 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebLinkedServiceTypeProperties.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebLinkedServiceTypeProperties.java
@@ -29,14 +29,14 @@
@Fluent
public class WebLinkedServiceTypeProperties {
/*
- * The URL of the web service endpoint, e.g. http://www.microsoft.com .
- * Type: string (or Expression with resultType string).
+ * The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with
+ * resultType string).
*/
@JsonProperty(value = "url", required = true)
private Object url;
/**
- * Get the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or
+ * Get the url property: The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or
* Expression with resultType string).
*
* @return the url value.
@@ -46,7 +46,7 @@ public Object url() {
}
/**
- * Set the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or
+ * Set the url property: The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or
* Expression with resultType string).
*
* @param url the url value to set.
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebSource.java
index 4368db8cf045..0df0235f1262 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebSource.java
@@ -15,9 +15,8 @@
@Fluent
public final class WebSource extends CopySource {
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XeroSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XeroSource.java
index 721b1b5186c7..6aa96a1a33b3 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XeroSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XeroSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class XeroSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlReadSettings.java
index 89c772439a40..41d9b7b87f01 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlReadSettings.java
@@ -21,33 +21,30 @@ public final class XmlReadSettings extends FormatReadSettings {
private CompressionReadSettings compressionProperties;
/*
- * Indicates what validation method is used when reading the xml files.
- * Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression
- * with resultType string).
+ * Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'.
+ * Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "validationMode")
private Object validationMode;
/*
- * Indicates whether type detection is enabled when reading the xml files.
- * Type: boolean (or Expression with resultType boolean).
+ * Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with
+ * resultType boolean).
*/
@JsonProperty(value = "detectDataType")
private Object detectDataType;
/*
- * Indicates whether namespace is enabled when reading the xml files. Type:
- * boolean (or Expression with resultType boolean).
+ * Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType
+ * boolean).
*/
@JsonProperty(value = "namespaces")
private Object namespaces;
/*
- * Namespace uri to prefix mappings to override the prefixes in column
- * names when namespace is enabled, if no prefix is defined for a namespace
- * uri, the prefix of xml element/attribute name in the xml data file will
- * be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object
- * (or Expression with resultType object).
+ * Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no
+ * prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be
+ * used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
*/
@JsonProperty(value = "namespacePrefixes")
private Object namespacePrefixes;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlSource.java
index 7da2475a2e35..800f9e53d209 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlSource.java
@@ -27,9 +27,8 @@ public final class XmlSource extends CopySource {
private XmlReadSettings formatSettings;
/*
- * Specifies the additional columns to be added to source data. Type: array
- * of objects(AdditionalColumns) (or Expression with resultType array of
- * objects).
+ * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or
+ * Expression with resultType array of objects).
*/
@JsonProperty(value = "additionalColumns")
private Object additionalColumns;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZipDeflateReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZipDeflateReadSettings.java
index 34c53c97e5b5..c7d5aa8b4656 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZipDeflateReadSettings.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZipDeflateReadSettings.java
@@ -15,8 +15,7 @@
@Fluent
public final class ZipDeflateReadSettings extends CompressionReadSettings {
/*
- * Preserve the zip file name as folder path. Type: boolean (or Expression
- * with resultType boolean).
+ * Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean).
*/
@JsonProperty(value = "preserveZipFileNameAsFolder")
private Object preserveZipFileNameAsFolder;
diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZohoSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZohoSource.java
index b81dd4210c9d..4258d23d0776 100644
--- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZohoSource.java
+++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZohoSource.java
@@ -15,8 +15,7 @@
@Fluent
public final class ZohoSource extends TabularSource {
/*
- * A query to retrieve data from source. Type: string (or Expression with
- * resultType string).
+ * A query to retrieve data from source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "query")
private Object query;