diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md b/sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md
index 44c96fc2f8303..6d31e210c3105 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-09-07)
+
+- 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 aed548ba7545e..4b169c2f5aa67 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.resourcemanagerazure-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 29933c680508a..22ca532058815 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 f9ab58c286afc..217404547c1bf 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 d465d059a9aa3..f8d13249cef5f 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 1e3529c46283d..d789050000059 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 41fb3124b2102..f9dafaa3a8a06 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 bf5cf43a34dd9..ea38d6e87f99b 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 be96c4a43d17c..7ada55afe5d5a 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 6f1ca69a67a47..ff8e2070b5b63 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 2a07a308d3d72..b660cbcbbed6a 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 38ead8bec6113..e2222690a809f 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 1f987eb16b48c..5ce1f68d35a4e 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 ed9046fbaca97..27337428f88da 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 b3d725c0a80fd..48c088bf25f0b 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 e2a9743b0fb61..c71eded0d0d92 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 d9db05c8dc9db..1fb30aa08b76b 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 9390fb3e06e2a..1fcc3846ab8e2 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 99fc3dd5afde7..d1c379bd07192 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 5d7d039a1758b..80026925129b7 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 54d37be1de97a..b94dad0d230fc 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 9be7c6828a530..ddf19a2bf4128 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 0dfae13b294e7..7afbfbdfccbb3 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 a3ed6683dfe88..4f18f771f6459 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 fe66df56c7465..0df7f1f772f3f 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 a97ddc6ab8f8a..e8b6f0b9a67bc 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 bc66142c6ddfd..0c32eeddbf9d9 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 414390a473b5e..6cc4d12b0701c 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 b8872eb08a071..029fba90ca953 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 dc26ca0ee3a3e..a4a33cadc884b 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 ca8f19d3cca3d..ea67f0bb12a0f 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 b7e9eddb1165f..b2f61843a01d4 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 d9daa6899d421..b2c846ffbaf5d 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 97d2cfaac81fa..fb5ea24723f1a 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 d1b81d04fa36d..aa789a93ec59d 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 08b45594af11a..2d5582c2d6a53 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 6f67e7cce46b3..73960d99a98a3 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 e62d25318ec5d..0a56d444ae3c3 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 8dca7489709cc..d92f88bc0d8d8 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 968518450416c..43aac259c8fb0 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 e0e119a570f91..029f912a139df 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 f3d68209853ae..f4de43dc7191c 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 2fd4c1057fb52..0e215e3d36ec1 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 cfea48146a604..8a945dec8e72b 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 677f95fd97c79..eee08d2985b89 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 e95c46faa7c8b..c05de3618aebb 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 05304be0adbbc..458ca65f68cee 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 9ce1c4d4688ae..75dba7d337b85 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 b3102a8427fa7..57a286e3269c6 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 caa4eb39c56e8..c8ea52d2ced9b 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 a09e06bd38c10..f727eab9089fe 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 143d1945311d5..c0dde92c4c309 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 b32d36aac3370..a793b0e893cdf 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 0000000000000..82145e8c65630
--- /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 a96c4ef77b36e..6ba20a617551e 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 61b329bcb9cd0..c2da3f582eef8 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 d841920347740..b0e12dda2da6b 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 a9ef4e189d320..6440943a631ee 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 79dc6d158335e..30a4387bb7669 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 818c4dd49170b..4bd0602bbea7e 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 8afcf932716d4..ce5589c774129 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 2fef6667b34af..79cc085d6ed2c 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