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.resourcemanager azure-resourcemanager-datafactory - 1.0.0-beta.16 + 1.0.0-beta.17 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/DataFactoryManager.java index 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 preserve; /* - * Whether to enable Data Consistency validation. Type: boolean (or - * Expression with resultType boolean). + * Whether to enable Data Consistency validation. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "validateDataConsistency") private Object validateDataConsistency; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbLinkedServiceTypeProperties.java index 6ab707ff005a6..f111cc2ec390c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbLinkedServiceTypeProperties.java @@ -15,88 +15,76 @@ @Fluent public final class CosmosDbLinkedServiceTypeProperties { /* - * The connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; /* - * The endpoint of the Azure CosmosDB account. Type: string (or Expression - * with resultType string) + * The endpoint of the Azure CosmosDB account. Type: string (or Expression with resultType string) */ @JsonProperty(value = "accountEndpoint") private Object accountEndpoint; /* - * The name of the database. Type: string (or Expression with resultType - * string) + * The name of the database. Type: string (or Expression with resultType string) */ @JsonProperty(value = "database") private Object database; /* - * The account key of the Azure CosmosDB account. Type: SecureString or - * AzureKeyVaultSecretReference. + * The account key of the Azure CosmosDB account. Type: SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "accountKey") private SecretBase accountKey; /* - * The client ID of the application in Azure Active Directory used for - * Server-To-Server authentication. Type: string (or Expression with - * resultType string). + * The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalId") private Object servicePrincipalId; /* - * The service principal credential type to use in Server-To-Server - * authentication. 'ServicePrincipalKey' for key/secret, - * 'ServicePrincipalCert' for certificate. Type: string (or Expression with - * resultType string). + * The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for + * key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalCredentialType") private CosmosDbServicePrincipalCredentialType servicePrincipalCredentialType; /* - * The credential of the service principal object in Azure Active - * Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', - * servicePrincipalCredential can be SecureString or - * AzureKeyVaultSecretReference. If servicePrincipalCredentialType is - * 'ServicePrincipalCert', servicePrincipalCredential can only be + * The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is + * 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If + * servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be * AzureKeyVaultSecretReference. */ @JsonProperty(value = "servicePrincipalCredential") private SecretBase servicePrincipalCredential; /* - * The name or ID of the tenant to which the service principal belongs. - * Type: string (or Expression with resultType string). + * The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "tenant") private Object tenant; /* - * Indicates the azure cloud type of the service principle auth. Allowed - * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. - * Default value is the data factory regions’ cloud type. Type: string (or + * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, + * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or * Expression with resultType string). */ @JsonProperty(value = "azureCloudType") private Object azureCloudType; /* - * The connection mode used to access CosmosDB account. Type: string (or - * Expression with resultType string). + * The connection mode used to access CosmosDB account. Type: string (or Expression with resultType string). */ @JsonProperty(value = "connectionMode") private CosmosDbConnectionMode connectionMode; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiCollectionDatasetTypeProperties.java index d15481ba81a66..24d7f1b1477ca 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiCollectionDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiCollectionDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class CosmosDbMongoDbApiCollectionDatasetTypeProperties { /* - * The collection name of the CosmosDB (MongoDB API) database. Type: string - * (or Expression with resultType string). + * The collection name of the CosmosDB (MongoDB API) database. Type: string (or Expression with resultType string). */ @JsonProperty(value = "collection", required = true) private Object collection; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiLinkedServiceTypeProperties.java index dc90ec138e886..93453f1bda561 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbMongoDbApiLinkedServiceTypeProperties.java @@ -12,24 +12,22 @@ @Fluent public final class CosmosDbMongoDbApiLinkedServiceTypeProperties { /* - * Whether the CosmosDB (MongoDB API) server version is higher than 3.2. - * The default value is false. Type: boolean (or Expression with resultType - * boolean). + * Whether the CosmosDB (MongoDB API) server version is higher than 3.2. The default value is false. Type: boolean + * (or Expression with resultType boolean). */ @JsonProperty(value = "isServerVersionAbove32") private Object isServerVersionAbove32; /* - * The CosmosDB (MongoDB API) connection string. Type: string, SecureString - * or AzureKeyVaultSecretReference. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * The CosmosDB (MongoDB API) connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: + * string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString", required = true) private Object connectionString; /* - * The name of the CosmosDB (MongoDB API) database that you want to access. - * Type: string (or Expression with resultType string). + * The name of the CosmosDB (MongoDB API) database that you want to access. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "database", required = true) private Object database; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbSqlApiCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbSqlApiCollectionDatasetTypeProperties.java index dda4a419cee37..6c7597948f9cf 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbSqlApiCollectionDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CosmosDbSqlApiCollectionDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class CosmosDbSqlApiCollectionDatasetTypeProperties { /* - * CosmosDB (SQL API) collection name. Type: string (or Expression with - * resultType string). + * CosmosDB (SQL API) collection name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "collectionName", required = true) private Object collectionName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CouchbaseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CouchbaseLinkedServiceTypeProperties.java index c6b6af7cb6d28..771dec2a9b365 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CouchbaseLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CouchbaseLinkedServiceTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class CouchbaseLinkedServiceTypeProperties { /* - * An ODBC connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; @@ -25,9 +24,8 @@ public final class CouchbaseLinkedServiceTypeProperties { private AzureKeyVaultSecretReference credString; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomActivityTypeProperties.java index e0ab1e9db245d..e196e5a1c6b31 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomActivityTypeProperties.java @@ -16,8 +16,7 @@ @Fluent public final class CustomActivityTypeProperties { /* - * Command for custom activity Type: string (or Expression with resultType - * string). + * Command for custom activity Type: string (or Expression with resultType string). */ @JsonProperty(value = "command", required = true) private Object command; @@ -29,8 +28,7 @@ public final class CustomActivityTypeProperties { private LinkedServiceReference resourceLinkedService; /* - * Folder path for resource files Type: string (or Expression with - * resultType string). + * Folder path for resource files Type: string (or Expression with resultType string). */ @JsonProperty(value = "folderPath") private Object folderPath; @@ -42,24 +40,23 @@ public final class CustomActivityTypeProperties { private CustomActivityReferenceObject referenceObjects; /* - * User defined property bag. There is no restriction on the keys or values - * that can be used. The user specified custom activity has the full - * responsibility to consume and interpret the content defined. + * User defined property bag. There is no restriction on the keys or values that can be used. The user specified + * custom activity has the full responsibility to consume and interpret the content defined. */ @JsonProperty(value = "extendedProperties") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map extendedProperties; /* - * The retention time for the files submitted for custom activity. Type: - * double (or Expression with resultType double). + * The retention time for the files submitted for custom activity. Type: double (or Expression with resultType + * double). */ @JsonProperty(value = "retentionTimeInDays") private Object retentionTimeInDays; /* - * Elevation level and scope for the user, default is nonadmin task. Type: - * string (or Expression with resultType double). + * Elevation level and scope for the user, default is nonadmin task. Type: string (or Expression with resultType + * double). */ @JsonProperty(value = "autoUserSpecification") private Object autoUserSpecification; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomEventsTriggerTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomEventsTriggerTypeProperties.java index 2a9e42e40f11c..17d79c4d55595 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomEventsTriggerTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/CustomEventsTriggerTypeProperties.java @@ -13,17 +13,15 @@ @Fluent public final class CustomEventsTriggerTypeProperties { /* - * The event subject must begin with the pattern provided for trigger to - * fire. At least one of these must be provided: subjectBeginsWith, - * subjectEndsWith. + * The event subject must begin with the pattern provided for trigger to fire. At least one of these must be + * provided: subjectBeginsWith, subjectEndsWith. */ @JsonProperty(value = "subjectBeginsWith") private String subjectBeginsWith; /* - * The event subject must end with the pattern provided for trigger to - * fire. At least one of these must be provided: subjectBeginsWith, - * subjectEndsWith. + * The event subject must end with the pattern provided for trigger to fire. At least one of these must be + * provided: subjectBeginsWith, subjectEndsWith. */ @JsonProperty(value = "subjectEndsWith") private String subjectEndsWith; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataLakeAnalyticsUsqlActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataLakeAnalyticsUsqlActivityTypeProperties.java index 19fd3631c2880..d45805e23781f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataLakeAnalyticsUsqlActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataLakeAnalyticsUsqlActivityTypeProperties.java @@ -15,8 +15,8 @@ @Fluent public final class DataLakeAnalyticsUsqlActivityTypeProperties { /* - * Case-sensitive path to folder that contains the U-SQL script. Type: - * string (or Expression with resultType string). + * Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "scriptPath", required = true) private Object scriptPath; @@ -28,18 +28,15 @@ public final class DataLakeAnalyticsUsqlActivityTypeProperties { private LinkedServiceReference scriptLinkedService; /* - * The maximum number of nodes simultaneously used to run the job. Default - * value is 1. Type: integer (or Expression with resultType integer), - * minimum: 1. + * The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression + * with resultType integer), minimum: 1. */ @JsonProperty(value = "degreeOfParallelism") private Object degreeOfParallelism; /* - * Determines which jobs out of all that are queued should be selected to - * run first. The lower the number, the higher the priority. Default value - * is 1000. Type: integer (or Expression with resultType integer), minimum: - * 1. + * Determines which jobs out of all that are queued should be selected to run first. The lower the number, the + * higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1. */ @JsonProperty(value = "priority") private Object priority; @@ -52,15 +49,14 @@ public final class DataLakeAnalyticsUsqlActivityTypeProperties { private Map parameters; /* - * Runtime version of the U-SQL engine to use. Type: string (or Expression - * with resultType string). + * Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string). */ @JsonProperty(value = "runtimeVersion") private Object runtimeVersion; /* - * Compilation mode of U-SQL. Must be one of these values : Semantic, Full - * and SingleBox. Type: string (or Expression with resultType string). + * Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "compilationMode") private Object compilationMode; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksNotebookActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksNotebookActivityTypeProperties.java index f2fb18e8def17..2da777071bbe9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksNotebookActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksNotebookActivityTypeProperties.java @@ -15,25 +15,22 @@ @Fluent public final class DatabricksNotebookActivityTypeProperties { /* - * The absolute path of the notebook to be run in the Databricks Workspace. - * This path must begin with a slash. Type: string (or Expression with - * resultType string). + * The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "notebookPath", required = true) private Object notebookPath; /* - * Base parameters to be used for each run of this job.If the notebook - * takes a parameter that is not specified, the default value from the - * notebook will be used. + * Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the + * default value from the notebook will be used. */ @JsonProperty(value = "baseParameters") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map baseParameters; /* - * A list of libraries to be installed on the cluster that will execute the - * job. + * A list of libraries to be installed on the cluster that will execute the job. */ @JsonProperty(value = "libraries") private List> libraries; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkJarActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkJarActivityTypeProperties.java index d136a18cfac7f..f0aeb9956baa6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkJarActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkJarActivityTypeProperties.java @@ -14,9 +14,8 @@ @Fluent public final class DatabricksSparkJarActivityTypeProperties { /* - * The full name of the class containing the main method to be executed. - * This class must be contained in a JAR provided as a library. Type: - * string (or Expression with resultType string). + * The full name of the class containing the main method to be executed. This class must be contained in a JAR + * provided as a library. Type: string (or Expression with resultType string). */ @JsonProperty(value = "mainClassName", required = true) private Object mainClassName; @@ -28,8 +27,7 @@ public final class DatabricksSparkJarActivityTypeProperties { private List parameters; /* - * A list of libraries to be installed on the cluster that will execute the - * job. + * A list of libraries to be installed on the cluster that will execute the job. */ @JsonProperty(value = "libraries") private List> libraries; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkPythonActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkPythonActivityTypeProperties.java index 3e454550f47b6..1d121e7efb81f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkPythonActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DatabricksSparkPythonActivityTypeProperties.java @@ -14,8 +14,8 @@ @Fluent public final class DatabricksSparkPythonActivityTypeProperties { /* - * The URI of the Python file to be executed. DBFS paths are supported. - * Type: string (or Expression with resultType string). + * The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "pythonFile", required = true) private Object pythonFile; @@ -27,8 +27,7 @@ public final class DatabricksSparkPythonActivityTypeProperties { private List parameters; /* - * A list of libraries to be installed on the cluster that will execute the - * job. + * A list of libraries to be installed on the cluster that will execute the job. */ @JsonProperty(value = "libraries") private List> libraries; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataworldLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataworldLinkedServiceTypeProperties.java index 1757a2b81f1c8..da4857b69e3a0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataworldLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DataworldLinkedServiceTypeProperties.java @@ -19,9 +19,8 @@ public final class DataworldLinkedServiceTypeProperties { private SecretBase apiToken; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2LinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2LinkedServiceTypeProperties.java index 0fd78112d5f23..6ffe42e134d62 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2LinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2LinkedServiceTypeProperties.java @@ -13,41 +13,36 @@ @Fluent public final class Db2LinkedServiceTypeProperties { /* - * The connection string. It is mutually exclusive with server, database, - * authenticationType, userName, packageCollection and - * certificateCommonName property. Type: string, SecureString or + * The connection string. It is mutually exclusive with server, database, authenticationType, userName, + * packageCollection and certificateCommonName property. Type: string, SecureString or * AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; /* - * Server name for connection. It is mutually exclusive with - * connectionString property. Type: string (or Expression with resultType - * string). + * Server name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "server") private Object server; /* - * Database name for connection. It is mutually exclusive with - * connectionString property. Type: string (or Expression with resultType - * string). + * Database name for connection. It is mutually exclusive with connectionString property. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "database") private Object database; /* - * AuthenticationType to be used for connection. It is mutually exclusive - * with connectionString property. + * AuthenticationType to be used for connection. It is mutually exclusive with connectionString property. */ @JsonProperty(value = "authenticationType") private Db2AuthenticationType authenticationType; /* - * Username for authentication. It is mutually exclusive with - * connectionString property. Type: string (or Expression with resultType - * string). + * Username for authentication. It is mutually exclusive with connectionString property. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "username") private Object username; @@ -59,26 +54,23 @@ public final class Db2LinkedServiceTypeProperties { private SecretBase password; /* - * Under where packages are created when querying database. It is mutually - * exclusive with connectionString property. Type: string (or Expression - * with resultType string). + * Under where packages are created when querying database. It is mutually exclusive with connectionString + * property. Type: string (or Expression with resultType string). */ @JsonProperty(value = "packageCollection") private Object packageCollection; /* - * Certificate Common Name when TLS is enabled. It is mutually exclusive - * with connectionString property. Type: string (or Expression with - * resultType string). + * Certificate Common Name when TLS is enabled. It is mutually exclusive with connectionString property. Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "certificateCommonName") private Object certificateCommonName; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. It is - * mutually exclusive with connectionString property. Type: string (or - * Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. It is mutually exclusive with connectionString property. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2TableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2TableDatasetTypeProperties.java index f42834be43ec6..32944ffd38d04 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2TableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Db2TableDatasetTypeProperties.java @@ -11,15 +11,13 @@ @Fluent public final class Db2TableDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The Db2 schema name. Type: string (or Expression with resultType - * string). + * The Db2 schema name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DeleteActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DeleteActivityTypeProperties.java index 5c9cd83e7049f..ca15243fc38d7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DeleteActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DeleteActivityTypeProperties.java @@ -15,9 +15,8 @@ @Fluent public final class DeleteActivityTypeProperties { /* - * If true, files or sub-folders under current folder path will be deleted - * recursively. Default is false. Type: boolean (or Expression with - * resultType boolean). + * If true, files or sub-folders under current folder path will be deleted recursively. Default is false. Type: + * boolean (or Expression with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; @@ -29,15 +28,14 @@ public final class DeleteActivityTypeProperties { private Integer maxConcurrentConnections; /* - * Whether to record detailed logs of delete-activity execution. Default - * value is false. Type: boolean (or Expression with resultType boolean). + * Whether to record detailed logs of delete-activity execution. Default value is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "enableLogging") private Object enableLogging; /* - * Log storage settings customer need to provide when enableLogging is - * true. + * Log storage settings customer need to provide when enableLogging is true. */ @JsonProperty(value = "logStorageSettings") private LogStorageSettings logStorageSettings; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DelimitedTextDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DelimitedTextDatasetTypeProperties.java index b4cdb2ff434c8..b0fbf303fbd5f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DelimitedTextDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DelimitedTextDatasetTypeProperties.java @@ -19,8 +19,7 @@ public final class DelimitedTextDatasetTypeProperties { private DatasetLocation location; /* - * The column delimiter. Type: string (or Expression with resultType - * string). + * The column delimiter. Type: string (or Expression with resultType string). */ @JsonProperty(value = "columnDelimiter") private Object columnDelimiter; @@ -32,18 +31,16 @@ public final class DelimitedTextDatasetTypeProperties { private Object rowDelimiter; /* - * The code page name of the preferred encoding. If miss, the default value - * is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name - * column of the table in the following link to set supported values: - * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: - * string (or Expression with resultType string). + * The code page name of the preferred encoding. If miss, the default value is UTF-8, unless BOM denotes another + * Unicode encoding. Refer to the name column of the table in the following link to set supported values: + * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "encodingName") private Object encodingName; /* - * The data compressionCodec. Type: string (or Expression with resultType - * string). + * The data compressionCodec. Type: string (or Expression with resultType string). */ @JsonProperty(value = "compressionCodec") private Object compressionCodec; @@ -55,31 +52,27 @@ public final class DelimitedTextDatasetTypeProperties { private Object compressionLevel; /* - * The quote character. Type: string (or Expression with resultType - * string). + * The quote character. Type: string (or Expression with resultType string). */ @JsonProperty(value = "quoteChar") private Object quoteChar; /* - * The escape character. Type: string (or Expression with resultType - * string). + * The escape character. Type: string (or Expression with resultType string). */ @JsonProperty(value = "escapeChar") private Object escapeChar; /* - * When used as input, treat the first row of data as headers. When used as - * output,write the headers into the output as the first row of data. The - * default value is false. Type: boolean (or Expression with resultType + * When used as input, treat the first row of data as headers. When used as output,write the headers into the + * output as the first row of data. The default value is false. Type: boolean (or Expression with resultType * boolean). */ @JsonProperty(value = "firstRowAsHeader") private Object firstRowAsHeader; /* - * The null value string. Type: string (or Expression with resultType - * string). + * The null value string. Type: string (or Expression with resultType string). */ @JsonProperty(value = "nullValue") private Object nullValue; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DocumentDbCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DocumentDbCollectionDatasetTypeProperties.java index 26dce96416392..6610f42be4ab7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DocumentDbCollectionDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DocumentDbCollectionDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class DocumentDbCollectionDatasetTypeProperties { /* - * Document Database collection name. Type: string (or Expression with - * resultType string). + * Document Database collection name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "collectionName", required = true) private Object collectionName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillDatasetTypeProperties.java index 2e0930b7138a3..4f7f60308ea8a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class DrillDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of the Drill. Type: string (or Expression with resultType - * string). + * The table name of the Drill. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The schema name of the Drill. Type: string (or Expression with - * resultType string). + * The schema name of the Drill. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillLinkedServiceTypeProperties.java index 6665a14a4e999..aff7a6c8bc4de 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DrillLinkedServiceTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class DrillLinkedServiceTypeProperties { /* - * An ODBC connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; @@ -25,9 +24,8 @@ public final class DrillLinkedServiceTypeProperties { private AzureKeyVaultSecretReference pwd; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXLinkedServiceTypeProperties.java index 5914b2ffcc7ed..82b3480299ea4 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXLinkedServiceTypeProperties.java @@ -13,47 +13,41 @@ @Fluent public final class DynamicsAXLinkedServiceTypeProperties { /* - * The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData - * endpoint. + * The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint. */ @JsonProperty(value = "url", required = true) private Object url; /* - * Specify the application's client ID. Type: string (or Expression with - * resultType string). + * Specify the application's client ID. Type: string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalId", required = true) private Object servicePrincipalId; /* - * Specify the application's key. Mark this field as a SecureString to - * store it securely in Data Factory, or reference a secret stored in Azure - * Key Vault. Type: string (or Expression with resultType string). + * Specify the application's key. Mark this field as a SecureString to store it securely in Data Factory, or + * reference a secret stored in Azure Key Vault. Type: string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalKey", required = true) private SecretBase servicePrincipalKey; /* - * Specify the tenant information (domain name or tenant ID) under which - * your application resides. Retrieve it by hovering the mouse in the - * top-right corner of the Azure portal. Type: string (or Expression with - * resultType string). + * Specify the tenant information (domain name or tenant ID) under which your application resides. Retrieve it by + * hovering the mouse in the top-right corner of the Azure portal. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "tenant", required = true) private Object tenant; /* - * Specify the resource you are requesting authorization. Type: string (or - * Expression with resultType string). + * Specify the resource you are requesting authorization. Type: string (or Expression with resultType string). */ @JsonProperty(value = "aadResourceId", required = true) private Object aadResourceId; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXResourceDatasetTypeProperties.java index 2e5ebca4b995c..b330154f9f925 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXResourceDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsAXResourceDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class DynamicsAXResourceDatasetTypeProperties { /* - * The path of the Dynamics AX OData entity. Type: string (or Expression - * with resultType string). + * The path of the Dynamics AX OData entity. Type: string (or Expression with resultType string). */ @JsonProperty(value = "path", required = true) private Object path; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmEntityDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmEntityDatasetTypeProperties.java index b00ad95514363..b48bcfdbf5843 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmEntityDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmEntityDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class DynamicsCrmEntityDatasetTypeProperties { /* - * The logical name of the entity. Type: string (or Expression with - * resultType string). + * The logical name of the entity. Type: string (or Expression with resultType string). */ @JsonProperty(value = "entityName") private Object entityName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmLinkedServiceTypeProperties.java index 8f1192e08a1a7..0407ea598ca26 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsCrmLinkedServiceTypeProperties.java @@ -13,58 +13,51 @@ @Fluent public final class DynamicsCrmLinkedServiceTypeProperties { /* - * The deployment type of the Dynamics CRM instance. 'Online' for Dynamics - * CRM Online and 'OnPremisesWithIfd' for Dynamics CRM on-premises with - * Ifd. Type: string (or Expression with resultType string). + * The deployment type of the Dynamics CRM instance. 'Online' for Dynamics CRM Online and 'OnPremisesWithIfd' for + * Dynamics CRM on-premises with Ifd. Type: string (or Expression with resultType string). */ @JsonProperty(value = "deploymentType", required = true) private Object deploymentType; /* - * The host name of the on-premises Dynamics CRM server. The property is - * required for on-prem and not allowed for online. Type: string (or - * Expression with resultType string). + * The host name of the on-premises Dynamics CRM server. The property is required for on-prem and not allowed for + * online. Type: string (or Expression with resultType string). */ @JsonProperty(value = "hostName") private Object hostname; /* - * The port of on-premises Dynamics CRM server. The property is required - * for on-prem and not allowed for online. Default is 443. Type: integer - * (or Expression with resultType integer), minimum: 0. + * The port of on-premises Dynamics CRM server. The property is required for on-prem and not allowed for online. + * Default is 443. Type: integer (or Expression with resultType integer), minimum: 0. */ @JsonProperty(value = "port") private Object port; /* - * The URL to the Microsoft Dynamics CRM server. The property is required - * for on-line and not allowed for on-prem. Type: string (or Expression - * with resultType string). + * The URL to the Microsoft Dynamics CRM server. The property is required for on-line and not allowed for on-prem. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "serviceUri") private Object serviceUri; /* - * The organization name of the Dynamics CRM instance. The property is - * required for on-prem and required for online when there are more than - * one Dynamics CRM instances associated with the user. Type: string (or - * Expression with resultType string). + * The organization name of the Dynamics CRM instance. The property is required for on-prem and required for online + * when there are more than one Dynamics CRM instances associated with the user. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "organizationName") private Object organizationName; /* - * The authentication type to connect to Dynamics CRM server. 'Office365' - * for online scenario, 'Ifd' for on-premises with Ifd scenario, - * 'AADServicePrincipal' for Server-To-Server authentication in online - * scenario. Type: string (or Expression with resultType string). + * The authentication type to connect to Dynamics CRM server. 'Office365' for online scenario, 'Ifd' for + * on-premises with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "authenticationType", required = true) private Object authenticationType; /* - * User name to access the Dynamics CRM instance. Type: string (or - * Expression with resultType string). + * User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string). */ @JsonProperty(value = "username") private Object username; @@ -76,37 +69,31 @@ public final class DynamicsCrmLinkedServiceTypeProperties { private SecretBase password; /* - * The client ID of the application in Azure Active Directory used for - * Server-To-Server authentication. Type: string (or Expression with - * resultType string). + * The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalId") private Object servicePrincipalId; /* - * The service principal credential type to use in Server-To-Server - * authentication. 'ServicePrincipalKey' for key/secret, - * 'ServicePrincipalCert' for certificate. Type: string (or Expression with - * resultType string). + * The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for + * key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalCredentialType") private Object servicePrincipalCredentialType; /* - * The credential of the service principal object in Azure Active - * Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', - * servicePrincipalCredential can be SecureString or - * AzureKeyVaultSecretReference. If servicePrincipalCredentialType is - * 'ServicePrincipalCert', servicePrincipalCredential can only be + * The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is + * 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If + * servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be * AzureKeyVaultSecretReference. */ @JsonProperty(value = "servicePrincipalCredential") private SecretBase servicePrincipalCredential; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsEntityDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsEntityDatasetTypeProperties.java index a773ea4d5bb0f..79caa6cbb16b9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsEntityDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsEntityDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class DynamicsEntityDatasetTypeProperties { /* - * The logical name of the entity. Type: string (or Expression with - * resultType string). + * The logical name of the entity. Type: string (or Expression with resultType string). */ @JsonProperty(value = "entityName") private Object entityName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsLinkedServiceTypeProperties.java index 98c008a179987..5bf0e92be4b88 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/DynamicsLinkedServiceTypeProperties.java @@ -14,58 +14,51 @@ @Fluent public final class DynamicsLinkedServiceTypeProperties { /* - * The deployment type of the Dynamics instance. 'Online' for Dynamics - * Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: - * string (or Expression with resultType string). + * The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics + * on-premises with Ifd. Type: string (or Expression with resultType string). */ @JsonProperty(value = "deploymentType", required = true) private Object deploymentType; /* - * The host name of the on-premises Dynamics server. The property is - * required for on-prem and not allowed for online. Type: string (or - * Expression with resultType string). + * The host name of the on-premises Dynamics server. The property is required for on-prem and not allowed for + * online. Type: string (or Expression with resultType string). */ @JsonProperty(value = "hostName") private Object hostname; /* - * The port of on-premises Dynamics server. The property is required for - * on-prem and not allowed for online. Default is 443. Type: integer (or - * Expression with resultType integer), minimum: 0. + * The port of on-premises Dynamics server. The property is required for on-prem and not allowed for online. + * Default is 443. Type: integer (or Expression with resultType integer), minimum: 0. */ @JsonProperty(value = "port") private Object port; /* - * The URL to the Microsoft Dynamics server. The property is required for - * on-line and not allowed for on-prem. Type: string (or Expression with - * resultType string). + * The URL to the Microsoft Dynamics server. The property is required for on-line and not allowed for on-prem. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "serviceUri") private Object serviceUri; /* - * The organization name of the Dynamics instance. The property is required - * for on-prem and required for online when there are more than one - * Dynamics instances associated with the user. Type: string (or Expression - * with resultType string). + * The organization name of the Dynamics instance. The property is required for on-prem and required for online + * when there are more than one Dynamics instances associated with the user. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "organizationName") private Object organizationName; /* - * The authentication type to connect to Dynamics server. 'Office365' for - * online scenario, 'Ifd' for on-premises with Ifd scenario, - * 'AADServicePrincipal' for Server-To-Server authentication in online - * scenario. Type: string (or Expression with resultType string). + * The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises + * with Ifd scenario, 'AADServicePrincipal' for Server-To-Server authentication in online scenario. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "authenticationType", required = true) private Object authenticationType; /* - * User name to access the Dynamics instance. Type: string (or Expression - * with resultType string). + * User name to access the Dynamics instance. Type: string (or Expression with resultType string). */ @JsonProperty(value = "username") private Object username; @@ -77,37 +70,31 @@ public final class DynamicsLinkedServiceTypeProperties { private SecretBase password; /* - * The client ID of the application in Azure Active Directory used for - * Server-To-Server authentication. Type: string (or Expression with - * resultType string). + * The client ID of the application in Azure Active Directory used for Server-To-Server authentication. Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalId") private Object servicePrincipalId; /* - * The service principal credential type to use in Server-To-Server - * authentication. 'ServicePrincipalKey' for key/secret, - * 'ServicePrincipalCert' for certificate. Type: string (or Expression with - * resultType string). + * The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for + * key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalCredentialType") private Object servicePrincipalCredentialType; /* - * The credential of the service principal object in Azure Active - * Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', - * servicePrincipalCredential can be SecureString or - * AzureKeyVaultSecretReference. If servicePrincipalCredentialType is - * 'ServicePrincipalCert', servicePrincipalCredential can only be + * The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is + * 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If + * servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be * AzureKeyVaultSecretReference. */ @JsonProperty(value = "servicePrincipalCredential") private SecretBase servicePrincipalCredential; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/EloquaLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/EloquaLinkedServiceTypeProperties.java index 44253aecf1c65..56d89dd9bb56e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/EloquaLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/EloquaLinkedServiceTypeProperties.java @@ -19,8 +19,7 @@ public final class EloquaLinkedServiceTypeProperties { private Object endpoint; /* - * The site name and user name of your Eloqua account in the form: - * sitename/username. (i.e. Eloqua/Alice) + * The site name and user name of your Eloqua account in the form: sitename/username. (i.e. Eloqua/Alice) */ @JsonProperty(value = "username", required = true) private Object username; @@ -32,31 +31,27 @@ public final class EloquaLinkedServiceTypeProperties { private SecretBase password; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExcelDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExcelDatasetTypeProperties.java index addacbb8ca2c7..8bf666a29dbba 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExcelDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExcelDatasetTypeProperties.java @@ -20,30 +20,26 @@ public final class ExcelDatasetTypeProperties { private DatasetLocation location; /* - * The sheet name of excel file. Type: string (or Expression with - * resultType string). + * The sheet name of excel file. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sheetName") private Object sheetName; /* - * The sheet index of excel file and default value is 0. Type: integer (or - * Expression with resultType integer) + * The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer) */ @JsonProperty(value = "sheetIndex") private Object sheetIndex; /* - * The partial data of one sheet. Type: string (or Expression with - * resultType string). + * The partial data of one sheet. Type: string (or Expression with resultType string). */ @JsonProperty(value = "range") private Object range; /* - * When used as input, treat the first row of data as headers. When used as - * output,write the headers into the output as the first row of data. The - * default value is false. Type: boolean (or Expression with resultType + * When used as input, treat the first row of data as headers. When used as output,write the headers into the + * output as the first row of data. The default value is false. Type: boolean (or Expression with resultType * boolean). */ @JsonProperty(value = "firstRowAsHeader") @@ -56,8 +52,7 @@ public final class ExcelDatasetTypeProperties { private DatasetCompression compression; /* - * The null value string. Type: string (or Expression with resultType - * string). + * The null value string. Type: string (or Expression with resultType string). */ @JsonProperty(value = "nullValue") private Object nullValue; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteDataFlowActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteDataFlowActivityTypeProperties.java index 878b0676a0698..57d9d517840f5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteDataFlowActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteDataFlowActivityTypeProperties.java @@ -40,32 +40,29 @@ public class ExecuteDataFlowActivityTypeProperties { private ExecuteDataFlowActivityTypePropertiesCompute compute; /* - * Trace level setting used for data flow monitoring output. Supported - * values are: 'coarse', 'fine', and 'none'. Type: string (or Expression - * with resultType string) + * Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. + * Type: string (or Expression with resultType string) */ @JsonProperty(value = "traceLevel") private Object traceLevel; /* - * Continue on error setting used for data flow execution. Enables - * processing to continue if a sink fails. Type: boolean (or Expression - * with resultType boolean) + * Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: + * boolean (or Expression with resultType boolean) */ @JsonProperty(value = "continueOnError") private Object continueOnError; /* - * Concurrent run setting used for data flow execution. Allows sinks with - * the same save order to be processed concurrently. Type: boolean (or - * Expression with resultType boolean) + * Concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed + * concurrently. Type: boolean (or Expression with resultType boolean) */ @JsonProperty(value = "runConcurrently") private Object runConcurrently; /* - * Specify number of parallel staging for sources applicable to the sink. - * Type: integer (or Expression with resultType integer) + * Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with + * resultType integer) */ @JsonProperty(value = "sourceStagingConcurrency") private Object sourceStagingConcurrency; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePipelineActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePipelineActivityTypeProperties.java index af4829f6ef58f..98b2e28c54e2c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePipelineActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePipelineActivityTypeProperties.java @@ -28,8 +28,7 @@ public final class ExecutePipelineActivityTypeProperties { private Map parameters; /* - * Defines whether activity execution will wait for the dependent pipeline - * execution to finish. Default is false. + * Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false. */ @JsonProperty(value = "waitOnCompletion") private Boolean waitOnCompletion; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePowerQueryActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePowerQueryActivityTypeProperties.java index f7c6206e9dc25..5d4b6fdd82b97 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePowerQueryActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecutePowerQueryActivityTypeProperties.java @@ -20,8 +20,7 @@ @Fluent public final class ExecutePowerQueryActivityTypeProperties extends ExecuteDataFlowActivityTypeProperties { /* - * (Deprecated. Please use Queries). List of Power Query activity sinks - * mapped to a queryName. + * (Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName. */ @JsonProperty(value = "sinks") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteSsisPackageActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteSsisPackageActivityTypeProperties.java index 425d0cd184a60..f35a97dd4b008 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteSsisPackageActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ExecuteSsisPackageActivityTypeProperties.java @@ -26,22 +26,20 @@ public final class ExecuteSsisPackageActivityTypeProperties { private SsisPackageLocation packageLocation; /* - * Specifies the runtime to execute SSIS package. The value should be "x86" - * or "x64". Type: string (or Expression with resultType string). + * Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "runtime") private Object runtime; /* - * The logging level of SSIS package execution. Type: string (or Expression - * with resultType string). + * The logging level of SSIS package execution. Type: string (or Expression with resultType string). */ @JsonProperty(value = "loggingLevel") private Object loggingLevel; /* - * The environment path to execute the SSIS package. Type: string (or - * Expression with resultType string). + * The environment path to execute the SSIS package. Type: string (or Expression with resultType string). */ @JsonProperty(value = "environmentPath") private Object environmentPath; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FailActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FailActivityTypeProperties.java index eae8d5445f374..826260eb33251 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FailActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FailActivityTypeProperties.java @@ -12,17 +12,15 @@ @Fluent public final class FailActivityTypeProperties { /* - * The error message that surfaced in the Fail activity. It can be dynamic - * content that's evaluated to a non empty/blank string at runtime. Type: - * string (or Expression with resultType string). + * The error message that surfaced in the Fail activity. It can be dynamic content that's evaluated to a non + * empty/blank string at runtime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "message", required = true) private Object message; /* - * The error code that categorizes the error type of the Fail activity. It - * can be dynamic content that's evaluated to a non empty/blank string at - * runtime. Type: string (or Expression with resultType string). + * The error code that categorizes the error type of the Fail activity. It can be dynamic content that's evaluated + * to a non empty/blank string at runtime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "errorCode", required = true) private Object errorCode; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileServerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileServerLinkedServiceTypeProperties.java index e777d8152032e..c1cc14ba82e0e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileServerLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileServerLinkedServiceTypeProperties.java @@ -13,15 +13,13 @@ @Fluent public final class FileServerLinkedServiceTypeProperties { /* - * Host name of the server. Type: string (or Expression with resultType - * string). + * Host name of the server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "host", required = true) private Object host; /* - * User ID to logon the server. Type: string (or Expression with resultType - * string). + * User ID to logon the server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userId") private Object userId; @@ -33,9 +31,8 @@ public final class FileServerLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileShareDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileShareDatasetTypeProperties.java index 721ee4887aa00..deb9684c14743 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileShareDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FileShareDatasetTypeProperties.java @@ -13,29 +13,25 @@ @Fluent public final class FileShareDatasetTypeProperties { /* - * The path of the on-premises file system. Type: string (or Expression - * with resultType string). + * The path of the on-premises file system. Type: string (or Expression with resultType string). */ @JsonProperty(value = "folderPath") private Object folderPath; /* - * The name of the on-premises file system. Type: string (or Expression - * with resultType string). + * The name of the on-premises file system. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileName") private Object fileName; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; @@ -47,9 +43,8 @@ public final class FileShareDatasetTypeProperties { private DatasetStorageFormat format; /* - * Specify a filter to be used to select a subset of files in the - * folderPath rather than all files. Type: string (or Expression with - * resultType string). + * Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "fileFilter") private Object fileFilter; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ForEachActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ForEachActivityTypeProperties.java index bb56a18a5ceb0..ff5bb02777fee 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ForEachActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ForEachActivityTypeProperties.java @@ -21,8 +21,7 @@ public final class ForEachActivityTypeProperties { private Boolean isSequential; /* - * Batch count to be used for controlling the number of parallel execution - * (when isSequential is set to false). + * Batch count to be used for controlling the number of parallel execution (when isSequential is set to false). */ @JsonProperty(value = "batchCount") private Integer batchCount; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FtpServerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FtpServerLinkedServiceTypeProperties.java index e46fd24dc7678..44dd64871d5f8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FtpServerLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/FtpServerLinkedServiceTypeProperties.java @@ -14,16 +14,14 @@ @Fluent public final class FtpServerLinkedServiceTypeProperties { /* - * Host name of the FTP server. Type: string (or Expression with resultType - * string). + * Host name of the FTP server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "host", required = true) private Object host; /* - * The TCP port number that the FTP server uses to listen for client - * connections. Default value is 21. Type: integer (or Expression with - * resultType integer), minimum: 0. + * The TCP port number that the FTP server uses to listen for client connections. Default value is 21. Type: + * integer (or Expression with resultType integer), minimum: 0. */ @JsonProperty(value = "port") private Object port; @@ -35,8 +33,7 @@ public final class FtpServerLinkedServiceTypeProperties { private FtpAuthenticationType authenticationType; /* - * Username to logon the FTP server. Type: string (or Expression with - * resultType string). + * Username to logon the FTP server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -48,24 +45,22 @@ public final class FtpServerLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; /* - * If true, connect to the FTP server over SSL/TLS channel. Default value - * is true. Type: boolean (or Expression with resultType boolean). + * If true, connect to the FTP server over SSL/TLS channel. Default value is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "enableSsl") private Object enableSsl; /* - * If true, validate the FTP server SSL certificate when connect over - * SSL/TLS channel. Default value is true. Type: boolean (or Expression - * with resultType boolean). + * If true, validate the FTP server SSL certificate when connect over SSL/TLS channel. Default value is true. Type: + * boolean (or Expression with resultType boolean). */ @JsonProperty(value = "enableServerCertificateValidation") private Object enableServerCertificateValidation; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleAdWordsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleAdWordsLinkedServiceTypeProperties.java index 126f7cbe9c43d..ceed038b52621 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleAdWordsLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleAdWordsLinkedServiceTypeProperties.java @@ -13,88 +13,81 @@ @Fluent public final class GoogleAdWordsLinkedServiceTypeProperties { /* - * Properties used to connect to GoogleAds. It is mutually exclusive with - * any other properties in the linked service. Type: object. + * Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked + * service. Type: object. */ @JsonProperty(value = "connectionProperties") private Object connectionProperties; /* - * The Client customer ID of the AdWords account that you want to fetch - * report data for. + * The Client customer ID of the AdWords account that you want to fetch report data for. */ @JsonProperty(value = "clientCustomerID") private Object clientCustomerId; /* - * The developer token associated with the manager account that you use to - * grant access to the AdWords API. + * The developer token associated with the manager account that you use to grant access to the AdWords API. */ @JsonProperty(value = "developerToken") private SecretBase developerToken; /* - * The OAuth 2.0 authentication mechanism used for authentication. - * ServiceAuthentication can only be used on self-hosted IR. + * The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on + * self-hosted IR. */ @JsonProperty(value = "authenticationType") private GoogleAdWordsAuthenticationType authenticationType; /* - * The refresh token obtained from Google for authorizing access to AdWords - * for UserAuthentication. + * The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication. */ @JsonProperty(value = "refreshToken") private SecretBase refreshToken; /* - * The client id of the google application used to acquire the refresh - * token. Type: string (or Expression with resultType string). + * The client id of the google application used to acquire the refresh token. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "clientId") private Object clientId; /* - * The client secret of the google application used to acquire the refresh - * token. + * The client secret of the google application used to acquire the refresh token. */ @JsonProperty(value = "clientSecret") private SecretBase clientSecret; /* - * The service account email ID that is used for ServiceAuthentication and - * can only be used on self-hosted IR. + * The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. */ @JsonProperty(value = "email") private Object email; /* - * The full path to the .p12 key file that is used to authenticate the - * service account email address and can only be used on self-hosted IR. + * The full path to the .p12 key file that is used to authenticate the service account email address and can only + * be used on self-hosted IR. */ @JsonProperty(value = "keyFilePath") private Object keyFilePath; /* - * The full path of the .pem file containing trusted CA certificates for - * verifying the server when connecting over SSL. This property can only be - * set when using SSL on self-hosted IR. The default value is the - * cacerts.pem file installed with the IR. + * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over + * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file + * installed with the IR. */ @JsonProperty(value = "trustedCertPath") private Object trustedCertPath; /* - * Specifies whether to use a CA certificate from the system trust store or - * from a specified PEM file. The default value is false. + * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default + * value is false. */ @JsonProperty(value = "useSystemTrustStore") private Object useSystemTrustStore; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryDatasetTypeProperties.java index 1771bd7b699da..b13b3018f8df9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class GoogleBigQueryDatasetTypeProperties { /* - * This property will be retired. Please consider using database + table - * properties instead. + * This property will be retired. Please consider using database + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of the Google BigQuery. Type: string (or Expression with - * resultType string). + * The table name of the Google BigQuery. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The database name of the Google BigQuery. Type: string (or Expression - * with resultType string). + * The database name of the Google BigQuery. Type: string (or Expression with resultType string). */ @JsonProperty(value = "dataset") private Object dataset; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryLinkedServiceTypeProperties.java index cb862dc6faa36..911ec886d83e5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleBigQueryLinkedServiceTypeProperties.java @@ -26,75 +26,69 @@ public final class GoogleBigQueryLinkedServiceTypeProperties { private Object additionalProjects; /* - * Whether to request access to Google Drive. Allowing Google Drive access - * enables support for federated tables that combine BigQuery data with - * data from Google Drive. The default value is false. + * Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables + * that combine BigQuery data with data from Google Drive. The default value is false. */ @JsonProperty(value = "requestGoogleDriveScope") private Object requestGoogleDriveScope; /* - * The OAuth 2.0 authentication mechanism used for authentication. - * ServiceAuthentication can only be used on self-hosted IR. + * The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on + * self-hosted IR. */ @JsonProperty(value = "authenticationType", required = true) private GoogleBigQueryAuthenticationType authenticationType; /* - * The refresh token obtained from Google for authorizing access to - * BigQuery for UserAuthentication. + * The refresh token obtained from Google for authorizing access to BigQuery for UserAuthentication. */ @JsonProperty(value = "refreshToken") private SecretBase refreshToken; /* - * The client id of the google application used to acquire the refresh - * token. Type: string (or Expression with resultType string). + * The client id of the google application used to acquire the refresh token. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "clientId") private Object clientId; /* - * The client secret of the google application used to acquire the refresh - * token. + * The client secret of the google application used to acquire the refresh token. */ @JsonProperty(value = "clientSecret") private SecretBase clientSecret; /* - * The service account email ID that is used for ServiceAuthentication and - * can only be used on self-hosted IR. + * The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. */ @JsonProperty(value = "email") private Object email; /* - * The full path to the .p12 key file that is used to authenticate the - * service account email address and can only be used on self-hosted IR. + * The full path to the .p12 key file that is used to authenticate the service account email address and can only + * be used on self-hosted IR. */ @JsonProperty(value = "keyFilePath") private Object keyFilePath; /* - * The full path of the .pem file containing trusted CA certificates for - * verifying the server when connecting over SSL. This property can only be - * set when using SSL on self-hosted IR. The default value is the - * cacerts.pem file installed with the IR. + * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over + * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file + * installed with the IR. */ @JsonProperty(value = "trustedCertPath") private Object trustedCertPath; /* - * Specifies whether to use a CA certificate from the system trust store or - * from a specified PEM file. The default value is false. + * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default + * value is false. */ @JsonProperty(value = "useSystemTrustStore") private Object useSystemTrustStore; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleCloudStorageLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleCloudStorageLinkedServiceTypeProperties.java index c400038aee3da..67193700e604a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleCloudStorageLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleCloudStorageLinkedServiceTypeProperties.java @@ -12,33 +12,29 @@ @Fluent public final class GoogleCloudStorageLinkedServiceTypeProperties { /* - * The access key identifier of the Google Cloud Storage Identity and - * Access Management (IAM) user. Type: string (or Expression with - * resultType string). + * The access key identifier of the Google Cloud Storage Identity and Access Management (IAM) user. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "accessKeyId") private Object accessKeyId; /* - * The secret access key of the Google Cloud Storage Identity and Access - * Management (IAM) user. + * The secret access key of the Google Cloud Storage Identity and Access Management (IAM) user. */ @JsonProperty(value = "secretAccessKey") private SecretBase secretAccessKey; /* - * This value specifies the endpoint to access with the Google Cloud - * Storage Connector. This is an optional property; change it only if you - * want to try a different service endpoint or want to switch between https - * and http. Type: string (or Expression with resultType string). + * This value specifies the endpoint to access with the Google Cloud Storage Connector. This is an optional + * property; change it only if you want to try a different service endpoint or want to switch between https and + * http. Type: string (or Expression with resultType string). */ @JsonProperty(value = "serviceUrl") private Object serviceUrl; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleSheetsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleSheetsLinkedServiceTypeProperties.java new file mode 100644 index 0000000000000..656b0e93d96a3 --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GoogleSheetsLinkedServiceTypeProperties.java @@ -0,0 +1,87 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.fluent.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.datafactory.models.SecretBase; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** GoogleSheets linked service type properties. */ +@Fluent +public final class GoogleSheetsLinkedServiceTypeProperties { + /* + * The api token for the GoogleSheets source. + */ + @JsonProperty(value = "apiToken", required = true) + 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). + */ + @JsonProperty(value = "encryptedCredential") + private Object encryptedCredential; + + /** + * Get the apiToken property: The api token for the GoogleSheets source. + * + * @return the apiToken value. + */ + public SecretBase apiToken() { + return this.apiToken; + } + + /** + * Set the apiToken property: The api token for the GoogleSheets source. + * + * @param apiToken the apiToken value to set. + * @return the GoogleSheetsLinkedServiceTypeProperties object itself. + */ + public GoogleSheetsLinkedServiceTypeProperties withApiToken(SecretBase apiToken) { + this.apiToken = apiToken; + return this; + } + + /** + * Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted + * using the integration runtime credential manager. Type: string (or Expression with resultType string). + * + * @return the encryptedCredential value. + */ + public Object encryptedCredential() { + return this.encryptedCredential; + } + + /** + * Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted + * using the integration runtime credential manager. Type: string (or Expression with resultType string). + * + * @param encryptedCredential the encryptedCredential value to set. + * @return the GoogleSheetsLinkedServiceTypeProperties object itself. + */ + public GoogleSheetsLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) { + this.encryptedCredential = encryptedCredential; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (apiToken() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property apiToken in model GoogleSheetsLinkedServiceTypeProperties")); + } else { + apiToken().validate(); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(GoogleSheetsLinkedServiceTypeProperties.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumDatasetTypeProperties.java index 33a04b9d6c86e..922c6bc7b292c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class GreenplumDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of Greenplum. Type: string (or Expression with resultType - * string). + * The table name of Greenplum. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The schema name of Greenplum. Type: string (or Expression with - * resultType string). + * The schema name of Greenplum. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java index 2be90e01a243f..52ea373f1ae76 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/GreenplumLinkedServiceTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class GreenplumLinkedServiceTypeProperties { /* - * An ODBC connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; @@ -25,9 +24,8 @@ public final class GreenplumLinkedServiceTypeProperties { private AzureKeyVaultSecretReference pwd; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HBaseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HBaseLinkedServiceTypeProperties.java index 7824e7c102b54..f6e0fdefa17fd 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HBaseLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HBaseLinkedServiceTypeProperties.java @@ -20,15 +20,13 @@ public final class HBaseLinkedServiceTypeProperties { private Object host; /* - * The TCP port that the HBase instance uses to listen for client - * connections. The default value is 9090. + * The TCP port that the HBase instance uses to listen for client connections. The default value is 9090. */ @JsonProperty(value = "port") private Object port; /* - * The partial URL corresponding to the HBase server. (i.e. - * /gateway/sandbox/hbase/version) + * The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version) */ @JsonProperty(value = "httpPath") private Object httpPath; @@ -52,40 +50,35 @@ public final class HBaseLinkedServiceTypeProperties { private SecretBase password; /* - * Specifies whether the connections to the server are encrypted using SSL. - * The default value is false. + * Specifies whether the connections to the server are encrypted using SSL. The default value is false. */ @JsonProperty(value = "enableSsl") private Object enableSsl; /* - * The full path of the .pem file containing trusted CA certificates for - * verifying the server when connecting over SSL. This property can only be - * set when using SSL on self-hosted IR. The default value is the - * cacerts.pem file installed with the IR. + * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over + * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file + * installed with the IR. */ @JsonProperty(value = "trustedCertPath") private Object trustedCertPath; /* - * Specifies whether to require a CA-issued SSL certificate name to match - * the host name of the server when connecting over SSL. The default value - * is false. + * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when + * connecting over SSL. The default value is false. */ @JsonProperty(value = "allowHostNameCNMismatch") private Object allowHostnameCNMismatch; /* - * Specifies whether to allow self-signed certificates from the server. The - * default value is false. + * Specifies whether to allow self-signed certificates from the server. The default value is false. */ @JsonProperty(value = "allowSelfSignedServerCert") private Object allowSelfSignedServerCert; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightHiveActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightHiveActivityTypeProperties.java index 6f1e6d77979ef..9f1758b598761 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightHiveActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightHiveActivityTypeProperties.java @@ -59,8 +59,8 @@ public final class HDInsightHiveActivityTypeProperties { private List variables; /* - * Query timeout value (in minutes). Effective when the HDInsight cluster - * is with ESP (Enterprise Security Package) + * Query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security + * Package) */ @JsonProperty(value = "queryTimeout") private Integer queryTimeout; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightLinkedServiceTypeProperties.java index b4769717cf5d1..97f5fd2939cf2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightLinkedServiceTypeProperties.java @@ -14,15 +14,13 @@ @Fluent public final class HDInsightLinkedServiceTypeProperties { /* - * HDInsight cluster URI. Type: string (or Expression with resultType - * string). + * HDInsight cluster URI. Type: string (or Expression with resultType string). */ @JsonProperty(value = "clusterUri", required = true) private Object clusterUri; /* - * HDInsight cluster user name. Type: string (or Expression with resultType - * string). + * HDInsight cluster user name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -40,30 +38,27 @@ public final class HDInsightLinkedServiceTypeProperties { private LinkedServiceReference linkedServiceName; /* - * A reference to the Azure SQL linked service that points to the HCatalog - * database. + * A reference to the Azure SQL linked service that points to the HCatalog database. */ @JsonProperty(value = "hcatalogLinkedServiceName") private LinkedServiceReference hcatalogLinkedServiceName; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; /* - * Specify if the HDInsight is created with ESP (Enterprise Security - * Package). Type: Boolean. + * Specify if the HDInsight is created with ESP (Enterprise Security Package). Type: Boolean. */ @JsonProperty(value = "isEspEnabled") private Object isEspEnabled; /* - * Specify the FileSystem if the main storage for the HDInsight is ADLS - * Gen2. Type: string (or Expression with resultType string). + * Specify the FileSystem if the main storage for the HDInsight is ADLS Gen2. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "fileSystem") private Object fileSystem; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightOnDemandLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightOnDemandLinkedServiceTypeProperties.java index 00daeb3f715f4..fa40392c74e1e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightOnDemandLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightOnDemandLinkedServiceTypeProperties.java @@ -17,46 +17,40 @@ @Fluent public final class HDInsightOnDemandLinkedServiceTypeProperties { /* - * Number of worker/data nodes in the cluster. Suggestion value: 4. Type: - * string (or Expression with resultType string). + * Number of worker/data nodes in the cluster. Suggestion value: 4. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "clusterSize", required = true) private Object clusterSize; /* - * The allowed idle time for the on-demand HDInsight cluster. Specifies how - * long the on-demand HDInsight cluster stays alive after completion of an - * activity run if there are no other active jobs in the cluster. The - * minimum value is 5 mins. Type: string (or Expression with resultType - * string). + * The allowed idle time for the on-demand HDInsight cluster. Specifies how long the on-demand HDInsight cluster + * stays alive after completion of an activity run if there are no other active jobs in the cluster. The minimum + * value is 5 mins. Type: string (or Expression with resultType string). */ @JsonProperty(value = "timeToLive", required = true) private Object timeToLive; /* - * Version of the HDInsight cluster.  Type: string (or Expression with - * resultType string). + * Version of the HDInsight cluster.  Type: string (or Expression with resultType string). */ @JsonProperty(value = "version", required = true) private Object version; /* - * Azure Storage linked service to be used by the on-demand cluster for - * storing and processing data. + * Azure Storage linked service to be used by the on-demand cluster for storing and processing data. */ @JsonProperty(value = "linkedServiceName", required = true) private LinkedServiceReference linkedServiceName; /* - * The customer’s subscription to host the cluster. Type: string (or - * Expression with resultType string). + * The customer’s subscription to host the cluster. Type: string (or Expression with resultType string). */ @JsonProperty(value = "hostSubscriptionId", required = true) private Object hostSubscriptionId; /* - * The service principal id for the hostSubscriptionId. Type: string (or - * Expression with resultType string). + * The service principal id for the hostSubscriptionId. Type: string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalId") private Object servicePrincipalId; @@ -68,29 +62,26 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties { private SecretBase servicePrincipalKey; /* - * The Tenant id/name to which the service principal belongs. Type: string - * (or Expression with resultType string). + * The Tenant id/name to which the service principal belongs. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tenant", required = true) private Object tenant; /* - * The resource group where the cluster belongs. Type: string (or - * Expression with resultType string). + * The resource group where the cluster belongs. Type: string (or Expression with resultType string). */ @JsonProperty(value = "clusterResourceGroup", required = true) private Object clusterResourceGroup; /* - * The prefix of cluster name, postfix will be distinct with timestamp. - * Type: string (or Expression with resultType string). + * The prefix of cluster name, postfix will be distinct with timestamp. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "clusterNamePrefix") private Object clusterNamePrefix; /* - * The username to access the cluster. Type: string (or Expression with - * resultType string). + * The username to access the cluster. Type: string (or Expression with resultType string). */ @JsonProperty(value = "clusterUserName") private Object clusterUsername; @@ -102,8 +93,8 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties { private SecretBase clusterPassword; /* - * The username to SSH remotely connect to cluster’s node (for Linux). - * Type: string (or Expression with resultType string). + * The username to SSH remotely connect to cluster’s node (for Linux). Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "clusterSshUserName") private Object clusterSshUsername; @@ -115,16 +106,15 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties { private SecretBase clusterSshPassword; /* - * Specifies additional storage accounts for the HDInsight linked service - * so that the Data Factory service can register them on your behalf. + * Specifies additional storage accounts for the HDInsight linked service so that the Data Factory service can + * register them on your behalf. */ @JsonProperty(value = "additionalLinkedServiceNames") private List additionalLinkedServiceNames; /* - * The name of Azure SQL linked service that point to the HCatalog - * database. The on-demand HDInsight cluster is created by using the Azure - * SQL database as the metastore. + * The name of Azure SQL linked service that point to the HCatalog database. The on-demand HDInsight cluster is + * created by using the Azure SQL database as the metastore. */ @JsonProperty(value = "hcatalogLinkedServiceName") private LinkedServiceReference hcatalogLinkedServiceName; @@ -136,72 +126,62 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties { private Object clusterType; /* - * The version of spark if the cluster type is 'spark'. Type: string (or - * Expression with resultType string). + * The version of spark if the cluster type is 'spark'. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sparkVersion") private Object sparkVersion; /* - * Specifies the core configuration parameters (as in core-site.xml) for - * the HDInsight cluster to be created. + * Specifies the core configuration parameters (as in core-site.xml) for the HDInsight cluster to be created. */ @JsonProperty(value = "coreConfiguration") private Object coreConfiguration; /* - * Specifies the HBase configuration parameters (hbase-site.xml) for the - * HDInsight cluster. + * Specifies the HBase configuration parameters (hbase-site.xml) for the HDInsight cluster. */ @JsonProperty(value = "hBaseConfiguration") private Object hBaseConfiguration; /* - * Specifies the HDFS configuration parameters (hdfs-site.xml) for the - * HDInsight cluster. + * Specifies the HDFS configuration parameters (hdfs-site.xml) for the HDInsight cluster. */ @JsonProperty(value = "hdfsConfiguration") private Object hdfsConfiguration; /* - * Specifies the hive configuration parameters (hive-site.xml) for the - * HDInsight cluster. + * Specifies the hive configuration parameters (hive-site.xml) for the HDInsight cluster. */ @JsonProperty(value = "hiveConfiguration") private Object hiveConfiguration; /* - * Specifies the MapReduce configuration parameters (mapred-site.xml) for - * the HDInsight cluster. + * Specifies the MapReduce configuration parameters (mapred-site.xml) for the HDInsight cluster. */ @JsonProperty(value = "mapReduceConfiguration") private Object mapReduceConfiguration; /* - * Specifies the Oozie configuration parameters (oozie-site.xml) for the - * HDInsight cluster. + * Specifies the Oozie configuration parameters (oozie-site.xml) for the HDInsight cluster. */ @JsonProperty(value = "oozieConfiguration") private Object oozieConfiguration; /* - * Specifies the Storm configuration parameters (storm-site.xml) for the - * HDInsight cluster. + * Specifies the Storm configuration parameters (storm-site.xml) for the HDInsight cluster. */ @JsonProperty(value = "stormConfiguration") private Object stormConfiguration; /* - * Specifies the Yarn configuration parameters (yarn-site.xml) for the - * HDInsight cluster. + * Specifies the Yarn configuration parameters (yarn-site.xml) for the HDInsight cluster. */ @JsonProperty(value = "yarnConfiguration") private Object yarnConfiguration; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; @@ -225,24 +205,22 @@ public final class HDInsightOnDemandLinkedServiceTypeProperties { private Object zookeeperNodeSize; /* - * Custom script actions to run on HDI ondemand cluster once it's up. - * Please refer to + * Custom script actions to run on HDI ondemand cluster once it's up. Please refer to * https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-customize-cluster-linux?toc=%2Fen-us%2Fazure%2Fhdinsight%2Fr-server%2FTOC.json&bc=%2Fen-us%2Fazure%2Fbread%2Ftoc.json#understanding-script-actions. */ @JsonProperty(value = "scriptActions") private List scriptActions; /* - * The ARM resource ID for the vNet to which the cluster should be joined - * after creation. Type: string (or Expression with resultType string). + * The ARM resource ID for the vNet to which the cluster should be joined after creation. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "virtualNetworkId") private Object virtualNetworkId; /* - * The ARM resource ID for the subnet in the vNet. If virtualNetworkId was - * specified, then this property is required. Type: string (or Expression - * with resultType string). + * The ARM resource ID for the subnet in the vNet. If virtualNetworkId was specified, then this property is + * required. Type: string (or Expression with resultType string). */ @JsonProperty(value = "subnetName") private Object subnetName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightPigActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightPigActivityTypeProperties.java index 865392e381cf4..a9ebe77af9556 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightPigActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightPigActivityTypeProperties.java @@ -22,8 +22,7 @@ public final class HDInsightPigActivityTypeProperties { private List storageLinkedServices; /* - * User specified arguments to HDInsightActivity. Type: array (or - * Expression with resultType array). + * User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array). */ @JsonProperty(value = "arguments") private Object arguments; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightSparkActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightSparkActivityTypeProperties.java index cdd4fda433db1..e8f1415bc2d7d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightSparkActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightSparkActivityTypeProperties.java @@ -17,15 +17,15 @@ @Fluent public final class HDInsightSparkActivityTypeProperties { /* - * The root path in 'sparkJobLinkedService' for all the job’s files. Type: - * string (or Expression with resultType string). + * The root path in 'sparkJobLinkedService' for all the job’s files. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "rootPath", required = true) private Object rootPath; /* - * The relative path to the root folder of the code/package to be executed. - * Type: string (or Expression with resultType string). + * The relative path to the root folder of the code/package to be executed. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "entryFilePath", required = true) private Object entryFilePath; @@ -43,8 +43,7 @@ public final class HDInsightSparkActivityTypeProperties { private HDInsightActivityDebugInfoOption getDebugInfo; /* - * The storage linked service for uploading the entry file and - * dependencies, and for receiving logs. + * The storage linked service for uploading the entry file and dependencies, and for receiving logs. */ @JsonProperty(value = "sparkJobLinkedService") private LinkedServiceReference sparkJobLinkedService; @@ -56,8 +55,7 @@ public final class HDInsightSparkActivityTypeProperties { private String className; /* - * The user to impersonate that will execute the job. Type: string (or - * Expression with resultType string). + * The user to impersonate that will execute the job. Type: string (or Expression with resultType string). */ @JsonProperty(value = "proxyUser") private Object proxyUser; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightStreamingActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightStreamingActivityTypeProperties.java index ddd1f41f8b36d..35e2332039d53 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightStreamingActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HDInsightStreamingActivityTypeProperties.java @@ -35,15 +35,13 @@ public final class HDInsightStreamingActivityTypeProperties { private HDInsightActivityDebugInfoOption getDebugInfo; /* - * Mapper executable name. Type: string (or Expression with resultType - * string). + * Mapper executable name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "mapper", required = true) private Object mapper; /* - * Reducer executable name. Type: string (or Expression with resultType - * string). + * Reducer executable name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "reducer", required = true) private Object reducer; @@ -73,8 +71,7 @@ public final class HDInsightStreamingActivityTypeProperties { private LinkedServiceReference fileLinkedService; /* - * Combiner executable name. Type: string (or Expression with resultType - * string). + * Combiner executable name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "combiner") private Object combiner; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HdfsLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HdfsLinkedServiceTypeProperties.java index b2a99ae43c4ad..8580ca4c49001 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HdfsLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HdfsLinkedServiceTypeProperties.java @@ -13,32 +13,28 @@ @Fluent public final class HdfsLinkedServiceTypeProperties { /* - * The URL of the HDFS service endpoint, e.g. - * http://myhostname:50070/webhdfs/v1 . Type: string (or Expression with + * The URL of the HDFS service endpoint, e.g. http://myhostname:50070/webhdfs/v1 . Type: string (or Expression with * resultType string). */ @JsonProperty(value = "url", required = true) private Object url; /* - * Type of authentication used to connect to the HDFS. Possible values are: - * Anonymous and Windows. Type: string (or Expression with resultType - * string). + * Type of authentication used to connect to the HDFS. Possible values are: Anonymous and Windows. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "authenticationType") private Object authenticationType; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; /* - * User name for Windows authentication. Type: string (or Expression with - * resultType string). + * User name for Windows authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveDatasetTypeProperties.java index 03e7b3543d15c..713307d750197 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class HiveDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of the Hive. Type: string (or Expression with resultType - * string). + * The table name of the Hive. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The schema name of the Hive. Type: string (or Expression with resultType - * string). + * The schema name of the Hive. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveLinkedServiceTypeProperties.java index f2ae287e790ca..2d2ca967212e6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HiveLinkedServiceTypeProperties.java @@ -16,8 +16,8 @@ @Fluent public final class HiveLinkedServiceTypeProperties { /* - * IP address or host name of the Hive server, separated by ';' for - * multiple hosts (only when serviceDiscoveryMode is enable). + * IP address or host name of the Hive server, separated by ';' for multiple hosts (only when serviceDiscoveryMode + * is enable). */ @JsonProperty(value = "host", required = true) private Object host; @@ -59,8 +59,7 @@ public final class HiveLinkedServiceTypeProperties { private Object zooKeeperNameSpace; /* - * Specifies whether the driver uses native HiveQL queries,or converts them - * into an equivalent form in HiveQL. + * Specifies whether the driver uses native HiveQL queries,or converts them into an equivalent form in HiveQL. */ @JsonProperty(value = "useNativeQuery") private Object useNativeQuery; @@ -72,8 +71,7 @@ public final class HiveLinkedServiceTypeProperties { private Object username; /* - * The password corresponding to the user name that you provided in the - * Username field + * The password corresponding to the user name that you provided in the Username field */ @JsonProperty(value = "password") private SecretBase password; @@ -85,47 +83,42 @@ public final class HiveLinkedServiceTypeProperties { private Object httpPath; /* - * Specifies whether the connections to the server are encrypted using SSL. - * The default value is false. + * Specifies whether the connections to the server are encrypted using SSL. The default value is false. */ @JsonProperty(value = "enableSsl") private Object enableSsl; /* - * The full path of the .pem file containing trusted CA certificates for - * verifying the server when connecting over SSL. This property can only be - * set when using SSL on self-hosted IR. The default value is the - * cacerts.pem file installed with the IR. + * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over + * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file + * installed with the IR. */ @JsonProperty(value = "trustedCertPath") private Object trustedCertPath; /* - * Specifies whether to use a CA certificate from the system trust store or - * from a specified PEM file. The default value is false. + * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default + * value is false. */ @JsonProperty(value = "useSystemTrustStore") private Object useSystemTrustStore; /* - * Specifies whether to require a CA-issued SSL certificate name to match - * the host name of the server when connecting over SSL. The default value - * is false. + * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when + * connecting over SSL. The default value is false. */ @JsonProperty(value = "allowHostNameCNMismatch") private Object allowHostnameCNMismatch; /* - * Specifies whether to allow self-signed certificates from the server. The - * default value is false. + * Specifies whether to allow self-signed certificates from the server. The default value is false. */ @JsonProperty(value = "allowSelfSignedServerCert") private Object allowSelfSignedServerCert; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpDatasetTypeProperties.java index 00c24a4f46242..92d14e35c3983 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpDatasetTypeProperties.java @@ -13,32 +13,28 @@ @Fluent public final class HttpDatasetTypeProperties { /* - * The relative URL based on the URL in the HttpLinkedService refers to an - * HTTP file Type: string (or Expression with resultType string). + * The relative URL based on the URL in the HttpLinkedService refers to an HTTP file Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "relativeUrl") private Object relativeUrl; /* - * The HTTP method for the HTTP request. Type: string (or Expression with - * resultType string). + * The HTTP method for the HTTP request. Type: string (or Expression with resultType string). */ @JsonProperty(value = "requestMethod") private Object requestMethod; /* - * The body for the HTTP request. Type: string (or Expression with - * resultType string). + * The body for the HTTP request. Type: string (or Expression with resultType string). */ @JsonProperty(value = "requestBody") private Object requestBody; /* - * The headers for the HTTP Request. e.g. - * request-header-name-1:request-header-value-1 + * The headers for the HTTP Request. e.g. request-header-name-1:request-header-value-1 * ... - * request-header-name-n:request-header-value-n Type: string (or Expression - * with resultType string). + * request-header-name-n:request-header-value-n Type: string (or Expression with resultType string). */ @JsonProperty(value = "additionalHeaders") private Object additionalHeaders; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpLinkedServiceTypeProperties.java index 799291ad1cb7d..144a4cfedb3d6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HttpLinkedServiceTypeProperties.java @@ -14,8 +14,8 @@ @Fluent public final class HttpLinkedServiceTypeProperties { /* - * The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: - * string (or Expression with resultType string). + * The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "url", required = true) private Object url; @@ -27,62 +27,56 @@ public final class HttpLinkedServiceTypeProperties { private HttpAuthenticationType authenticationType; /* - * User name for Basic, Digest, or Windows authentication. Type: string (or - * Expression with resultType string). + * User name for Basic, Digest, or Windows authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; /* - * Password for Basic, Digest, Windows, or ClientCertificate with - * EmbeddedCertData authentication. + * Password for Basic, Digest, Windows, or ClientCertificate with EmbeddedCertData authentication. */ @JsonProperty(value = "password") private SecretBase password; /* - * The additional HTTP headers in the request to RESTful API used for - * authorization. Type: object (or Expression with resultType object). + * The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression + * with resultType object). */ @JsonProperty(value = "authHeaders") private Object authHeaders; /* - * Base64 encoded certificate data for ClientCertificate authentication. - * For on-premises copy with ClientCertificate authentication, either - * CertThumbprint or EmbeddedCertData/Password should be specified. Type: + * Base64 encoded certificate data for ClientCertificate authentication. For on-premises copy with + * ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be specified. Type: * string (or Expression with resultType string). */ @JsonProperty(value = "embeddedCertData") private Object embeddedCertData; /* - * Thumbprint of certificate for ClientCertificate authentication. Only - * valid for on-premises copy. For on-premises copy with ClientCertificate - * authentication, either CertThumbprint or EmbeddedCertData/Password - * should be specified. Type: string (or Expression with resultType - * string). + * Thumbprint of certificate for ClientCertificate authentication. Only valid for on-premises copy. For on-premises + * copy with ClientCertificate authentication, either CertThumbprint or EmbeddedCertData/Password should be + * specified. Type: string (or Expression with resultType string). */ @JsonProperty(value = "certThumbprint") private Object certThumbprint; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; /* - * If true, validate the HTTPS server SSL certificate. Default value is - * true. Type: boolean (or Expression with resultType boolean). + * If true, validate the HTTPS server SSL certificate. Default value is true. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "enableServerCertificateValidation") private Object enableServerCertificateValidation; /** - * Get the url property: The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or + * Get the url property: The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or * Expression with resultType string). * * @return the url value. @@ -92,7 +86,7 @@ public Object url() { } /** - * Set the url property: The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or + * Set the url property: The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or * Expression with resultType string). * * @param url the url value to set. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HubspotLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HubspotLinkedServiceTypeProperties.java index 728e12860efca..48cc0fe0e80a7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HubspotLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/HubspotLinkedServiceTypeProperties.java @@ -25,45 +25,39 @@ public final class HubspotLinkedServiceTypeProperties { private SecretBase clientSecret; /* - * The access token obtained when initially authenticating your OAuth - * integration. + * The access token obtained when initially authenticating your OAuth integration. */ @JsonProperty(value = "accessToken") private SecretBase accessToken; /* - * The refresh token obtained when initially authenticating your OAuth - * integration. + * The refresh token obtained when initially authenticating your OAuth integration. */ @JsonProperty(value = "refreshToken") private SecretBase refreshToken; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IfConditionActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IfConditionActivityTypeProperties.java index 2549709110920..ee0c940df5f99 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IfConditionActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IfConditionActivityTypeProperties.java @@ -15,25 +15,22 @@ @Fluent public final class IfConditionActivityTypeProperties { /* - * An expression that would evaluate to Boolean. This is used to determine - * the block of activities (ifTrueActivities or ifFalseActivities) that - * will be executed. + * An expression that would evaluate to Boolean. This is used to determine the block of activities + * (ifTrueActivities or ifFalseActivities) that will be executed. */ @JsonProperty(value = "expression", required = true) private Expression expression; /* - * List of activities to execute if expression is evaluated to true. This - * is an optional property and if not provided, the activity will exit - * without any action. + * List of activities to execute if expression is evaluated to true. This is an optional property and if not + * provided, the activity will exit without any action. */ @JsonProperty(value = "ifTrueActivities") private List ifTrueActivities; /* - * List of activities to execute if expression is evaluated to false. This - * is an optional property and if not provided, the activity will exit - * without any action. + * List of activities to execute if expression is evaluated to false. This is an optional property and if not + * provided, the activity will exit without any action. */ @JsonProperty(value = "ifFalseActivities") private List ifFalseActivities; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaDatasetTypeProperties.java index 8ed3ca9f8a84a..895d20f8c6998 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class ImpalaDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of the Impala. Type: string (or Expression with - * resultType string). + * The table name of the Impala. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The schema name of the Impala. Type: string (or Expression with - * resultType string). + * The schema name of the Impala. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaLinkedServiceTypeProperties.java index 15e1b637bc5d9..31e3892bb00b9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ImpalaLinkedServiceTypeProperties.java @@ -20,8 +20,7 @@ public final class ImpalaLinkedServiceTypeProperties { private Object host; /* - * The TCP port that the Impala server uses to listen for client - * connections. The default value is 21050. + * The TCP port that the Impala server uses to listen for client connections. The default value is 21050. */ @JsonProperty(value = "port") private Object port; @@ -33,61 +32,54 @@ public final class ImpalaLinkedServiceTypeProperties { private ImpalaAuthenticationType authenticationType; /* - * The user name used to access the Impala server. The default value is - * anonymous when using SASLUsername. + * The user name used to access the Impala server. The default value is anonymous when using SASLUsername. */ @JsonProperty(value = "username") private Object username; /* - * The password corresponding to the user name when using - * UsernameAndPassword. + * The password corresponding to the user name when using UsernameAndPassword. */ @JsonProperty(value = "password") private SecretBase password; /* - * Specifies whether the connections to the server are encrypted using SSL. - * The default value is false. + * Specifies whether the connections to the server are encrypted using SSL. The default value is false. */ @JsonProperty(value = "enableSsl") private Object enableSsl; /* - * The full path of the .pem file containing trusted CA certificates for - * verifying the server when connecting over SSL. This property can only be - * set when using SSL on self-hosted IR. The default value is the - * cacerts.pem file installed with the IR. + * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over + * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file + * installed with the IR. */ @JsonProperty(value = "trustedCertPath") private Object trustedCertPath; /* - * Specifies whether to use a CA certificate from the system trust store or - * from a specified PEM file. The default value is false. + * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default + * value is false. */ @JsonProperty(value = "useSystemTrustStore") private Object useSystemTrustStore; /* - * Specifies whether to require a CA-issued SSL certificate name to match - * the host name of the server when connecting over SSL. The default value - * is false. + * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when + * connecting over SSL. The default value is false. */ @JsonProperty(value = "allowHostNameCNMismatch") private Object allowHostnameCNMismatch; /* - * Specifies whether to allow self-signed certificates from the server. The - * default value is false. + * Specifies whether to allow self-signed certificates from the server. The default value is false. */ @JsonProperty(value = "allowSelfSignedServerCert") private Object allowSelfSignedServerCert; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixLinkedServiceTypeProperties.java index 1a12280c9c69e..6bdc713acc27c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixLinkedServiceTypeProperties.java @@ -13,31 +13,27 @@ @Fluent public final class InformixLinkedServiceTypeProperties { /* - * The non-access credential portion of the connection string as well as an - * optional encrypted credential. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * The non-access credential portion of the connection string as well as an optional encrypted credential. Type: + * string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString", required = true) private Object connectionString; /* - * Type of authentication used to connect to the Informix as ODBC data - * store. Possible values are: Anonymous and Basic. Type: string (or - * Expression with resultType string). + * Type of authentication used to connect to the Informix as ODBC data store. Possible values are: Anonymous and + * Basic. Type: string (or Expression with resultType string). */ @JsonProperty(value = "authenticationType") private Object authenticationType; /* - * The access credential portion of the connection string specified in - * driver-specific property-value format. + * The access credential portion of the connection string specified in driver-specific property-value format. */ @JsonProperty(value = "credential") private SecretBase credential; /* - * User name for Basic authentication. Type: string (or Expression with - * resultType string). + * User name for Basic authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -49,9 +45,8 @@ public final class InformixLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixTableDatasetTypeProperties.java index a15095382139a..7468ca0b923db 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/InformixTableDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class InformixTableDatasetTypeProperties { /* - * The Informix table name. Type: string (or Expression with resultType - * string). + * The Informix table name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tableName") private Object tableName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IntegrationRuntimeConnectionInfoInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IntegrationRuntimeConnectionInfoInner.java index ff81008af711b..59286f4fb76a7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IntegrationRuntimeConnectionInfoInner.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/IntegrationRuntimeConnectionInfoInner.java @@ -16,15 +16,13 @@ @Fluent public final class IntegrationRuntimeConnectionInfoInner { /* - * The token generated in service. Callers use this token to authenticate - * to integration runtime. + * The token generated in service. Callers use this token to authenticate to integration runtime. */ @JsonProperty(value = "serviceToken", access = JsonProperty.Access.WRITE_ONLY) private String serviceToken; /* - * The integration runtime SSL certificate thumbprint. Click-Once - * application uses it to do server validation. + * The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation. */ @JsonProperty(value = "identityCertThumbprint", access = JsonProperty.Access.WRITE_ONLY) private String identityCertThumbprint; @@ -42,8 +40,7 @@ public final class IntegrationRuntimeConnectionInfoInner { private String version; /* - * The public key for encrypting a credential when transferring the - * credential to the integration runtime. + * The public key for encrypting a credential when transferring the credential to the integration runtime. */ @JsonProperty(value = "publicKey", access = JsonProperty.Access.WRITE_ONLY) private String publicKey; @@ -55,8 +52,7 @@ public final class IntegrationRuntimeConnectionInfoInner { private Boolean isIdentityCertExprired; /* - * Connection information for encrypting the on-premises data source - * credentials. + * Connection information for encrypting the on-premises data source credentials. */ @JsonIgnore private Map additionalProperties; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JiraLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JiraLinkedServiceTypeProperties.java index b37be1c7c206b..f1676ab46b6a1 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JiraLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JiraLinkedServiceTypeProperties.java @@ -19,9 +19,8 @@ public final class JiraLinkedServiceTypeProperties { private Object host; /* - * The TCP port that the Jira server uses to listen for client connections. - * The default value is 443 if connecting through HTTPS, or 8080 if - * connecting through HTTP. + * The TCP port that the Jira server uses to listen for client connections. The default value is 443 if connecting + * through HTTPS, or 8080 if connecting through HTTP. */ @JsonProperty(value = "port") private Object port; @@ -33,38 +32,33 @@ public final class JiraLinkedServiceTypeProperties { private Object username; /* - * The password corresponding to the user name that you provided in the - * username field. + * The password corresponding to the user name that you provided in the username field. */ @JsonProperty(value = "password") private SecretBase password; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JsonDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JsonDatasetTypeProperties.java index 633c9e2ea2cc8..d04f9dc27378a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JsonDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/JsonDatasetTypeProperties.java @@ -20,12 +20,10 @@ public final class JsonDatasetTypeProperties { private DatasetLocation location; /* - * The code page name of the preferred encoding. If not specified, the - * default value is UTF-8, unless BOM denotes another Unicode encoding. - * Refer to the name column of the table in the following link to set - * supported values: - * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: - * string (or Expression with resultType string). + * The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes + * another Unicode encoding. Refer to the name column of the table in the following link to set supported values: + * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "encodingName") private Object encodingName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LookupActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LookupActivityTypeProperties.java index ab5ac6ea157bc..6c1ed6f7dcc4d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LookupActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/LookupActivityTypeProperties.java @@ -26,8 +26,8 @@ public final class LookupActivityTypeProperties { private DatasetReference dataset; /* - * Whether to return first row or all rows. Default value is true. Type: - * boolean (or Expression with resultType boolean). + * Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "firstRowOnly") private Object firstRowOnly; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MagentoLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MagentoLinkedServiceTypeProperties.java index 465f6d5cbedf1..75e4f5ba2f494 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MagentoLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MagentoLinkedServiceTypeProperties.java @@ -25,31 +25,27 @@ public final class MagentoLinkedServiceTypeProperties { private SecretBase accessToken; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeStatusTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeStatusTypeProperties.java index 6069080661746..96bea2b9a5c36 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeStatusTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeStatusTypeProperties.java @@ -16,8 +16,7 @@ @Immutable public final class ManagedIntegrationRuntimeStatusTypeProperties { /* - * The time at which the integration runtime was created, in ISO8601 - * format. + * The time at which the integration runtime was created, in ISO8601 format. */ @JsonProperty(value = "createTime", access = JsonProperty.Access.WRITE_ONLY) private OffsetDateTime createTime; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeTypeProperties.java index 64428f4e1f365..46dd9ff0ae498 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ManagedIntegrationRuntimeTypeProperties.java @@ -26,8 +26,7 @@ public final class ManagedIntegrationRuntimeTypeProperties { private IntegrationRuntimeSsisProperties ssisProperties; /* - * The name of virtual network to which Azure-SSIS integration runtime will - * join + * The name of virtual network to which Azure-SSIS integration runtime will join */ @JsonProperty(value = "customerVirtualNetwork") private IntegrationRuntimeCustomerVirtualNetwork customerVirtualNetwork; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MariaDBLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MariaDBLinkedServiceTypeProperties.java index f557876cd7a70..c363691a84e28 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MariaDBLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MariaDBLinkedServiceTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class MariaDBLinkedServiceTypeProperties { /* - * An ODBC connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; @@ -25,9 +24,8 @@ public final class MariaDBLinkedServiceTypeProperties { private AzureKeyVaultSecretReference pwd; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MarketoLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MarketoLinkedServiceTypeProperties.java index d1bba2d52d3f2..4619229c4e886 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MarketoLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MarketoLinkedServiceTypeProperties.java @@ -31,31 +31,27 @@ public final class MarketoLinkedServiceTypeProperties { private SecretBase clientSecret; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessLinkedServiceTypeProperties.java index 63d93e462c72f..aea9e5dbc8812 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessLinkedServiceTypeProperties.java @@ -13,31 +13,27 @@ @Fluent public final class MicrosoftAccessLinkedServiceTypeProperties { /* - * The non-access credential portion of the connection string as well as an - * optional encrypted credential. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * The non-access credential portion of the connection string as well as an optional encrypted credential. Type: + * string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString", required = true) private Object connectionString; /* - * Type of authentication used to connect to the Microsoft Access as ODBC - * data store. Possible values are: Anonymous and Basic. Type: string (or - * Expression with resultType string). + * Type of authentication used to connect to the Microsoft Access as ODBC data store. Possible values are: + * Anonymous and Basic. Type: string (or Expression with resultType string). */ @JsonProperty(value = "authenticationType") private Object authenticationType; /* - * The access credential portion of the connection string specified in - * driver-specific property-value format. + * The access credential portion of the connection string specified in driver-specific property-value format. */ @JsonProperty(value = "credential") private SecretBase credential; /* - * User name for Basic authentication. Type: string (or Expression with - * resultType string). + * User name for Basic authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -49,9 +45,8 @@ public final class MicrosoftAccessLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessTableDatasetTypeProperties.java index d7384fbf7d814..0deff97e40494 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MicrosoftAccessTableDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class MicrosoftAccessTableDatasetTypeProperties { /* - * The Microsoft Access table name. Type: string (or Expression with - * resultType string). + * The Microsoft Access table name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tableName") private Object tableName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasCollectionDatasetTypeProperties.java index 9fcb724cda4ce..de7ccea9226da 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasCollectionDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasCollectionDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class MongoDbAtlasCollectionDatasetTypeProperties { /* - * The collection name of the MongoDB Atlas database. Type: string (or - * Expression with resultType string). + * The collection name of the MongoDB Atlas database. Type: string (or Expression with resultType string). */ @JsonProperty(value = "collection", required = true) private Object collection; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasLinkedServiceTypeProperties.java index 621af6aab47aa..93c117f8d422e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbAtlasLinkedServiceTypeProperties.java @@ -12,16 +12,15 @@ @Fluent public final class MongoDbAtlasLinkedServiceTypeProperties { /* - * The MongoDB Atlas connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * The MongoDB Atlas connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, + * SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString", required = true) private Object connectionString; /* - * The name of the MongoDB Atlas database that you want to access. Type: - * string (or Expression with resultType string). + * The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "database", required = true) private Object database; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbCollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbCollectionDatasetTypeProperties.java index 4ee206885fe67..49df70458731f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbCollectionDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbCollectionDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class MongoDbCollectionDatasetTypeProperties { /* - * The table name of the MongoDB database. Type: string (or Expression with - * resultType string). + * The table name of the MongoDB database. Type: string (or Expression with resultType string). */ @JsonProperty(value = "collectionName", required = true) private Object collectionName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbLinkedServiceTypeProperties.java index b8ef532387283..5a56ccccc00c1 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbLinkedServiceTypeProperties.java @@ -14,8 +14,7 @@ @Fluent public final class MongoDbLinkedServiceTypeProperties { /* - * The IP address or server name of the MongoDB server. Type: string (or - * Expression with resultType string). + * The IP address or server name of the MongoDB server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "server", required = true) private Object server; @@ -27,15 +26,13 @@ public final class MongoDbLinkedServiceTypeProperties { private MongoDbAuthenticationType authenticationType; /* - * The name of the MongoDB database that you want to access. Type: string - * (or Expression with resultType string). + * The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string). */ @JsonProperty(value = "databaseName", required = true) private Object databaseName; /* - * Username for authentication. Type: string (or Expression with resultType - * string). + * Username for authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "username") private Object username; @@ -47,40 +44,35 @@ public final class MongoDbLinkedServiceTypeProperties { private SecretBase password; /* - * Database to verify the username and password. Type: string (or - * Expression with resultType string). + * Database to verify the username and password. Type: string (or Expression with resultType string). */ @JsonProperty(value = "authSource") private Object authSource; /* - * The TCP port number that the MongoDB server uses to listen for client - * connections. The default value is 27017. Type: integer (or Expression - * with resultType integer), minimum: 0. + * The TCP port number that the MongoDB server uses to listen for client connections. The default value is 27017. + * Type: integer (or Expression with resultType integer), minimum: 0. */ @JsonProperty(value = "port") private Object port; /* - * Specifies whether the connections to the server are encrypted using SSL. - * The default value is false. Type: boolean (or Expression with resultType - * boolean). + * Specifies whether the connections to the server are encrypted using SSL. The default value is false. Type: + * boolean (or Expression with resultType boolean). */ @JsonProperty(value = "enableSsl") private Object enableSsl; /* - * Specifies whether to allow self-signed certificates from the server. The - * default value is false. Type: boolean (or Expression with resultType - * boolean). + * Specifies whether to allow self-signed certificates from the server. The default value is false. Type: boolean + * (or Expression with resultType boolean). */ @JsonProperty(value = "allowSelfSignedServerCert") private Object allowSelfSignedServerCert; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2CollectionDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2CollectionDatasetTypeProperties.java index d944f94d0cd84..4bce8da959850 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2CollectionDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2CollectionDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class MongoDbV2CollectionDatasetTypeProperties { /* - * The collection name of the MongoDB database. Type: string (or Expression - * with resultType string). + * The collection name of the MongoDB database. Type: string (or Expression with resultType string). */ @JsonProperty(value = "collection", required = true) private Object collection; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2LinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2LinkedServiceTypeProperties.java index 4a28ef093573e..f151c98b372ed 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2LinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MongoDbV2LinkedServiceTypeProperties.java @@ -12,16 +12,14 @@ @Fluent public final class MongoDbV2LinkedServiceTypeProperties { /* - * The MongoDB connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * The MongoDB connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, + * SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString", required = true) private Object connectionString; /* - * The name of the MongoDB database that you want to access. Type: string - * (or Expression with resultType string). + * The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string). */ @JsonProperty(value = "database", required = true) private Object database; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlLinkedServiceTypeProperties.java index 0afa7a9e2b6e0..a17a5a350c7d0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlLinkedServiceTypeProperties.java @@ -25,9 +25,8 @@ public final class MySqlLinkedServiceTypeProperties { private AzureKeyVaultSecretReference password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlTableDatasetTypeProperties.java index 29a18efad46c2..eecbdffadc540 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/MySqlTableDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class MySqlTableDatasetTypeProperties { /* - * The MySQL table name. Type: string (or Expression with resultType - * string). + * The MySQL table name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tableName") private Object tableName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaLinkedServiceTypeProperties.java index 59c1d1eb7b4f7..943b50a26c62b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaLinkedServiceTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class NetezzaLinkedServiceTypeProperties { /* - * An ODBC connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; @@ -25,9 +24,8 @@ public final class NetezzaLinkedServiceTypeProperties { private AzureKeyVaultSecretReference pwd; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaTableDatasetTypeProperties.java index 0c2429dfc8b1d..72274d3b31f4f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/NetezzaTableDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class NetezzaTableDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of the Netezza. Type: string (or Expression with - * resultType string). + * The table name of the Netezza. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The schema name of the Netezza. Type: string (or Expression with - * resultType string). + * The schema name of the Netezza. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataLinkedServiceTypeProperties.java index af9ab6fb39f18..255865ab495db 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataLinkedServiceTypeProperties.java @@ -15,8 +15,7 @@ @Fluent public final class ODataLinkedServiceTypeProperties { /* - * The URL of the OData service endpoint. Type: string (or Expression with - * resultType string). + * The URL of the OData service endpoint. Type: string (or Expression with resultType string). */ @JsonProperty(value = "url", required = true) private Object url; @@ -28,8 +27,7 @@ public final class ODataLinkedServiceTypeProperties { private ODataAuthenticationType authenticationType; /* - * User name of the OData service. Type: string (or Expression with - * resultType string). + * User name of the OData service. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -41,39 +39,37 @@ public final class ODataLinkedServiceTypeProperties { private SecretBase password; /* - * The additional HTTP headers in the request to RESTful API used for - * authorization. Type: object (or Expression with resultType object). + * The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression + * with resultType object). */ @JsonProperty(value = "authHeaders") private Object authHeaders; /* - * Specify the tenant information (domain name or tenant ID) under which - * your application resides. Type: string (or Expression with resultType - * string). + * Specify the tenant information (domain name or tenant ID) under which your application resides. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "tenant") private Object tenant; /* - * Specify the application id of your application registered in Azure - * Active Directory. Type: string (or Expression with resultType string). + * Specify the application id of your application registered in Azure Active Directory. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "servicePrincipalId") private Object servicePrincipalId; /* - * Indicates the azure cloud type of the service principle auth. Allowed - * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. - * Default value is the data factory regions’ cloud type. Type: string (or + * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, + * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or * Expression with resultType string). */ @JsonProperty(value = "azureCloudType") private Object azureCloudType; /* - * Specify the resource you are requesting authorization to use Directory. - * Type: string (or Expression with resultType string). + * Specify the resource you are requesting authorization to use Directory. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "aadResourceId") private Object aadResourceId; @@ -85,32 +81,29 @@ public final class ODataLinkedServiceTypeProperties { private ODataAadServicePrincipalCredentialType aadServicePrincipalCredentialType; /* - * Specify the secret of your application registered in Azure Active - * Directory. Type: string (or Expression with resultType string). + * Specify the secret of your application registered in Azure Active Directory. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "servicePrincipalKey") private SecretBase servicePrincipalKey; /* - * Specify the base64 encoded certificate of your application registered in - * Azure Active Directory. Type: string (or Expression with resultType - * string). + * Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalEmbeddedCert") private SecretBase servicePrincipalEmbeddedCert; /* - * Specify the password of your certificate if your certificate has a - * password and you are using AadServicePrincipal authentication. Type: - * string (or Expression with resultType string). + * Specify the password of your certificate if your certificate has a password and you are using + * AadServicePrincipal authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalEmbeddedCertPassword") private SecretBase servicePrincipalEmbeddedCertPassword; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataResourceDatasetTypeProperties.java index 0037c0f9aa375..ef764d34b1930 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataResourceDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ODataResourceDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class ODataResourceDatasetTypeProperties { /* - * The OData resource path. Type: string (or Expression with resultType - * string). + * The OData resource path. Type: string (or Expression with resultType string). */ @JsonProperty(value = "path") private Object path; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcLinkedServiceTypeProperties.java index f027851e834a6..1a8e45a25fe96 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcLinkedServiceTypeProperties.java @@ -13,31 +13,27 @@ @Fluent public final class OdbcLinkedServiceTypeProperties { /* - * The non-access credential portion of the connection string as well as an - * optional encrypted credential. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * The non-access credential portion of the connection string as well as an optional encrypted credential. Type: + * string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString", required = true) private Object connectionString; /* - * Type of authentication used to connect to the ODBC data store. Possible - * values are: Anonymous and Basic. Type: string (or Expression with - * resultType string). + * Type of authentication used to connect to the ODBC data store. Possible values are: Anonymous and Basic. Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "authenticationType") private Object authenticationType; /* - * The access credential portion of the connection string specified in - * driver-specific property-value format. + * The access credential portion of the connection string specified in driver-specific property-value format. */ @JsonProperty(value = "credential") private SecretBase credential; /* - * User name for Basic authentication. Type: string (or Expression with - * resultType string). + * User name for Basic authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -49,9 +45,8 @@ public final class OdbcLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcTableDatasetTypeProperties.java index 92075d7bdad73..0a105d0dd0144 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OdbcTableDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class OdbcTableDatasetTypeProperties { /* - * The ODBC table name. Type: string (or Expression with resultType - * string). + * The ODBC table name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tableName") private Object tableName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365DatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365DatasetTypeProperties.java index ef399b38c3dd4..b2e01622ed75d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365DatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365DatasetTypeProperties.java @@ -12,16 +12,14 @@ @Fluent public final class Office365DatasetTypeProperties { /* - * Name of the dataset to extract from Office 365. Type: string (or - * Expression with resultType string). + * Name of the dataset to extract from Office 365. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tableName", required = true) private Object tableName; /* - * A predicate expression that can be used to filter the specific rows to - * extract from Office 365. Type: string (or Expression with resultType - * string). + * A predicate expression that can be used to filter the specific rows to extract from Office 365. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "predicate") private Object predicate; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365LinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365LinkedServiceTypeProperties.java index 1d855527a3ac3..c2a8191a40f02 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365LinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Office365LinkedServiceTypeProperties.java @@ -13,22 +13,20 @@ @Fluent public final class Office365LinkedServiceTypeProperties { /* - * Azure tenant ID to which the Office 365 account belongs. Type: string - * (or Expression with resultType string). + * Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string). */ @JsonProperty(value = "office365TenantId", required = true) private Object office365TenantId; /* - * Specify the tenant information under which your Azure AD web application - * resides. Type: string (or Expression with resultType string). + * Specify the tenant information under which your Azure AD web application resides. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "servicePrincipalTenantId", required = true) private Object servicePrincipalTenantId; /* - * Specify the application's client ID. Type: string (or Expression with - * resultType string). + * Specify the application's client ID. Type: string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalId", required = true) private Object servicePrincipalId; @@ -40,9 +38,8 @@ public final class Office365LinkedServiceTypeProperties { private SecretBase servicePrincipalKey; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleCloudStorageLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleCloudStorageLinkedServiceTypeProperties.java index cb3ba7fe73dea..c25e082808b56 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleCloudStorageLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleCloudStorageLinkedServiceTypeProperties.java @@ -12,33 +12,29 @@ @Fluent public final class OracleCloudStorageLinkedServiceTypeProperties { /* - * The access key identifier of the Oracle Cloud Storage Identity and - * Access Management (IAM) user. Type: string (or Expression with - * resultType string). + * The access key identifier of the Oracle Cloud Storage Identity and Access Management (IAM) user. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "accessKeyId") private Object accessKeyId; /* - * The secret access key of the Oracle Cloud Storage Identity and Access - * Management (IAM) user. + * The secret access key of the Oracle Cloud Storage Identity and Access Management (IAM) user. */ @JsonProperty(value = "secretAccessKey") private SecretBase secretAccessKey; /* - * This value specifies the endpoint to access with the Oracle Cloud - * Storage Connector. This is an optional property; change it only if you - * want to try a different service endpoint or want to switch between https - * and http. Type: string (or Expression with resultType string). + * This value specifies the endpoint to access with the Oracle Cloud Storage Connector. This is an optional + * property; change it only if you want to try a different service endpoint or want to switch between https and + * http. Type: string (or Expression with resultType string). */ @JsonProperty(value = "serviceUrl") private Object serviceUrl; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java index 4adf205ce6ddd..061768dd3a0b0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleLinkedServiceTypeProperties.java @@ -13,8 +13,7 @@ @Fluent public final class OracleLinkedServiceTypeProperties { /* - * The connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString", required = true) private Object connectionString; @@ -26,9 +25,8 @@ public final class OracleLinkedServiceTypeProperties { private AzureKeyVaultSecretReference password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleServiceCloudLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleServiceCloudLinkedServiceTypeProperties.java index 14a36dfeceff8..655b26fd51b7a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleServiceCloudLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleServiceCloudLinkedServiceTypeProperties.java @@ -25,41 +25,35 @@ public final class OracleServiceCloudLinkedServiceTypeProperties { private Object username; /* - * The password corresponding to the user name that you provided in the - * username key. + * The password corresponding to the user name that you provided in the username key. */ @JsonProperty(value = "password", required = true) private SecretBase password; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. Type: boolean (or Expression with resultType - * boolean). + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean + * (or Expression with resultType boolean). */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. Type: boolean (or Expression with resultType - * boolean). + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. Type: boolean (or Expression with - * resultType boolean). + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. + * Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleTableDatasetTypeProperties.java index 01aa8a8d46563..d0224842c64d9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OracleTableDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class OracleTableDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The schema name of the on-premises Oracle database. Type: string (or - * Expression with resultType string). + * The schema name of the on-premises Oracle database. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; /* - * The table name of the on-premises Oracle database. Type: string (or - * Expression with resultType string). + * The table name of the on-premises Oracle database. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OrcDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OrcDatasetTypeProperties.java index 1baa10864d5b1..e6baeb75322b7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OrcDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/OrcDatasetTypeProperties.java @@ -19,8 +19,7 @@ public final class OrcDatasetTypeProperties { private DatasetLocation location; /* - * The data orcCompressionCodec. Type: string (or Expression with - * resultType string). + * The data orcCompressionCodec. Type: string (or Expression with resultType string). */ @JsonProperty(value = "orcCompressionCodec") private Object orcCompressionCodec; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ParquetDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ParquetDatasetTypeProperties.java index 75d50546090c8..b71c5dd6f8cd3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ParquetDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ParquetDatasetTypeProperties.java @@ -19,8 +19,7 @@ public final class ParquetDatasetTypeProperties { private DatasetLocation location; /* - * The data compressionCodec. Type: string (or Expression with resultType - * string). + * The data compressionCodec. Type: string (or Expression with resultType string). */ @JsonProperty(value = "compressionCodec") private Object compressionCodec; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PaypalLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PaypalLinkedServiceTypeProperties.java index 4ee278231b91e..97471b3b0d9e5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PaypalLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PaypalLinkedServiceTypeProperties.java @@ -31,31 +31,27 @@ public final class PaypalLinkedServiceTypeProperties { private SecretBase clientSecret; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixDatasetTypeProperties.java index 5386ac5f5f7aa..48a4908000675 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class PhoenixDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of the Phoenix. Type: string (or Expression with - * resultType string). + * The table name of the Phoenix. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The schema name of the Phoenix. Type: string (or Expression with - * resultType string). + * The schema name of the Phoenix. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixLinkedServiceTypeProperties.java index e916e85fd2c9e..3dde99100333e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PhoenixLinkedServiceTypeProperties.java @@ -14,23 +14,20 @@ @Fluent public final class PhoenixLinkedServiceTypeProperties { /* - * The IP address or host name of the Phoenix server. (i.e. - * 192.168.222.160) + * The IP address or host name of the Phoenix server. (i.e. 192.168.222.160) */ @JsonProperty(value = "host", required = true) private Object host; /* - * The TCP port that the Phoenix server uses to listen for client - * connections. The default value is 8765. + * The TCP port that the Phoenix server uses to listen for client connections. The default value is 8765. */ @JsonProperty(value = "port") private Object port; /* - * The partial URL corresponding to the Phoenix server. (i.e. - * /gateway/sandbox/phoenix/version). The default value is hbasephoenix if - * using WindowsAzureHDInsightService. + * The partial URL corresponding to the Phoenix server. (i.e. /gateway/sandbox/phoenix/version). The default value + * is hbasephoenix if using WindowsAzureHDInsightService. */ @JsonProperty(value = "httpPath") private Object httpPath; @@ -54,47 +51,42 @@ public final class PhoenixLinkedServiceTypeProperties { private SecretBase password; /* - * Specifies whether the connections to the server are encrypted using SSL. - * The default value is false. + * Specifies whether the connections to the server are encrypted using SSL. The default value is false. */ @JsonProperty(value = "enableSsl") private Object enableSsl; /* - * The full path of the .pem file containing trusted CA certificates for - * verifying the server when connecting over SSL. This property can only be - * set when using SSL on self-hosted IR. The default value is the - * cacerts.pem file installed with the IR. + * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over + * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file + * installed with the IR. */ @JsonProperty(value = "trustedCertPath") private Object trustedCertPath; /* - * Specifies whether to use a CA certificate from the system trust store or - * from a specified PEM file. The default value is false. + * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default + * value is false. */ @JsonProperty(value = "useSystemTrustStore") private Object useSystemTrustStore; /* - * Specifies whether to require a CA-issued SSL certificate name to match - * the host name of the server when connecting over SSL. The default value - * is false. + * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when + * connecting over SSL. The default value is false. */ @JsonProperty(value = "allowHostNameCNMismatch") private Object allowHostnameCNMismatch; /* - * Specifies whether to allow self-signed certificates from the server. The - * default value is false. + * Specifies whether to allow self-signed certificates from the server. The default value is false. */ @JsonProperty(value = "allowSelfSignedServerCert") private Object allowSelfSignedServerCert; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Pipeline.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Pipeline.java index ac76e4cab55a6..ea86ea9aade99 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Pipeline.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/Pipeline.java @@ -64,8 +64,7 @@ public final class Pipeline { private Map runDimensions; /* - * The folder that this Pipeline is in. If not specified, Pipeline will - * appear at the root level. + * The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level. */ @JsonProperty(value = "folder") private PipelineFolder folder; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunInner.java index 69cdff0b0a7b0..dcd381e52f970 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunInner.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunInner.java @@ -43,8 +43,7 @@ public final class PipelineRunInner { private String pipelineName; /* - * The full or partial list of parameter name, value pair used in the - * pipeline run. + * The full or partial list of parameter name, value pair used in the pipeline run. */ @JsonProperty(value = "parameters", access = JsonProperty.Access.WRITE_ONLY) @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) @@ -88,8 +87,7 @@ public final class PipelineRunInner { private Integer durationInMs; /* - * The status of a pipeline run. Possible values: Queued, InProgress, - * Succeeded, Failed, Canceling, Cancelled + * The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled */ @JsonProperty(value = "status", access = JsonProperty.Access.WRITE_ONLY) private String status; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunsQueryResponseInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunsQueryResponseInner.java index 0a86f3eb05f29..940ebbcb24b81 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunsQueryResponseInner.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PipelineRunsQueryResponseInner.java @@ -19,8 +19,7 @@ public final class PipelineRunsQueryResponseInner { private List value; /* - * The continuation token for getting the next page of results, if any - * remaining results exist, null otherwise. + * The continuation token for getting the next page of results, if any remaining results exist, null otherwise. */ @JsonProperty(value = "continuationToken") private String continuationToken; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlLinkedServiceTypeProperties.java index 10a3600fab76a..6e169dff1d3e2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlLinkedServiceTypeProperties.java @@ -25,9 +25,8 @@ public final class PostgreSqlLinkedServiceTypeProperties { private AzureKeyVaultSecretReference password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlTableDatasetTypeProperties.java index 26ff1263972aa..7c8bf26d8cd8e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PostgreSqlTableDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class PostgreSqlTableDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The PostgreSQL table name. Type: string (or Expression with resultType - * string). + * The PostgreSQL table name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The PostgreSQL schema name. Type: string (or Expression with resultType - * string). + * The PostgreSQL schema name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoDatasetTypeProperties.java index 28022b65dfeac..58a311ddff971 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class PrestoDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of the Presto. Type: string (or Expression with - * resultType string). + * The table name of the Presto. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The schema name of the Presto. Type: string (or Expression with - * resultType string). + * The schema name of the Presto. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoLinkedServiceTypeProperties.java index 473023f3a9e70..551aa4739a614 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/PrestoLinkedServiceTypeProperties.java @@ -32,8 +32,7 @@ public final class PrestoLinkedServiceTypeProperties { private Object catalog; /* - * The TCP port that the Presto server uses to listen for client - * connections. The default value is 8080. + * The TCP port that the Presto server uses to listen for client connections. The default value is 8080. */ @JsonProperty(value = "port") private Object port; @@ -57,55 +56,49 @@ public final class PrestoLinkedServiceTypeProperties { private SecretBase password; /* - * Specifies whether the connections to the server are encrypted using SSL. - * The default value is false. + * Specifies whether the connections to the server are encrypted using SSL. The default value is false. */ @JsonProperty(value = "enableSsl") private Object enableSsl; /* - * The full path of the .pem file containing trusted CA certificates for - * verifying the server when connecting over SSL. This property can only be - * set when using SSL on self-hosted IR. The default value is the - * cacerts.pem file installed with the IR. + * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over + * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file + * installed with the IR. */ @JsonProperty(value = "trustedCertPath") private Object trustedCertPath; /* - * Specifies whether to use a CA certificate from the system trust store or - * from a specified PEM file. The default value is false. + * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default + * value is false. */ @JsonProperty(value = "useSystemTrustStore") private Object useSystemTrustStore; /* - * Specifies whether to require a CA-issued SSL certificate name to match - * the host name of the server when connecting over SSL. The default value - * is false. + * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when + * connecting over SSL. The default value is false. */ @JsonProperty(value = "allowHostNameCNMismatch") private Object allowHostnameCNMismatch; /* - * Specifies whether to allow self-signed certificates from the server. The - * default value is false. + * Specifies whether to allow self-signed certificates from the server. The default value is false. */ @JsonProperty(value = "allowSelfSignedServerCert") private Object allowSelfSignedServerCert; /* - * The local time zone used by the connection. Valid values for this option - * are specified in the IANA Time Zone Database. The default value is the - * system time zone. + * The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone + * Database. The default value is the system time zone. */ @JsonProperty(value = "timeZoneID") private Object timeZoneId; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickBooksLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickBooksLinkedServiceTypeProperties.java index 885cc4e5ae9f8..6c87cc1588afc 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickBooksLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickBooksLinkedServiceTypeProperties.java @@ -12,8 +12,8 @@ @Fluent public final class QuickBooksLinkedServiceTypeProperties { /* - * Properties used to connect to QuickBooks. It is mutually exclusive with - * any other properties in the linked service. Type: object. + * Properties used to connect to QuickBooks. It is mutually exclusive with any other properties in the linked + * service. Type: object. */ @JsonProperty(value = "connectionProperties") private Object connectionProperties; @@ -55,16 +55,14 @@ public final class QuickBooksLinkedServiceTypeProperties { private SecretBase accessTokenSecret; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickbaseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickbaseLinkedServiceTypeProperties.java index 3fd12b95f6058..3eb1a02868809 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickbaseLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/QuickbaseLinkedServiceTypeProperties.java @@ -13,8 +13,7 @@ @Fluent public final class QuickbaseLinkedServiceTypeProperties { /* - * The url to connect Quickbase source. Type: string (or Expression with - * resultType string). + * The url to connect Quickbase source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "url", required = true) private Object url; @@ -26,9 +25,8 @@ public final class QuickbaseLinkedServiceTypeProperties { private SecretBase userToken; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RelationalTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RelationalTableDatasetTypeProperties.java index 8ca6069e1be90..322cca2213874 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RelationalTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RelationalTableDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class RelationalTableDatasetTypeProperties { /* - * The relational table name. Type: string (or Expression with resultType - * string). + * The relational table name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tableName") private Object tableName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RerunTumblingWindowTriggerTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RerunTumblingWindowTriggerTypeProperties.java index a10f3d7e6238f..507137294545c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RerunTumblingWindowTriggerTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RerunTumblingWindowTriggerTypeProperties.java @@ -19,22 +19,19 @@ public final class RerunTumblingWindowTriggerTypeProperties { private Object parentTrigger; /* - * The start time for the time period for which restatement is initiated. - * Only UTC time is currently supported. + * The start time for the time period for which restatement is initiated. Only UTC time is currently supported. */ @JsonProperty(value = "requestedStartTime", required = true) private OffsetDateTime requestedStartTime; /* - * The end time for the time period for which restatement is initiated. - * Only UTC time is currently supported. + * The end time for the time period for which restatement is initiated. Only UTC time is currently supported. */ @JsonProperty(value = "requestedEndTime", required = true) private OffsetDateTime requestedEndTime; /* - * The max number of parallel time windows (ready for execution) for which - * a rerun is triggered. + * The max number of parallel time windows (ready for execution) for which a rerun is triggered. */ @JsonProperty(value = "rerunConcurrency", required = true) private int rerunConcurrency; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ResponsysLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ResponsysLinkedServiceTypeProperties.java index 2d29e11881564..36bfaebcd57cf 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ResponsysLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ResponsysLinkedServiceTypeProperties.java @@ -19,48 +19,42 @@ public final class ResponsysLinkedServiceTypeProperties { private Object endpoint; /* - * The client ID associated with the Responsys application. Type: string - * (or Expression with resultType string). + * The client ID associated with the Responsys application. Type: string (or Expression with resultType string). */ @JsonProperty(value = "clientId", required = true) private Object clientId; /* - * The client secret associated with the Responsys application. Type: - * string (or Expression with resultType string). + * The client secret associated with the Responsys application. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "clientSecret") private SecretBase clientSecret; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. Type: boolean (or Expression with resultType - * boolean). + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean + * (or Expression with resultType boolean). */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. Type: boolean (or Expression with resultType - * boolean). + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. Type: boolean (or Expression with - * resultType boolean). + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. + * Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestResourceDatasetTypeProperties.java index 1c7368a858607..3c6cfb049ca46 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestResourceDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestResourceDatasetTypeProperties.java @@ -11,36 +11,35 @@ @Fluent public final class RestResourceDatasetTypeProperties { /* - * The relative URL to the resource that the RESTful API provides. Type: - * string (or Expression with resultType string). + * The relative URL to the resource that the RESTful API provides. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "relativeUrl") private Object relativeUrl; /* - * The HTTP method used to call the RESTful API. The default is GET. Type: - * string (or Expression with resultType string). + * The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "requestMethod") private Object requestMethod; /* - * The HTTP request body to the RESTful API if requestMethod is POST. Type: - * string (or Expression with resultType string). + * The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "requestBody") private Object requestBody; /* - * The additional HTTP headers in the request to the RESTful API. Type: - * string (or Expression with resultType string). + * The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "additionalHeaders") private Object additionalHeaders; /* - * The pagination rules to compose next page requests. Type: string (or - * Expression with resultType string). + * The pagination rules to compose next page requests. Type: string (or Expression with resultType string). */ @JsonProperty(value = "paginationRules") private Object paginationRules; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestServiceLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestServiceLinkedServiceTypeProperties.java index 89859e7d8ff4b..c172aa276b66d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestServiceLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/RestServiceLinkedServiceTypeProperties.java @@ -21,9 +21,8 @@ public final class RestServiceLinkedServiceTypeProperties { private Object url; /* - * Whether to validate server side SSL certificate when connecting to the - * endpoint.The default value is true. Type: boolean (or Expression with - * resultType boolean). + * Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type: + * boolean (or Expression with resultType boolean). */ @JsonProperty(value = "enableServerCertificateValidation") private Object enableServerCertificateValidation; @@ -47,15 +46,14 @@ public final class RestServiceLinkedServiceTypeProperties { private SecretBase password; /* - * The additional HTTP headers in the request to RESTful API used for - * authorization. Type: object (or Expression with resultType object). + * The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression + * with resultType object). */ @JsonProperty(value = "authHeaders") private Object authHeaders; /* - * The application's client ID used in AadServicePrincipal authentication - * type. + * The application's client ID used in AadServicePrincipal authentication type. */ @JsonProperty(value = "servicePrincipalId") private Object servicePrincipalId; @@ -67,17 +65,15 @@ public final class RestServiceLinkedServiceTypeProperties { private SecretBase servicePrincipalKey; /* - * The tenant information (domain name or tenant ID) used in - * AadServicePrincipal authentication type under which your application - * resides. + * The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which + * your application resides. */ @JsonProperty(value = "tenant") private Object tenant; /* - * Indicates the azure cloud type of the service principle auth. Allowed - * values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. - * Default value is the data factory regions’ cloud type. Type: string (or + * Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, + * AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or * Expression with resultType string). */ @JsonProperty(value = "azureCloudType") @@ -90,9 +86,8 @@ public final class RestServiceLinkedServiceTypeProperties { private Object aadResourceId; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; @@ -104,8 +99,7 @@ public final class RestServiceLinkedServiceTypeProperties { private CredentialReference credential; /* - * The client ID associated with your application. Type: string (or - * Expression with resultType string). + * The client ID associated with your application. Type: string (or Expression with resultType string). */ @JsonProperty(value = "clientId") private Object clientId; @@ -117,22 +111,22 @@ public final class RestServiceLinkedServiceTypeProperties { private SecretBase clientSecret; /* - * The token endpoint of the authorization server to acquire access token. - * Type: string (or Expression with resultType string). + * The token endpoint of the authorization server to acquire access token. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "tokenEndpoint") private Object tokenEndpoint; /* - * The target service or resource to which the access will be requested. - * Type: string (or Expression with resultType string). + * The target service or resource to which the access will be requested. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "resource") private Object resource; /* - * The scope of the access required. It describes what kind of access will - * be requested. Type: string (or Expression with resultType string). + * The scope of the access required. It describes what kind of access will be requested. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "scope") private Object scope; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceLinkedServiceTypeProperties.java index a5dbd3a4cad70..8294c3753a5f6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceLinkedServiceTypeProperties.java @@ -12,18 +12,16 @@ @Fluent public final class SalesforceLinkedServiceTypeProperties { /* - * The URL of Salesforce instance. Default is - * 'https://login.salesforce.com'. To copy data from sandbox, specify - * 'https://test.salesforce.com'. To copy data from custom domain, specify, - * for example, 'https://[domain].my.salesforce.com'. Type: string (or - * Expression with resultType string). + * The URL of Salesforce instance. Default is 'https://login.salesforce.com'. To copy data from sandbox, specify + * 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, + * 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string). */ @JsonProperty(value = "environmentUrl") private Object environmentUrl; /* - * The username for Basic authentication of the Salesforce instance. Type: - * string (or Expression with resultType string). + * The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "username") private Object username; @@ -41,16 +39,14 @@ public final class SalesforceLinkedServiceTypeProperties { private SecretBase securityToken; /* - * The Salesforce API version used in ADF. Type: string (or Expression with - * resultType string). + * The Salesforce API version used in ADF. Type: string (or Expression with resultType string). */ @JsonProperty(value = "apiVersion") private Object apiVersion; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceMarketingCloudLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceMarketingCloudLinkedServiceTypeProperties.java index 4248bd1792a27..ce56a02cb2515 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceMarketingCloudLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceMarketingCloudLinkedServiceTypeProperties.java @@ -12,55 +12,50 @@ @Fluent public final class SalesforceMarketingCloudLinkedServiceTypeProperties { /* - * Properties used to connect to Salesforce Marketing Cloud. It is mutually - * exclusive with any other properties in the linked service. Type: object. + * Properties used to connect to Salesforce Marketing Cloud. It is mutually exclusive with any other properties in + * the linked service. Type: object. */ @JsonProperty(value = "connectionProperties") private Object connectionProperties; /* - * The client ID associated with the Salesforce Marketing Cloud - * application. Type: string (or Expression with resultType string). + * The client ID associated with the Salesforce Marketing Cloud application. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "clientId") private Object clientId; /* - * The client secret associated with the Salesforce Marketing Cloud - * application. Type: string (or Expression with resultType string). + * The client secret associated with the Salesforce Marketing Cloud application. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "clientSecret") private SecretBase clientSecret; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. Type: boolean (or Expression with resultType - * boolean). + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. Type: boolean + * (or Expression with resultType boolean). */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. Type: boolean (or Expression with resultType - * boolean). + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. Type: boolean (or Expression with - * resultType boolean). + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. + * Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceObjectDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceObjectDatasetTypeProperties.java index 2cdc58befd593..5216a4421200c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceObjectDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceObjectDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class SalesforceObjectDatasetTypeProperties { /* - * The Salesforce object API name. Type: string (or Expression with - * resultType string). + * The Salesforce object API name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "objectApiName") private Object objectApiName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudLinkedServiceTypeProperties.java index 7c5f15efcecf4..21a2f4e4e6b9b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudLinkedServiceTypeProperties.java @@ -12,18 +12,16 @@ @Fluent public final class SalesforceServiceCloudLinkedServiceTypeProperties { /* - * The URL of Salesforce Service Cloud instance. Default is - * 'https://login.salesforce.com'. To copy data from sandbox, specify - * 'https://test.salesforce.com'. To copy data from custom domain, specify, - * for example, 'https://[domain].my.salesforce.com'. Type: string (or - * Expression with resultType string). + * The URL of Salesforce Service Cloud instance. Default is 'https://login.salesforce.com'. To copy data from + * sandbox, specify 'https://test.salesforce.com'. To copy data from custom domain, specify, for example, + * 'https://[domain].my.salesforce.com'. Type: string (or Expression with resultType string). */ @JsonProperty(value = "environmentUrl") private Object environmentUrl; /* - * The username for Basic authentication of the Salesforce instance. Type: - * string (or Expression with resultType string). + * The username for Basic authentication of the Salesforce instance. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "username") private Object username; @@ -41,23 +39,20 @@ public final class SalesforceServiceCloudLinkedServiceTypeProperties { private SecretBase securityToken; /* - * The Salesforce API version used in ADF. Type: string (or Expression with - * resultType string). + * The Salesforce API version used in ADF. Type: string (or Expression with resultType string). */ @JsonProperty(value = "apiVersion") private Object apiVersion; /* - * Extended properties appended to the connection string. Type: string (or - * Expression with resultType string). + * Extended properties appended to the connection string. Type: string (or Expression with resultType string). */ @JsonProperty(value = "extendedProperties") private Object extendedProperties; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudObjectDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudObjectDatasetTypeProperties.java index 94ffbb4b25778..2efe7ca118b23 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudObjectDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SalesforceServiceCloudObjectDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class SalesforceServiceCloudObjectDatasetTypeProperties { /* - * The Salesforce Service Cloud object API name. Type: string (or - * Expression with resultType string). + * The Salesforce Service Cloud object API name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "objectApiName") private Object objectApiName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapBWLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapBWLinkedServiceTypeProperties.java index 099dc39f353dc..d85cf48667847 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapBWLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapBWLinkedServiceTypeProperties.java @@ -13,31 +13,27 @@ @Fluent public final class SapBWLinkedServiceTypeProperties { /* - * Host name of the SAP BW instance. Type: string (or Expression with - * resultType string). + * Host name of the SAP BW instance. Type: string (or Expression with resultType string). */ @JsonProperty(value = "server", required = true) private Object server; /* - * System number of the BW system. (Usually a two-digit decimal number - * represented as a string.) Type: string (or Expression with resultType - * string). + * System number of the BW system. (Usually a two-digit decimal number represented as a string.) Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "systemNumber", required = true) private Object systemNumber; /* - * Client ID of the client on the BW system. (Usually a three-digit decimal - * number represented as a string) Type: string (or Expression with - * resultType string). + * Client ID of the client on the BW system. (Usually a three-digit decimal number represented as a string) Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "clientId", required = true) private Object clientId; /* - * Username to access the SAP BW server. Type: string (or Expression with - * resultType string). + * Username to access the SAP BW server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -49,9 +45,8 @@ public final class SapBWLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerLinkedServiceTypeProperties.java index 295bfc33eb997..d3ac035f30662 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerLinkedServiceTypeProperties.java @@ -14,15 +14,13 @@ public final class SapCloudForCustomerLinkedServiceTypeProperties { /* * The URL of SAP Cloud for Customer OData API. For example, - * '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'. Type: string - * (or Expression with resultType string). + * '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'. Type: string (or Expression with resultType string). */ @JsonProperty(value = "url", required = true) private Object url; /* - * The username for Basic authentication. Type: string (or Expression with - * resultType string). + * The username for Basic authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "username") private Object username; @@ -34,10 +32,9 @@ public final class SapCloudForCustomerLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Either - * encryptedCredential or username/password must be provided. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Either encryptedCredential or username/password must be provided. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerResourceDatasetTypeProperties.java index cd29735fa6373..12311387f84e3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerResourceDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapCloudForCustomerResourceDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class SapCloudForCustomerResourceDatasetTypeProperties { /* - * The path of the SAP Cloud for Customer OData entity. Type: string (or - * Expression with resultType string). + * The path of the SAP Cloud for Customer OData entity. Type: string (or Expression with resultType string). */ @JsonProperty(value = "path", required = true) private Object path; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccLinkedServiceTypeProperties.java index 85757f2a4007b..6399f36178dcc 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccLinkedServiceTypeProperties.java @@ -13,16 +13,14 @@ @Fluent public final class SapEccLinkedServiceTypeProperties { /* - * The URL of SAP ECC OData API. For example, - * '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: string - * (or Expression with resultType string). + * The URL of SAP ECC OData API. For example, '[https://hostname:port/sap/opu/odata/sap/servicename/]'. Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "url", required = true) private String url; /* - * The username for Basic authentication. Type: string (or Expression with - * resultType string). + * The username for Basic authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "username") private String username; @@ -34,10 +32,9 @@ public final class SapEccLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Either - * encryptedCredential or username/password must be provided. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Either encryptedCredential or username/password must be provided. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private String encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccResourceDatasetTypeProperties.java index 9f3006b6c5c3e..ab567a66fe38b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccResourceDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapEccResourceDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class SapEccResourceDatasetTypeProperties { /* - * The path of the SAP ECC OData entity. Type: string (or Expression with - * resultType string). + * The path of the SAP ECC OData entity. Type: string (or Expression with resultType string). */ @JsonProperty(value = "path", required = true) private Object path; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaLinkedServiceProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaLinkedServiceProperties.java index d7ebd53e016f2..624764818fbed 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaLinkedServiceProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaLinkedServiceProperties.java @@ -13,15 +13,13 @@ @Fluent public final class SapHanaLinkedServiceProperties { /* - * SAP HANA ODBC connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * SAP HANA ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; /* - * Host name of the SAP HANA server. Type: string (or Expression with - * resultType string). + * Host name of the SAP HANA server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "server") private Object server; @@ -33,8 +31,7 @@ public final class SapHanaLinkedServiceProperties { private SapHanaAuthenticationType authenticationType; /* - * Username to access the SAP HANA server. Type: string (or Expression with - * resultType string). + * Username to access the SAP HANA server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -46,9 +43,8 @@ public final class SapHanaLinkedServiceProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaTableDatasetTypeProperties.java index c07a1e7ba80b4..427385436519a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapHanaTableDatasetTypeProperties.java @@ -11,15 +11,13 @@ @Fluent public final class SapHanaTableDatasetTypeProperties { /* - * The schema name of SAP HANA. Type: string (or Expression with resultType - * string). + * The schema name of SAP HANA. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; /* - * The table name of SAP HANA. Type: string (or Expression with resultType - * string). + * The table name of SAP HANA. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java index 6c4bdc6a80b8f..bd9adf749c869 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpLinkedServiceTypeProperties.java @@ -12,45 +12,41 @@ @Fluent public final class SapOdpLinkedServiceTypeProperties { /* - * Host name of the SAP instance where the table is located. Type: string - * (or Expression with resultType string). + * Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string). */ @JsonProperty(value = "server") private Object server; /* - * System number of the SAP system where the table is located. (Usually a - * two-digit decimal number represented as a string.) Type: string (or - * Expression with resultType string). + * System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a + * string.) Type: string (or Expression with resultType string). */ @JsonProperty(value = "systemNumber") private Object systemNumber; /* - * Client ID of the client on the SAP system where the table is located. - * (Usually a three-digit decimal number represented as a string) Type: - * string (or Expression with resultType string). + * Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number + * represented as a string) Type: string (or Expression with resultType string). */ @JsonProperty(value = "clientId") private Object clientId; /* - * Language of the SAP system where the table is located. The default value - * is EN. Type: string (or Expression with resultType string). + * Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "language") private Object language; /* - * SystemID of the SAP system where the table is located. Type: string (or - * Expression with resultType string). + * SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string). */ @JsonProperty(value = "systemId") private Object systemId; /* - * Username to access the SAP server where the table is located. Type: - * string (or Expression with resultType string). + * Username to access the SAP server where the table is located. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "userName") private Object username; @@ -62,80 +58,73 @@ public final class SapOdpLinkedServiceTypeProperties { private SecretBase password; /* - * The hostname of the SAP Message Server. Type: string (or Expression with - * resultType string). + * The hostname of the SAP Message Server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "messageServer") private Object messageServer; /* - * The service name or port number of the Message Server. Type: string (or - * Expression with resultType string). + * The service name or port number of the Message Server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "messageServerService") private Object messageServerService; /* - * SNC activation indicator to access the SAP server where the table is - * located. Must be either 0 (off) or 1 (on). Type: string (or Expression - * with resultType string). + * SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "sncMode") private Object sncMode; /* - * Initiator's SNC name to access the SAP server where the table is - * located. Type: string (or Expression with resultType string). + * Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "sncMyName") private Object sncMyName; /* - * Communication partner's SNC name to access the SAP server where the - * table is located. Type: string (or Expression with resultType string). + * Communication partner's SNC name to access the SAP server where the table is located. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "sncPartnerName") private Object sncPartnerName; /* - * External security product's library to access the SAP server where the - * table is located. Type: string (or Expression with resultType string). + * External security product's library to access the SAP server where the table is located. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "sncLibraryPath") private Object sncLibraryPath; /* - * SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: - * string (or Expression with resultType string). + * SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "sncQop") private Object sncQop; /* - * SNC X509 certificate file path. Type: string (or Expression with - * resultType string). + * SNC X509 certificate file path. Type: string (or Expression with resultType string). */ @JsonProperty(value = "x509CertificatePath") private Object x509CertificatePath; /* - * The Logon Group for the SAP System. Type: string (or Expression with - * resultType string). + * The Logon Group for the SAP System. Type: string (or Expression with resultType string). */ @JsonProperty(value = "logonGroup") private Object logonGroup; /* - * The subscriber name. Type: string (or Expression with resultType - * string). + * The subscriber name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "subscriberName") private Object subscriberName; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpResourceDatasetTypeProperties.java index 34afedf6462fb..c5d647502f964 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpResourceDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOdpResourceDatasetTypeProperties.java @@ -12,15 +12,13 @@ @Fluent public final class SapOdpResourceDatasetTypeProperties { /* - * The context of the SAP ODP Object. Type: string (or Expression with - * resultType string). + * The context of the SAP ODP Object. Type: string (or Expression with resultType string). */ @JsonProperty(value = "context", required = true) private Object context; /* - * The name of the SAP ODP Object. Type: string (or Expression with - * resultType string). + * The name of the SAP ODP Object. Type: string (or Expression with resultType string). */ @JsonProperty(value = "objectName", required = true) private Object objectName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubLinkedServiceTypeProperties.java index d31311f32817b..57d184a9ec193 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubLinkedServiceTypeProperties.java @@ -12,82 +12,73 @@ @Fluent public final class SapOpenHubLinkedServiceTypeProperties { /* - * Host name of the SAP BW instance where the open hub destination is - * located. Type: string (or Expression with resultType string). + * Host name of the SAP BW instance where the open hub destination is located. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "server") private Object server; /* - * System number of the BW system where the open hub destination is - * located. (Usually a two-digit decimal number represented as a string.) - * Type: string (or Expression with resultType string). + * System number of the BW system where the open hub destination is located. (Usually a two-digit decimal number + * represented as a string.) Type: string (or Expression with resultType string). */ @JsonProperty(value = "systemNumber") private Object systemNumber; /* - * Client ID of the client on the BW system where the open hub destination - * is located. (Usually a three-digit decimal number represented as a - * string) Type: string (or Expression with resultType string). + * Client ID of the client on the BW system where the open hub destination is located. (Usually a three-digit + * decimal number represented as a string) Type: string (or Expression with resultType string). */ @JsonProperty(value = "clientId") private Object clientId; /* - * Language of the BW system where the open hub destination is located. The - * default value is EN. Type: string (or Expression with resultType - * string). + * Language of the BW system where the open hub destination is located. The default value is EN. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "language") private Object language; /* - * SystemID of the SAP system where the table is located. Type: string (or - * Expression with resultType string). + * SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string). */ @JsonProperty(value = "systemId") private Object systemId; /* - * Username to access the SAP BW server where the open hub destination is - * located. Type: string (or Expression with resultType string). + * Username to access the SAP BW server where the open hub destination is located. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "userName") private Object username; /* - * Password to access the SAP BW server where the open hub destination is - * located. + * Password to access the SAP BW server where the open hub destination is located. */ @JsonProperty(value = "password") private SecretBase password; /* - * The hostname of the SAP Message Server. Type: string (or Expression with - * resultType string). + * The hostname of the SAP Message Server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "messageServer") private Object messageServer; /* - * The service name or port number of the Message Server. Type: string (or - * Expression with resultType string). + * The service name or port number of the Message Server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "messageServerService") private Object messageServerService; /* - * The Logon Group for the SAP System. Type: string (or Expression with - * resultType string). + * The Logon Group for the SAP System. Type: string (or Expression with resultType string). */ @JsonProperty(value = "logonGroup") private Object logonGroup; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubTableDatasetTypeProperties.java index c64e7d77743e1..bd2472f4e4469 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapOpenHubTableDatasetTypeProperties.java @@ -12,24 +12,22 @@ @Fluent public final class SapOpenHubTableDatasetTypeProperties { /* - * The name of the Open Hub Destination with destination type as Database - * Table. Type: string (or Expression with resultType string). + * The name of the Open Hub Destination with destination type as Database Table. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "openHubDestinationName", required = true) private Object openHubDestinationName; /* - * Whether to exclude the records of the last request. The default value is - * true. Type: boolean (or Expression with resultType boolean). + * Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "excludeLastRequest") private Object excludeLastRequest; /* - * The ID of request for delta loading. Once it is set, only data with - * requestId larger than the value of this property will be retrieved. The - * default value is 0. Type: integer (or Expression with resultType integer - * ). + * The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this + * property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ). */ @JsonProperty(value = "baseRequestId") private Object baseRequestId; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java index 0ae08b1749526..97ed92f520b44 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableLinkedServiceTypeProperties.java @@ -12,45 +12,41 @@ @Fluent public final class SapTableLinkedServiceTypeProperties { /* - * Host name of the SAP instance where the table is located. Type: string - * (or Expression with resultType string). + * Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string). */ @JsonProperty(value = "server") private Object server; /* - * System number of the SAP system where the table is located. (Usually a - * two-digit decimal number represented as a string.) Type: string (or - * Expression with resultType string). + * System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a + * string.) Type: string (or Expression with resultType string). */ @JsonProperty(value = "systemNumber") private Object systemNumber; /* - * Client ID of the client on the SAP system where the table is located. - * (Usually a three-digit decimal number represented as a string) Type: - * string (or Expression with resultType string). + * Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number + * represented as a string) Type: string (or Expression with resultType string). */ @JsonProperty(value = "clientId") private Object clientId; /* - * Language of the SAP system where the table is located. The default value - * is EN. Type: string (or Expression with resultType string). + * Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "language") private Object language; /* - * SystemID of the SAP system where the table is located. Type: string (or - * Expression with resultType string). + * SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string). */ @JsonProperty(value = "systemId") private Object systemId; /* - * Username to access the SAP server where the table is located. Type: - * string (or Expression with resultType string). + * Username to access the SAP server where the table is located. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "userName") private Object username; @@ -62,66 +58,61 @@ public final class SapTableLinkedServiceTypeProperties { private SecretBase password; /* - * The hostname of the SAP Message Server. Type: string (or Expression with - * resultType string). + * The hostname of the SAP Message Server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "messageServer") private Object messageServer; /* - * The service name or port number of the Message Server. Type: string (or - * Expression with resultType string). + * The service name or port number of the Message Server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "messageServerService") private Object messageServerService; /* - * SNC activation indicator to access the SAP server where the table is - * located. Must be either 0 (off) or 1 (on). Type: string (or Expression - * with resultType string). + * SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "sncMode") private Object sncMode; /* - * Initiator's SNC name to access the SAP server where the table is - * located. Type: string (or Expression with resultType string). + * Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "sncMyName") private Object sncMyName; /* - * Communication partner's SNC name to access the SAP server where the - * table is located. Type: string (or Expression with resultType string). + * Communication partner's SNC name to access the SAP server where the table is located. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "sncPartnerName") private Object sncPartnerName; /* - * External security product's library to access the SAP server where the - * table is located. Type: string (or Expression with resultType string). + * External security product's library to access the SAP server where the table is located. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "sncLibraryPath") private Object sncLibraryPath; /* - * SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: - * string (or Expression with resultType string). + * SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "sncQop") private Object sncQop; /* - * The Logon Group for the SAP System. Type: string (or Expression with - * resultType string). + * The Logon Group for the SAP System. Type: string (or Expression with resultType string). */ @JsonProperty(value = "logonGroup") private Object logonGroup; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableResourceDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableResourceDatasetTypeProperties.java index a59633ce6a816..c854669aeaf9a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableResourceDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SapTableResourceDatasetTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class SapTableResourceDatasetTypeProperties { /* - * The name of the SAP Table. Type: string (or Expression with resultType - * string). + * The name of the SAP Table. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tableName", required = true) private Object tableName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeNodeInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeNodeInner.java index e31c533bb8ae7..9f901b810e999 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeNodeInner.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeNodeInner.java @@ -63,15 +63,13 @@ public final class SelfHostedIntegrationRuntimeNodeInner { private String version; /* - * The time at which the integration runtime node was registered in ISO8601 - * format. + * The time at which the integration runtime node was registered in ISO8601 format. */ @JsonProperty(value = "registerTime", access = JsonProperty.Access.WRITE_ONLY) private OffsetDateTime registerTime; /* - * The most recent time at which the integration runtime was connected in - * ISO8601 format. + * The most recent time at which the integration runtime was connected in ISO8601 format. */ @JsonProperty(value = "lastConnectTime", access = JsonProperty.Access.WRITE_ONLY) private OffsetDateTime lastConnectTime; @@ -113,8 +111,7 @@ public final class SelfHostedIntegrationRuntimeNodeInner { private OffsetDateTime lastEndUpdateTime; /* - * Indicates whether this node is the active dispatcher for integration - * runtime requests. + * Indicates whether this node is the active dispatcher for integration runtime requests. */ @JsonProperty(value = "isActiveDispatcher", access = JsonProperty.Access.WRITE_ONLY) private Boolean isActiveDispatcher; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeStatusTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeStatusTypeProperties.java index e4c896fe0b0c3..a0a1d90b9a61b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeStatusTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SelfHostedIntegrationRuntimeStatusTypeProperties.java @@ -18,8 +18,7 @@ @Fluent public final class SelfHostedIntegrationRuntimeStatusTypeProperties { /* - * The time at which the integration runtime was created, in ISO8601 - * format. + * The time at which the integration runtime was created, in ISO8601 format. */ @JsonProperty(value = "createTime", access = JsonProperty.Access.WRITE_ONLY) private OffsetDateTime createTime; @@ -31,8 +30,8 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties { private String taskQueueId; /* - * It is used to set the encryption mode for node-node communication - * channel (when more than 2 self-hosted integration runtime nodes exist). + * It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted + * integration runtime nodes exist). */ @JsonProperty(value = "internalChannelEncryption", access = JsonProperty.Access.WRITE_ONLY) private IntegrationRuntimeInternalChannelEncryptionMode internalChannelEncryption; @@ -50,15 +49,13 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties { private List nodes; /* - * The date at which the integration runtime will be scheduled to update, - * in ISO8601 format. + * The date at which the integration runtime will be scheduled to update, in ISO8601 format. */ @JsonProperty(value = "scheduledUpdateDate", access = JsonProperty.Access.WRITE_ONLY) private OffsetDateTime scheduledUpdateDate; /* - * The time in the date scheduled by service to update the integration - * runtime, e.g., PT03H is 3 hours + * The time in the date scheduled by service to update the integration runtime, e.g., PT03H is 3 hours */ @JsonProperty(value = "updateDelayOffset", access = JsonProperty.Access.WRITE_ONLY) private String updateDelayOffset; @@ -70,8 +67,7 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties { private String localTimeZoneOffset; /* - * Object with additional information about integration runtime - * capabilities. + * Object with additional information about integration runtime capabilities. */ @JsonProperty(value = "capabilities", access = JsonProperty.Access.WRITE_ONLY) @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) @@ -96,8 +92,7 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties { private String versionStatus; /* - * The list of linked integration runtimes that are created to share with - * this integration runtime. + * The list of linked integration runtimes that are created to share with this integration runtime. */ @JsonProperty(value = "links") private List links; @@ -115,8 +110,7 @@ public final class SelfHostedIntegrationRuntimeStatusTypeProperties { private String latestVersion; /* - * The estimated time when the self-hosted integration runtime will be - * updated. + * The estimated time when the self-hosted integration runtime will be updated. */ @JsonProperty(value = "autoUpdateETA", access = JsonProperty.Access.WRITE_ONLY) private OffsetDateTime autoUpdateEta; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ServiceNowLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ServiceNowLinkedServiceTypeProperties.java index c403977878232..e21c4bee1f50e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ServiceNowLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ServiceNowLinkedServiceTypeProperties.java @@ -26,15 +26,13 @@ public final class ServiceNowLinkedServiceTypeProperties { private ServiceNowAuthenticationType authenticationType; /* - * The user name used to connect to the ServiceNow server for Basic and - * OAuth2 authentication. + * The user name used to connect to the ServiceNow server for Basic and OAuth2 authentication. */ @JsonProperty(value = "username") private Object username; /* - * The password corresponding to the user name for Basic and OAuth2 - * authentication. + * The password corresponding to the user name for Basic and OAuth2 authentication. */ @JsonProperty(value = "password") private SecretBase password; @@ -52,31 +50,27 @@ public final class ServiceNowLinkedServiceTypeProperties { private SecretBase clientSecret; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SftpServerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SftpServerLinkedServiceTypeProperties.java index 97317ab0dfb3d..9cd337ec44edd 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SftpServerLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SftpServerLinkedServiceTypeProperties.java @@ -14,16 +14,14 @@ @Fluent public final class SftpServerLinkedServiceTypeProperties { /* - * The SFTP server host name. Type: string (or Expression with resultType - * string). + * The SFTP server host name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "host", required = true) private Object host; /* - * The TCP port number that the SFTP server uses to listen for client - * connections. Default value is 22. Type: integer (or Expression with - * resultType integer), minimum: 0. + * The TCP port number that the SFTP server uses to listen for client connections. Default value is 22. Type: + * integer (or Expression with resultType integer), minimum: 0. */ @JsonProperty(value = "port") private Object port; @@ -35,8 +33,7 @@ public final class SftpServerLinkedServiceTypeProperties { private SftpAuthenticationType authenticationType; /* - * The username used to log on to the SFTP server. Type: string (or - * Expression with resultType string). + * The username used to log on to the SFTP server. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -48,50 +45,44 @@ public final class SftpServerLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; /* - * The SSH private key file path for SshPublicKey authentication. Only - * valid for on-premises copy. For on-premises copy with SshPublicKey - * authentication, either PrivateKeyPath or PrivateKeyContent should be - * specified. SSH private key should be OpenSSH format. Type: string (or - * Expression with resultType string). + * The SSH private key file path for SshPublicKey authentication. Only valid for on-premises copy. For on-premises + * copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH + * private key should be OpenSSH format. Type: string (or Expression with resultType string). */ @JsonProperty(value = "privateKeyPath") private Object privateKeyPath; /* - * Base64 encoded SSH private key content for SshPublicKey authentication. - * For on-premises copy with SshPublicKey authentication, either - * PrivateKeyPath or PrivateKeyContent should be specified. SSH private key - * should be OpenSSH format. + * Base64 encoded SSH private key content for SshPublicKey authentication. For on-premises copy with SshPublicKey + * authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be + * OpenSSH format. */ @JsonProperty(value = "privateKeyContent") private SecretBase privateKeyContent; /* - * The password to decrypt the SSH private key if the SSH private key is - * encrypted. + * The password to decrypt the SSH private key if the SSH private key is encrypted. */ @JsonProperty(value = "passPhrase") private SecretBase passPhrase; /* - * If true, skip the SSH host key validation. Default value is false. Type: - * boolean (or Expression with resultType boolean). + * If true, skip the SSH host key validation. Default value is false. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "skipHostKeyValidation") private Object skipHostKeyValidation; /* - * The host key finger-print of the SFTP server. When SkipHostKeyValidation - * is false, HostKeyFingerprint should be specified. Type: string (or - * Expression with resultType string). + * The host key finger-print of the SFTP server. When SkipHostKeyValidation is false, HostKeyFingerprint should be + * specified. Type: string (or Expression with resultType string). */ @JsonProperty(value = "hostKeyFingerprint") private Object hostKeyFingerprint; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListDatasetTypeProperties.java index 9e85df0331fdb..756cbd25358b6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class SharePointOnlineListDatasetTypeProperties { /* - * The name of the SharePoint Online list. Type: string (or Expression with - * resultType string). + * The name of the SharePoint Online list. Type: string (or Expression with resultType string). */ @JsonProperty(value = "listName") private Object listName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListLinkedServiceTypeProperties.java index fb22f9fdfb651..b11176eedc743 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SharePointOnlineListLinkedServiceTypeProperties.java @@ -13,40 +13,36 @@ @Fluent public final class SharePointOnlineListLinkedServiceTypeProperties { /* - * The URL of the SharePoint Online site. For example, - * https://contoso.sharepoint.com/sites/siteName. Type: string (or - * Expression with resultType string). + * The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "siteUrl", required = true) private Object siteUrl; /* - * The tenant ID under which your application resides. You can find it from - * Azure portal Active Directory overview page. Type: string (or Expression - * with resultType string). + * The tenant ID under which your application resides. You can find it from Azure portal Active Directory overview + * page. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tenantId", required = true) private Object tenantId; /* - * The application (client) ID of your application registered in Azure - * Active Directory. Make sure to grant SharePoint site permission to this - * application. Type: string (or Expression with resultType string). + * The application (client) ID of your application registered in Azure Active Directory. Make sure to grant + * SharePoint site permission to this application. Type: string (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalId", required = true) private Object servicePrincipalId; /* - * The client secret of your application registered in Azure Active - * Directory. Type: string (or Expression with resultType string). + * The client secret of your application registered in Azure Active Directory. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "servicePrincipalKey", required = true) private SecretBase servicePrincipalKey; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ShopifyLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ShopifyLinkedServiceTypeProperties.java index ecb19fa683951..cbaa7c7792663 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ShopifyLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ShopifyLinkedServiceTypeProperties.java @@ -19,38 +19,33 @@ public final class ShopifyLinkedServiceTypeProperties { private Object host; /* - * The API access token that can be used to access Shopify’s data. The - * token won't expire if it is offline mode. + * The API access token that can be used to access Shopify’s data. The token won't expire if it is offline mode. */ @JsonProperty(value = "accessToken") private SecretBase accessToken; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SmartsheetLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SmartsheetLinkedServiceTypeProperties.java index 2275324b9a343..66861bbc4e525 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SmartsheetLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SmartsheetLinkedServiceTypeProperties.java @@ -19,9 +19,8 @@ public final class SmartsheetLinkedServiceTypeProperties { private SecretBase apiToken; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeDatasetTypeProperties.java index 18002ccb22eb2..80d2c4d8488a0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeDatasetTypeProperties.java @@ -11,15 +11,13 @@ @Fluent public final class SnowflakeDatasetTypeProperties { /* - * The schema name of the Snowflake database. Type: string (or Expression - * with resultType string). + * The schema name of the Snowflake database. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; /* - * The table name of the Snowflake database. Type: string (or Expression - * with resultType string). + * The table name of the Snowflake database. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeLinkedServiceTypeProperties.java index e77eb5e1fd9dd..c51082431776b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SnowflakeLinkedServiceTypeProperties.java @@ -25,9 +25,8 @@ public final class SnowflakeLinkedServiceTypeProperties { private AzureKeyVaultSecretReference password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkDatasetTypeProperties.java index 3dde624ba5800..e36ff5234f9d2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class SparkDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of the Spark. Type: string (or Expression with resultType - * string). + * The table name of the Spark. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The schema name of the Spark. Type: string (or Expression with - * resultType string). + * The schema name of the Spark. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkLinkedServiceTypeProperties.java index 500451de1eb63..785554f5dba06 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SparkLinkedServiceTypeProperties.java @@ -22,8 +22,7 @@ public final class SparkLinkedServiceTypeProperties { private Object host; /* - * The TCP port that the Spark server uses to listen for client - * connections. + * The TCP port that the Spark server uses to listen for client connections. */ @JsonProperty(value = "port", required = true) private Object port; @@ -53,8 +52,7 @@ public final class SparkLinkedServiceTypeProperties { private Object username; /* - * The password corresponding to the user name that you provided in the - * Username field + * The password corresponding to the user name that you provided in the Username field */ @JsonProperty(value = "password") private SecretBase password; @@ -66,47 +64,42 @@ public final class SparkLinkedServiceTypeProperties { private Object httpPath; /* - * Specifies whether the connections to the server are encrypted using SSL. - * The default value is false. + * Specifies whether the connections to the server are encrypted using SSL. The default value is false. */ @JsonProperty(value = "enableSsl") private Object enableSsl; /* - * The full path of the .pem file containing trusted CA certificates for - * verifying the server when connecting over SSL. This property can only be - * set when using SSL on self-hosted IR. The default value is the - * cacerts.pem file installed with the IR. + * The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over + * SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file + * installed with the IR. */ @JsonProperty(value = "trustedCertPath") private Object trustedCertPath; /* - * Specifies whether to use a CA certificate from the system trust store or - * from a specified PEM file. The default value is false. + * Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default + * value is false. */ @JsonProperty(value = "useSystemTrustStore") private Object useSystemTrustStore; /* - * Specifies whether to require a CA-issued SSL certificate name to match - * the host name of the server when connecting over SSL. The default value - * is false. + * Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when + * connecting over SSL. The default value is false. */ @JsonProperty(value = "allowHostNameCNMismatch") private Object allowHostnameCNMismatch; /* - * Specifies whether to allow self-signed certificates from the server. The - * default value is false. + * Specifies whether to allow self-signed certificates from the server. The default value is false. */ @JsonProperty(value = "allowSelfSignedServerCert") private Object allowSelfSignedServerCert; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerLinkedServiceTypeProperties.java index 9e2687245a1c9..f47d9443426b9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerLinkedServiceTypeProperties.java @@ -14,15 +14,13 @@ @Fluent public final class SqlServerLinkedServiceTypeProperties { /* - * The connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString", required = true) private Object connectionString; /* - * The on-premises Windows authentication user name. Type: string (or - * Expression with resultType string). + * The on-premises Windows authentication user name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -34,9 +32,8 @@ public final class SqlServerLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerStoredProcedureActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerStoredProcedureActivityTypeProperties.java index 6ed00df99fcdf..14e2521e25631 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerStoredProcedureActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerStoredProcedureActivityTypeProperties.java @@ -12,15 +12,13 @@ @Fluent public final class SqlServerStoredProcedureActivityTypeProperties { /* - * Stored procedure name. Type: string (or Expression with resultType - * string). + * Stored procedure name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "storedProcedureName", required = true) private Object storedProcedureName; /* - * Value and type setting for stored procedure parameters. Example: - * "{Parameter1: {value: "1", type: "int"}}". + * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */ @JsonProperty(value = "storedProcedureParameters") private Object storedProcedureParameters; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerTableDatasetTypeProperties.java index 0cb9b0780a55b..16749d58629d7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SqlServerTableDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class SqlServerTableDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The schema name of the SQL Server dataset. Type: string (or Expression - * with resultType string). + * The schema name of the SQL Server dataset. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; /* - * The table name of the SQL Server dataset. Type: string (or Expression - * with resultType string). + * The table name of the SQL Server dataset. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SquareLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SquareLinkedServiceTypeProperties.java index 2ca2f83e46d91..4fd97167d50a6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SquareLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SquareLinkedServiceTypeProperties.java @@ -12,8 +12,8 @@ @Fluent public final class SquareLinkedServiceTypeProperties { /* - * Properties used to connect to Square. It is mutually exclusive with any - * other properties in the linked service. Type: object. + * Properties used to connect to Square. It is mutually exclusive with any other properties in the linked service. + * Type: object. */ @JsonProperty(value = "connectionProperties") private Object connectionProperties; @@ -37,38 +37,33 @@ public final class SquareLinkedServiceTypeProperties { private SecretBase clientSecret; /* - * The redirect URL assigned in the Square application dashboard. (i.e. - * http://localhost:2500) + * The redirect URL assigned in the Square application dashboard. (i.e. http://localhost:2500) */ @JsonProperty(value = "redirectUri") private Object redirectUri; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisLogLocationTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisLogLocationTypeProperties.java index 2aa78a1d51dc9..756cf511c7340 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisLogLocationTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisLogLocationTypeProperties.java @@ -18,9 +18,8 @@ public final class SsisLogLocationTypeProperties { private SsisAccessCredential accessCredential; /* - * Specifies the interval to refresh log. The default interval is 5 - * minutes. Type: string (or Expression with resultType string), pattern: - * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with + * resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "logRefreshInterval") private Object logRefreshInterval; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisPackageLocationTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisPackageLocationTypeProperties.java index 697268e70b3ca..d7aaaf7de5ad3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisPackageLocationTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SsisPackageLocationTypeProperties.java @@ -27,8 +27,7 @@ public final class SsisPackageLocationTypeProperties { private SsisAccessCredential accessCredential; /* - * The configuration file of the package execution. Type: string (or - * Expression with resultType string). + * The configuration file of the package execution. Type: string (or Expression with resultType string). */ @JsonProperty(value = "configurationPath") private Object configurationPath; @@ -46,8 +45,7 @@ public final class SsisPackageLocationTypeProperties { private String packageName; /* - * The embedded package content. Type: string (or Expression with - * resultType string). + * The embedded package content. Type: string (or Expression with resultType string). */ @JsonProperty(value = "packageContent") private Object packageContent; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SwitchActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SwitchActivityTypeProperties.java index b696be338f9b9..07c700e9c8813 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SwitchActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SwitchActivityTypeProperties.java @@ -16,24 +16,22 @@ @Fluent public final class SwitchActivityTypeProperties { /* - * An expression that would evaluate to a string or integer. This is used - * to determine the block of activities in cases that will be executed. + * An expression that would evaluate to a string or integer. This is used to determine the block of activities in + * cases that will be executed. */ @JsonProperty(value = "on", required = true) private Expression on; /* - * List of cases that correspond to expected values of the 'on' property. - * This is an optional property and if not provided, the activity will - * execute activities provided in defaultActivities. + * List of cases that correspond to expected values of the 'on' property. This is an optional property and if not + * provided, the activity will execute activities provided in defaultActivities. */ @JsonProperty(value = "cases") private List cases; /* - * List of activities to execute if no case condition is satisfied. This is - * an optional property and if not provided, the activity will exit without - * any action. + * List of activities to execute if no case condition is satisfied. This is an optional property and if not + * provided, the activity will exit without any action. */ @JsonProperty(value = "defaultActivities") private List defaultActivities; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseLinkedServiceTypeProperties.java index 1c81b6013e5b0..a78c4f9ab7a17 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseLinkedServiceTypeProperties.java @@ -14,22 +14,19 @@ @Fluent public final class SybaseLinkedServiceTypeProperties { /* - * Server name for connection. Type: string (or Expression with resultType - * string). + * Server name for connection. Type: string (or Expression with resultType string). */ @JsonProperty(value = "server", required = true) private Object server; /* - * Database name for connection. Type: string (or Expression with - * resultType string). + * Database name for connection. Type: string (or Expression with resultType string). */ @JsonProperty(value = "database", required = true) private Object database; /* - * Schema name for connection. Type: string (or Expression with resultType - * string). + * Schema name for connection. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; @@ -41,8 +38,7 @@ public final class SybaseLinkedServiceTypeProperties { private SybaseAuthenticationType authenticationType; /* - * Username for authentication. Type: string (or Expression with resultType - * string). + * Username for authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "username") private Object username; @@ -54,9 +50,8 @@ public final class SybaseLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseTableDatasetTypeProperties.java index 669e81a6a8c7b..bfdf0e6486328 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SybaseTableDatasetTypeProperties.java @@ -11,8 +11,7 @@ @Fluent public final class SybaseTableDatasetTypeProperties { /* - * The Sybase table name. Type: string (or Expression with resultType - * string). + * The Sybase table name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "tableName") private Object tableName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseNotebookActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseNotebookActivityTypeProperties.java new file mode 100644 index 0000000000000..ca3081b5367ea --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseNotebookActivityTypeProperties.java @@ -0,0 +1,249 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.fluent.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.datafactory.models.BigDataPoolParametrizationReference; +import com.azure.resourcemanager.datafactory.models.NotebookParameter; +import com.azure.resourcemanager.datafactory.models.SynapseNotebookReference; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import java.util.Map; + +/** Execute Synapse notebook activity properties. */ +@Fluent +public final class SynapseNotebookActivityTypeProperties { + /* + * Synapse notebook reference. + */ + @JsonProperty(value = "notebook", required = true) + private SynapseNotebookReference notebook; + + /* + * The name of the big data pool which will be used to execute the notebook. + */ + @JsonProperty(value = "sparkPool") + private BigDataPoolParametrizationReference sparkPool; + + /* + * Notebook parameters. + */ + @JsonProperty(value = "parameters") + @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) + private Map parameters; + + /* + * Number of core and memory to be used for executors allocated in the specified Spark pool for the session, which + * will be used for overriding 'executorCores' and 'executorMemory' of the notebook you provide. Type: string (or + * Expression with resultType string). + */ + @JsonProperty(value = "executorSize") + private Object executorSize; + + /* + * Spark configuration properties, which will override the 'conf' of the notebook you provide. + */ + @JsonProperty(value = "conf") + private Object conf; + + /* + * Number of core and memory to be used for driver allocated in the specified Spark pool for the session, which + * will be used for overriding 'driverCores' and 'driverMemory' of the notebook you provide. Type: string (or + * Expression with resultType string). + */ + @JsonProperty(value = "driverSize") + private Object driverSize; + + /* + * Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you + * provide. + */ + @JsonProperty(value = "numExecutors") + private Integer numExecutors; + + /** + * Get the notebook property: Synapse notebook reference. + * + * @return the notebook value. + */ + public SynapseNotebookReference notebook() { + return this.notebook; + } + + /** + * Set the notebook property: Synapse notebook reference. + * + * @param notebook the notebook value to set. + * @return the SynapseNotebookActivityTypeProperties object itself. + */ + public SynapseNotebookActivityTypeProperties withNotebook(SynapseNotebookReference notebook) { + this.notebook = notebook; + return this; + } + + /** + * Get the sparkPool property: The name of the big data pool which will be used to execute the notebook. + * + * @return the sparkPool value. + */ + public BigDataPoolParametrizationReference sparkPool() { + return this.sparkPool; + } + + /** + * Set the sparkPool property: The name of the big data pool which will be used to execute the notebook. + * + * @param sparkPool the sparkPool value to set. + * @return the SynapseNotebookActivityTypeProperties object itself. + */ + public SynapseNotebookActivityTypeProperties withSparkPool(BigDataPoolParametrizationReference sparkPool) { + this.sparkPool = sparkPool; + return this; + } + + /** + * Get the parameters property: Notebook parameters. + * + * @return the parameters value. + */ + public Map parameters() { + return this.parameters; + } + + /** + * Set the parameters property: Notebook parameters. + * + * @param parameters the parameters value to set. + * @return the SynapseNotebookActivityTypeProperties object itself. + */ + public SynapseNotebookActivityTypeProperties withParameters(Map parameters) { + this.parameters = parameters; + return this; + } + + /** + * Get the executorSize property: Number of core and memory to be used for executors allocated in the specified + * Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the + * notebook you provide. Type: string (or Expression with resultType string). + * + * @return the executorSize value. + */ + public Object executorSize() { + return this.executorSize; + } + + /** + * Set the executorSize property: Number of core and memory to be used for executors allocated in the specified + * Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the + * notebook you provide. Type: string (or Expression with resultType string). + * + * @param executorSize the executorSize value to set. + * @return the SynapseNotebookActivityTypeProperties object itself. + */ + public SynapseNotebookActivityTypeProperties withExecutorSize(Object executorSize) { + this.executorSize = executorSize; + return this; + } + + /** + * Get the conf property: Spark configuration properties, which will override the 'conf' of the notebook you + * provide. + * + * @return the conf value. + */ + public Object conf() { + return this.conf; + } + + /** + * Set the conf property: Spark configuration properties, which will override the 'conf' of the notebook you + * provide. + * + * @param conf the conf value to set. + * @return the SynapseNotebookActivityTypeProperties object itself. + */ + public SynapseNotebookActivityTypeProperties withConf(Object conf) { + this.conf = conf; + return this; + } + + /** + * Get the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark + * pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you + * provide. Type: string (or Expression with resultType string). + * + * @return the driverSize value. + */ + public Object driverSize() { + return this.driverSize; + } + + /** + * Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark + * pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you + * provide. Type: string (or Expression with resultType string). + * + * @param driverSize the driverSize value to set. + * @return the SynapseNotebookActivityTypeProperties object itself. + */ + public SynapseNotebookActivityTypeProperties withDriverSize(Object driverSize) { + this.driverSize = driverSize; + return this; + } + + /** + * Get the numExecutors property: Number of executors to launch for this session, which will override the + * 'numExecutors' of the notebook you provide. + * + * @return the numExecutors value. + */ + public Integer numExecutors() { + return this.numExecutors; + } + + /** + * Set the numExecutors property: Number of executors to launch for this session, which will override the + * 'numExecutors' of the notebook you provide. + * + * @param numExecutors the numExecutors value to set. + * @return the SynapseNotebookActivityTypeProperties object itself. + */ + public SynapseNotebookActivityTypeProperties withNumExecutors(Integer numExecutors) { + this.numExecutors = numExecutors; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (notebook() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property notebook in model SynapseNotebookActivityTypeProperties")); + } else { + notebook().validate(); + } + if (sparkPool() != null) { + sparkPool().validate(); + } + if (parameters() != null) { + parameters() + .values() + .forEach( + e -> { + if (e != null) { + e.validate(); + } + }); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(SynapseNotebookActivityTypeProperties.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseSparkJobActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseSparkJobActivityTypeProperties.java new file mode 100644 index 0000000000000..c1d21a35b0e1d --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/SynapseSparkJobActivityTypeProperties.java @@ -0,0 +1,329 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.fluent.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.datafactory.models.BigDataPoolParametrizationReference; +import com.azure.resourcemanager.datafactory.models.SynapseSparkJobReference; +import com.fasterxml.jackson.annotation.JsonProperty; +import java.util.List; + +/** Execute spark job activity properties. */ +@Fluent +public final class SynapseSparkJobActivityTypeProperties { + /* + * Synapse spark job reference. + */ + @JsonProperty(value = "sparkJob", required = true) + private SynapseSparkJobReference sparkJob; + + /* + * User specified arguments to SynapseSparkJobDefinitionActivity. + */ + @JsonProperty(value = "args") + private List arguments; + + /* + * The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: + * string (or Expression with resultType string). + */ + @JsonProperty(value = "file") + private Object file; + + /* + * The fully-qualified identifier or the main class that is in the main definition file, which will override the + * 'className' of the spark job definition you provide. Type: string (or Expression with resultType string). + */ + @JsonProperty(value = "className") + private Object className; + + /* + * Additional files used for reference in the main definition file, which will override the 'files' of the spark + * job definition you provide. + */ + @JsonProperty(value = "files") + private List files; + + /* + * The name of the big data pool which will be used to execute the spark batch job, which will override the + * 'targetBigDataPool' of the spark job definition you provide. + */ + @JsonProperty(value = "targetBigDataPool") + private BigDataPoolParametrizationReference targetBigDataPool; + + /* + * Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will + * be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: + * string (or Expression with resultType string). + */ + @JsonProperty(value = "executorSize") + private Object executorSize; + + /* + * Spark configuration properties, which will override the 'conf' of the spark job definition you provide. + */ + @JsonProperty(value = "conf") + private Object conf; + + /* + * Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be + * used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or + * Expression with resultType string). + */ + @JsonProperty(value = "driverSize") + private Object driverSize; + + /* + * Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition + * you provide. + */ + @JsonProperty(value = "numExecutors") + private Integer numExecutors; + + /** + * Get the sparkJob property: Synapse spark job reference. + * + * @return the sparkJob value. + */ + public SynapseSparkJobReference sparkJob() { + return this.sparkJob; + } + + /** + * Set the sparkJob property: Synapse spark job reference. + * + * @param sparkJob the sparkJob value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withSparkJob(SynapseSparkJobReference sparkJob) { + this.sparkJob = sparkJob; + return this; + } + + /** + * Get the arguments property: User specified arguments to SynapseSparkJobDefinitionActivity. + * + * @return the arguments value. + */ + public List arguments() { + return this.arguments; + } + + /** + * Set the arguments property: User specified arguments to SynapseSparkJobDefinitionActivity. + * + * @param arguments the arguments value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withArguments(List arguments) { + this.arguments = arguments; + return this; + } + + /** + * Get the file property: The main file used for the job, which will override the 'file' of the spark job definition + * you provide. Type: string (or Expression with resultType string). + * + * @return the file value. + */ + public Object file() { + return this.file; + } + + /** + * Set the file property: The main file used for the job, which will override the 'file' of the spark job definition + * you provide. Type: string (or Expression with resultType string). + * + * @param file the file value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withFile(Object file) { + this.file = file; + return this; + } + + /** + * Get the className property: The fully-qualified identifier or the main class that is in the main definition file, + * which will override the 'className' of the spark job definition you provide. Type: string (or Expression with + * resultType string). + * + * @return the className value. + */ + public Object className() { + return this.className; + } + + /** + * Set the className property: The fully-qualified identifier or the main class that is in the main definition file, + * which will override the 'className' of the spark job definition you provide. Type: string (or Expression with + * resultType string). + * + * @param className the className value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withClassName(Object className) { + this.className = className; + return this; + } + + /** + * Get the files property: Additional files used for reference in the main definition file, which will override the + * 'files' of the spark job definition you provide. + * + * @return the files value. + */ + public List files() { + return this.files; + } + + /** + * Set the files property: Additional files used for reference in the main definition file, which will override the + * 'files' of the spark job definition you provide. + * + * @param files the files value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withFiles(List files) { + this.files = files; + return this; + } + + /** + * Get the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch + * job, which will override the 'targetBigDataPool' of the spark job definition you provide. + * + * @return the targetBigDataPool value. + */ + public BigDataPoolParametrizationReference targetBigDataPool() { + return this.targetBigDataPool; + } + + /** + * Set the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch + * job, which will override the 'targetBigDataPool' of the spark job definition you provide. + * + * @param targetBigDataPool the targetBigDataPool value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withTargetBigDataPool( + BigDataPoolParametrizationReference targetBigDataPool) { + this.targetBigDataPool = targetBigDataPool; + return this; + } + + /** + * Get the executorSize property: Number of core and memory to be used for executors allocated in the specified + * Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job + * definition you provide. Type: string (or Expression with resultType string). + * + * @return the executorSize value. + */ + public Object executorSize() { + return this.executorSize; + } + + /** + * Set the executorSize property: Number of core and memory to be used for executors allocated in the specified + * Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job + * definition you provide. Type: string (or Expression with resultType string). + * + * @param executorSize the executorSize value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withExecutorSize(Object executorSize) { + this.executorSize = executorSize; + return this; + } + + /** + * Get the conf property: Spark configuration properties, which will override the 'conf' of the spark job definition + * you provide. + * + * @return the conf value. + */ + public Object conf() { + return this.conf; + } + + /** + * Set the conf property: Spark configuration properties, which will override the 'conf' of the spark job definition + * you provide. + * + * @param conf the conf value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withConf(Object conf) { + this.conf = conf; + return this; + } + + /** + * Get the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark + * pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition + * you provide. Type: string (or Expression with resultType string). + * + * @return the driverSize value. + */ + public Object driverSize() { + return this.driverSize; + } + + /** + * Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark + * pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition + * you provide. Type: string (or Expression with resultType string). + * + * @param driverSize the driverSize value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withDriverSize(Object driverSize) { + this.driverSize = driverSize; + return this; + } + + /** + * Get the numExecutors property: Number of executors to launch for this job, which will override the 'numExecutors' + * of the spark job definition you provide. + * + * @return the numExecutors value. + */ + public Integer numExecutors() { + return this.numExecutors; + } + + /** + * Set the numExecutors property: Number of executors to launch for this job, which will override the 'numExecutors' + * of the spark job definition you provide. + * + * @param numExecutors the numExecutors value to set. + * @return the SynapseSparkJobActivityTypeProperties object itself. + */ + public SynapseSparkJobActivityTypeProperties withNumExecutors(Integer numExecutors) { + this.numExecutors = numExecutors; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (sparkJob() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property sparkJob in model SynapseSparkJobActivityTypeProperties")); + } else { + sparkJob().validate(); + } + if (targetBigDataPool() != null) { + targetBigDataPool().validate(); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(SynapseSparkJobActivityTypeProperties.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeamDeskLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeamDeskLinkedServiceTypeProperties.java index f28e0d1832328..fbccadce8e569 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeamDeskLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeamDeskLinkedServiceTypeProperties.java @@ -20,15 +20,13 @@ public final class TeamDeskLinkedServiceTypeProperties { private TeamDeskAuthenticationType authenticationType; /* - * The url to connect TeamDesk source. Type: string (or Expression with - * resultType string). + * The url to connect TeamDesk source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "url", required = true) private Object url; /* - * The username of the TeamDesk source. Type: string (or Expression with - * resultType string). + * The username of the TeamDesk source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -46,9 +44,8 @@ public final class TeamDeskLinkedServiceTypeProperties { private SecretBase apiToken; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java index 90f23d0e83898..060870e8d77ee 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataLinkedServiceTypeProperties.java @@ -13,15 +13,13 @@ @Fluent public final class TeradataLinkedServiceTypeProperties { /* - * Teradata ODBC connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; /* - * Server name for connection. Type: string (or Expression with resultType - * string). + * Server name for connection. Type: string (or Expression with resultType string). */ @JsonProperty(value = "server") private Object server; @@ -33,8 +31,7 @@ public final class TeradataLinkedServiceTypeProperties { private TeradataAuthenticationType authenticationType; /* - * Username for authentication. Type: string (or Expression with resultType - * string). + * Username for authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "username") private Object username; @@ -46,9 +43,8 @@ public final class TeradataLinkedServiceTypeProperties { private SecretBase password; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataTableDatasetTypeProperties.java index e15a0f1869eb5..13d48695c1ba6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TeradataTableDatasetTypeProperties.java @@ -11,15 +11,13 @@ @Fluent public final class TeradataTableDatasetTypeProperties { /* - * The database name of Teradata. Type: string (or Expression with - * resultType string). + * The database name of Teradata. Type: string (or Expression with resultType string). */ @JsonProperty(value = "database") private Object database; /* - * The table name of Teradata. Type: string (or Expression with resultType - * string). + * The table name of Teradata. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerQueryResponseInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerQueryResponseInner.java index 3fdb9be1648e1..c1e2015d2a3d3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerQueryResponseInner.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerQueryResponseInner.java @@ -19,8 +19,7 @@ public final class TriggerQueryResponseInner { private List value; /* - * The continuation token for getting the next page of results, if any - * remaining results exist, null otherwise. + * The continuation token for getting the next page of results, if any remaining results exist, null otherwise. */ @JsonProperty(value = "continuationToken") private String continuationToken; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerRunsQueryResponseInner.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerRunsQueryResponseInner.java index 0ea8535375ee1..848aedb49502f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerRunsQueryResponseInner.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TriggerRunsQueryResponseInner.java @@ -20,8 +20,7 @@ public final class TriggerRunsQueryResponseInner { private List value; /* - * The continuation token for getting the next page of results, if any - * remaining results exist, null otherwise. + * The continuation token for getting the next page of results, if any remaining results exist, null otherwise. */ @JsonProperty(value = "continuationToken") private String continuationToken; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TumblingWindowTriggerTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TumblingWindowTriggerTypeProperties.java index a66392592a8d3..bc4e59d9e208e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TumblingWindowTriggerTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/TumblingWindowTriggerTypeProperties.java @@ -23,39 +23,35 @@ public final class TumblingWindowTriggerTypeProperties { private TumblingWindowFrequency frequency; /* - * The interval of the time windows. The minimum interval allowed is 15 - * Minutes. + * The interval of the time windows. The minimum interval allowed is 15 Minutes. */ @JsonProperty(value = "interval", required = true) private int interval; /* - * The start time for the time period for the trigger during which events - * are fired for windows that are ready. Only UTC time is currently - * supported. + * The start time for the time period for the trigger during which events are fired for windows that are ready. + * Only UTC time is currently supported. */ @JsonProperty(value = "startTime", required = true) private OffsetDateTime startTime; /* - * The end time for the time period for the trigger during which events are - * fired for windows that are ready. Only UTC time is currently supported. + * The end time for the time period for the trigger during which events are fired for windows that are ready. Only + * UTC time is currently supported. */ @JsonProperty(value = "endTime") private OffsetDateTime endTime; /* - * Specifies how long the trigger waits past due time before triggering new - * run. It doesn't alter window start and end time. The default is 0. Type: - * string (or Expression with resultType string), pattern: + * Specifies how long the trigger waits past due time before triggering new run. It doesn't alter window start and + * end time. The default is 0. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "delay") private Object delay; /* - * The max number of parallel time windows (ready for execution) for which - * a new run is triggered. + * The max number of parallel time windows (ready for execution) for which a new run is triggered. */ @JsonProperty(value = "maxConcurrency", required = true) private int maxConcurrency; @@ -67,8 +63,7 @@ public final class TumblingWindowTriggerTypeProperties { private RetryPolicy retryPolicy; /* - * Triggers that this trigger depends on. Only tumbling window triggers are - * supported. + * Triggers that this trigger depends on. Only tumbling window triggers are supported. */ @JsonProperty(value = "dependsOn") private List dependsOn; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/UntilActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/UntilActivityTypeProperties.java index 5a0a6c3c27cf2..a37af1cf1bf7d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/UntilActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/UntilActivityTypeProperties.java @@ -15,19 +15,16 @@ @Fluent public final class UntilActivityTypeProperties { /* - * An expression that would evaluate to Boolean. The loop will continue - * until this expression evaluates to true + * An expression that would evaluate to Boolean. The loop will continue until this expression evaluates to true */ @JsonProperty(value = "expression", required = true) private Expression expression; /* - * Specifies the timeout for the activity to run. If there is no value - * specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as - * default. Type: string (or Expression with resultType string), pattern: - * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). Type: string (or - * Expression with resultType string), pattern: - * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Specifies the timeout for the activity to run. If there is no value specified, it takes the value of + * TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). Type: string (or Expression with resultType string), + * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "timeout") private Object timeout; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ValidationActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ValidationActivityTypeProperties.java index e46f4c0b6b298..35c680bd2dfa6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ValidationActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ValidationActivityTypeProperties.java @@ -13,34 +13,30 @@ @Fluent public final class ValidationActivityTypeProperties { /* - * Specifies the timeout for the activity to run. If there is no value - * specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as - * default. Type: string (or Expression with resultType string), pattern: + * Specifies the timeout for the activity to run. If there is no value specified, it takes the value of + * TimeSpan.FromDays(7) which is 1 week as default. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "timeout") private Object timeout; /* - * A delay in seconds between validation attempts. If no value is - * specified, 10 seconds will be used as the default. Type: integer (or - * Expression with resultType integer). + * A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the + * default. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "sleep") private Object sleep; /* - * Can be used if dataset points to a file. The file must be greater than - * or equal in size to the value specified. Type: integer (or Expression - * with resultType integer). + * Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. + * Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "minimumSize") private Object minimumSize; /* - * Can be used if dataset points to a folder. If set to true, the folder - * must have at least one file. If set to false, the folder must be empty. - * Type: boolean (or Expression with resultType boolean). + * Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to + * false, the folder must be empty. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "childItems") private Object childItems; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaDatasetTypeProperties.java index bd6088c4a9542..f443f54c5997c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaDatasetTypeProperties.java @@ -11,22 +11,19 @@ @Fluent public final class VerticaDatasetTypeProperties { /* - * This property will be retired. Please consider using schema + table - * properties instead. + * This property will be retired. Please consider using schema + table properties instead. */ @JsonProperty(value = "tableName") private Object tableName; /* - * The table name of the Vertica. Type: string (or Expression with - * resultType string). + * The table name of the Vertica. Type: string (or Expression with resultType string). */ @JsonProperty(value = "table") private Object table; /* - * The schema name of the Vertica. Type: string (or Expression with - * resultType string). + * The schema name of the Vertica. Type: string (or Expression with resultType string). */ @JsonProperty(value = "schema") private Object schema; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaLinkedServiceTypeProperties.java index e11afcba64c80..38163b0a66b85 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/VerticaLinkedServiceTypeProperties.java @@ -12,8 +12,7 @@ @Fluent public final class VerticaLinkedServiceTypeProperties { /* - * An ODBC connection string. Type: string, SecureString or - * AzureKeyVaultSecretReference. + * An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */ @JsonProperty(value = "connectionString") private Object connectionString; @@ -25,9 +24,8 @@ public final class VerticaLinkedServiceTypeProperties { private AzureKeyVaultSecretReference pwd; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebActivityTypeProperties.java index 1f8d7d5e71e84..c28f11d22906b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebActivityTypeProperties.java @@ -24,25 +24,22 @@ public final class WebActivityTypeProperties { private WebActivityMethod method; /* - * Web activity target endpoint and path. Type: string (or Expression with - * resultType string). + * Web activity target endpoint and path. Type: string (or Expression with resultType string). */ @JsonProperty(value = "url", required = true) private Object url; /* - * Represents the headers that will be sent to the request. For example, to - * set the language and type on a request: "headers" : { "Accept-Language": - * "en-us", "Content-Type": "application/json" }. Type: string (or - * Expression with resultType string). + * Represents the headers that will be sent to the request. For example, to set the language and type on a request: + * "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "headers") private Object headers; /* - * Represents the payload that will be sent to the endpoint. Required for - * POST/PUT method, not allowed for GET method Type: string (or Expression - * with resultType string). + * Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET + * method Type: string (or Expression with resultType string). */ @JsonProperty(value = "body") private Object body; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebTableDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebTableDatasetTypeProperties.java index 63f230dbf1114..e30603d15069f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebTableDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebTableDatasetTypeProperties.java @@ -12,15 +12,15 @@ @Fluent public final class WebTableDatasetTypeProperties { /* - * The zero-based index of the table in the web page. Type: integer (or - * Expression with resultType integer), minimum: 0. + * The zero-based index of the table in the web page. Type: integer (or Expression with resultType integer), + * minimum: 0. */ @JsonProperty(value = "index", required = true) private Object index; /* - * The relative URL to the web page from the linked service URL. Type: - * string (or Expression with resultType string). + * The relative URL to the web page from the linked service URL. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "path") private Object path; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebhookActivityTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebhookActivityTypeProperties.java index 6606ba032918b..947cf59095f2f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebhookActivityTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/WebhookActivityTypeProperties.java @@ -20,33 +20,29 @@ public final class WebhookActivityTypeProperties { private WebhookActivityMethod method; /* - * WebHook activity target endpoint and path. Type: string (or Expression - * with resultType string). + * WebHook activity target endpoint and path. Type: string (or Expression with resultType string). */ @JsonProperty(value = "url", required = true) private Object url; /* - * The timeout within which the webhook should be called back. If there is - * no value specified, it defaults to 10 minutes. Type: string. Pattern: - * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * The timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 + * minutes. Type: string. Pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "timeout") private String timeout; /* - * Represents the headers that will be sent to the request. For example, to - * set the language and type on a request: "headers" : { "Accept-Language": - * "en-us", "Content-Type": "application/json" }. Type: string (or - * Expression with resultType string). + * Represents the headers that will be sent to the request. For example, to set the language and type on a request: + * "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "headers") private Object headers; /* - * Represents the payload that will be sent to the endpoint. Required for - * POST/PUT method, not allowed for GET method Type: string (or Expression - * with resultType string). + * Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET + * method Type: string (or Expression with resultType string). */ @JsonProperty(value = "body") private Object body; @@ -58,9 +54,8 @@ public final class WebhookActivityTypeProperties { private WebActivityAuthentication authentication; /* - * When set to true, statusCode, output and error in callback request body - * will be consumed by activity. The activity can be marked as failed by - * setting statusCode >= 400 in callback request. Default is false. Type: + * When set to true, statusCode, output and error in callback request body will be consumed by activity. The + * activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: * boolean (or Expression with resultType boolean). */ @JsonProperty(value = "reportStatusOnCallBack") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XeroLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XeroLinkedServiceTypeProperties.java index b4499b3268f78..9b8e1227a0d90 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XeroLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XeroLinkedServiceTypeProperties.java @@ -12,8 +12,8 @@ @Fluent public final class XeroLinkedServiceTypeProperties { /* - * Properties used to connect to Xero. It is mutually exclusive with any - * other properties in the linked service. Type: object. + * Properties used to connect to Xero. It is mutually exclusive with any other properties in the linked service. + * Type: object. */ @JsonProperty(value = "connectionProperties") private Object connectionProperties; @@ -31,40 +31,35 @@ public final class XeroLinkedServiceTypeProperties { private SecretBase consumerKey; /* - * The private key from the .pem file that was generated for your Xero - * private application. You must include all the text from the .pem file, - * including the Unix line endings( + * The private key from the .pem file that was generated for your Xero private application. You must include all + * the text from the .pem file, including the Unix line endings( * ). */ @JsonProperty(value = "privateKey") private SecretBase privateKey; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XmlDatasetTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XmlDatasetTypeProperties.java index 200fee91b11e7..261790c6635bc 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XmlDatasetTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/XmlDatasetTypeProperties.java @@ -20,19 +20,16 @@ public final class XmlDatasetTypeProperties { private DatasetLocation location; /* - * The code page name of the preferred encoding. If not specified, the - * default value is UTF-8, unless BOM denotes another Unicode encoding. - * Refer to the name column of the table in the following link to set - * supported values: - * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: - * string (or Expression with resultType string). + * The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes + * another Unicode encoding. Refer to the name column of the table in the following link to set supported values: + * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "encodingName") private Object encodingName; /* - * The null value string. Type: string (or Expression with resultType - * string). + * The null value string. Type: string (or Expression with resultType string). */ @JsonProperty(value = "nullValue") private Object nullValue; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZendeskLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZendeskLinkedServiceTypeProperties.java index 87f8d01c0fc8b..db0858faacfc4 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZendeskLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZendeskLinkedServiceTypeProperties.java @@ -20,15 +20,13 @@ public final class ZendeskLinkedServiceTypeProperties { private ZendeskAuthenticationType authenticationType; /* - * The url to connect Zendesk source. Type: string (or Expression with - * resultType string). + * The url to connect Zendesk source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "url", required = true) private Object url; /* - * The username of the Zendesk source. Type: string (or Expression with - * resultType string). + * The username of the Zendesk source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "userName") private Object username; @@ -46,9 +44,8 @@ public final class ZendeskLinkedServiceTypeProperties { private SecretBase apiToken; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZohoLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZohoLinkedServiceTypeProperties.java index 527c687236319..0a1e4394b5778 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZohoLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/fluent/models/ZohoLinkedServiceTypeProperties.java @@ -12,8 +12,8 @@ @Fluent public final class ZohoLinkedServiceTypeProperties { /* - * Properties used to connect to Zoho. It is mutually exclusive with any - * other properties in the linked service. Type: object. + * Properties used to connect to Zoho. It is mutually exclusive with any other properties in the linked service. + * Type: object. */ @JsonProperty(value = "connectionProperties") private Object connectionProperties; @@ -31,31 +31,27 @@ public final class ZohoLinkedServiceTypeProperties { private SecretBase accessToken; /* - * Specifies whether the data source endpoints are encrypted using HTTPS. - * The default value is true. + * Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. */ @JsonProperty(value = "useEncryptedEndpoints") private Object useEncryptedEndpoints; /* - * Specifies whether to require the host name in the server's certificate - * to match the host name of the server when connecting over SSL. The - * default value is true. + * Specifies whether to require the host name in the server's certificate to match the host name of the server when + * connecting over SSL. The default value is true. */ @JsonProperty(value = "useHostVerification") private Object useHostVerification; /* - * Specifies whether to verify the identity of the server when connecting - * over SSL. The default value is true. + * Specifies whether to verify the identity of the server when connecting over SSL. The default value is true. */ @JsonProperty(value = "usePeerVerification") private Object usePeerVerification; /* - * The encrypted credential used for authentication. Credentials are - * encrypted using the integration runtime credential manager. Type: string - * (or Expression with resultType string). + * The encrypted credential used for authentication. Credentials are encrypted using the integration runtime + * credential manager. Type: string (or Expression with resultType string). */ @JsonProperty(value = "encryptedCredential") private Object encryptedCredential; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFactoryManagementClientBuilder.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFactoryManagementClientBuilder.java index ac9b8353c23e2..00027b9a085b5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFactoryManagementClientBuilder.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFactoryManagementClientBuilder.java @@ -119,24 +119,26 @@ public DataFactoryManagementClientBuilder serializerAdapter(SerializerAdapter se * @return an instance of DataFactoryManagementClientImpl. */ public DataFactoryManagementClientImpl buildClient() { - if (endpoint == null) { - this.endpoint = "https://management.azure.com"; - } - if (environment == null) { - this.environment = AzureEnvironment.AZURE; - } - if (pipeline == null) { - this.pipeline = new HttpPipelineBuilder().policies(new UserAgentPolicy(), new RetryPolicy()).build(); - } - if (defaultPollInterval == null) { - this.defaultPollInterval = Duration.ofSeconds(30); - } - if (serializerAdapter == null) { - this.serializerAdapter = SerializerFactory.createDefaultManagementSerializerAdapter(); - } + String localEndpoint = (endpoint != null) ? endpoint : "https://management.azure.com"; + AzureEnvironment localEnvironment = (environment != null) ? environment : AzureEnvironment.AZURE; + HttpPipeline localPipeline = + (pipeline != null) + ? pipeline + : new HttpPipelineBuilder().policies(new UserAgentPolicy(), new RetryPolicy()).build(); + Duration localDefaultPollInterval = + (defaultPollInterval != null) ? defaultPollInterval : Duration.ofSeconds(30); + SerializerAdapter localSerializerAdapter = + (serializerAdapter != null) + ? serializerAdapter + : SerializerFactory.createDefaultManagementSerializerAdapter(); DataFactoryManagementClientImpl client = new DataFactoryManagementClientImpl( - pipeline, serializerAdapter, defaultPollInterval, environment, subscriptionId, endpoint); + localPipeline, + localSerializerAdapter, + localDefaultPollInterval, + localEnvironment, + subscriptionId, + localEndpoint); return client; } } diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFlowDebugSessionsClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFlowDebugSessionsClientImpl.java index c216a98b940ad..c23cb8e9639bf 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFlowDebugSessionsClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFlowDebugSessionsClientImpl.java @@ -1222,7 +1222,8 @@ public DataFlowDebugCommandResponseInner executeCommand( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1258,7 +1259,8 @@ private Mono> queryByFactoryNextSin /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFlowsClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFlowsClientImpl.java index 05c119285b166..679b3999d912a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFlowsClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DataFlowsClientImpl.java @@ -881,7 +881,8 @@ public PagedIterable listByFactory( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -916,7 +917,8 @@ private Mono> listByFactoryNextSinglePageAs /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DatasetsClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DatasetsClientImpl.java index 9bf39a7388c4b..2175bebfc9abb 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DatasetsClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/DatasetsClientImpl.java @@ -880,7 +880,8 @@ public Response deleteWithResponse( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -915,7 +916,8 @@ private Mono> listByFactoryNextSinglePageAsy /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesClientImpl.java index 9b2a5ae47a202..0dfe610d81a56 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/FactoriesClientImpl.java @@ -1678,7 +1678,8 @@ public Response getDataPlaneAccessWithResponse( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1713,7 +1714,8 @@ private Mono> listNextSinglePageAsync(String nextLin /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. @@ -1749,7 +1751,8 @@ private Mono> listNextSinglePageAsync(String nextLin /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1785,7 +1788,8 @@ private Mono> listByResourceGroupNextSinglePageAsync /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/GlobalParametersClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/GlobalParametersClientImpl.java index 30214249b4def..a16dc4b69ee8f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/GlobalParametersClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/GlobalParametersClientImpl.java @@ -828,7 +828,8 @@ public Response deleteWithResponse( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -863,7 +864,8 @@ private Mono> listByFactoryNextSingl /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/IntegrationRuntimesClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/IntegrationRuntimesClientImpl.java index b34c91d97467a..e88488c0798f9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/IntegrationRuntimesClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/IntegrationRuntimesClientImpl.java @@ -3674,7 +3674,8 @@ public Response createLinkedIntegrationRu /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -3710,7 +3711,8 @@ private Mono> listByFactoryNextSi /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/LinkedServicesClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/LinkedServicesClientImpl.java index faa6191bcc940..1eff1787ceeec 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/LinkedServicesClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/LinkedServicesClientImpl.java @@ -900,7 +900,8 @@ public Response deleteWithResponse( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -936,7 +937,8 @@ private Mono> listByFactoryNextSingleP /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/ManagedPrivateEndpointsClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/ManagedPrivateEndpointsClientImpl.java index 9777fde10b4de..de7dfc750a833 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/ManagedPrivateEndpointsClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/ManagedPrivateEndpointsClientImpl.java @@ -1095,7 +1095,8 @@ public Response deleteWithResponse( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1131,7 +1132,8 @@ private Mono> listByFactoryNe /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/ManagedVirtualNetworksClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/ManagedVirtualNetworksClientImpl.java index 0105829462174..81dcb71c8c677 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/ManagedVirtualNetworksClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/ManagedVirtualNetworksClientImpl.java @@ -754,7 +754,8 @@ public Response getWithResponse( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -790,7 +791,8 @@ private Mono> listByFactoryNex /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/OperationsClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/OperationsClientImpl.java index 96070e3bee870..57c2448897ea3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/OperationsClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/OperationsClientImpl.java @@ -202,7 +202,8 @@ public PagedIterable list(Context context) { /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -238,7 +239,8 @@ private Mono> listNextSinglePageAsync(String nextL /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/PipelinesClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/PipelinesClientImpl.java index 67bdbc1584c15..072d4556e8f05 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/PipelinesClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/PipelinesClientImpl.java @@ -1204,7 +1204,8 @@ public Response createRunWithResponse( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1239,7 +1240,8 @@ private Mono> listByFactoryNextSinglePageAs /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/PrivateEndPointConnectionsClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/PrivateEndPointConnectionsClientImpl.java index 4f1dc6a78c9d2..069cfc24f6567 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/PrivateEndPointConnectionsClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/PrivateEndPointConnectionsClientImpl.java @@ -271,7 +271,8 @@ public PagedIterable listByFactory( /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -308,7 +309,8 @@ private Mono> listByFactor /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/TriggersClientImpl.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/TriggersClientImpl.java index d227aae665641..a5b7fd9c65722 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/TriggersClientImpl.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/implementation/TriggersClientImpl.java @@ -2349,7 +2349,8 @@ public void stop(String resourceGroupName, String factoryName, String triggerNam /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -2384,7 +2385,8 @@ private Mono> listByFactoryNextSinglePageAsy /** * Get the next page of items. * - * @param nextLink The nextLink parameter. + * @param nextLink The URL to get the next list of items + *

The nextLink parameter. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ManagementException thrown if the request is rejected by server. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ActivityPolicy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ActivityPolicy.java index 18203bbca4eaf..7233f66a5c0f9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ActivityPolicy.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ActivityPolicy.java @@ -16,16 +16,15 @@ @Fluent public final class ActivityPolicy { /* - * Specifies the timeout for the activity to run. The default timeout is 7 - * days. Type: string (or Expression with resultType string), pattern: - * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Specifies the timeout for the activity to run. The default timeout is 7 days. Type: string (or Expression with + * resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "timeout") private Object timeout; /* - * Maximum ordinary retry attempts. Default is 0. Type: integer (or - * Expression with resultType integer), minimum: 0. + * Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: + * 0. */ @JsonProperty(value = "retry") private Object retry; @@ -37,15 +36,13 @@ public final class ActivityPolicy { private Integer retryIntervalInSeconds; /* - * When set to true, Input from activity is considered as secure and will - * not be logged to monitoring. + * When set to true, Input from activity is considered as secure and will not be logged to monitoring. */ @JsonProperty(value = "secureInput") private Boolean secureInput; /* - * When set to true, Output from activity is considered as secure and will - * not be logged to monitoring. + * When set to true, Output from activity is considered as secure and will not be logged to monitoring. */ @JsonProperty(value = "secureOutput") private Boolean secureOutput; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsSource.java index 9e8537d2fda50..fec9ae68fd2eb 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonMwsSource.java @@ -15,8 +15,7 @@ @Fluent public final class AmazonMwsSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOraclePartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOraclePartitionSettings.java index bf14f50d78b20..4abd6969ff9f2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOraclePartitionSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOraclePartitionSettings.java @@ -17,24 +17,22 @@ public final class AmazonRdsForOraclePartitionSettings { private Object partitionNames; /* - * The name of the column in integer type that will be used for proceeding - * range partitioning. Type: string (or Expression with resultType string). + * The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "partitionColumnName") private Object partitionColumnName; /* - * The maximum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The maximum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionUpperBound") private Object partitionUpperBound; /* - * The minimum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The minimum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionLowerBound") private Object partitionLowerBound; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleSource.java index 9d70f64a5639c..7b2c29de0a22a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForOracleSource.java @@ -15,37 +15,34 @@ @Fluent public final class AmazonRdsForOracleSource extends CopySource { /* - * AmazonRdsForOracle reader query. Type: string (or Expression with - * resultType string). + * AmazonRdsForOracle reader query. Type: string (or Expression with resultType string). */ @JsonProperty(value = "oracleReaderQuery") private Object oracleReaderQuery; /* - * Query timeout. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Query timeout. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "queryTimeout") private Object queryTimeout; /* - * The partition mechanism that will be used for AmazonRdsForOracle read in - * parallel. Type: string (or Expression with resultType string). + * The partition mechanism that will be used for AmazonRdsForOracle read in parallel. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "partitionOption") private Object partitionOption; /* - * The settings that will be leveraged for AmazonRdsForOracle source - * partitioning. + * The settings that will be leveraged for AmazonRdsForOracle source partitioning. */ @JsonProperty(value = "partitionSettings") private AmazonRdsForOraclePartitionSettings partitionSettings; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerSource.java index 54713e9495e7c..b0871522900ad 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRdsForSqlServerSource.java @@ -23,16 +23,14 @@ public final class AmazonRdsForSqlServerSource extends TabularSource { private Object sqlReaderQuery; /* - * Name of the stored procedure for a SQL Database source. This cannot be - * used at the same time as SqlReaderQuery. Type: string (or Expression - * with resultType string). + * Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlReaderStoredProcedureName") private Object sqlReaderStoredProcedureName; /* - * Value and type setting for stored procedure parameters. Example: - * "{Parameter1: {value: "1", type: "int"}}". + * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */ @JsonProperty(value = "storedProcedureParameters") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) @@ -45,9 +43,8 @@ public final class AmazonRdsForSqlServerSource extends TabularSource { private Object produceAdditionalTypes; /* - * The partition mechanism that will be used for Sql read in parallel. - * Possible values include: "None", "PhysicalPartitionsOfTable", - * "DynamicRange". + * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", + * "PhysicalPartitionsOfTable", "DynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftSource.java index ce9c2eb3cbae5..9a3ef7c1026ce 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonRedshiftSource.java @@ -21,10 +21,9 @@ public final class AmazonRedshiftSource extends TabularSource { private Object query; /* - * The Amazon S3 settings needed for the interim Amazon S3 when copying - * from Amazon Redshift with unload. With this, data from Amazon Redshift - * source will be unloaded into S3 first and then copied into the targeted - * sink from the interim S3. + * The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With + * this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink + * from the interim S3. */ @JsonProperty(value = "redshiftUnloadSettings") private RedshiftUnloadSettings redshiftUnloadSettings; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLocation.java index 7dffc4206e0fd..fc43549d041a0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLocation.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleLocation.java @@ -15,15 +15,13 @@ @Fluent public final class AmazonS3CompatibleLocation extends DatasetLocation { /* - * Specify the bucketName of Amazon S3 Compatible. Type: string (or - * Expression with resultType string) + * Specify the bucketName of Amazon S3 Compatible. Type: string (or Expression with resultType string) */ @JsonProperty(value = "bucketName") private Object bucketName; /* - * Specify the version of Amazon S3 Compatible. Type: string (or Expression - * with resultType string). + * Specify the version of Amazon S3 Compatible. Type: string (or Expression with resultType string). */ @JsonProperty(value = "version") private Object version; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleReadSettings.java index 0a2ab64b32650..1a2fe346ffa3e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3CompatibleReadSettings.java @@ -15,37 +15,33 @@ @Fluent public final class AmazonS3CompatibleReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression - * with resultType string). + * Amazon S3 Compatible wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * Amazon S3 Compatible wildcardFileName. Type: string (or Expression with - * resultType string). + * Amazon S3 Compatible wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * The prefix filter for the S3 Compatible object name. Type: string (or - * Expression with resultType string). + * The prefix filter for the S3 Compatible object name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "prefix") private Object prefix; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -57,30 +53,27 @@ public final class AmazonS3CompatibleReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Location.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Location.java index e0e6a409a7682..1d611567e3468 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Location.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3Location.java @@ -15,15 +15,13 @@ @Fluent public final class AmazonS3Location extends DatasetLocation { /* - * Specify the bucketName of amazon S3. Type: string (or Expression with - * resultType string) + * Specify the bucketName of amazon S3. Type: string (or Expression with resultType string) */ @JsonProperty(value = "bucketName") private Object bucketName; /* - * Specify the version of amazon S3. Type: string (or Expression with - * resultType string). + * Specify the version of amazon S3. Type: string (or Expression with resultType string). */ @JsonProperty(value = "version") private Object version; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3ReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3ReadSettings.java index 5c140c9188795..3bf28c24b50c2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3ReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AmazonS3ReadSettings.java @@ -15,37 +15,33 @@ @Fluent public final class AmazonS3ReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType - * string). + * AmazonS3 wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * AmazonS3 wildcardFileName. Type: string (or Expression with resultType - * string). + * AmazonS3 wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * The prefix filter for the S3 object name. Type: string (or Expression - * with resultType string). + * The prefix filter for the S3 object name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "prefix") private Object prefix; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -57,30 +53,27 @@ public final class AmazonS3ReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroSource.java index c7429ad545660..277c3b81dc062 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroSource.java @@ -21,9 +21,8 @@ public final class AvroSource extends CopySource { private StoreReadSettings storeSettings; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroWriteSettings.java index 202be46262d34..beb90f02b9f31 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AvroWriteSettings.java @@ -27,17 +27,15 @@ public final class AvroWriteSettings extends FormatWriteSettings { private String recordNamespace; /* - * Limit the written file's row count to be smaller than or equal to the - * specified count. Type: integer (or Expression with resultType integer). + * Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or + * Expression with resultType integer). */ @JsonProperty(value = "maxRowsPerFile") private Object maxRowsPerFile; /* - * Specifies the file name pattern - * _. when copy from non-file - * based store without partitionOptions. Type: string (or Expression with - * resultType string). + * Specifies the file name pattern _. when copy from non-file based store + * without partitionOptions. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileNamePrefix") private Object fileNamePrefix; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLocation.java index 7c048ee515868..12e3b703b29fd 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLocation.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSLocation.java @@ -15,8 +15,7 @@ @Fluent public final class AzureBlobFSLocation extends DatasetLocation { /* - * Specify the fileSystem of azure blobFS. Type: string (or Expression with - * resultType string). + * Specify the fileSystem of azure blobFS. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileSystem") private Object fileSystem; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSReadSettings.java index 336e8b3f6afbe..fd2dc62feb4ea 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSReadSettings.java @@ -15,30 +15,27 @@ @Fluent public final class AzureBlobFSReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * Azure blobFS wildcardFolderPath. Type: string (or Expression with - * resultType string). + * Azure blobFS wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * Azure blobFS wildcardFileName. Type: string (or Expression with - * resultType string). + * Azure blobFS wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -50,30 +47,27 @@ public final class AzureBlobFSReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSink.java index 563a9332ec07e..c998e09432067 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSink.java @@ -22,8 +22,8 @@ public final class AzureBlobFSSink extends CopySink { private Object copyBehavior; /* - * Specify the custom metadata to be added to sink data. Type: array of - * objects (or Expression with resultType array of objects). + * Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType + * array of objects). */ @JsonProperty(value = "metadata") private List metadata; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSource.java index 1b1b10aa357a0..7c37fc4281e2c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSSource.java @@ -15,22 +15,20 @@ @Fluent public final class AzureBlobFSSource extends CopySource { /* - * Treat empty as null. Type: boolean (or Expression with resultType - * boolean). + * Treat empty as null. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "treatEmptyAsNull") private Object treatEmptyAsNull; /* - * Number of header lines to skip from each blob. Type: integer (or - * Expression with resultType integer). + * Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "skipHeaderLineCount") private Object skipHeaderLineCount; /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSWriteSettings.java index 8ffa4a6a142ef..9ce5d81532374 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobFSWriteSettings.java @@ -15,8 +15,7 @@ @Fluent public final class AzureBlobFSWriteSettings extends StoreWriteSettings { /* - * Indicates the block size(MB) when writing data to blob. Type: integer - * (or Expression with resultType integer). + * Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "blockSizeInMB") private Object blockSizeInMB; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLocation.java index ffaeed3660835..efb6707c6f06c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLocation.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageLocation.java @@ -15,8 +15,7 @@ @Fluent public final class AzureBlobStorageLocation extends DatasetLocation { /* - * Specify the container of azure blob. Type: string (or Expression with - * resultType string). + * Specify the container of azure blob. Type: string (or Expression with resultType string). */ @JsonProperty(value = "container") private Object container; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageReadSettings.java index ff2e36e18d355..1cf8b5ad1cb24 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageReadSettings.java @@ -15,37 +15,33 @@ @Fluent public final class AzureBlobStorageReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * Azure blob wildcardFolderPath. Type: string (or Expression with - * resultType string). + * Azure blob wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * Azure blob wildcardFileName. Type: string (or Expression with resultType - * string). + * Azure blob wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * The prefix filter for the Azure Blob name. Type: string (or Expression - * with resultType string). + * The prefix filter for the Azure Blob name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "prefix") private Object prefix; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -57,30 +53,27 @@ public final class AzureBlobStorageReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageWriteSettings.java index e6ab4b00f5bf8..c8badf87da62b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureBlobStorageWriteSettings.java @@ -15,8 +15,7 @@ @Fluent public final class AzureBlobStorageWriteSettings extends StoreWriteSettings { /* - * Indicates the block size(MB) when writing data to blob. Type: integer - * (or Expression with resultType integer). + * Indicates the block size(MB) when writing data to blob. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "blockSizeInMB") private Object blockSizeInMB; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSink.java index 54e92cffb90eb..6df30f13d3570 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSink.java @@ -15,22 +15,19 @@ @Fluent public final class AzureDataExplorerSink extends CopySink { /* - * A name of a pre-created csv mapping that was defined on the target Kusto - * table. Type: string. + * A name of a pre-created csv mapping that was defined on the target Kusto table. Type: string. */ @JsonProperty(value = "ingestionMappingName") private Object ingestionMappingName; /* - * An explicit column mapping description provided in a json format. Type: - * string. + * An explicit column mapping description provided in a json format. Type: string. */ @JsonProperty(value = "ingestionMappingAsJson") private Object ingestionMappingAsJson; /* - * If set to true, any aggregation will be skipped. Default is false. Type: - * boolean. + * If set to true, any aggregation will be skipped. Default is false. Type: boolean. */ @JsonProperty(value = "flushImmediately") private Object flushImmediately; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSource.java index 1dfaaab791ee0..c3c1ca1a1d23b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataExplorerSource.java @@ -16,30 +16,29 @@ @Fluent public final class AzureDataExplorerSource extends CopySource { /* - * Database query. Should be a Kusto Query Language (KQL) query. Type: - * string (or Expression with resultType string). + * Database query. Should be a Kusto Query Language (KQL) query. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "query", required = true) private Object query; /* - * The name of the Boolean option that controls whether truncation is - * applied to result-sets that go beyond a certain row-count limit. + * The name of the Boolean option that controls whether truncation is applied to result-sets that go beyond a + * certain row-count limit. */ @JsonProperty(value = "noTruncation") private Object noTruncation; /* - * Query timeout. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).. + * Query timeout. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).. */ @JsonProperty(value = "queryTimeout") private Object queryTimeout; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreReadSettings.java index 72c3269a3fe5d..4f40b5211394c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreReadSettings.java @@ -15,48 +15,43 @@ @Fluent public final class AzureDataLakeStoreReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * ADLS wildcardFolderPath. Type: string (or Expression with resultType - * string). + * ADLS wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * ADLS wildcardFileName. Type: string (or Expression with resultType - * string). + * ADLS wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; /* - * Lists files after the value (exclusive) based on file/folder names’ - * lexicographical order. Applies under the folderPath in data set, and - * filter files/sub-folders under the folderPath. Type: string (or - * Expression with resultType string). + * Lists files after the value (exclusive) based on file/folder names’ lexicographical order. Applies under the + * folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "listAfter") private Object listAfter; /* - * Lists files before the value (inclusive) based on file/folder names’ - * lexicographical order. Applies under the folderPath in data set, and - * filter files/sub-folders under the folderPath. Type: string (or - * Expression with resultType string). + * Lists files before the value (inclusive) based on file/folder names’ lexicographical order. Applies under the + * folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "listBefore") private Object listBefore; @@ -68,30 +63,27 @@ public final class AzureDataLakeStoreReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreSource.java index dfbe99e330594..eaa6e200e0fd9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreSource.java @@ -15,8 +15,8 @@ @Fluent public final class AzureDataLakeStoreSource extends CopySource { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreWriteSettings.java index d7352b1b16cd4..1563fbfca1184 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDataLakeStoreWriteSettings.java @@ -15,9 +15,8 @@ @Fluent public final class AzureDataLakeStoreWriteSettings extends StoreWriteSettings { /* - * Specifies the expiry time of the written files. The time is applied to - * the UTC time zone in the format of "2018-12-01T05:00:00Z". Default value - * is NULL. Type: integer (or Expression with resultType integer). + * Specifies the expiry time of the written files. The time is applied to the UTC time zone in the format of + * "2018-12-01T05:00:00Z". Default value is NULL. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "expiryDateTime") private Object expiryDateTime; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeExportCommand.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeExportCommand.java index 1282bf4acd1ae..8d039a6d6e557 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeExportCommand.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeExportCommand.java @@ -15,15 +15,15 @@ @Fluent public final class AzureDatabricksDeltaLakeExportCommand extends ExportSettings { /* - * Specify the date format for the csv in Azure Databricks Delta Lake Copy. - * Type: string (or Expression with resultType string). + * Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "dateFormat") private Object dateFormat; /* - * Specify the timestamp format for the csv in Azure Databricks Delta Lake - * Copy. Type: string (or Expression with resultType string). + * Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "timestampFormat") private Object timestampFormat; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeImportCommand.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeImportCommand.java index 3b19bbf09e985..41cfb46b43dac 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeImportCommand.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeImportCommand.java @@ -15,15 +15,15 @@ @Fluent public final class AzureDatabricksDeltaLakeImportCommand extends ImportSettings { /* - * Specify the date format for csv in Azure Databricks Delta Lake Copy. - * Type: string (or Expression with resultType string). + * Specify the date format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "dateFormat") private Object dateFormat; /* - * Specify the timestamp format for csv in Azure Databricks Delta Lake - * Copy. Type: string (or Expression with resultType string). + * Specify the timestamp format for csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "timestampFormat") private Object timestampFormat; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSink.java index 20a8787d7ae0e..db4fe52821027 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSink.java @@ -15,8 +15,7 @@ @Fluent public final class AzureDatabricksDeltaLakeSink extends CopySink { /* - * SQL pre-copy script. Type: string (or Expression with resultType - * string). + * SQL pre-copy script. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSource.java index df2ab8eda1cac..31ccfa995ae42 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureDatabricksDeltaLakeSource.java @@ -15,8 +15,7 @@ @Fluent public final class AzureDatabricksDeltaLakeSource extends CopySource { /* - * Azure Databricks Delta Lake Sql query. Type: string (or Expression with - * resultType string). + * Azure Databricks Delta Lake Sql query. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageReadSettings.java index 1c0e4ee08ffde..6ffbfe5735a46 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFileStorageReadSettings.java @@ -15,37 +15,34 @@ @Fluent public final class AzureFileStorageReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * Azure File Storage wildcardFolderPath. Type: string (or Expression with - * resultType string). + * Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * Azure File Storage wildcardFileName. Type: string (or Expression with - * resultType string). + * Azure File Storage wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * The prefix filter for the Azure File name starting from root path. Type: - * string (or Expression with resultType string). + * The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "prefix") private Object prefix; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -57,30 +54,27 @@ public final class AzureFileStorageReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionActivityMethod.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionActivityMethod.java index 5ac82c7bb1db4..32e85f9767eff 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionActivityMethod.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureFunctionActivityMethod.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for AzureFunctionActivityMethod. */ +/** The list of HTTP methods supported by a AzureFunctionActivity. */ public final class AzureFunctionActivityMethod extends ExpandableStringEnum { /** Static value GET for AzureFunctionActivityMethod. */ public static final AzureFunctionActivityMethod GET = fromString("GET"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultSecretReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultSecretReference.java index 748f7d94754b5..6098c0cbbb374 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultSecretReference.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureKeyVaultSecretReference.java @@ -22,16 +22,14 @@ public final class AzureKeyVaultSecretReference extends SecretBase { private LinkedServiceReference store; /* - * The name of the secret in Azure Key Vault. Type: string (or Expression - * with resultType string). + * The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string). */ @JsonProperty(value = "secretName", required = true) private Object secretName; /* - * The version of the secret in Azure Key Vault. The default value is the - * latest version of the secret. Type: string (or Expression with - * resultType string). + * The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "secretVersion") private Object secretVersion; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLWebServiceFile.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLWebServiceFile.java index 52b48b016478d..933b6b26e9f39 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLWebServiceFile.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMLWebServiceFile.java @@ -12,16 +12,14 @@ @Fluent public final class AzureMLWebServiceFile { /* - * The relative file path, including container name, in the Azure Blob - * Storage specified by the LinkedService. Type: string (or Expression with - * resultType string). + * The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "filePath", required = true) private Object filePath; /* - * Reference to an Azure Storage LinkedService, where Azure ML WebService - * Input/Output file located. + * Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located. */ @JsonProperty(value = "linkedServiceName", required = true) private LinkedServiceReference linkedServiceName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBSource.java index 1f3f15e761e8a..14540d427ae49 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMariaDBSource.java @@ -15,8 +15,7 @@ @Fluent public final class AzureMariaDBSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlSink.java index 27eddb7b299ee..8679485acfe10 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureMySqlSink.java @@ -15,8 +15,7 @@ @Fluent public final class AzureMySqlSink extends CopySink { /* - * A query to execute before starting the copy. Type: string (or Expression - * with resultType string). + * A query to execute before starting the copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSink.java index 28440d838cdab..f7b84d9b0e23f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSink.java @@ -15,8 +15,7 @@ @Fluent public final class AzurePostgreSqlSink extends CopySink { /* - * A query to execute before starting the copy. Type: string (or Expression - * with resultType string). + * A query to execute before starting the copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSource.java index 0eaf1de495276..04d7d3dd4f208 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzurePostgreSqlSource.java @@ -15,8 +15,7 @@ @Fluent public final class AzurePostgreSqlSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexSink.java index d89aa52ec62f4..71e5a87ab40e3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexSink.java @@ -15,8 +15,7 @@ @Fluent public final class AzureSearchIndexSink extends CopySink { /* - * Specify the write behavior when upserting documents into Azure Search - * Index. + * Specify the write behavior when upserting documents into Azure Search Index. */ @JsonProperty(value = "writeBehavior") private AzureSearchIndexWriteBehaviorType writeBehavior; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexWriteBehaviorType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexWriteBehaviorType.java index 480ffa91dd0a8..bb6c3e8d66614 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexWriteBehaviorType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSearchIndexWriteBehaviorType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for AzureSearchIndexWriteBehaviorType. */ +/** Specify the write behavior when upserting documents into Azure Search Index. */ public final class AzureSearchIndexWriteBehaviorType extends ExpandableStringEnum { /** Static value Merge for AzureSearchIndexWriteBehaviorType. */ public static final AzureSearchIndexWriteBehaviorType MERGE = fromString("Merge"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSink.java index 0febab8d81b85..c14d7350c19b2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSink.java @@ -17,22 +17,19 @@ @Fluent public final class AzureSqlSink extends CopySink { /* - * SQL writer stored procedure name. Type: string (or Expression with - * resultType string). + * SQL writer stored procedure name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlWriterStoredProcedureName") private Object sqlWriterStoredProcedureName; /* - * SQL writer table type. Type: string (or Expression with resultType - * string). + * SQL writer table type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlWriterTableType") private Object sqlWriterTableType; /* - * SQL pre-copy script. Type: string (or Expression with resultType - * string). + * SQL pre-copy script. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; @@ -45,30 +42,26 @@ public final class AzureSqlSink extends CopySink { private Map storedProcedureParameters; /* - * The stored procedure parameter name of the table type. Type: string (or - * Expression with resultType string). + * The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "storedProcedureTableTypeParameterName") private Object storedProcedureTableTypeParameterName; /* - * The option to handle sink table, such as autoCreate. For now only - * 'autoCreate' value is supported. Type: string (or Expression with - * resultType string). + * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "tableOption") private Object tableOption; /* - * Whether to use table lock during bulk copy. Type: boolean (or Expression - * with resultType boolean). + * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "sqlWriterUseTableLock") private Object sqlWriterUseTableLock; /* - * Write behavior when copying data into Azure SQL. Type: - * SqlWriteBehaviorEnum (or Expression with resultType + * Write behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType * SqlWriteBehaviorEnum) */ @JsonProperty(value = "writeBehavior") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSource.java index eeb523e85e40e..d1d381c135980 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSqlSource.java @@ -23,16 +23,14 @@ public final class AzureSqlSource extends TabularSource { private Object sqlReaderQuery; /* - * Name of the stored procedure for a SQL Database source. This cannot be - * used at the same time as SqlReaderQuery. Type: string (or Expression - * with resultType string). + * Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlReaderStoredProcedureName") private Object sqlReaderStoredProcedureName; /* - * Value and type setting for stored procedure parameters. Example: - * "{Parameter1: {value: "1", type: "int"}}". + * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */ @JsonProperty(value = "storedProcedureParameters") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) @@ -45,9 +43,8 @@ public final class AzureSqlSource extends TabularSource { private Object produceAdditionalTypes; /* - * The partition mechanism that will be used for Sql read in parallel. - * Possible values include: "None", "PhysicalPartitionsOfTable", - * "DynamicRange". + * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", + * "PhysicalPartitionsOfTable", "DynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java new file mode 100644 index 0000000000000..4c7794c055026 --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureSynapseArtifactsLinkedService.java @@ -0,0 +1,134 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.datafactory.fluent.models.AzureSynapseArtifactsLinkedServiceTypeProperties; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonTypeInfo; +import com.fasterxml.jackson.annotation.JsonTypeName; +import java.util.List; +import java.util.Map; + +/** Azure Synapse Analytics (Artifacts) linked service. */ +@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type") +@JsonTypeName("AzureSynapseArtifacts") +@Fluent +public final class AzureSynapseArtifactsLinkedService extends LinkedService { + /* + * Azure Synapse Analytics (Artifacts) linked service properties. + */ + @JsonProperty(value = "typeProperties", required = true) + private AzureSynapseArtifactsLinkedServiceTypeProperties innerTypeProperties = + new AzureSynapseArtifactsLinkedServiceTypeProperties(); + + /** + * Get the innerTypeProperties property: Azure Synapse Analytics (Artifacts) linked service properties. + * + * @return the innerTypeProperties value. + */ + private AzureSynapseArtifactsLinkedServiceTypeProperties innerTypeProperties() { + return this.innerTypeProperties; + } + + /** {@inheritDoc} */ + @Override + public AzureSynapseArtifactsLinkedService withConnectVia(IntegrationRuntimeReference connectVia) { + super.withConnectVia(connectVia); + return this; + } + + /** {@inheritDoc} */ + @Override + public AzureSynapseArtifactsLinkedService withDescription(String description) { + super.withDescription(description); + return this; + } + + /** {@inheritDoc} */ + @Override + public AzureSynapseArtifactsLinkedService withParameters(Map parameters) { + super.withParameters(parameters); + return this; + } + + /** {@inheritDoc} */ + @Override + public AzureSynapseArtifactsLinkedService withAnnotations(List annotations) { + super.withAnnotations(annotations); + return this; + } + + /** + * Get the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace + * URL. Type: string (or Expression with resultType string). + * + * @return the endpoint value. + */ + public Object endpoint() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().endpoint(); + } + + /** + * Set the endpoint property: https://<workspacename>.dev.azuresynapse.net, Azure Synapse Analytics workspace + * URL. Type: string (or Expression with resultType string). + * + * @param endpoint the endpoint value to set. + * @return the AzureSynapseArtifactsLinkedService object itself. + */ + public AzureSynapseArtifactsLinkedService withEndpoint(Object endpoint) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new AzureSynapseArtifactsLinkedServiceTypeProperties(); + } + this.innerTypeProperties().withEndpoint(endpoint); + return this; + } + + /** + * Get the authentication property: Required to specify MSI, if using system assigned managed identity as + * authentication method. Type: string (or Expression with resultType string). + * + * @return the authentication value. + */ + public Object authentication() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().authentication(); + } + + /** + * Set the authentication property: Required to specify MSI, if using system assigned managed identity as + * authentication method. Type: string (or Expression with resultType string). + * + * @param authentication the authentication value to set. + * @return the AzureSynapseArtifactsLinkedService object itself. + */ + public AzureSynapseArtifactsLinkedService withAuthentication(Object authentication) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new AzureSynapseArtifactsLinkedServiceTypeProperties(); + } + this.innerTypeProperties().withAuthentication(authentication); + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + @Override + public void validate() { + super.validate(); + if (innerTypeProperties() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property innerTypeProperties in model AzureSynapseArtifactsLinkedService")); + } else { + innerTypeProperties().validate(); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(AzureSynapseArtifactsLinkedService.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSink.java index 1c70d6e85ffbe..6583598d4928c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSink.java @@ -15,29 +15,25 @@ @Fluent public final class AzureTableSink extends CopySink { /* - * Azure Table default partition key value. Type: string (or Expression - * with resultType string). + * Azure Table default partition key value. Type: string (or Expression with resultType string). */ @JsonProperty(value = "azureTableDefaultPartitionKeyValue") private Object azureTableDefaultPartitionKeyValue; /* - * Azure Table partition key name. Type: string (or Expression with - * resultType string). + * Azure Table partition key name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "azureTablePartitionKeyName") private Object azureTablePartitionKeyName; /* - * Azure Table row key name. Type: string (or Expression with resultType - * string). + * Azure Table row key name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "azureTableRowKeyName") private Object azureTableRowKeyName; /* - * Azure Table insert type. Type: string (or Expression with resultType - * string). + * Azure Table insert type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "azureTableInsertType") private Object azureTableInsertType; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSource.java index 07253fb946c0c..64a39bd9e1ec2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/AzureTableSource.java @@ -15,15 +15,13 @@ @Fluent public final class AzureTableSource extends TabularSource { /* - * Azure Table source query. Type: string (or Expression with resultType - * string). + * Azure Table source query. Type: string (or Expression with resultType string). */ @JsonProperty(value = "azureTableSourceQuery") private Object azureTableSourceQuery; /* - * Azure Table source ignore table not found. Type: boolean (or Expression - * with resultType boolean). + * Azure Table source ignore table not found. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "azureTableSourceIgnoreTableNotFound") private Object azureTableSourceIgnoreTableNotFound; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolParametrizationReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolParametrizationReference.java new file mode 100644 index 0000000000000..a03af8e336c86 --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolParametrizationReference.java @@ -0,0 +1,89 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** Big data pool reference type. */ +@Fluent +public final class BigDataPoolParametrizationReference { + /* + * Big data pool reference type. + */ + @JsonProperty(value = "type", required = true) + private BigDataPoolReferenceType type; + + /* + * Reference big data pool name. Type: string (or Expression with resultType string). + */ + @JsonProperty(value = "referenceName", required = true) + private Object referenceName; + + /** + * Get the type property: Big data pool reference type. + * + * @return the type value. + */ + public BigDataPoolReferenceType type() { + return this.type; + } + + /** + * Set the type property: Big data pool reference type. + * + * @param type the type value to set. + * @return the BigDataPoolParametrizationReference object itself. + */ + public BigDataPoolParametrizationReference withType(BigDataPoolReferenceType type) { + this.type = type; + return this; + } + + /** + * Get the referenceName property: Reference big data pool name. Type: string (or Expression with resultType + * string). + * + * @return the referenceName value. + */ + public Object referenceName() { + return this.referenceName; + } + + /** + * Set the referenceName property: Reference big data pool name. Type: string (or Expression with resultType + * string). + * + * @param referenceName the referenceName value to set. + * @return the BigDataPoolParametrizationReference object itself. + */ + public BigDataPoolParametrizationReference withReferenceName(Object referenceName) { + this.referenceName = referenceName; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (type() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property type in model BigDataPoolParametrizationReference")); + } + if (referenceName() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property referenceName in model BigDataPoolParametrizationReference")); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(BigDataPoolParametrizationReference.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolReferenceType.java new file mode 100644 index 0000000000000..bbae47e152ce2 --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BigDataPoolReferenceType.java @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Big data pool reference type. */ +public final class BigDataPoolReferenceType extends ExpandableStringEnum { + /** Static value BigDataPoolReference for BigDataPoolReferenceType. */ + public static final BigDataPoolReferenceType BIG_DATA_POOL_REFERENCE = fromString("BigDataPoolReference"); + + /** + * Creates or finds a BigDataPoolReferenceType from its string representation. + * + * @param name a name to look for. + * @return the corresponding BigDataPoolReferenceType. + */ + @JsonCreator + public static BigDataPoolReferenceType fromString(String name) { + return fromString(name, BigDataPoolReferenceType.class); + } + + /** + * Gets known BigDataPoolReferenceType values. + * + * @return known BigDataPoolReferenceType values. + */ + public static Collection values() { + return values(BigDataPoolReferenceType.class); + } +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSink.java index e15fa3d243c3a..48abde3836184 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSink.java @@ -16,22 +16,19 @@ @Fluent public final class BlobSink extends CopySink { /* - * Blob writer overwrite files. Type: boolean (or Expression with - * resultType boolean). + * Blob writer overwrite files. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "blobWriterOverwriteFiles") private Object blobWriterOverwriteFiles; /* - * Blob writer date time format. Type: string (or Expression with - * resultType string). + * Blob writer date time format. Type: string (or Expression with resultType string). */ @JsonProperty(value = "blobWriterDateTimeFormat") private Object blobWriterDateTimeFormat; /* - * Blob writer add header. Type: boolean (or Expression with resultType - * boolean). + * Blob writer add header. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "blobWriterAddHeader") private Object blobWriterAddHeader; @@ -43,8 +40,8 @@ public final class BlobSink extends CopySink { private Object copyBehavior; /* - * Specify the custom metadata to be added to sink data. Type: array of - * objects (or Expression with resultType array of objects). + * Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType + * array of objects). */ @JsonProperty(value = "metadata") private List metadata; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSource.java index 755eb4d4646eb..3fa6486aa796a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/BlobSource.java @@ -15,22 +15,20 @@ @Fluent public final class BlobSource extends CopySource { /* - * Treat empty as null. Type: boolean (or Expression with resultType - * boolean). + * Treat empty as null. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "treatEmptyAsNull") private Object treatEmptyAsNull; /* - * Number of header lines to skip from each blob. Type: integer (or - * Expression with resultType integer). + * Number of header lines to skip from each blob. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "skipHeaderLineCount") private Object skipHeaderLineCount; /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSource.java index 6a202952a82c1..6d3a86351a45a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSource.java @@ -15,19 +15,16 @@ @Fluent public final class CassandraSource extends TabularSource { /* - * Database query. Should be a SQL-92 query expression or Cassandra Query - * Language (CQL) command. Type: string (or Expression with resultType - * string). + * Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * The consistency level specifies how many Cassandra servers must respond - * to a read request before returning data to the client application. - * Cassandra checks the specified number of Cassandra servers for data to - * satisfy the read request. Must be one of - * cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is + * The consistency level specifies how many Cassandra servers must respond to a read request before returning data + * to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the + * read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is * case-insensitive. */ @JsonProperty(value = "consistencyLevel") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSourceReadConsistencyLevels.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSourceReadConsistencyLevels.java index d00ec7a27f76e..e247268530504 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSourceReadConsistencyLevels.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CassandraSourceReadConsistencyLevels.java @@ -8,7 +8,11 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for CassandraSourceReadConsistencyLevels. */ +/** + * The consistency level specifies how many Cassandra servers must respond to a read request before returning data to + * the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read + * request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive. + */ public final class CassandraSourceReadConsistencyLevels extends ExpandableStringEnum { /** Static value ALL for CassandraSourceReadConsistencyLevels. */ diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java index e30d09acc165b..af9cb04cc6221 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ChainingTrigger.java @@ -23,8 +23,7 @@ @Fluent public final class ChainingTrigger extends Trigger { /* - * Pipeline for which runs are created when all upstream pipelines complete - * successfully. + * Pipeline for which runs are created when all upstream pipelines complete successfully. */ @JsonProperty(value = "pipeline", required = true) private TriggerPipelineReference pipeline; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmkIdentityDefinition.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmkIdentityDefinition.java index 706be7c23deac..c55dd7e006e3f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmkIdentityDefinition.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CmkIdentityDefinition.java @@ -11,8 +11,7 @@ @Fluent public final class CmkIdentityDefinition { /* - * The resource id of the user assigned identity to authenticate to - * customer's key vault. + * The resource id of the user assigned identity to authenticate to customer's key vault. */ @JsonProperty(value = "userAssignedIdentity") private String userAssignedIdentity; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSink.java index c298fb495de29..fb260dc76e6d6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSink.java @@ -22,16 +22,15 @@ public final class CommonDataServiceForAppsSink extends CopySink { private DynamicsSinkWriteBehavior writeBehavior; /* - * The flag indicating whether to ignore null values from input dataset - * (except key fields) during write operation. Default is false. Type: - * boolean (or Expression with resultType boolean). + * The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. + * Default is false. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "ignoreNullValues") private Object ignoreNullValues; /* - * The logical name of the alternate key which will be used when upserting - * records. Type: string (or Expression with resultType string). + * The logical name of the alternate key which will be used when upserting records. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "alternateKeyName") private Object alternateKeyName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSource.java index cf960e0c137d5..e64c8e8d1fe54 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CommonDataServiceForAppsSource.java @@ -15,17 +15,15 @@ @Fluent public final class CommonDataServiceForAppsSource extends CopySource { /* - * FetchXML is a proprietary query language that is used in Microsoft - * Common Data Service for Apps (online & on-premises). Type: string (or - * Expression with resultType string). + * FetchXML is a proprietary query language that is used in Microsoft Common Data Service for Apps (online & + * on-premises). Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurSource.java index 0e321c2b8b805..320db1f0ba5c9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ConcurSource.java @@ -15,8 +15,7 @@ @Fluent public final class ConcurSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivityLogSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivityLogSettings.java index 8c0c4b175d378..c97a37cffc4a1 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivityLogSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopyActivityLogSettings.java @@ -11,15 +11,13 @@ @Fluent public final class CopyActivityLogSettings { /* - * Gets or sets the log level, support: Info, Warning. Type: string (or - * Expression with resultType string). + * Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "logLevel") private Object logLevel; /* - * Specifies whether to enable reliable logging. Type: boolean (or - * Expression with resultType boolean). + * Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "enableReliableLogging") private Object enableReliableLogging; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java index 8849d36bf9072..2703bd88761f7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySink.java @@ -66,15 +66,14 @@ @Fluent public class CopySink { /* - * Write batch size. Type: integer (or Expression with resultType integer), - * minimum: 0. + * Write batch size. Type: integer (or Expression with resultType integer), minimum: 0. */ @JsonProperty(value = "writeBatchSize") private Object writeBatchSize; /* - * Write batch timeout. Type: string (or Expression with resultType - * string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Write batch timeout. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "writeBatchTimeout") private Object writeBatchTimeout; @@ -86,22 +85,22 @@ public class CopySink { private Object sinkRetryCount; /* - * Sink retry wait. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Sink retry wait. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "sinkRetryWait") private Object sinkRetryWait; /* - * The maximum concurrent connection count for the sink data store. Type: - * integer (or Expression with resultType integer). + * The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType + * integer). */ @JsonProperty(value = "maxConcurrentConnections") private Object maxConcurrentConnections; /* - * If true, disable data store metrics collection. Default is false. Type: - * boolean (or Expression with resultType boolean). + * If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "disableMetricsCollection") private Object disableMetricsCollection; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySource.java index 7a1bd78e4b9d1..741d789257c7b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CopySource.java @@ -64,29 +64,28 @@ @Fluent public class CopySource { /* - * Source retry count. Type: integer (or Expression with resultType - * integer). + * Source retry count. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "sourceRetryCount") private Object sourceRetryCount; /* - * Source retry wait. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Source retry wait. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "sourceRetryWait") private Object sourceRetryWait; /* - * The maximum concurrent connection count for the source data store. Type: - * integer (or Expression with resultType integer). + * The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType + * integer). */ @JsonProperty(value = "maxConcurrentConnections") private Object maxConcurrentConnections; /* - * If true, disable data store metrics collection. Default is false. Type: - * boolean (or Expression with resultType boolean). + * If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "disableMetricsCollection") private Object disableMetricsCollection; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbConnectionMode.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbConnectionMode.java index 105e0b008bf04..6381eb48d9635 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbConnectionMode.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbConnectionMode.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for CosmosDbConnectionMode. */ +/** The connection mode used to access CosmosDB account. Type: string (or Expression with resultType string). */ public final class CosmosDbConnectionMode extends ExpandableStringEnum { /** Static value Gateway for CosmosDbConnectionMode. */ public static final CosmosDbConnectionMode GATEWAY = fromString("Gateway"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSink.java index fa70c6e4ae744..01f64a6f4fa7e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSink.java @@ -15,10 +15,9 @@ @Fluent public final class CosmosDbMongoDbApiSink extends CopySink { /* - * Specifies whether the document with same key to be overwritten (upsert) - * rather than throw exception (insert). The default value is "insert". - * Type: string (or Expression with resultType string). Type: string (or - * Expression with resultType string). + * Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). + * The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "writeBehavior") private Object writeBehavior; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSource.java index 3a4577a43651b..333a45f81197e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbMongoDbApiSource.java @@ -15,9 +15,8 @@ @Fluent public final class CosmosDbMongoDbApiSource extends CopySource { /* - * Specifies selection filter using query operators. To return all - * documents in a collection, omit this parameter or pass an empty document - * ({}). Type: string (or Expression with resultType string). + * Specifies selection filter using query operators. To return all documents in a collection, omit this parameter + * or pass an empty document ({}). Type: string (or Expression with resultType string). */ @JsonProperty(value = "filter") private Object filter; @@ -29,26 +28,23 @@ public final class CosmosDbMongoDbApiSource extends CopySource { private MongoDbCursorMethodsProperties cursorMethods; /* - * Specifies the number of documents to return in each batch of the - * response from MongoDB instance. In most cases, modifying the batch size - * will not affect the user or the application. This property's main - * purpose is to avoid hit the limitation of response size. Type: integer - * (or Expression with resultType integer). + * Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, + * modifying the batch size will not affect the user or the application. This property's main purpose is to avoid + * hit the limitation of response size. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "batchSize") private Object batchSize; /* - * Query timeout. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Query timeout. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "queryTimeout") private Object queryTimeout; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbServicePrincipalCredentialType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbServicePrincipalCredentialType.java index dc8c89acca8af..ac360dea53a3b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbServicePrincipalCredentialType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbServicePrincipalCredentialType.java @@ -8,7 +8,10 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for CosmosDbServicePrincipalCredentialType. */ +/** + * 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). + */ public final class CosmosDbServicePrincipalCredentialType extends ExpandableStringEnum { /** Static value ServicePrincipalKey for CosmosDbServicePrincipalCredentialType. */ diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSink.java index c3bbb35896cd5..be44c930b4466 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSink.java @@ -15,8 +15,8 @@ @Fluent public final class CosmosDbSqlApiSink extends CopySink { /* - * Describes how to write data to Azure Cosmos DB. Type: string (or - * Expression with resultType string). Allowed values: insert and upsert. + * Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed + * values: insert and upsert. */ @JsonProperty(value = "writeBehavior") private Object writeBehavior; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSource.java index 9ef459b62def8..575b36d350a6f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CosmosDbSqlApiSource.java @@ -21,30 +21,26 @@ public final class CosmosDbSqlApiSource extends CopySource { private Object query; /* - * Page size of the result. Type: integer (or Expression with resultType - * integer). + * Page size of the result. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "pageSize") private Object pageSize; /* - * Preferred regions. Type: array of strings (or Expression with resultType - * array of strings). + * Preferred regions. Type: array of strings (or Expression with resultType array of strings). */ @JsonProperty(value = "preferredRegions") private Object preferredRegions; /* - * Whether detect primitive values as datetime values. Type: boolean (or - * Expression with resultType boolean). + * Whether detect primitive values as datetime values. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "detectDatetime") private Object detectDatetime; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseSource.java index 9fdeebd3b874f..a14688e457aa7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CouchbaseSource.java @@ -15,8 +15,7 @@ @Fluent public final class CouchbaseSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateDataFlowDebugSessionRequest.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateDataFlowDebugSessionRequest.java index 4d3ab59ffcb04..2120d7013a662 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateDataFlowDebugSessionRequest.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateDataFlowDebugSessionRequest.java @@ -11,15 +11,14 @@ @Fluent public final class CreateDataFlowDebugSessionRequest { /* - * Compute type of the cluster. The value will be overwritten by the same - * setting in integration runtime if provided. + * Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if + * provided. */ @JsonProperty(value = "computeType") private String computeType; /* - * Core count of the cluster. The value will be overwritten by the same - * setting in integration runtime if provided. + * Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided. */ @JsonProperty(value = "coreCount") private Integer coreCount; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateLinkedIntegrationRuntimeRequest.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateLinkedIntegrationRuntimeRequest.java index fb4d193b94fa8..3e384c7868c53 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateLinkedIntegrationRuntimeRequest.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CreateLinkedIntegrationRuntimeRequest.java @@ -17,22 +17,19 @@ public final class CreateLinkedIntegrationRuntimeRequest { private String name; /* - * The ID of the subscription that the linked integration runtime belongs - * to. + * The ID of the subscription that the linked integration runtime belongs to. */ @JsonProperty(value = "subscriptionId") private String subscriptionId; /* - * The name of the data factory that the linked integration runtime belongs - * to. + * The name of the data factory that the linked integration runtime belongs to. */ @JsonProperty(value = "dataFactoryName") private String dataFactoryName; /* - * The location of the data factory that the linked integration runtime - * belongs to. + * The location of the data factory that the linked integration runtime belongs to. */ @JsonProperty(value = "dataFactoryLocation") private String dataFactoryLocation; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Credential.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Credential.java index 129660f520b4f..97dc6aa7e5fda 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Credential.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Credential.java @@ -45,9 +45,8 @@ public class Credential { private List annotations; /* - * The Azure Data Factory nested object which contains the information and - * credential which can be used to connect with related store or compute - * resource. + * The Azure Data Factory nested object which contains the information and credential which can be used to connect + * with related store or compute resource. */ @JsonIgnore private Map additionalProperties; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CredentialReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CredentialReferenceType.java index dfea1c2211e4e..ad5228e80094e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CredentialReferenceType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/CredentialReferenceType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for CredentialReferenceType. */ +/** Credential reference type. */ public final class CredentialReferenceType extends ExpandableStringEnum { /** Static value CredentialReference for CredentialReferenceType. */ public static final CredentialReferenceType CREDENTIAL_REFERENCE = fromString("CredentialReference"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandDefaultValue.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandDefaultValue.java index 99ad253828c07..d3e5911fa62ae 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandDefaultValue.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandDefaultValue.java @@ -17,8 +17,7 @@ public final class DWCopyCommandDefaultValue { private Object columnName; /* - * The default value of the column. Type: object (or Expression with - * resultType string). + * The default value of the column. Type: object (or Expression with resultType string). */ @JsonProperty(value = "defaultValue") private Object defaultValue; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandSettings.java index 2e523c91c44da..b94758411ccb3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DWCopyCommandSettings.java @@ -14,19 +14,17 @@ @Fluent public final class DWCopyCommandSettings { /* - * Specifies the default values for each target column in SQL DW. The - * default values in the property overwrite the DEFAULT constraint set in - * the DB, and identity column cannot have a default value. Type: array of - * objects (or Expression with resultType array of objects). + * Specifies the default values for each target column in SQL DW. The default values in the property overwrite the + * DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or + * Expression with resultType array of objects). */ @JsonProperty(value = "defaultValues") private List defaultValues; /* - * Additional options directly passed to SQL DW in Copy Command. Type: key - * value pairs (value should be string type) (or Expression with resultType - * object). Example: "additionalOptions": { "MAXERRORS": "1000", - * "DATEFORMAT": "'ymd'" } + * Additional options directly passed to SQL DW in Copy Command. Type: key value pairs (value should be string + * type) (or Expression with resultType object). Example: "additionalOptions": { "MAXERRORS": "1000", "DATEFORMAT": + * "'ymd'" } */ @JsonProperty(value = "additionalOptions") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlow.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlow.java index eb37270c9cf88..a789ea9b60db4 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlow.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlow.java @@ -38,8 +38,7 @@ public class DataFlow { private List annotations; /* - * The folder that this data flow is in. If not specified, Data flow will - * appear at the root level. + * The folder that this data flow is in. If not specified, Data flow will appear at the root level. */ @JsonProperty(value = "folder") private DataFlowFolder folder; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowComputeType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowComputeType.java index 4c859fcb75b91..c99007433f3ab 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowComputeType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowComputeType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for DataFlowComputeType. */ +/** Compute type of the cluster which will execute data flow job. */ public final class DataFlowComputeType extends ExpandableStringEnum { /** Static value General for DataFlowComputeType. */ public static final DataFlowComputeType GENERAL = fromString("General"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowDebugCommandType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowDebugCommandType.java index deced6d720acf..d662d6a38eeb3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowDebugCommandType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowDebugCommandType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for DataFlowDebugCommandType. */ +/** The command type. */ public final class DataFlowDebugCommandType extends ExpandableStringEnum { /** Static value executePreviewQuery for DataFlowDebugCommandType. */ public static final DataFlowDebugCommandType EXECUTE_PREVIEW_QUERY = fromString("executePreviewQuery"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowReferenceType.java index 01b611fb56363..6c022c795e7eb 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowReferenceType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowReferenceType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for DataFlowReferenceType. */ +/** Data flow reference type. */ public final class DataFlowReferenceType extends ExpandableStringEnum { /** Static value DataFlowReference for DataFlowReferenceType. */ public static final DataFlowReferenceType DATA_FLOW_REFERENCE = fromString("DataFlowReference"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowStagingInfo.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowStagingInfo.java index 86a9ec618551c..bc3dc7fa54b69 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowStagingInfo.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowStagingInfo.java @@ -17,8 +17,7 @@ public final class DataFlowStagingInfo { private LinkedServiceReference linkedService; /* - * Folder path for staging blob. Type: string (or Expression with - * resultType string) + * Folder path for staging blob. Type: string (or Expression with resultType string) */ @JsonProperty(value = "folderPath") private Object folderPath; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java index 1c0987344e64b..513451b554bc0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Dataset.java @@ -135,16 +135,15 @@ public class Dataset { private String description; /* - * Columns that define the structure of the dataset. Type: array (or - * Expression with resultType array), itemType: DatasetDataElement. + * Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: + * DatasetDataElement. */ @JsonProperty(value = "structure") private Object structure; /* - * Columns that define the physical type schema of the dataset. Type: array - * (or Expression with resultType array), itemType: - * DatasetSchemaDataElement. + * Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), + * itemType: DatasetSchemaDataElement. */ @JsonProperty(value = "schema") private Object schema; @@ -169,15 +168,14 @@ public class Dataset { private List annotations; /* - * The folder that this Dataset is in. If not specified, Dataset will - * appear at the root level. + * The folder that this Dataset is in. If not specified, Dataset will appear at the root level. */ @JsonProperty(value = "folder") private DatasetFolder folder; /* - * The Azure Data Factory nested object which identifies data within - * different data stores, such as tables, files, folders, and documents. + * The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, + * folders, and documents. */ @JsonIgnore private Map additionalProperties; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetCompression.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetCompression.java index 4ba3742188202..ad682a3355844 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetCompression.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetCompression.java @@ -17,15 +17,13 @@ @Fluent public final class DatasetCompression { /* - * Type of dataset compression. Type: string (or Expression with resultType - * string). + * Type of dataset compression. Type: string (or Expression with resultType string). */ @JsonProperty(value = "type", required = true) private Object type; /* - * The dataset compression level. Type: string (or Expression with - * resultType string). + * The dataset compression level. Type: string (or Expression with resultType string). */ @JsonProperty(value = "level") private Object level; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetLocation.java index 66aa17d7ffbb2..74a244dc379a3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetLocation.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetLocation.java @@ -40,15 +40,13 @@ @Fluent public class DatasetLocation { /* - * Specify the folder path of dataset. Type: string (or Expression with - * resultType string) + * Specify the folder path of dataset. Type: string (or Expression with resultType string) */ @JsonProperty(value = "folderPath") private Object folderPath; /* - * Specify the file name of dataset. Type: string (or Expression with - * resultType string). + * Specify the file name of dataset. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileName") private Object fileName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetSchemaDataElement.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetSchemaDataElement.java index ec18c93428068..28dda5ab919c8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetSchemaDataElement.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DatasetSchemaDataElement.java @@ -16,15 +16,13 @@ @Fluent public final class DatasetSchemaDataElement { /* - * Name of the schema column. Type: string (or Expression with resultType - * string). + * Name of the schema column. Type: string (or Expression with resultType string). */ @JsonProperty(value = "name") private Object name; /* - * Type of the schema column. Type: string (or Expression with resultType - * string). + * Type of the schema column. Type: string (or Expression with resultType string). */ @JsonProperty(value = "type") private Object type; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DayOfWeek.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DayOfWeek.java index 12548e6fdf58e..13530971bd77c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DayOfWeek.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DayOfWeek.java @@ -7,7 +7,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; -/** Defines values for DayOfWeek. */ +/** The days of the week. */ public enum DayOfWeek { /** Enum value Sunday. */ SUNDAY("Sunday"), @@ -45,6 +45,9 @@ public enum DayOfWeek { */ @JsonCreator public static DayOfWeek fromString(String value) { + if (value == null) { + return null; + } DayOfWeek[] items = DayOfWeek.values(); for (DayOfWeek item : items) { if (item.toString().equalsIgnoreCase(value)) { @@ -54,6 +57,7 @@ public static DayOfWeek fromString(String value) { return null; } + /** {@inheritDoc} */ @JsonValue @Override public String toString() { diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DaysOfWeek.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DaysOfWeek.java index ed242a49b489f..3922d8ce12a5e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DaysOfWeek.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DaysOfWeek.java @@ -45,6 +45,9 @@ public enum DaysOfWeek { */ @JsonCreator public static DaysOfWeek fromString(String value) { + if (value == null) { + return null; + } DaysOfWeek[] items = DaysOfWeek.values(); for (DaysOfWeek item : items) { if (item.toString().equalsIgnoreCase(value)) { @@ -54,6 +57,7 @@ public static DaysOfWeek fromString(String value) { return null; } + /** {@inheritDoc} */ @JsonValue @Override public String toString() { diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2AuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2AuthenticationType.java index e4fef02c74755..4e40ba1afcb27 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2AuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Db2AuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for Db2AuthenticationType. */ +/** AuthenticationType to be used for connection. It is mutually exclusive with connectionString property. */ public final class Db2AuthenticationType extends ExpandableStringEnum { /** Static value Basic for Db2AuthenticationType. */ public static final Db2AuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextReadSettings.java index 5cd0ddf6d39da..0978b18d10ca1 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextReadSettings.java @@ -15,8 +15,8 @@ @Fluent public final class DelimitedTextReadSettings extends FormatReadSettings { /* - * Indicates the number of non-empty rows to skip when reading data from - * input files. Type: integer (or Expression with resultType integer). + * Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression + * with resultType integer). */ @JsonProperty(value = "skipLineCount") private Object skipLineCount; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextSource.java index 9841a43cb84f0..8c5ebe1bf0ca2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextSource.java @@ -27,9 +27,8 @@ public final class DelimitedTextSource extends CopySource { private DelimitedTextReadSettings formatSettings; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextWriteSettings.java index f96f8debf434d..afc7bd66b747c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DelimitedTextWriteSettings.java @@ -16,31 +16,28 @@ @Fluent public final class DelimitedTextWriteSettings extends FormatWriteSettings { /* - * Indicates whether string values should always be enclosed with quotes. - * Type: boolean (or Expression with resultType boolean). + * Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "quoteAllText") private Object quoteAllText; /* - * The file extension used to create the files. Type: string (or Expression - * with resultType string). + * The file extension used to create the files. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileExtension", required = true) private Object fileExtension; /* - * Limit the written file's row count to be smaller than or equal to the - * specified count. Type: integer (or Expression with resultType integer). + * Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or + * Expression with resultType integer). */ @JsonProperty(value = "maxRowsPerFile") private Object maxRowsPerFile; /* - * Specifies the file name pattern - * _. when copy from non-file - * based store without partitionOptions. Type: string (or Expression with - * resultType string). + * Specifies the file name pattern _. when copy from non-file based store + * without partitionOptions. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileNamePrefix") private Object fileNamePrefix; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DistcpSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DistcpSettings.java index cdffe424ac7bb..35bf0494b187f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DistcpSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DistcpSettings.java @@ -12,24 +12,21 @@ @Fluent public final class DistcpSettings { /* - * Specifies the Yarn ResourceManager endpoint. Type: string (or Expression - * with resultType string). + * Specifies the Yarn ResourceManager endpoint. Type: string (or Expression with resultType string). */ @JsonProperty(value = "resourceManagerEndpoint", required = true) private Object resourceManagerEndpoint; /* - * Specifies an existing folder path which will be used to store temp - * Distcp command script. The script file is generated by ADF and will be - * removed after Copy job finished. Type: string (or Expression with - * resultType string). + * Specifies an existing folder path which will be used to store temp Distcp command script. The script file is + * generated by ADF and will be removed after Copy job finished. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "tempScriptPath", required = true) private Object tempScriptPath; /* - * Specifies the Distcp options. Type: string (or Expression with - * resultType string). + * Specifies the Distcp options. Type: string (or Expression with resultType string). */ @JsonProperty(value = "distcpOptions") private Object distcpOptions; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSink.java index 63932d1421444..cfc40ce514d3d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSink.java @@ -15,15 +15,14 @@ @Fluent public final class DocumentDbCollectionSink extends CopySink { /* - * Nested properties separator. Default is . (dot). Type: string (or - * Expression with resultType string). + * Nested properties separator. Default is . (dot). Type: string (or Expression with resultType string). */ @JsonProperty(value = "nestingSeparator") private Object nestingSeparator; /* - * Describes how to write data to Azure Cosmos DB. Type: string (or - * Expression with resultType string). Allowed values: insert and upsert. + * Describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed + * values: insert and upsert. */ @JsonProperty(value = "writeBehavior") private Object writeBehavior; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSource.java index 4b297d0f7512a..c8f8cd378cc5b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DocumentDbCollectionSource.java @@ -21,23 +21,21 @@ public final class DocumentDbCollectionSource extends CopySource { private Object query; /* - * Nested properties separator. Type: string (or Expression with resultType - * string). + * Nested properties separator. Type: string (or Expression with resultType string). */ @JsonProperty(value = "nestingSeparator") private Object nestingSeparator; /* - * Query timeout. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Query timeout. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "queryTimeout") private Object queryTimeout; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillSource.java index 4de33b0f13cb2..1db5adba613e8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DrillSource.java @@ -15,8 +15,7 @@ @Fluent public final class DrillSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXSource.java index 001c7282279ab..1e9ef3bf0d420 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsAXSource.java @@ -15,16 +15,14 @@ @Fluent public final class DynamicsAXSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get - * a response, not the timeout to read response data. Default value: - * 00:05:00. Type: string (or Expression with resultType string), pattern: + * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read + * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "httpRequestTimeout") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSink.java index c4797d3c0e24c..dce8d1b7644ef 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSink.java @@ -22,16 +22,15 @@ public final class DynamicsCrmSink extends CopySink { private DynamicsSinkWriteBehavior writeBehavior; /* - * The flag indicating whether to ignore null values from input dataset - * (except key fields) during write operation. Default is false. Type: - * boolean (or Expression with resultType boolean). + * The flag indicating whether to ignore null values from input dataset (except key fields) during write operation. + * Default is false. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "ignoreNullValues") private Object ignoreNullValues; /* - * The logical name of the alternate key which will be used when upserting - * records. Type: string (or Expression with resultType string). + * The logical name of the alternate key which will be used when upserting records. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "alternateKeyName") private Object alternateKeyName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSource.java index 30cb16d88a7bb..52d092cef87d8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsCrmSource.java @@ -15,17 +15,15 @@ @Fluent public final class DynamicsCrmSource extends CopySource { /* - * FetchXML is a proprietary query language that is used in Microsoft - * Dynamics CRM (online & on-premises). Type: string (or Expression with - * resultType string). + * FetchXML is a proprietary query language that is used in Microsoft Dynamics CRM (online & on-premises). Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSink.java index 2940019f9274e..b941e8ab26b30 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSink.java @@ -22,16 +22,15 @@ public final class DynamicsSink extends CopySink { private DynamicsSinkWriteBehavior writeBehavior; /* - * The flag indicating whether ignore null values from input dataset - * (except key fields) during write operation. Default is false. Type: - * boolean (or Expression with resultType boolean). + * The flag indicating whether ignore null values from input dataset (except key fields) during write operation. + * Default is false. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "ignoreNullValues") private Object ignoreNullValues; /* - * The logical name of the alternate key which will be used when upserting - * records. Type: string (or Expression with resultType string). + * The logical name of the alternate key which will be used when upserting records. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "alternateKeyName") private Object alternateKeyName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSource.java index 7ce53339948fc..e4b02014f1cdf 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/DynamicsSource.java @@ -15,17 +15,15 @@ @Fluent public final class DynamicsSource extends CopySource { /* - * FetchXML is a proprietary query language that is used in Microsoft - * Dynamics (online & on-premises). Type: string (or Expression with - * resultType string). + * FetchXML is a proprietary query language that is used in Microsoft Dynamics (online & on-premises). Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaSource.java index 1b1ce56005c0a..956edfaf31dce 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EloquaSource.java @@ -15,8 +15,7 @@ @Fluent public final class EloquaSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EncryptionConfiguration.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EncryptionConfiguration.java index 6e0b017de52ba..60aff1dd820d8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EncryptionConfiguration.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EncryptionConfiguration.java @@ -24,15 +24,14 @@ public final class EncryptionConfiguration { private String vaultBaseUrl; /* - * The version of the key used for CMK. If not provided, latest version - * will be used. + * The version of the key used for CMK. If not provided, latest version will be used. */ @JsonProperty(value = "keyVersion") private String keyVersion; /* - * User assigned identity to use to authenticate to customer's key vault. - * If not provided Managed Service Identity will be used. + * User assigned identity to use to authenticate to customer's key vault. If not provided Managed Service Identity + * will be used. */ @JsonProperty(value = "identity") private CmkIdentityDefinition identity; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EventSubscriptionStatus.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EventSubscriptionStatus.java index fe49b6c853b08..e0d351ad90c40 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EventSubscriptionStatus.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/EventSubscriptionStatus.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for EventSubscriptionStatus. */ +/** Event Subscription Status. */ public final class EventSubscriptionStatus extends ExpandableStringEnum { /** Static value Enabled for EventSubscriptionStatus. */ public static final EventSubscriptionStatus ENABLED = fromString("Enabled"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelSource.java index 56111f826ab9a..e519bbdb84b49 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExcelSource.java @@ -21,9 +21,8 @@ public final class ExcelSource extends CopySource { private StoreReadSettings storeSettings; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivityTypePropertiesCompute.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivityTypePropertiesCompute.java index 0f9b90c61964c..c7800ff81a4dd 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivityTypePropertiesCompute.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecuteDataFlowActivityTypePropertiesCompute.java @@ -11,17 +11,15 @@ @Fluent public final class ExecuteDataFlowActivityTypePropertiesCompute { /* - * Compute type of the cluster which will execute data flow job. Possible - * values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: - * string (or Expression with resultType string) + * Compute type of the cluster which will execute data flow job. Possible values include: 'General', + * 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string) */ @JsonProperty(value = "computeType") private Object computeType; /* - * Core count of the cluster which will execute data flow job. Supported - * values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression - * with resultType integer) + * Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and + * 272. Type: integer (or Expression with resultType integer) */ @JsonProperty(value = "coreCount") private Object coreCount; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivityPolicy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivityPolicy.java index da0c7f66865a0..cdedd781424c0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivityPolicy.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutePipelineActivityPolicy.java @@ -16,8 +16,7 @@ @Fluent public final class ExecutePipelineActivityPolicy { /* - * When set to true, Input from activity is considered as secure and will - * not be logged to monitoring. + * When set to true, Input from activity is considered as secure and will not be logged to monitoring. */ @JsonProperty(value = "secureInput") private Boolean secureInput; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutionActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutionActivity.java index a47bdd5f427cc..46f61acdf8160 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutionActivity.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ExecutionActivity.java @@ -42,7 +42,9 @@ @JsonSubTypes.Type(name = "DatabricksSparkPython", value = DatabricksSparkPythonActivity.class), @JsonSubTypes.Type(name = "AzureFunctionActivity", value = AzureFunctionActivity.class), @JsonSubTypes.Type(name = "ExecuteDataFlow", value = ExecuteDataFlowActivity.class), - @JsonSubTypes.Type(name = "Script", value = ScriptActivity.class) + @JsonSubTypes.Type(name = "Script", value = ScriptActivity.class), + @JsonSubTypes.Type(name = "SynapseNotebook", value = SynapseNotebookActivity.class), + @JsonSubTypes.Type(name = "SparkJob", value = SynapseSparkJobDefinitionActivity.class) }) @Fluent public class ExecutionActivity extends Activity { diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FactoryIdentityType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FactoryIdentityType.java index fad4f43cf432d..c31c4be21c718 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FactoryIdentityType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FactoryIdentityType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for FactoryIdentityType. */ +/** The identity type. */ public final class FactoryIdentityType extends ExpandableStringEnum { /** Static value SystemAssigned for FactoryIdentityType. */ public static final FactoryIdentityType SYSTEM_ASSIGNED = fromString("SystemAssigned"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerReadSettings.java index 6527e26651d54..b2e427bf664a0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileServerReadSettings.java @@ -15,30 +15,27 @@ @Fluent public final class FileServerReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * FileServer wildcardFolderPath. Type: string (or Expression with - * resultType string). + * FileServer wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * FileServer wildcardFileName. Type: string (or Expression with resultType - * string). + * FileServer wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -50,38 +47,34 @@ public final class FileServerReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; /* - * Specify a filter to be used to select a subset of files in the - * folderPath rather than all files. Type: string (or Expression with - * resultType string). + * Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "fileFilter") private Object fileFilter; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileSystemSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileSystemSource.java index 1cab83b41e78f..88f76d675f6f8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileSystemSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FileSystemSource.java @@ -15,16 +15,15 @@ @Fluent public final class FileSystemSource extends CopySource { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpAuthenticationType.java index 38a73b5948013..523c5ffa4bf7a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for FtpAuthenticationType. */ +/** The authentication type to be used to connect to the FTP server. */ public final class FtpAuthenticationType extends ExpandableStringEnum { /** Static value Basic for FtpAuthenticationType. */ public static final FtpAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpReadSettings.java index f220d73891f5f..cda82e781f859 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/FtpReadSettings.java @@ -15,22 +15,20 @@ @Fluent public final class FtpReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * Ftp wildcardFolderPath. Type: string (or Expression with resultType - * string). + * Ftp wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * Ftp wildcardFileName. Type: string (or Expression with resultType - * string). + * Ftp wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; @@ -42,24 +40,22 @@ public final class FtpReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -71,8 +67,8 @@ public final class FtpReadSettings extends StoreReadSettings { private Boolean useBinaryTransfer; /* - * If true, disable parallel reading within each file. Default is false. - * Type: boolean (or Expression with resultType boolean). + * If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "disableChunking") private Object disableChunking; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GlobalParameterType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GlobalParameterType.java index 9aacb921f88e6..6d383ea2ddae5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GlobalParameterType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GlobalParameterType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for GlobalParameterType. */ +/** Global Parameter type. */ public final class GlobalParameterType extends ExpandableStringEnum { /** Static value Object for GlobalParameterType. */ public static final GlobalParameterType OBJECT = fromString("Object"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsAuthenticationType.java index de5c77ae3ffd7..92d307acbf4c7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsAuthenticationType.java @@ -8,7 +8,10 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for GoogleAdWordsAuthenticationType. */ +/** + * The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted + * IR. + */ public final class GoogleAdWordsAuthenticationType extends ExpandableStringEnum { /** Static value ServiceAuthentication for GoogleAdWordsAuthenticationType. */ public static final GoogleAdWordsAuthenticationType SERVICE_AUTHENTICATION = fromString("ServiceAuthentication"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsSource.java index 1afda2d7fd97c..1840362f2fada 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleAdWordsSource.java @@ -15,8 +15,7 @@ @Fluent public final class GoogleAdWordsSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryAuthenticationType.java index 5bb1b59e8f0b1..38e70a731efa9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQueryAuthenticationType.java @@ -8,7 +8,10 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for GoogleBigQueryAuthenticationType. */ +/** + * The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted + * IR. + */ public final class GoogleBigQueryAuthenticationType extends ExpandableStringEnum { /** Static value ServiceAuthentication for GoogleBigQueryAuthenticationType. */ public static final GoogleBigQueryAuthenticationType SERVICE_AUTHENTICATION = fromString("ServiceAuthentication"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQuerySource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQuerySource.java index 4a1dbcaae72bc..d121c2efbf6fc 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQuerySource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleBigQuerySource.java @@ -15,8 +15,7 @@ @Fluent public final class GoogleBigQuerySource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLocation.java index d1e46790aad12..202f9f74affa1 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLocation.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageLocation.java @@ -15,15 +15,13 @@ @Fluent public final class GoogleCloudStorageLocation extends DatasetLocation { /* - * Specify the bucketName of Google Cloud Storage. Type: string (or - * Expression with resultType string) + * Specify the bucketName of Google Cloud Storage. Type: string (or Expression with resultType string) */ @JsonProperty(value = "bucketName") private Object bucketName; /* - * Specify the version of Google Cloud Storage. Type: string (or Expression - * with resultType string). + * Specify the version of Google Cloud Storage. Type: string (or Expression with resultType string). */ @JsonProperty(value = "version") private Object version; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageReadSettings.java index 9c27b3b8fe72b..ec3798ac292a3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleCloudStorageReadSettings.java @@ -15,37 +15,33 @@ @Fluent public final class GoogleCloudStorageReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * Google Cloud Storage wildcardFolderPath. Type: string (or Expression - * with resultType string). + * Google Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * Google Cloud Storage wildcardFileName. Type: string (or Expression with - * resultType string). + * Google Cloud Storage wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * The prefix filter for the Google Cloud Storage object name. Type: string - * (or Expression with resultType string). + * The prefix filter for the Google Cloud Storage object name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "prefix") private Object prefix; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -57,30 +53,27 @@ public final class GoogleCloudStorageReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleSheetsLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleSheetsLinkedService.java new file mode 100644 index 0000000000000..9038cedf89cd9 --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GoogleSheetsLinkedService.java @@ -0,0 +1,131 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.datafactory.fluent.models.GoogleSheetsLinkedServiceTypeProperties; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonTypeInfo; +import com.fasterxml.jackson.annotation.JsonTypeName; +import java.util.List; +import java.util.Map; + +/** Linked service for GoogleSheets. */ +@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type") +@JsonTypeName("GoogleSheets") +@Fluent +public final class GoogleSheetsLinkedService extends LinkedService { + /* + * GoogleSheets linked service properties. + */ + @JsonProperty(value = "typeProperties", required = true) + private GoogleSheetsLinkedServiceTypeProperties innerTypeProperties = new GoogleSheetsLinkedServiceTypeProperties(); + + /** + * Get the innerTypeProperties property: GoogleSheets linked service properties. + * + * @return the innerTypeProperties value. + */ + private GoogleSheetsLinkedServiceTypeProperties innerTypeProperties() { + return this.innerTypeProperties; + } + + /** {@inheritDoc} */ + @Override + public GoogleSheetsLinkedService withConnectVia(IntegrationRuntimeReference connectVia) { + super.withConnectVia(connectVia); + return this; + } + + /** {@inheritDoc} */ + @Override + public GoogleSheetsLinkedService withDescription(String description) { + super.withDescription(description); + return this; + } + + /** {@inheritDoc} */ + @Override + public GoogleSheetsLinkedService withParameters(Map parameters) { + super.withParameters(parameters); + return this; + } + + /** {@inheritDoc} */ + @Override + public GoogleSheetsLinkedService withAnnotations(List annotations) { + super.withAnnotations(annotations); + return this; + } + + /** + * Get the apiToken property: The api token for the GoogleSheets source. + * + * @return the apiToken value. + */ + public SecretBase apiToken() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().apiToken(); + } + + /** + * Set the apiToken property: The api token for the GoogleSheets source. + * + * @param apiToken the apiToken value to set. + * @return the GoogleSheetsLinkedService object itself. + */ + public GoogleSheetsLinkedService withApiToken(SecretBase apiToken) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new GoogleSheetsLinkedServiceTypeProperties(); + } + this.innerTypeProperties().withApiToken(apiToken); + return this; + } + + /** + * Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted + * using the integration runtime credential manager. Type: string (or Expression with resultType string). + * + * @return the encryptedCredential value. + */ + public Object encryptedCredential() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().encryptedCredential(); + } + + /** + * Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted + * using the integration runtime credential manager. Type: string (or Expression with resultType string). + * + * @param encryptedCredential the encryptedCredential value to set. + * @return the GoogleSheetsLinkedService object itself. + */ + public GoogleSheetsLinkedService withEncryptedCredential(Object encryptedCredential) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new GoogleSheetsLinkedServiceTypeProperties(); + } + this.innerTypeProperties().withEncryptedCredential(encryptedCredential); + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + @Override + public void validate() { + super.validate(); + if (innerTypeProperties() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property innerTypeProperties in model GoogleSheetsLinkedService")); + } else { + innerTypeProperties().validate(); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(GoogleSheetsLinkedService.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumSource.java index 1b0643529507f..47b21fffb27dc 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/GreenplumSource.java @@ -15,8 +15,7 @@ @Fluent public final class GreenplumSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseAuthenticationType.java index 44e24003cb50d..0b8c6a25f558a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for HBaseAuthenticationType. */ +/** The authentication mechanism to use to connect to the HBase server. */ public final class HBaseAuthenticationType extends ExpandableStringEnum { /** Static value Anonymous for HBaseAuthenticationType. */ public static final HBaseAuthenticationType ANONYMOUS = fromString("Anonymous"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseSource.java index b69b28a8a792d..64f0fc1e31f1f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HBaseSource.java @@ -15,8 +15,7 @@ @Fluent public final class HBaseSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightActivityDebugInfoOption.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightActivityDebugInfoOption.java index 105d97ff90f4f..b8cef4e4130ea 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightActivityDebugInfoOption.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HDInsightActivityDebugInfoOption.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for HDInsightActivityDebugInfoOption. */ +/** The HDInsightActivityDebugInfoOption settings to use. */ public final class HDInsightActivityDebugInfoOption extends ExpandableStringEnum { /** Static value None for HDInsightActivityDebugInfoOption. */ public static final HDInsightActivityDebugInfoOption NONE = fromString("None"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsReadSettings.java index f3575a1e503c4..17d9ce2464685 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsReadSettings.java @@ -15,30 +15,27 @@ @Fluent public final class HdfsReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * HDFS wildcardFolderPath. Type: string (or Expression with resultType - * string). + * HDFS wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * HDFS wildcardFileName. Type: string (or Expression with resultType - * string). + * HDFS wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -50,22 +47,20 @@ public final class HdfsReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; @@ -77,9 +72,8 @@ public final class HdfsReadSettings extends StoreReadSettings { private DistcpSettings distcpSettings; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsSource.java index a1aea5b39c971..846aa76ee77ec 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HdfsSource.java @@ -15,8 +15,8 @@ @Fluent public final class HdfsSource extends CopySource { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveAuthenticationType.java index 4b28b661b0f7d..67e37cb08f0b3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for HiveAuthenticationType. */ +/** The authentication method used to access the Hive server. */ public final class HiveAuthenticationType extends ExpandableStringEnum { /** Static value Anonymous for HiveAuthenticationType. */ public static final HiveAuthenticationType ANONYMOUS = fromString("Anonymous"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveServerType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveServerType.java index 77d3afaf98295..e680231245793 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveServerType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveServerType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for HiveServerType. */ +/** The type of Hive server. */ public final class HiveServerType extends ExpandableStringEnum { /** Static value HiveServer1 for HiveServerType. */ public static final HiveServerType HIVE_SERVER1 = fromString("HiveServer1"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveSource.java index 9b5e574fc3630..c250a82e35859 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveSource.java @@ -15,8 +15,7 @@ @Fluent public final class HiveSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveThriftTransportProtocol.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveThriftTransportProtocol.java index 603fbf93436d2..0fe65c5b6b9e5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveThriftTransportProtocol.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HiveThriftTransportProtocol.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for HiveThriftTransportProtocol. */ +/** The transport protocol to use in the Thrift layer. */ public final class HiveThriftTransportProtocol extends ExpandableStringEnum { /** Static value Binary for HiveThriftTransportProtocol. */ public static final HiveThriftTransportProtocol BINARY = fromString("Binary"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpAuthenticationType.java index 6b00bc357fdbb..adbedce13ff48 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for HttpAuthenticationType. */ +/** The authentication type to be used to connect to the HTTP server. */ public final class HttpAuthenticationType extends ExpandableStringEnum { /** Static value Basic for HttpAuthenticationType. */ public static final HttpAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java index 853292300b8de..46489bc864dce 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpLinkedService.java @@ -62,7 +62,7 @@ public HttpLinkedService withAnnotations(List annotations) { } /** - * Get the url property: The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or + * Get the url property: The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or * Expression with resultType string). * * @return the url value. @@ -72,7 +72,7 @@ public Object url() { } /** - * Set the url property: The base URL of the HTTP endpoint, e.g. http://www.microsoft.com. Type: string (or + * Set the url property: The base URL of the HTTP endpoint, e.g. https://www.microsoft.com. Type: string (or * Expression with resultType string). * * @param url the url value to set. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpReadSettings.java index 0b0d53e8e7be2..015a342d9f985 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpReadSettings.java @@ -15,29 +15,28 @@ @Fluent public final class HttpReadSettings extends StoreReadSettings { /* - * The HTTP method used to call the RESTful API. The default is GET. Type: - * string (or Expression with resultType string). + * The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "requestMethod") private Object requestMethod; /* - * The HTTP request body to the RESTful API if requestMethod is POST. Type: - * string (or Expression with resultType string). + * The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "requestBody") private Object requestBody; /* - * The additional HTTP headers in the request to the RESTful API. Type: - * string (or Expression with resultType string). + * The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "additionalHeaders") private Object additionalHeaders; /* - * Specifies the timeout for a HTTP client to get HTTP response from HTTP - * server. + * Specifies the timeout for a HTTP client to get HTTP response from HTTP server. */ @JsonProperty(value = "requestTimeout") private Object requestTimeout; @@ -49,8 +48,8 @@ public final class HttpReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpServerLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpServerLocation.java index 98e2ab75596d2..72270425a5902 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpServerLocation.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpServerLocation.java @@ -15,8 +15,7 @@ @Fluent public final class HttpServerLocation extends DatasetLocation { /* - * Specify the relativeUrl of http server. Type: string (or Expression with - * resultType string) + * Specify the relativeUrl of http server. Type: string (or Expression with resultType string) */ @JsonProperty(value = "relativeUrl") private Object relativeUrl; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpSource.java index 0fc6e9bcd770f..10f3208115c3e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HttpSource.java @@ -15,10 +15,8 @@ @Fluent public final class HttpSource extends CopySource { /* - * Specifies the timeout for a HTTP client to get HTTP response from HTTP - * server. The default value is equivalent to - * System.Net.HttpWebRequest.Timeout. Type: string (or Expression with - * resultType string), pattern: + * Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent + * to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "httpRequestTimeout") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotSource.java index eced8ac3111dc..99fb31a1a3297 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/HubspotSource.java @@ -15,8 +15,7 @@ @Fluent public final class HubspotSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaAuthenticationType.java index 34d86c46b1c12..9303f54a002f6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ImpalaAuthenticationType. */ +/** The authentication type to use. */ public final class ImpalaAuthenticationType extends ExpandableStringEnum { /** Static value Anonymous for ImpalaAuthenticationType. */ public static final ImpalaAuthenticationType ANONYMOUS = fromString("Anonymous"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaSource.java index d2d55f0348c42..6af61498a29b8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ImpalaSource.java @@ -15,8 +15,7 @@ @Fluent public final class ImpalaSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixSink.java index 9d39ac01d7464..e8a147490ea32 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/InformixSink.java @@ -15,8 +15,7 @@ @Fluent public final class InformixSink extends CopySink { /* - * A query to execute before starting the copy. Type: string (or Expression - * with resultType string). + * A query to execute before starting the copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntime.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntime.java index 83eb59623bcda..3b6b446c51b1d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntime.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntime.java @@ -35,8 +35,7 @@ public class IntegrationRuntime { private String description; /* - * Azure Data Factory nested object which serves as a compute resource for - * activities. + * Azure Data Factory nested object which serves as a compute resource for activities. */ @JsonIgnore private Map additionalProperties; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeAuthKeyName.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeAuthKeyName.java index 86ef656dd3ae3..cb2ece9786c5e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeAuthKeyName.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeAuthKeyName.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeAuthKeyName. */ +/** The name of the authentication key to regenerate. */ public final class IntegrationRuntimeAuthKeyName extends ExpandableStringEnum { /** Static value authKey1 for IntegrationRuntimeAuthKeyName. */ public static final IntegrationRuntimeAuthKeyName AUTH_KEY1 = fromString("authKey1"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeAutoUpdate.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeAutoUpdate.java index a93efbdec153a..933471fd27e4c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeAutoUpdate.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeAutoUpdate.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeAutoUpdate. */ +/** The state of integration runtime auto update. */ public final class IntegrationRuntimeAutoUpdate extends ExpandableStringEnum { /** Static value On for IntegrationRuntimeAutoUpdate. */ public static final IntegrationRuntimeAutoUpdate ON = fromString("On"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeComputeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeComputeProperties.java index 98d3230d846fe..29ba1a5a6f61d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeComputeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeComputeProperties.java @@ -16,8 +16,7 @@ @Fluent public final class IntegrationRuntimeComputeProperties { /* - * The location for managed integration runtime. The supported regions - * could be found on + * The location for managed integration runtime. The supported regions could be found on * https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities */ @JsonProperty(value = "location") @@ -36,8 +35,7 @@ public final class IntegrationRuntimeComputeProperties { private Integer numberOfNodes; /* - * Maximum parallel executions count per node for managed integration - * runtime. + * Maximum parallel executions count per node for managed integration runtime. */ @JsonProperty(value = "maxParallelExecutionsPerNode") private Integer maxParallelExecutionsPerNode; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeCustomSetupScriptProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeCustomSetupScriptProperties.java index 55718015dfcbf..44b965f07352b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeCustomSetupScriptProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeCustomSetupScriptProperties.java @@ -11,8 +11,7 @@ @Fluent public final class IntegrationRuntimeCustomSetupScriptProperties { /* - * The URI of the Azure blob container that contains the custom setup - * script. + * The URI of the Azure blob container that contains the custom setup script. */ @JsonProperty(value = "blobContainerUri") private String blobContainerUri; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeDataFlowProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeDataFlowProperties.java index 0d7b3c7b7b06f..1c17af55ed243 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeDataFlowProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeDataFlowProperties.java @@ -22,23 +22,21 @@ public final class IntegrationRuntimeDataFlowProperties { private DataFlowComputeType computeType; /* - * Core count of the cluster which will execute data flow job. Supported - * values are: 8, 16, 32, 48, 80, 144 and 272. + * Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and + * 272. */ @JsonProperty(value = "coreCount") private Integer coreCount; /* - * Time to live (in minutes) setting of the cluster which will execute data - * flow job. + * Time to live (in minutes) setting of the cluster which will execute data flow job. */ @JsonProperty(value = "timeToLive") private Integer timeToLive; /* - * Cluster will not be recycled and it will be used in next data flow - * activity run until TTL (time to live) is reached if this is set as - * false. Default is true. + * Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is + * reached if this is set as false. Default is true. */ @JsonProperty(value = "cleanup") private Boolean cleanup; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeEdition.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeEdition.java index 5e38a96749178..bc2235771ff16 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeEdition.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeEdition.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeEdition. */ +/** The edition for the SSIS Integration Runtime. */ public final class IntegrationRuntimeEdition extends ExpandableStringEnum { /** Static value Standard for IntegrationRuntimeEdition. */ public static final IntegrationRuntimeEdition STANDARD = fromString("Standard"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeEntityReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeEntityReferenceType.java index 7a591e9d08d72..604bb96212acc 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeEntityReferenceType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeEntityReferenceType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeEntityReferenceType. */ +/** The type of this referenced entity. */ public final class IntegrationRuntimeEntityReferenceType extends ExpandableStringEnum { /** Static value IntegrationRuntimeReference for IntegrationRuntimeEntityReferenceType. */ diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeInternalChannelEncryptionMode.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeInternalChannelEncryptionMode.java index 2afa9956f2bd0..55b0025241868 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeInternalChannelEncryptionMode.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeInternalChannelEncryptionMode.java @@ -8,7 +8,10 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeInternalChannelEncryptionMode. */ +/** + * It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration + * runtime nodes exist). + */ public final class IntegrationRuntimeInternalChannelEncryptionMode extends ExpandableStringEnum { /** Static value NotSet for IntegrationRuntimeInternalChannelEncryptionMode. */ diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeLicenseType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeLicenseType.java index cc6f44a3fd7f8..f7fd4fdb9b945 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeLicenseType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeLicenseType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeLicenseType. */ +/** License type for bringing your own license scenario. */ public final class IntegrationRuntimeLicenseType extends ExpandableStringEnum { /** Static value BasePrice for IntegrationRuntimeLicenseType. */ public static final IntegrationRuntimeLicenseType BASE_PRICE = fromString("BasePrice"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogInfo.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogInfo.java index 7e6e59eb0952f..fea4653e1e2f2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogInfo.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogInfo.java @@ -34,15 +34,14 @@ public final class IntegrationRuntimeSsisCatalogInfo { private SecureString catalogAdminPassword; /* - * The pricing tier for the catalog database. The valid values could be - * found in https://azure.microsoft.com/en-us/pricing/details/sql-database/ + * The pricing tier for the catalog database. The valid values could be found in + * https://azure.microsoft.com/en-us/pricing/details/sql-database/ */ @JsonProperty(value = "catalogPricingTier") private IntegrationRuntimeSsisCatalogPricingTier catalogPricingTier; /* - * The dual standby pair name of Azure-SSIS Integration Runtimes to support - * SSISDB failover. + * The dual standby pair name of Azure-SSIS Integration Runtimes to support SSISDB failover. */ @JsonProperty(value = "dualStandbyPairName") private String dualStandbyPairName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogPricingTier.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogPricingTier.java index 5f0c7f5fa5ff3..bec5db80d67fe 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogPricingTier.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisCatalogPricingTier.java @@ -8,7 +8,10 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeSsisCatalogPricingTier. */ +/** + * The pricing tier for the catalog database. The valid values could be found in + * https://azure.microsoft.com/en-us/pricing/details/sql-database/. + */ public final class IntegrationRuntimeSsisCatalogPricingTier extends ExpandableStringEnum { /** Static value Basic for IntegrationRuntimeSsisCatalogPricingTier. */ diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisProperties.java index 5cc2208926359..73e927b96b5d7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeSsisProperties.java @@ -29,8 +29,7 @@ public final class IntegrationRuntimeSsisProperties { private IntegrationRuntimeLicenseType licenseType; /* - * Custom setup script properties for a managed dedicated integration - * runtime. + * Custom setup script properties for a managed dedicated integration runtime. */ @JsonProperty(value = "customSetupScriptProperties") private IntegrationRuntimeCustomSetupScriptProperties customSetupScriptProperties; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeState.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeState.java index 0e099aec85674..7187420d066b9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeState.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeState.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeState. */ +/** The state of integration runtime. */ public final class IntegrationRuntimeState extends ExpandableStringEnum { /** Static value Initial for IntegrationRuntimeState. */ public static final IntegrationRuntimeState INITIAL = fromString("Initial"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeType.java index f53b8f1fb58cb..4946753295159 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeType. */ +/** The type of integration runtime. */ public final class IntegrationRuntimeType extends ExpandableStringEnum { /** Static value Managed for IntegrationRuntimeType. */ public static final IntegrationRuntimeType MANAGED = fromString("Managed"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeUpdateResult.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeUpdateResult.java index 92d90d76ab5fd..a5d3d6025c044 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeUpdateResult.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeUpdateResult.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for IntegrationRuntimeUpdateResult. */ +/** The result of the last integration runtime node update. */ public final class IntegrationRuntimeUpdateResult extends ExpandableStringEnum { /** Static value None for IntegrationRuntimeUpdateResult. */ public static final IntegrationRuntimeUpdateResult NONE = fromString("None"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeVNetProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeVNetProperties.java index 9c7974535e50f..206bcf524d849 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeVNetProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/IntegrationRuntimeVNetProperties.java @@ -29,15 +29,13 @@ public final class IntegrationRuntimeVNetProperties { private String subnet; /* - * Resource IDs of the public IP addresses that this integration runtime - * will use. + * Resource IDs of the public IP addresses that this integration runtime will use. */ @JsonProperty(value = "publicIPs") private List publicIPs; /* - * The ID of subnet, to which this Azure-SSIS integration runtime will be - * joined. + * The ID of subnet, to which this Azure-SSIS integration runtime will be joined. */ @JsonProperty(value = "subnetId") private String subnetId; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraSource.java index 79fc9c88f694e..f16c7fc54eaf8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JiraSource.java @@ -15,8 +15,7 @@ @Fluent public final class JiraSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonFormat.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonFormat.java index e2cffcf8cbdca..6662f4bd80234 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonFormat.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonFormat.java @@ -15,45 +15,40 @@ @Fluent public final class JsonFormat extends DatasetStorageFormat { /* - * File pattern of JSON. To be more specific, the way of separating a - * collection of JSON objects. The default value is 'setOfObjects'. It is - * case-sensitive. + * File pattern of JSON. To be more specific, the way of separating a collection of JSON objects. The default value + * is 'setOfObjects'. It is case-sensitive. */ @JsonProperty(value = "filePattern") private Object filePattern; /* - * The character used to separate nesting levels. Default value is '.' - * (dot). Type: string (or Expression with resultType string). + * The character used to separate nesting levels. Default value is '.' (dot). Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "nestingSeparator") private Object nestingSeparator; /* - * The code page name of the preferred encoding. If not provided, the - * default value is 'utf-8', unless the byte order mark (BOM) denotes - * another Unicode encoding. The full list of supported values can be found - * in the 'Name' column of the table of encodings in the following - * reference: https://go.microsoft.com/fwlink/?linkid=861078. Type: string - * (or Expression with resultType string). + * The code page name of the preferred encoding. If not provided, the default value is 'utf-8', unless the byte + * order mark (BOM) denotes another Unicode encoding. The full list of supported values can be found in the 'Name' + * column of the table of encodings in the following reference: https://go.microsoft.com/fwlink/?linkid=861078. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "encodingName") private Object encodingName; /* - * The JSONPath of the JSON array element to be flattened. Example: - * "$.ArrayPath". Type: string (or Expression with resultType string). + * The JSONPath of the JSON array element to be flattened. Example: "$.ArrayPath". Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "jsonNodeReference") private Object jsonNodeReference; /* - * The JSONPath definition for each column mapping with a customized column - * name to extract data from JSON file. For fields under root object, start - * with "$"; for fields inside the array chosen by jsonNodeReference - * property, start from the array element. Example: {"Column1": - * "$.Column1Path", "Column2": "Column2PathInArray"}. Type: object (or - * Expression with resultType object). + * The JSONPath definition for each column mapping with a customized column name to extract data from JSON file. + * For fields under root object, start with "$"; for fields inside the array chosen by jsonNodeReference property, + * start from the array element. Example: {"Column1": "$.Column1Path", "Column2": "Column2PathInArray"}. Type: + * object (or Expression with resultType object). */ @JsonProperty(value = "jsonPathDefinition") private Object jsonPathDefinition; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonSource.java index 521bd4beb2709..00e144451386e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonSource.java @@ -27,9 +27,8 @@ public final class JsonSource extends CopySource { private JsonReadSettings formatSettings; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonWriteSettings.java index 129d56e1d2eb7..cd3b0bde2e543 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/JsonWriteSettings.java @@ -15,9 +15,8 @@ @Fluent public final class JsonWriteSettings extends FormatWriteSettings { /* - * File pattern of JSON. This setting controls the way a collection of JSON - * objects will be treated. The default value is 'setOfObjects'. It is - * case-sensitive. + * File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default + * value is 'setOfObjects'. It is case-sensitive. */ @JsonProperty(value = "filePattern") private Object filePattern; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedIntegrationRuntime.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedIntegrationRuntime.java index 78934811e4023..bafddf0d0a5bb 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedIntegrationRuntime.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedIntegrationRuntime.java @@ -24,15 +24,13 @@ public final class LinkedIntegrationRuntime { private String subscriptionId; /* - * The name of the data factory for which the linked integration runtime - * belong to. + * The name of the data factory for which the linked integration runtime belong to. */ @JsonProperty(value = "dataFactoryName", access = JsonProperty.Access.WRITE_ONLY) private String dataFactoryName; /* - * The location of the data factory for which the linked integration - * runtime belong to. + * The location of the data factory for which the linked integration runtime belong to. */ @JsonProperty(value = "dataFactoryLocation", access = JsonProperty.Access.WRITE_ONLY) private String dataFactoryLocation; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java index 1dd7660ee5a22..aacb9d9eaf8f0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LinkedService.java @@ -87,6 +87,7 @@ @JsonSubTypes.Type(name = "AppFigures", value = AppFiguresLinkedService.class), @JsonSubTypes.Type(name = "Asana", value = AsanaLinkedService.class), @JsonSubTypes.Type(name = "Twilio", value = TwilioLinkedService.class), + @JsonSubTypes.Type(name = "GoogleSheets", value = GoogleSheetsLinkedService.class), @JsonSubTypes.Type(name = "AmazonS3", value = AmazonS3LinkedService.class), @JsonSubTypes.Type(name = "AmazonRedshift", value = AmazonRedshiftLinkedService.class), @JsonSubTypes.Type(name = "CustomDataSource", value = CustomDataSourceLinkedService.class), @@ -138,7 +139,8 @@ @JsonSubTypes.Type(name = "AzureDataExplorer", value = AzureDataExplorerLinkedService.class), @JsonSubTypes.Type(name = "AzureFunction", value = AzureFunctionLinkedService.class), @JsonSubTypes.Type(name = "Snowflake", value = SnowflakeLinkedService.class), - @JsonSubTypes.Type(name = "SharePointOnlineList", value = SharePointOnlineListLinkedService.class) + @JsonSubTypes.Type(name = "SharePointOnlineList", value = SharePointOnlineListLinkedService.class), + @JsonSubTypes.Type(name = "AzureSynapseArtifacts", value = AzureSynapseArtifactsLinkedService.class) }) @Fluent public class LinkedService { @@ -168,8 +170,8 @@ public class LinkedService { private List annotations; /* - * The nested object which contains the information and credential which - * can be used to connect with related store or compute resource. + * The nested object which contains the information and credential which can be used to connect with related store + * or compute resource. */ @JsonIgnore private Map additionalProperties; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogLocationSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogLocationSettings.java index d3003b1dd1b36..2a59a55f93417 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogLocationSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogLocationSettings.java @@ -18,8 +18,8 @@ public final class LogLocationSettings { private LinkedServiceReference linkedServiceName; /* - * The path to storage for storing detailed logs of activity execution. - * Type: string (or Expression with resultType string). + * The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "path") private Object path; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogSettings.java index 6758398c3a894..67de35165cbcd 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogSettings.java @@ -12,8 +12,7 @@ @Fluent public final class LogSettings { /* - * Specifies whether to enable copy activity log. Type: boolean (or - * Expression with resultType boolean). + * Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "enableCopyActivityLog") private Object enableCopyActivityLog; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogStorageSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogStorageSettings.java index 85b39e2d87193..dd7f9edde2343 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogStorageSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/LogStorageSettings.java @@ -23,22 +23,20 @@ public final class LogStorageSettings { private LinkedServiceReference linkedServiceName; /* - * The path to storage for storing detailed logs of activity execution. - * Type: string (or Expression with resultType string). + * The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "path") private Object path; /* - * Gets or sets the log level, support: Info, Warning. Type: string (or - * Expression with resultType string). + * Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "logLevel") private Object logLevel; /* - * Specifies whether to enable reliable logging. Type: boolean (or - * Expression with resultType boolean). + * Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "enableReliableLogging") private Object enableReliableLogging; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoSource.java index fe36b3110adc9..cd5945a49a3ec 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MagentoSource.java @@ -15,8 +15,7 @@ @Fluent public final class MagentoSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java index 2b3d89242f1bd..5c29af3a6477c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntime.java @@ -17,8 +17,7 @@ @Fluent public final class ManagedIntegrationRuntime extends IntegrationRuntime { /* - * Integration runtime state, only valid for managed dedicated integration - * runtime. + * Integration runtime state, only valid for managed dedicated integration runtime. */ @JsonProperty(value = "state", access = JsonProperty.Access.WRITE_ONLY) private IntegrationRuntimeState state; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntimeNodeStatus.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntimeNodeStatus.java index a56b38a92cb13..5103cca3cb802 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntimeNodeStatus.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedIntegrationRuntimeNodeStatus.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ManagedIntegrationRuntimeNodeStatus. */ +/** The managed integration runtime node status. */ public final class ManagedIntegrationRuntimeNodeStatus extends ExpandableStringEnum { /** Static value Starting for ManagedIntegrationRuntimeNodeStatus. */ diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedPrivateEndpoint.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedPrivateEndpoint.java index 76b0918de3b5b..d383588d2ebd0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedPrivateEndpoint.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedPrivateEndpoint.java @@ -41,8 +41,7 @@ public final class ManagedPrivateEndpoint { private Boolean isReserved; /* - * The ARM resource ID of the resource to which the managed private - * endpoint is created + * The ARM resource ID of the resource to which the managed private endpoint is created */ @JsonProperty(value = "privateLinkResourceId") private String privateLinkResourceId; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedVirtualNetworkReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedVirtualNetworkReferenceType.java index 6391e8d96b3ea..a5986832757b4 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedVirtualNetworkReferenceType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ManagedVirtualNetworkReferenceType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ManagedVirtualNetworkReferenceType. */ +/** Managed Virtual Network reference type. */ public final class ManagedVirtualNetworkReferenceType extends ExpandableStringEnum { /** Static value ManagedVirtualNetworkReference for ManagedVirtualNetworkReferenceType. */ public static final ManagedVirtualNetworkReferenceType MANAGED_VIRTUAL_NETWORK_REFERENCE = diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBSource.java index f414ad3d01ed2..c0826c9cc3524 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MariaDBSource.java @@ -15,8 +15,7 @@ @Fluent public final class MariaDBSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoSource.java index 0ea9c1a5be162..9c186ea7c4af0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MarketoSource.java @@ -15,8 +15,7 @@ @Fluent public final class MarketoSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MetadataItem.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MetadataItem.java index 81c088840559d..f708bf2c0846a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MetadataItem.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MetadataItem.java @@ -11,15 +11,13 @@ @Fluent public final class MetadataItem { /* - * Metadata item key name. Type: string (or Expression with resultType - * string). + * Metadata item key name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "name") private Object name; /* - * Metadata item value. Type: string (or Expression with resultType - * string). + * Metadata item value. Type: string (or Expression with resultType string). */ @JsonProperty(value = "value") private Object value; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSink.java index 5e479f5f164cd..61354b28d8cb9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSink.java @@ -15,8 +15,7 @@ @Fluent public final class MicrosoftAccessSink extends CopySink { /* - * A query to execute before starting the copy. Type: string (or Expression - * with resultType string). + * A query to execute before starting the copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSource.java index f3e4baf8ff35f..e714698e8a643 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MicrosoftAccessSource.java @@ -21,9 +21,8 @@ public final class MicrosoftAccessSource extends CopySource { private Object query; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSink.java index 46a4bc4b680d3..70f800df43c86 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSink.java @@ -15,10 +15,9 @@ @Fluent public final class MongoDbAtlasSink extends CopySink { /* - * Specifies whether the document with same key to be overwritten (upsert) - * rather than throw exception (insert). The default value is "insert". - * Type: string (or Expression with resultType string). Type: string (or - * Expression with resultType string). + * Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). + * The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "writeBehavior") private Object writeBehavior; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSource.java index 45a6ed60a84a4..6594849dfe75e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAtlasSource.java @@ -15,9 +15,8 @@ @Fluent public final class MongoDbAtlasSource extends CopySource { /* - * Specifies selection filter using query operators. To return all - * documents in a collection, omit this parameter or pass an empty document - * ({}). Type: string (or Expression with resultType string). + * Specifies selection filter using query operators. To return all documents in a collection, omit this parameter + * or pass an empty document ({}). Type: string (or Expression with resultType string). */ @JsonProperty(value = "filter") private Object filter; @@ -29,26 +28,23 @@ public final class MongoDbAtlasSource extends CopySource { private MongoDbCursorMethodsProperties cursorMethods; /* - * Specifies the number of documents to return in each batch of the - * response from MongoDB Atlas instance. In most cases, modifying the batch - * size will not affect the user or the application. This property's main - * purpose is to avoid hit the limitation of response size. Type: integer - * (or Expression with resultType integer). + * Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most + * cases, modifying the batch size will not affect the user or the application. This property's main purpose is to + * avoid hit the limitation of response size. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "batchSize") private Object batchSize; /* - * Query timeout. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Query timeout. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "queryTimeout") private Object queryTimeout; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAuthenticationType.java index 55e8b9869c9bd..afea7b831aaec 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for MongoDbAuthenticationType. */ +/** The authentication type to be used to connect to the MongoDB database. */ public final class MongoDbAuthenticationType extends ExpandableStringEnum { /** Static value Basic for MongoDbAuthenticationType. */ public static final MongoDbAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCursorMethodsProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCursorMethodsProperties.java index bf485ff06baf3..4ecd76945fc8d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCursorMethodsProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbCursorMethodsProperties.java @@ -16,33 +16,29 @@ @Fluent public final class MongoDbCursorMethodsProperties { /* - * Specifies the fields to return in the documents that match the query - * filter. To return all fields in the matching documents, omit this - * parameter. Type: string (or Expression with resultType string). + * Specifies the fields to return in the documents that match the query filter. To return all fields in the + * matching documents, omit this parameter. Type: string (or Expression with resultType string). */ @JsonProperty(value = "project") private Object project; /* - * Specifies the order in which the query returns matching documents. Type: - * string (or Expression with resultType string). Type: string (or - * Expression with resultType string). + * Specifies the order in which the query returns matching documents. Type: string (or Expression with resultType + * string). Type: string (or Expression with resultType string). */ @JsonProperty(value = "sort") private Object sort; /* - * Specifies the how many documents skipped and where MongoDB begins - * returning results. This approach may be useful in implementing paginated - * results. Type: integer (or Expression with resultType integer). + * Specifies the how many documents skipped and where MongoDB begins returning results. This approach may be useful + * in implementing paginated results. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "skip") private Object skip; /* - * Specifies the maximum number of documents the server returns. limit() is - * analogous to the LIMIT statement in a SQL database. Type: integer (or - * Expression with resultType integer). + * Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a + * SQL database. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "limit") private Object limit; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbSource.java index 03b6a88ef08cb..ecf622fab34f7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbSource.java @@ -15,16 +15,14 @@ @Fluent public final class MongoDbSource extends CopySource { /* - * Database query. Should be a SQL-92 query expression. Type: string (or - * Expression with resultType string). + * Database query. Should be a SQL-92 query expression. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Sink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Sink.java index b4b22de717b18..bfdfce7223e9e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Sink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Sink.java @@ -15,10 +15,9 @@ @Fluent public final class MongoDbV2Sink extends CopySink { /* - * Specifies whether the document with same key to be overwritten (upsert) - * rather than throw exception (insert). The default value is "insert". - * Type: string (or Expression with resultType string). Type: string (or - * Expression with resultType string). + * Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). + * The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "writeBehavior") private Object writeBehavior; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Source.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Source.java index d9215c3df138d..a55805a294274 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Source.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/MongoDbV2Source.java @@ -15,9 +15,8 @@ @Fluent public final class MongoDbV2Source extends CopySource { /* - * Specifies selection filter using query operators. To return all - * documents in a collection, omit this parameter or pass an empty document - * ({}). Type: string (or Expression with resultType string). + * Specifies selection filter using query operators. To return all documents in a collection, omit this parameter + * or pass an empty document ({}). Type: string (or Expression with resultType string). */ @JsonProperty(value = "filter") private Object filter; @@ -29,26 +28,23 @@ public final class MongoDbV2Source extends CopySource { private MongoDbCursorMethodsProperties cursorMethods; /* - * Specifies the number of documents to return in each batch of the - * response from MongoDB instance. In most cases, modifying the batch size - * will not affect the user or the application. This property's main - * purpose is to avoid hit the limitation of response size. Type: integer - * (or Expression with resultType integer). + * Specifies the number of documents to return in each batch of the response from MongoDB instance. In most cases, + * modifying the batch size will not affect the user or the application. This property's main purpose is to avoid + * hit the limitation of response size. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "batchSize") private Object batchSize; /* - * Query timeout. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Query timeout. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "queryTimeout") private Object queryTimeout; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaPartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaPartitionSettings.java index ccbb68e617d63..3c8e43f7c232b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaPartitionSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaPartitionSettings.java @@ -11,24 +11,22 @@ @Fluent public final class NetezzaPartitionSettings { /* - * The name of the column in integer type that will be used for proceeding - * range partitioning. Type: string (or Expression with resultType string). + * The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "partitionColumnName") private Object partitionColumnName; /* - * The maximum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The maximum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionUpperBound") private Object partitionUpperBound; /* - * The minimum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The minimum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionLowerBound") private Object partitionLowerBound; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaSource.java index 060c1fde21c48..c99db9f3ed146 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NetezzaSource.java @@ -15,15 +15,14 @@ @Fluent public final class NetezzaSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * The partition mechanism that will be used for Netezza read in parallel. - * Possible values include: "None", "DataSlice", "DynamicRange". + * The partition mechanism that will be used for Netezza read in parallel. Possible values include: "None", + * "DataSlice", "DynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameter.java new file mode 100644 index 0000000000000..020629682735d --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameter.java @@ -0,0 +1,72 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.annotation.Fluent; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** Notebook parameter. */ +@Fluent +public final class NotebookParameter { + /* + * Notebook parameter value. Type: string (or Expression with resultType string). + */ + @JsonProperty(value = "value") + private Object value; + + /* + * Notebook parameter type. + */ + @JsonProperty(value = "type") + private NotebookParameterType type; + + /** + * Get the value property: Notebook parameter value. Type: string (or Expression with resultType string). + * + * @return the value value. + */ + public Object value() { + return this.value; + } + + /** + * Set the value property: Notebook parameter value. Type: string (or Expression with resultType string). + * + * @param value the value value to set. + * @return the NotebookParameter object itself. + */ + public NotebookParameter withValue(Object value) { + this.value = value; + return this; + } + + /** + * Get the type property: Notebook parameter type. + * + * @return the type value. + */ + public NotebookParameterType type() { + return this.type; + } + + /** + * Set the type property: Notebook parameter type. + * + * @param type the type value to set. + * @return the NotebookParameter object itself. + */ + public NotebookParameter withType(NotebookParameterType type) { + this.type = type; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + } +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameterType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameterType.java new file mode 100644 index 0000000000000..a941731636d28 --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookParameterType.java @@ -0,0 +1,44 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Notebook parameter type. */ +public final class NotebookParameterType extends ExpandableStringEnum { + /** Static value string for NotebookParameterType. */ + public static final NotebookParameterType STRING = fromString("string"); + + /** Static value int for NotebookParameterType. */ + public static final NotebookParameterType INT = fromString("int"); + + /** Static value float for NotebookParameterType. */ + public static final NotebookParameterType FLOAT = fromString("float"); + + /** Static value bool for NotebookParameterType. */ + public static final NotebookParameterType BOOL = fromString("bool"); + + /** + * Creates or finds a NotebookParameterType from its string representation. + * + * @param name a name to look for. + * @return the corresponding NotebookParameterType. + */ + @JsonCreator + public static NotebookParameterType fromString(String name) { + return fromString(name, NotebookParameterType.class); + } + + /** + * Gets known NotebookParameterType values. + * + * @return known NotebookParameterType values. + */ + public static Collection values() { + return values(NotebookParameterType.class); + } +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookReferenceType.java new file mode 100644 index 0000000000000..173100f4c5d3c --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/NotebookReferenceType.java @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Synapse notebook reference type. */ +public final class NotebookReferenceType extends ExpandableStringEnum { + /** Static value NotebookReference for NotebookReferenceType. */ + public static final NotebookReferenceType NOTEBOOK_REFERENCE = fromString("NotebookReference"); + + /** + * Creates or finds a NotebookReferenceType from its string representation. + * + * @param name a name to look for. + * @return the corresponding NotebookReferenceType. + */ + @JsonCreator + public static NotebookReferenceType fromString(String name) { + return fromString(name, NotebookReferenceType.class); + } + + /** + * Gets known NotebookReferenceType values. + * + * @return known NotebookReferenceType values. + */ + public static Collection values() { + return values(NotebookReferenceType.class); + } +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataAadServicePrincipalCredentialType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataAadServicePrincipalCredentialType.java index 352bf1120f3cc..1f5d7b48bcabf 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataAadServicePrincipalCredentialType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataAadServicePrincipalCredentialType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ODataAadServicePrincipalCredentialType. */ +/** Specify the credential type (key or cert) is used for service principal. */ public final class ODataAadServicePrincipalCredentialType extends ExpandableStringEnum { /** Static value ServicePrincipalKey for ODataAadServicePrincipalCredentialType. */ diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataAuthenticationType.java index c843bd836bf28..ed5ac551d822b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ODataAuthenticationType. */ +/** Type of authentication used to connect to the OData service. */ public final class ODataAuthenticationType extends ExpandableStringEnum { /** Static value Basic for ODataAuthenticationType. */ public static final ODataAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataSource.java index f7345655a7ceb..5c0349748a04c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ODataSource.java @@ -15,25 +15,22 @@ @Fluent public final class ODataSource extends CopySource { /* - * OData query. For example, "$top=1". Type: string (or Expression with - * resultType string). + * OData query. For example, "$top=1". Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get - * a response, not the timeout to read response data. Default value: - * 00:05:00. Type: string (or Expression with resultType string), pattern: + * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read + * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "httpRequestTimeout") private Object httpRequestTimeout; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcSink.java index b0eac363095a0..60c59ea86ac6a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OdbcSink.java @@ -15,8 +15,7 @@ @Fluent public final class OdbcSink extends CopySink { /* - * A query to execute before starting the copy. Type: string (or Expression - * with resultType string). + * A query to execute before starting the copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Source.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Source.java index 80bc2d53194c8..033bfa855629d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Source.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Office365Source.java @@ -15,8 +15,7 @@ @Fluent public final class Office365Source extends CopySource { /* - * The groups containing all the users. Type: array of strings (or - * Expression with resultType array of strings). + * The groups containing all the users. Type: array of strings (or Expression with resultType array of strings). */ @JsonProperty(value = "allowedGroups") private Object allowedGroups; @@ -28,30 +27,27 @@ public final class Office365Source extends CopySource { private Object userScopeFilterUri; /* - * The Column to apply the and . Type: string (or Expression with resultType string). + * The Column to apply the and . Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "dateFilterColumn") private Object dateFilterColumn; /* - * Start time of the requested range for this dataset. Type: string (or - * Expression with resultType string). + * Start time of the requested range for this dataset. Type: string (or Expression with resultType string). */ @JsonProperty(value = "startTime") private Object startTime; /* - * End time of the requested range for this dataset. Type: string (or - * Expression with resultType string). + * End time of the requested range for this dataset. Type: string (or Expression with resultType string). */ @JsonProperty(value = "endTime") private Object endTime; /* - * The columns to be read out from the Office 365 table. Type: array of - * objects (or Expression with resultType array of objects). Example: [ { - * "name": "Id" }, { "name": "CreatedDateTime" } ] + * The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType + * array of objects). Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ] */ @JsonProperty(value = "outputColumns") private Object outputColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OperationListResponse.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OperationListResponse.java index 3cb0f4f9fc728..ba7aa666ea4b3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OperationListResponse.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OperationListResponse.java @@ -13,8 +13,7 @@ @Fluent public final class OperationListResponse { /* - * List of Data Factory operations supported by the Data Factory resource - * provider. + * List of Data Factory operations supported by the Data Factory resource provider. */ @JsonProperty(value = "value") private List value; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLocation.java index f62e7351c4406..d9dfcdc717a21 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLocation.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageLocation.java @@ -15,15 +15,13 @@ @Fluent public final class OracleCloudStorageLocation extends DatasetLocation { /* - * Specify the bucketName of Oracle Cloud Storage. Type: string (or - * Expression with resultType string) + * Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string) */ @JsonProperty(value = "bucketName") private Object bucketName; /* - * Specify the version of Oracle Cloud Storage. Type: string (or Expression - * with resultType string). + * Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string). */ @JsonProperty(value = "version") private Object version; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageReadSettings.java index 39aabd8f700df..bec9094de3a2a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleCloudStorageReadSettings.java @@ -15,37 +15,33 @@ @Fluent public final class OracleCloudStorageReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression - * with resultType string). + * Oracle Cloud Storage wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * Oracle Cloud Storage wildcardFileName. Type: string (or Expression with - * resultType string). + * Oracle Cloud Storage wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; /* - * The prefix filter for the Oracle Cloud Storage object name. Type: string - * (or Expression with resultType string). + * The prefix filter for the Oracle Cloud Storage object name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "prefix") private Object prefix; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; @@ -57,30 +53,27 @@ public final class OracleCloudStorageReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OraclePartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OraclePartitionSettings.java index cc79dc4c1771e..1c57b49e144ff 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OraclePartitionSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OraclePartitionSettings.java @@ -17,24 +17,22 @@ public final class OraclePartitionSettings { private Object partitionNames; /* - * The name of the column in integer type that will be used for proceeding - * range partitioning. Type: string (or Expression with resultType string). + * The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "partitionColumnName") private Object partitionColumnName; /* - * The maximum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The maximum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionUpperBound") private Object partitionUpperBound; /* - * The minimum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The minimum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionLowerBound") private Object partitionLowerBound; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleServiceCloudSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleServiceCloudSource.java index ee1da1eea4d33..34a171d132171 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleServiceCloudSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleServiceCloudSource.java @@ -15,8 +15,7 @@ @Fluent public final class OracleServiceCloudSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSink.java index 6456d764c79a5..d4069a19c5b29 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSink.java @@ -15,8 +15,7 @@ @Fluent public final class OracleSink extends CopySink { /* - * SQL pre-copy script. Type: string (or Expression with resultType - * string). + * SQL pre-copy script. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSource.java index 2080459384cae..2742443dcc2b8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OracleSource.java @@ -15,23 +15,21 @@ @Fluent public final class OracleSource extends CopySource { /* - * Oracle reader query. Type: string (or Expression with resultType - * string). + * Oracle reader query. Type: string (or Expression with resultType string). */ @JsonProperty(value = "oracleReaderQuery") private Object oracleReaderQuery; /* - * Query timeout. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Query timeout. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "queryTimeout") private Object queryTimeout; /* - * The partition mechanism that will be used for Oracle read in parallel. - * Possible values include: "None", "PhysicalPartitionsOfTable", - * "DynamicRange". + * The partition mechanism that will be used for Oracle read in parallel. Possible values include: "None", + * "PhysicalPartitionsOfTable", "DynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; @@ -43,9 +41,8 @@ public final class OracleSource extends CopySource { private OraclePartitionSettings partitionSettings; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcSource.java index c4049153a60ea..491eb627d24b3 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcSource.java @@ -21,9 +21,8 @@ public final class OrcSource extends CopySource { private StoreReadSettings storeSettings; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcWriteSettings.java index 57dfc29feb12a..b2e01d5325bdc 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/OrcWriteSettings.java @@ -15,17 +15,15 @@ @Fluent public final class OrcWriteSettings extends FormatWriteSettings { /* - * Limit the written file's row count to be smaller than or equal to the - * specified count. Type: integer (or Expression with resultType integer). + * Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or + * Expression with resultType integer). */ @JsonProperty(value = "maxRowsPerFile") private Object maxRowsPerFile; /* - * Specifies the file name pattern - * _. when copy from non-file - * based store without partitionOptions. Type: string (or Expression with - * resultType string). + * Specifies the file name pattern _. when copy from non-file based store + * without partitionOptions. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileNamePrefix") private Object fileNamePrefix; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParameterType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParameterType.java index de20a0918a3f2..c8f87ea91c356 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParameterType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParameterType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ParameterType. */ +/** Parameter type. */ public final class ParameterType extends ExpandableStringEnum { /** Static value Object for ParameterType. */ public static final ParameterType OBJECT = fromString("Object"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetSource.java index 379b52a27cb31..3c994078aae50 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetSource.java @@ -21,9 +21,8 @@ public final class ParquetSource extends CopySource { private StoreReadSettings storeSettings; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetWriteSettings.java index 8aba341488a1b..c2ec5d32a1a1f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ParquetWriteSettings.java @@ -15,17 +15,15 @@ @Fluent public final class ParquetWriteSettings extends FormatWriteSettings { /* - * Limit the written file's row count to be smaller than or equal to the - * specified count. Type: integer (or Expression with resultType integer). + * Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or + * Expression with resultType integer). */ @JsonProperty(value = "maxRowsPerFile") private Object maxRowsPerFile; /* - * Specifies the file name pattern - * _. when copy from non-file - * based store without partitionOptions. Type: string (or Expression with - * resultType string). + * Specifies the file name pattern _. when copy from non-file based store + * without partitionOptions. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileNamePrefix") private Object fileNamePrefix; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PaypalSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PaypalSource.java index ef23272add001..6691eb5258cca 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PaypalSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PaypalSource.java @@ -15,8 +15,7 @@ @Fluent public final class PaypalSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixAuthenticationType.java index cd1cc892cb652..dcd203b2631e6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for PhoenixAuthenticationType. */ +/** The authentication mechanism used to connect to the Phoenix server. */ public final class PhoenixAuthenticationType extends ExpandableStringEnum { /** Static value Anonymous for PhoenixAuthenticationType. */ public static final PhoenixAuthenticationType ANONYMOUS = fromString("Anonymous"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixSource.java index c95cef6e6c1f3..036e686a8244b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PhoenixSource.java @@ -15,8 +15,7 @@ @Fluent public final class PhoenixSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettings.java index af085c141adca..fe70b1da5af55 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettings.java @@ -22,25 +22,22 @@ public final class PolybaseSettings { private PolybaseSettingsRejectType rejectType; /* - * Specifies the value or the percentage of rows that can be rejected - * before the query fails. Type: number (or Expression with resultType - * number), minimum: 0. + * Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or + * Expression with resultType number), minimum: 0. */ @JsonProperty(value = "rejectValue") private Object rejectValue; /* - * Determines the number of rows to attempt to retrieve before the PolyBase - * recalculates the percentage of rejected rows. Type: integer (or - * Expression with resultType integer), minimum: 0. + * Determines the number of rows to attempt to retrieve before the PolyBase recalculates the percentage of rejected + * rows. Type: integer (or Expression with resultType integer), minimum: 0. */ @JsonProperty(value = "rejectSampleValue") private Object rejectSampleValue; /* - * Specifies how to handle missing values in delimited text files when - * PolyBase retrieves data from the text file. Type: boolean (or Expression - * with resultType boolean). + * Specifies how to handle missing values in delimited text files when PolyBase retrieves data from the text file. + * Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "useTypeDefault") private Object useTypeDefault; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettingsRejectType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettingsRejectType.java index a793996d60853..88e0873367590 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettingsRejectType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PolybaseSettingsRejectType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for PolybaseSettingsRejectType. */ +/** Indicates whether the RejectValue property is specified as a literal value or a percentage. */ public final class PolybaseSettingsRejectType extends ExpandableStringEnum { /** Static value value for PolybaseSettingsRejectType. */ public static final PolybaseSettingsRejectType VALUE = fromString("value"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoAuthenticationType.java index d18b883ceabfe..0584531daa095 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for PrestoAuthenticationType. */ +/** The authentication mechanism used to connect to the Presto server. */ public final class PrestoAuthenticationType extends ExpandableStringEnum { /** Static value Anonymous for PrestoAuthenticationType. */ public static final PrestoAuthenticationType ANONYMOUS = fromString("Anonymous"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoSource.java index d34323d6bac89..fd27fef065bb5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PrestoSource.java @@ -15,8 +15,7 @@ @Fluent public final class PrestoSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PublicNetworkAccess.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PublicNetworkAccess.java index 98d96b0feb405..0bfda2a3e230c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PublicNetworkAccess.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/PublicNetworkAccess.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for PublicNetworkAccess. */ +/** Whether or not public network access is allowed for the data factory. */ public final class PublicNetworkAccess extends ExpandableStringEnum { /** Static value Enabled for PublicNetworkAccess. */ public static final PublicNetworkAccess ENABLED = fromString("Enabled"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/QuickBooksSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/QuickBooksSource.java index adb82cff0754c..b1a2e135aaa55 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/QuickBooksSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/QuickBooksSource.java @@ -15,8 +15,7 @@ @Fluent public final class QuickBooksSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RecurrenceFrequency.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RecurrenceFrequency.java index 06c1b50ea4152..6d2f527eadbea 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RecurrenceFrequency.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RecurrenceFrequency.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for RecurrenceFrequency. */ +/** Enumerates possible frequency option for the schedule trigger. */ public final class RecurrenceFrequency extends ExpandableStringEnum { /** Static value NotSpecified for RecurrenceFrequency. */ public static final RecurrenceFrequency NOT_SPECIFIED = fromString("NotSpecified"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedirectIncompatibleRowSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedirectIncompatibleRowSettings.java index 3dc60ed627d91..46930d87c2c2f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedirectIncompatibleRowSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedirectIncompatibleRowSettings.java @@ -17,17 +17,15 @@ @Fluent public final class RedirectIncompatibleRowSettings { /* - * Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked - * service used for redirecting incompatible row. Must be specified if - * redirectIncompatibleRowSettings is specified. Type: string (or - * Expression with resultType string). + * Name of the Azure Storage, Storage SAS, or Azure Data Lake Store linked service used for redirecting + * incompatible row. Must be specified if redirectIncompatibleRowSettings is specified. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "linkedServiceName", required = true) private Object linkedServiceName; /* - * The path for storing the redirect incompatible row data. Type: string - * (or Expression with resultType string). + * The path for storing the redirect incompatible row data. Type: string (or Expression with resultType string). */ @JsonProperty(value = "path") private Object path; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedshiftUnloadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedshiftUnloadSettings.java index f004990bfb4a4..60cb49cde5843 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedshiftUnloadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RedshiftUnloadSettings.java @@ -16,17 +16,16 @@ @Fluent public final class RedshiftUnloadSettings { /* - * The name of the Amazon S3 linked service which will be used for the - * unload operation when copying from the Amazon Redshift source. + * The name of the Amazon S3 linked service which will be used for the unload operation when copying from the + * Amazon Redshift source. */ @JsonProperty(value = "s3LinkedServiceName", required = true) private LinkedServiceReference s3LinkedServiceName; /* - * The bucket of the interim Amazon S3 which will be used to store the - * unloaded data from Amazon Redshift source. The bucket must be in the - * same region as the Amazon Redshift source. Type: string (or Expression - * with resultType string). + * The bucket of the interim Amazon S3 which will be used to store the unloaded data from Amazon Redshift source. + * The bucket must be in the same region as the Amazon Redshift source. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "bucketName", required = true) private Object bucketName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RelationalSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RelationalSource.java index 2c08bad993033..058b8302e2800 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RelationalSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RelationalSource.java @@ -21,9 +21,8 @@ public final class RelationalSource extends CopySource { private Object query; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ResponsysSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ResponsysSource.java index 85df5870482d5..9b316738b728f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ResponsysSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ResponsysSource.java @@ -15,8 +15,7 @@ @Fluent public final class ResponsysSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestServiceAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestServiceAuthenticationType.java index ebde70f106eba..e353f15406cb5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestServiceAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestServiceAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for RestServiceAuthenticationType. */ +/** Type of authentication used to connect to the REST service. */ public final class RestServiceAuthenticationType extends ExpandableStringEnum { /** Static value Anonymous for RestServiceAuthenticationType. */ public static final RestServiceAuthenticationType ANONYMOUS = fromString("Anonymous"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSink.java index fca4a4e2ccab0..6fa0a18397036 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSink.java @@ -15,23 +15,22 @@ @Fluent public final class RestSink extends CopySink { /* - * The HTTP method used to call the RESTful API. The default is POST. Type: - * string (or Expression with resultType string). + * The HTTP method used to call the RESTful API. The default is POST. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "requestMethod") private Object requestMethod; /* - * The additional HTTP headers in the request to the RESTful API. Type: - * string (or Expression with resultType string). + * The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "additionalHeaders") private Object additionalHeaders; /* - * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get - * a response, not the timeout to read response data. Default value: - * 00:01:40. Type: string (or Expression with resultType string), pattern: + * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read + * response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "httpRequestTimeout") @@ -44,9 +43,8 @@ public final class RestSink extends CopySink { private Object requestInterval; /* - * Http Compression Type to Send data in compressed format with Optimal - * Compression Level, Default is None. And The Only Supported option is - * Gzip. + * Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The + * Only Supported option is Gzip. */ @JsonProperty(value = "httpCompressionType") private Object httpCompressionType; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSource.java index b58a926bfe3b0..26321367070b7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RestSource.java @@ -15,37 +15,35 @@ @Fluent public final class RestSource extends CopySource { /* - * The HTTP method used to call the RESTful API. The default is GET. Type: - * string (or Expression with resultType string). + * The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "requestMethod") private Object requestMethod; /* - * The HTTP request body to the RESTful API if requestMethod is POST. Type: - * string (or Expression with resultType string). + * The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "requestBody") private Object requestBody; /* - * The additional HTTP headers in the request to the RESTful API. Type: - * string (or Expression with resultType string). + * The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "additionalHeaders") private Object additionalHeaders; /* - * The pagination rules to compose next page requests. Type: string (or - * Expression with resultType string). + * The pagination rules to compose next page requests. Type: string (or Expression with resultType string). */ @JsonProperty(value = "paginationRules") private Object paginationRules; /* - * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get - * a response, not the timeout to read response data. Default value: - * 00:01:40. Type: string (or Expression with resultType string), pattern: + * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read + * response data. Default value: 00:01:40. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "httpRequestTimeout") @@ -58,9 +56,8 @@ public final class RestSource extends CopySource { private Object requestInterval; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RetryPolicy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RetryPolicy.java index e7beea616ed93..5e0713cf65a79 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RetryPolicy.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RetryPolicy.java @@ -11,8 +11,8 @@ @Fluent public final class RetryPolicy { /* - * Maximum ordinary retry attempts. Default is 0. Type: integer (or - * Expression with resultType integer), minimum: 0. + * Maximum ordinary retry attempts. Default is 0. Type: integer (or Expression with resultType integer), minimum: + * 0. */ @JsonProperty(value = "count") private Object count; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunFilterParameters.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunFilterParameters.java index 436317e460886..e338b5d9ec13b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunFilterParameters.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunFilterParameters.java @@ -14,22 +14,19 @@ @Fluent public final class RunFilterParameters { /* - * The continuation token for getting the next page of results. Null for - * first page. + * The continuation token for getting the next page of results. Null for first page. */ @JsonProperty(value = "continuationToken") private String continuationToken; /* - * The time at or after which the run event was updated in 'ISO 8601' - * format. + * The time at or after which the run event was updated in 'ISO 8601' format. */ @JsonProperty(value = "lastUpdatedAfter", required = true) private OffsetDateTime lastUpdatedAfter; /* - * The time at or before which the run event was updated in 'ISO 8601' - * format. + * The time at or before which the run event was updated in 'ISO 8601' format. */ @JsonProperty(value = "lastUpdatedBefore", required = true) private OffsetDateTime lastUpdatedBefore; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilter.java index 9dbd1e4f23191..b9e40ac5de332 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilter.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilter.java @@ -13,11 +13,9 @@ @Fluent public final class RunQueryFilter { /* - * Parameter name to be used for filter. The allowed operands to query - * pipeline runs are PipelineName, RunStart, RunEnd and Status; to query - * activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, - * ActivityType and Status, and to query trigger runs are TriggerName, - * TriggerRunTimestamp and Status. + * Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, + * RunEnd and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and + * Status, and to query trigger runs are TriggerName, TriggerRunTimestamp and Status. */ @JsonProperty(value = "operand", required = true) private RunQueryFilterOperand operand; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilterOperand.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilterOperand.java index c601c9ca9d12e..1bd0ebaf38b8b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilterOperand.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilterOperand.java @@ -8,7 +8,11 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for RunQueryFilterOperand. */ +/** + * Parameter name to be used for filter. The allowed operands to query pipeline runs are PipelineName, RunStart, RunEnd + * and Status; to query activity runs are ActivityName, ActivityRunStart, ActivityRunEnd, ActivityType and Status, and + * to query trigger runs are TriggerName, TriggerRunTimestamp and Status. + */ public final class RunQueryFilterOperand extends ExpandableStringEnum { /** Static value PipelineName for RunQueryFilterOperand. */ public static final RunQueryFilterOperand PIPELINE_NAME = fromString("PipelineName"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilterOperator.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilterOperator.java index d61d7d06a6746..d42e8a1c4206f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilterOperator.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryFilterOperator.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for RunQueryFilterOperator. */ +/** Operator to be used for filter. */ public final class RunQueryFilterOperator extends ExpandableStringEnum { /** Static value Equals for RunQueryFilterOperator. */ public static final RunQueryFilterOperator EQUALS = fromString("Equals"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrder.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrder.java index 5077fd9a052e1..13d78f9bfebfd 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrder.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrder.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for RunQueryOrder. */ +/** Sorting order of the parameter. */ public final class RunQueryOrder extends ExpandableStringEnum { /** Static value ASC for RunQueryOrder. */ public static final RunQueryOrder ASC = fromString("ASC"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderBy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderBy.java index 5f1be6fc67542..d268a5460acac 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderBy.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderBy.java @@ -12,11 +12,9 @@ @Fluent public final class RunQueryOrderBy { /* - * Parameter name to be used for order by. The allowed parameters to order - * by for pipeline runs are PipelineName, RunStart, RunEnd and Status; for - * activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and - * Status; for trigger runs are TriggerName, TriggerRunTimestamp and - * Status. + * Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName, + * RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; + * for trigger runs are TriggerName, TriggerRunTimestamp and Status. */ @JsonProperty(value = "orderBy", required = true) private RunQueryOrderByField orderBy; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderByField.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderByField.java index 86c4671ee0a38..7a5b401789ed7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderByField.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/RunQueryOrderByField.java @@ -8,7 +8,11 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for RunQueryOrderByField. */ +/** + * Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName, + * RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; for + * trigger runs are TriggerName, TriggerRunTimestamp and Status. + */ public final class RunQueryOrderByField extends ExpandableStringEnum { /** Static value RunStart for RunQueryOrderByField. */ public static final RunQueryOrderByField RUN_START = fromString("RunStart"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceMarketingCloudSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceMarketingCloudSource.java index 2e108e595f8a4..8baf31ec5f16a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceMarketingCloudSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceMarketingCloudSource.java @@ -15,8 +15,7 @@ @Fluent public final class SalesforceMarketingCloudSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSink.java index eb58d49f93719..90a1f6a6f3728 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSink.java @@ -21,21 +21,18 @@ public final class SalesforceServiceCloudSink extends CopySink { private SalesforceSinkWriteBehavior writeBehavior; /* - * The name of the external ID field for upsert operation. Default value is - * 'Id' column. Type: string (or Expression with resultType string). + * The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "externalIdFieldName") private Object externalIdFieldName; /* - * The flag indicating whether or not to ignore null values from input - * dataset (except key fields) during write operation. Default value is - * false. If set it to true, it means ADF will leave the data in the - * destination object unchanged when doing upsert/update operation and - * insert defined default value when doing insert operation, versus ADF - * will update the data in the destination object to NULL when doing - * upsert/update operation and insert NULL value when doing insert - * operation. Type: boolean (or Expression with resultType boolean). + * The flag indicating whether or not to ignore null values from input dataset (except key fields) during write + * operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object + * unchanged when doing upsert/update operation and insert defined default value when doing insert operation, + * versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert + * NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "ignoreNullValues") private Object ignoreNullValues; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSource.java index 65b4b68a61bb1..bf89607eefc95 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceServiceCloudSource.java @@ -27,9 +27,8 @@ public final class SalesforceServiceCloudSource extends CopySource { private SalesforceSourceReadBehavior readBehavior; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSink.java index 0d02cc7b5a8e0..2809a945ae504 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSink.java @@ -21,21 +21,18 @@ public final class SalesforceSink extends CopySink { private SalesforceSinkWriteBehavior writeBehavior; /* - * The name of the external ID field for upsert operation. Default value is - * 'Id' column. Type: string (or Expression with resultType string). + * The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "externalIdFieldName") private Object externalIdFieldName; /* - * The flag indicating whether or not to ignore null values from input - * dataset (except key fields) during write operation. Default value is - * false. If set it to true, it means ADF will leave the data in the - * destination object unchanged when doing upsert/update operation and - * insert defined default value when doing insert operation, versus ADF - * will update the data in the destination object to NULL when doing - * upsert/update operation and insert NULL value when doing insert - * operation. Type: boolean (or Expression with resultType boolean). + * The flag indicating whether or not to ignore null values from input dataset (except key fields) during write + * operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object + * unchanged when doing upsert/update operation and insert defined default value when doing insert operation, + * versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert + * NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "ignoreNullValues") private Object ignoreNullValues; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSinkWriteBehavior.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSinkWriteBehavior.java index c266de7a0c767..723a8253bba21 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSinkWriteBehavior.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSinkWriteBehavior.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SalesforceSinkWriteBehavior. */ +/** The write behavior for the operation. Default is Insert. */ public final class SalesforceSinkWriteBehavior extends ExpandableStringEnum { /** Static value Insert for SalesforceSinkWriteBehavior. */ public static final SalesforceSinkWriteBehavior INSERT = fromString("Insert"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSourceReadBehavior.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSourceReadBehavior.java index 56d113a88096b..ff3d146d1bdd5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSourceReadBehavior.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SalesforceSourceReadBehavior.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SalesforceSourceReadBehavior. */ +/** The read behavior for the operation. Default is Query. */ public final class SalesforceSourceReadBehavior extends ExpandableStringEnum { /** Static value Query for SalesforceSourceReadBehavior. */ public static final SalesforceSourceReadBehavior QUERY = fromString("Query"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSink.java index 57ad6ccd5ec2f..a55bbea1d5644 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSink.java @@ -21,9 +21,8 @@ public final class SapCloudForCustomerSink extends CopySink { private SapCloudForCustomerSinkWriteBehavior writeBehavior; /* - * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get - * a response, not the timeout to read response data. Default value: - * 00:05:00. Type: string (or Expression with resultType string), pattern: + * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read + * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "httpRequestTimeout") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSinkWriteBehavior.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSinkWriteBehavior.java index 2de3d37bae30f..3f1d32fedb84a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSinkWriteBehavior.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSinkWriteBehavior.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SapCloudForCustomerSinkWriteBehavior. */ +/** The write behavior for the operation. Default is 'Insert'. */ public final class SapCloudForCustomerSinkWriteBehavior extends ExpandableStringEnum { /** Static value Insert for SapCloudForCustomerSinkWriteBehavior. */ diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSource.java index 6b53cb6a41a00..ce1766bc01590 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapCloudForCustomerSource.java @@ -15,16 +15,14 @@ @Fluent public final class SapCloudForCustomerSource extends TabularSource { /* - * SAP Cloud for Customer OData query. For example, "$top=1". Type: string - * (or Expression with resultType string). + * SAP Cloud for Customer OData query. For example, "$top=1". Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get - * a response, not the timeout to read response data. Default value: - * 00:05:00. Type: string (or Expression with resultType string), pattern: + * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read + * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "httpRequestTimeout") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapEccSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapEccSource.java index 649c5c7562390..6e67db95e0ede 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapEccSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapEccSource.java @@ -15,16 +15,14 @@ @Fluent public final class SapEccSource extends TabularSource { /* - * SAP ECC OData query. For example, "$top=1". Type: string (or Expression - * with resultType string). + * SAP ECC OData query. For example, "$top=1". Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get - * a response, not the timeout to read response data. Default value: - * 00:05:00. Type: string (or Expression with resultType string), pattern: + * The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read + * response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "httpRequestTimeout") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaAuthenticationType.java index 3418f41a89b36..37ca212991865 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SapHanaAuthenticationType. */ +/** The authentication type to be used to connect to the SAP HANA server. */ public final class SapHanaAuthenticationType extends ExpandableStringEnum { /** Static value Basic for SapHanaAuthenticationType. */ public static final SapHanaAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaPartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaPartitionSettings.java index af4384608c4d2..2fb7bd378bb4b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaPartitionSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaPartitionSettings.java @@ -11,8 +11,8 @@ @Fluent public final class SapHanaPartitionSettings { /* - * The name of the column that will be used for proceeding range - * partitioning. Type: string (or Expression with resultType string). + * The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "partitionColumnName") private Object partitionColumnName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaSource.java index bedfd16d29da8..963406101d454 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapHanaSource.java @@ -21,16 +21,14 @@ public final class SapHanaSource extends TabularSource { private Object query; /* - * The packet size of data read from SAP HANA. Type: integer(or Expression - * with resultType integer). + * The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer). */ @JsonProperty(value = "packetSize") private Object packetSize; /* - * The partition mechanism that will be used for SAP HANA read in parallel. - * Possible values include: "None", "PhysicalPartitionsOfTable", - * "SapHanaDynamicRange". + * The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", + * "PhysicalPartitionsOfTable", "SapHanaDynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOdpSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOdpSource.java index 805fb5fd02dcb..11a7986239b2b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOdpSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOdpSource.java @@ -15,30 +15,28 @@ @Fluent public final class SapOdpSource extends TabularSource { /* - * The extraction mode. Allowed value include: Full, Delta and Recovery. - * The default value is Full. Type: string (or Expression with resultType - * string). + * The extraction mode. Allowed value include: Full, Delta and Recovery. The default value is Full. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "extractionMode") private Object extractionMode; /* - * The subscriber process to manage the delta process. Type: string (or - * Expression with resultType string). + * The subscriber process to manage the delta process. Type: string (or Expression with resultType string). */ @JsonProperty(value = "subscriberProcess") private Object subscriberProcess; /* - * Specifies the selection conditions from source data. Type: array of - * objects(selection) (or Expression with resultType array of objects). + * Specifies the selection conditions from source data. Type: array of objects(selection) (or Expression with + * resultType array of objects). */ @JsonProperty(value = "selection") private Object selection; /* - * Specifies the columns to be selected from source data. Type: array of - * objects(projection) (or Expression with resultType array of objects). + * Specifies the columns to be selected from source data. Type: array of objects(projection) (or Expression with + * resultType array of objects). */ @JsonProperty(value = "projection") private Object projection; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubLinkedService.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubLinkedService.java index 2f6095389a3d6..e2d38b21b398b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubLinkedService.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubLinkedService.java @@ -19,8 +19,7 @@ @Fluent public final class SapOpenHubLinkedService extends LinkedService { /* - * Properties specific to SAP Business Warehouse Open Hub Destination - * linked service type. + * Properties specific to SAP Business Warehouse Open Hub Destination linked service type. */ @JsonProperty(value = "typeProperties", required = true) private SapOpenHubLinkedServiceTypeProperties innerTypeProperties = new SapOpenHubLinkedServiceTypeProperties(); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubSource.java index 2f14c1e77532d..b3fb3ee243fda 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapOpenHubSource.java @@ -15,32 +15,29 @@ @Fluent public final class SapOpenHubSource extends TabularSource { /* - * Whether to exclude the records of the last request. The default value is - * true. Type: boolean (or Expression with resultType boolean). + * Whether to exclude the records of the last request. The default value is true. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "excludeLastRequest") private Object excludeLastRequest; /* - * The ID of request for delta loading. Once it is set, only data with - * requestId larger than the value of this property will be retrieved. The - * default value is 0. Type: integer (or Expression with resultType integer - * ). + * The ID of request for delta loading. Once it is set, only data with requestId larger than the value of this + * property will be retrieved. The default value is 0. Type: integer (or Expression with resultType integer ). */ @JsonProperty(value = "baseRequestId") private Object baseRequestId; /* - * Specifies the custom RFC function module that will be used to read data - * from SAP Table. Type: string (or Expression with resultType string). + * Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "customRfcReadTableFunctionModule") private Object customRfcReadTableFunctionModule; /* - * The single character that will be used as delimiter passed to SAP RFC as - * well as splitting the output data retrieved. Type: string (or Expression - * with resultType string). + * The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data + * retrieved. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sapDataColumnDelimiter") private Object sapDataColumnDelimiter; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTablePartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTablePartitionSettings.java index 19fe6f876389d..818625a676cb8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTablePartitionSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTablePartitionSettings.java @@ -11,31 +11,29 @@ @Fluent public final class SapTablePartitionSettings { /* - * The name of the column that will be used for proceeding range - * partitioning. Type: string (or Expression with resultType string). + * The name of the column that will be used for proceeding range partitioning. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "partitionColumnName") private Object partitionColumnName; /* - * The maximum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The maximum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionUpperBound") private Object partitionUpperBound; /* - * The minimum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The minimum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionLowerBound") private Object partitionLowerBound; /* - * The maximum value of partitions the table will be split into. Type: - * integer (or Expression with resultType string). + * The maximum value of partitions the table will be split into. Type: integer (or Expression with resultType + * string). */ @JsonProperty(value = "maxPartitionsNumber") private Object maxPartitionsNumber; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTableSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTableSource.java index e5783d44f503e..3cbf232dc787d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTableSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SapTableSource.java @@ -15,61 +15,56 @@ @Fluent public final class SapTableSource extends TabularSource { /* - * The number of rows to be retrieved. Type: integer(or Expression with - * resultType integer). + * The number of rows to be retrieved. Type: integer(or Expression with resultType integer). */ @JsonProperty(value = "rowCount") private Object rowCount; /* - * The number of rows that will be skipped. Type: integer (or Expression - * with resultType integer). + * The number of rows that will be skipped. Type: integer (or Expression with resultType integer). */ @JsonProperty(value = "rowSkips") private Object rowSkips; /* - * The fields of the SAP table that will be retrieved. For example, - * column0, column1. Type: string (or Expression with resultType string). + * The fields of the SAP table that will be retrieved. For example, column0, column1. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "rfcTableFields") private Object rfcTableFields; /* - * The options for the filtering of the SAP Table. For example, COLUMN0 EQ - * SOME VALUE. Type: string (or Expression with resultType string). + * The options for the filtering of the SAP Table. For example, COLUMN0 EQ SOME VALUE. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "rfcTableOptions") private Object rfcTableOptions; /* - * Specifies the maximum number of rows that will be retrieved at a time - * when retrieving data from SAP Table. Type: integer (or Expression with - * resultType integer). + * Specifies the maximum number of rows that will be retrieved at a time when retrieving data from SAP Table. Type: + * integer (or Expression with resultType integer). */ @JsonProperty(value = "batchSize") private Object batchSize; /* - * Specifies the custom RFC function module that will be used to read data - * from SAP Table. Type: string (or Expression with resultType string). + * Specifies the custom RFC function module that will be used to read data from SAP Table. Type: string (or + * Expression with resultType string). */ @JsonProperty(value = "customRfcReadTableFunctionModule") private Object customRfcReadTableFunctionModule; /* - * The single character that will be used as delimiter passed to SAP RFC as - * well as splitting the output data retrieved. Type: string (or Expression - * with resultType string). + * The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data + * retrieved. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sapDataColumnDelimiter") private Object sapDataColumnDelimiter; /* - * The partition mechanism that will be used for SAP table read in - * parallel. Possible values include: "None", "PartitionOnInt", - * "PartitionOnCalendarYear", "PartitionOnCalendarMonth", - * "PartitionOnCalendarDate", "PartitionOnTime". + * The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", + * "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", + * "PartitionOnTime". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityLogDestination.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityLogDestination.java index 3e2f6caac39a8..9a04d4126abb6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityLogDestination.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityLogDestination.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ScriptActivityLogDestination. */ +/** The destination of logs. Type: string. */ public final class ScriptActivityLogDestination extends ExpandableStringEnum { /** Static value ActivityOutput for ScriptActivityLogDestination. */ public static final ScriptActivityLogDestination ACTIVITY_OUTPUT = fromString("ActivityOutput"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameter.java index c048be8d2714b..90abc6bb32191 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameter.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameter.java @@ -11,8 +11,7 @@ @Fluent public final class ScriptActivityParameter { /* - * The name of the parameter. Type: string (or Expression with resultType - * string). + * The name of the parameter. Type: string (or Expression with resultType string). */ @JsonProperty(value = "name") private Object name; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameterDirection.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameterDirection.java index 96a354cf2ae57..dd38e6eae6229 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameterDirection.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameterDirection.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ScriptActivityParameterDirection. */ +/** The direction of the parameter. */ public final class ScriptActivityParameterDirection extends ExpandableStringEnum { /** Static value Input for ScriptActivityParameterDirection. */ public static final ScriptActivityParameterDirection INPUT = fromString("Input"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameterType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameterType.java index b04c0812dce7c..2d59f46c32d20 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameterType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptActivityParameterType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ScriptActivityParameterType. */ +/** The type of the parameter. */ public final class ScriptActivityParameterType extends ExpandableStringEnum { /** Static value Boolean for ScriptActivityParameterType. */ public static final ScriptActivityParameterType BOOLEAN = fromString("Boolean"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptType.java index 2106b76e446fa..637b7579431cc 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ScriptType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ScriptType. */ +/** The type of the query. Type: string. */ public final class ScriptType extends ExpandableStringEnum { /** Static value Query for ScriptType. */ public static final ScriptType QUERY = fromString("Query"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfDependencyTumblingWindowTriggerReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfDependencyTumblingWindowTriggerReference.java index 7f33956cb02e5..86c465e89901c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfDependencyTumblingWindowTriggerReference.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfDependencyTumblingWindowTriggerReference.java @@ -16,15 +16,14 @@ @Fluent public final class SelfDependencyTumblingWindowTriggerReference extends DependencyReference { /* - * Timespan applied to the start time of a tumbling window when evaluating - * dependency. + * Timespan applied to the start time of a tumbling window when evaluating dependency. */ @JsonProperty(value = "offset", required = true) private String offset; /* - * The size of the window when evaluating the dependency. If undefined the - * frequency of the tumbling window will be used. + * The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be + * used. */ @JsonProperty(value = "size") private String size; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntime.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntime.java index 61cab5dc2a52a..ca7ddc6b46a4a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntime.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntime.java @@ -16,8 +16,8 @@ @Fluent public final class SelfHostedIntegrationRuntime extends IntegrationRuntime { /* - * When this property is not null, means this is a linked integration - * runtime. The property is used to access original integration runtime. + * When this property is not null, means this is a linked integration runtime. The property is used to access + * original integration runtime. */ @JsonProperty(value = "typeProperties") private SelfHostedIntegrationRuntimeTypeProperties innerTypeProperties; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntimeNodeStatus.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntimeNodeStatus.java index 4ba4149c0dbe3..2968ab801332e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntimeNodeStatus.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SelfHostedIntegrationRuntimeNodeStatus.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SelfHostedIntegrationRuntimeNodeStatus. */ +/** Status of the integration runtime node. */ public final class SelfHostedIntegrationRuntimeNodeStatus extends ExpandableStringEnum { /** Static value NeedRegistration for SelfHostedIntegrationRuntimeNodeStatus. */ diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowAuthenticationType.java index 3b43fd7d6ee84..d07bdfb1e8ad6 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ServiceNowAuthenticationType. */ +/** The authentication type to use. */ public final class ServiceNowAuthenticationType extends ExpandableStringEnum { /** Static value Basic for ServiceNowAuthenticationType. */ public static final ServiceNowAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowSource.java index 514181493441d..55bb440054412 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ServiceNowSource.java @@ -15,8 +15,7 @@ @Fluent public final class ServiceNowSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpAuthenticationType.java index 181298d328d04..7a287491cb60a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SftpAuthenticationType. */ +/** The authentication type to be used to connect to the FTP server. */ public final class SftpAuthenticationType extends ExpandableStringEnum { /** Static value Basic for SftpAuthenticationType. */ public static final SftpAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpReadSettings.java index c4c594f4325fd..5fff0bb88cbdf 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpReadSettings.java @@ -15,22 +15,20 @@ @Fluent public final class SftpReadSettings extends StoreReadSettings { /* - * If true, files under the folder path will be read recursively. Default - * is true. Type: boolean (or Expression with resultType boolean). + * If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "recursive") private Object recursive; /* - * Sftp wildcardFolderPath. Type: string (or Expression with resultType - * string). + * Sftp wildcardFolderPath. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFolderPath") private Object wildcardFolderPath; /* - * Sftp wildcardFileName. Type: string (or Expression with resultType - * string). + * Sftp wildcardFileName. Type: string (or Expression with resultType string). */ @JsonProperty(value = "wildcardFileName") private Object wildcardFileName; @@ -42,45 +40,41 @@ public final class SftpReadSettings extends StoreReadSettings { private Boolean enablePartitionDiscovery; /* - * Specify the root path where partition discovery starts from. Type: - * string (or Expression with resultType string). + * Specify the root path where partition discovery starts from. Type: string (or Expression with resultType + * string). */ @JsonProperty(value = "partitionRootPath") private Object partitionRootPath; /* - * Point to a text file that lists each file (relative path to the path - * configured in the dataset) that you want to copy. Type: string (or - * Expression with resultType string). + * Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to + * copy. Type: string (or Expression with resultType string). */ @JsonProperty(value = "fileListPath") private Object fileListPath; /* - * Indicates whether the source files need to be deleted after copy - * completion. Default is false. Type: boolean (or Expression with - * resultType boolean). + * Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or + * Expression with resultType boolean). */ @JsonProperty(value = "deleteFilesAfterCompletion") private Object deleteFilesAfterCompletion; /* - * The start of file's modified datetime. Type: string (or Expression with - * resultType string). + * The start of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeStart") private Object modifiedDatetimeStart; /* - * The end of file's modified datetime. Type: string (or Expression with - * resultType string). + * The end of file's modified datetime. Type: string (or Expression with resultType string). */ @JsonProperty(value = "modifiedDatetimeEnd") private Object modifiedDatetimeEnd; /* - * If true, disable parallel reading within each file. Default is false. - * Type: boolean (or Expression with resultType boolean). + * If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "disableChunking") private Object disableChunking; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpWriteSettings.java index 869d35985cf60..830878d05b70d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SftpWriteSettings.java @@ -15,17 +15,15 @@ @Fluent public final class SftpWriteSettings extends StoreWriteSettings { /* - * Specifies the timeout for writing each chunk to SFTP server. Default - * value: 01:00:00 (one hour). Type: string (or Expression with resultType - * string). + * Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "operationTimeout") private Object operationTimeout; /* - * Upload to temporary file(s) and rename. Disable this option if your SFTP - * server doesn't support rename operation. Type: boolean (or Expression - * with resultType boolean). + * Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename + * operation. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "useTempFileRename") private Object useTempFileRename; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SharePointOnlineListSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SharePointOnlineListSource.java index 9ec9d18791688..b72eeb5348379 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SharePointOnlineListSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SharePointOnlineListSource.java @@ -15,16 +15,15 @@ @Fluent public final class SharePointOnlineListSource extends CopySource { /* - * The OData query to filter the data in SharePoint Online list. For - * example, "$top=1". Type: string (or Expression with resultType string). + * The OData query to filter the data in SharePoint Online list. For example, "$top=1". Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "query") private Object query; /* - * The wait time to get a response from SharePoint Online. Default value is - * 5 minutes (00:05:00). Type: string (or Expression with resultType - * string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * The wait time to get a response from SharePoint Online. Default value is 5 minutes (00:05:00). Type: string (or + * Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "httpRequestTimeout") private Object httpRequestTimeout; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ShopifySource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ShopifySource.java index 4130a9748c4b7..fb343ed08033c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ShopifySource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ShopifySource.java @@ -15,8 +15,7 @@ @Fluent public final class ShopifySource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SkipErrorFile.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SkipErrorFile.java index 9b95231c63aa1..7df0f3ad6ea39 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SkipErrorFile.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SkipErrorFile.java @@ -11,15 +11,15 @@ @Fluent public final class SkipErrorFile { /* - * Skip if file is deleted by other client during copy. Default is true. - * Type: boolean (or Expression with resultType boolean). + * Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "fileMissing") private Object fileMissing; /* - * Skip if source/sink file changed by other concurrent write. Default is - * false. Type: boolean (or Expression with resultType boolean). + * Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "dataInconsistency") private Object dataInconsistency; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeExportCopyCommand.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeExportCopyCommand.java index 27ac6d88229fc..e3f18dc3473c4 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeExportCopyCommand.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeExportCopyCommand.java @@ -17,20 +17,18 @@ @Fluent public final class SnowflakeExportCopyCommand extends ExportSettings { /* - * Additional copy options directly passed to snowflake Copy Command. Type: - * key value pairs (value should be string type) (or Expression with - * resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": - * "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" } + * Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string + * type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", + * "TIME_FORMAT": "'HH24:MI:SS.FF'" } */ @JsonProperty(value = "additionalCopyOptions") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map additionalCopyOptions; /* - * Additional format options directly passed to snowflake Copy Command. - * Type: key value pairs (value should be string type) (or Expression with - * resultType object). Example: "additionalFormatOptions": { "OVERWRITE": - * "TRUE", "MAX_FILE_SIZE": "'FALSE'" } + * Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be + * string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", + * "MAX_FILE_SIZE": "'FALSE'" } */ @JsonProperty(value = "additionalFormatOptions") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeImportCopyCommand.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeImportCopyCommand.java index 018dfa6d24b7c..0b103b28cd16c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeImportCopyCommand.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeImportCopyCommand.java @@ -17,20 +17,18 @@ @Fluent public final class SnowflakeImportCopyCommand extends ImportSettings { /* - * Additional copy options directly passed to snowflake Copy Command. Type: - * key value pairs (value should be string type) (or Expression with - * resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": - * "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" } + * Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string + * type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", + * "TIME_FORMAT": "'HH24:MI:SS.FF'" } */ @JsonProperty(value = "additionalCopyOptions") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map additionalCopyOptions; /* - * Additional format options directly passed to snowflake Copy Command. - * Type: key value pairs (value should be string type) (or Expression with - * resultType object). Example: "additionalFormatOptions": { "FORCE": - * "TRUE", "LOAD_UNCERTAIN_FILES": "'FALSE'" } + * Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be + * string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "FORCE": "TRUE", + * "LOAD_UNCERTAIN_FILES": "'FALSE'" } */ @JsonProperty(value = "additionalFormatOptions") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSink.java index 60da09a40d718..359391f16afc4 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSink.java @@ -15,8 +15,7 @@ @Fluent public final class SnowflakeSink extends CopySink { /* - * SQL pre-copy script. Type: string (or Expression with resultType - * string). + * SQL pre-copy script. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSource.java index 304227ae2b423..3657b2ec2f81a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SnowflakeSource.java @@ -15,8 +15,7 @@ @Fluent public final class SnowflakeSource extends CopySource { /* - * Snowflake Sql query. Type: string (or Expression with resultType - * string). + * Snowflake Sql query. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkAuthenticationType.java index 72bca16d38501..deeeda79a138e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SparkAuthenticationType. */ +/** The authentication method used to access the Spark server. */ public final class SparkAuthenticationType extends ExpandableStringEnum { /** Static value Anonymous for SparkAuthenticationType. */ public static final SparkAuthenticationType ANONYMOUS = fromString("Anonymous"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkJobReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkJobReferenceType.java new file mode 100644 index 0000000000000..d43e05bb68b0f --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkJobReferenceType.java @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Synapse spark job reference type. */ +public final class SparkJobReferenceType extends ExpandableStringEnum { + /** Static value SparkJobDefinitionReference for SparkJobReferenceType. */ + public static final SparkJobReferenceType SPARK_JOB_DEFINITION_REFERENCE = + fromString("SparkJobDefinitionReference"); + + /** + * Creates or finds a SparkJobReferenceType from its string representation. + * + * @param name a name to look for. + * @return the corresponding SparkJobReferenceType. + */ + @JsonCreator + public static SparkJobReferenceType fromString(String name) { + return fromString(name, SparkJobReferenceType.class); + } + + /** + * Gets known SparkJobReferenceType values. + * + * @return known SparkJobReferenceType values. + */ + public static Collection values() { + return values(SparkJobReferenceType.class); + } +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkServerType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkServerType.java index 40a3cff1675b0..13ecb10202378 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkServerType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkServerType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SparkServerType. */ +/** The type of Spark server. */ public final class SparkServerType extends ExpandableStringEnum { /** Static value SharkServer for SparkServerType. */ public static final SparkServerType SHARK_SERVER = fromString("SharkServer"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkSource.java index ca3cd3846fa25..37800e531e2d1 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkSource.java @@ -15,8 +15,7 @@ @Fluent public final class SparkSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkThriftTransportProtocol.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkThriftTransportProtocol.java index aef279f9fa3b2..84704a48e4358 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkThriftTransportProtocol.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SparkThriftTransportProtocol.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SparkThriftTransportProtocol. */ +/** The transport protocol to use in the Thrift layer. */ public final class SparkThriftTransportProtocol extends ExpandableStringEnum { /** Static value Binary for SparkThriftTransportProtocol. */ public static final SparkThriftTransportProtocol BINARY = fromString("Binary"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedAkvAuthType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedAkvAuthType.java index 8178b0fc2d891..d8090fe53309f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedAkvAuthType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedAkvAuthType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SqlAlwaysEncryptedAkvAuthType. */ +/** Sql always encrypted AKV authentication type. Type: string (or Expression with resultType string). */ public final class SqlAlwaysEncryptedAkvAuthType extends ExpandableStringEnum { /** Static value ServicePrincipal for SqlAlwaysEncryptedAkvAuthType. */ public static final SqlAlwaysEncryptedAkvAuthType SERVICE_PRINCIPAL = fromString("ServicePrincipal"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedProperties.java index e9e0612fafc1e..f4fba00d32a87 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlAlwaysEncryptedProperties.java @@ -12,23 +12,20 @@ @Fluent public final class SqlAlwaysEncryptedProperties { /* - * Sql always encrypted AKV authentication type. Type: string (or - * Expression with resultType string). + * Sql always encrypted AKV authentication type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "alwaysEncryptedAkvAuthType", required = true) private SqlAlwaysEncryptedAkvAuthType alwaysEncryptedAkvAuthType; /* - * The client ID of the application in Azure Active Directory used for - * Azure Key Vault authentication. Type: string (or Expression with - * resultType string). + * The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "servicePrincipalId") private Object servicePrincipalId; /* - * The key of the service principal used to authenticate against Azure Key - * Vault. + * The key of the service principal used to authenticate against Azure Key Vault. */ @JsonProperty(value = "servicePrincipalKey") private SecretBase servicePrincipalKey; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSink.java index 6fdb5548bbaf0..132e6911bbc14 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSink.java @@ -15,15 +15,14 @@ @Fluent public final class SqlDWSink extends CopySink { /* - * SQL pre-copy script. Type: string (or Expression with resultType - * string). + * SQL pre-copy script. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; /* - * Indicates to use PolyBase to copy data into SQL Data Warehouse when - * applicable. Type: boolean (or Expression with resultType boolean). + * Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "allowPolyBase") private Object allowPolyBase; @@ -35,8 +34,8 @@ public final class SqlDWSink extends CopySink { private PolybaseSettings polyBaseSettings; /* - * Indicates to use Copy Command to copy data into SQL Data Warehouse. - * Type: boolean (or Expression with resultType boolean). + * Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "allowCopyCommand") private Object allowCopyCommand; @@ -48,23 +47,20 @@ public final class SqlDWSink extends CopySink { private DWCopyCommandSettings copyCommandSettings; /* - * The option to handle sink table, such as autoCreate. For now only - * 'autoCreate' value is supported. Type: string (or Expression with - * resultType string). + * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "tableOption") private Object tableOption; /* - * Whether to use table lock during bulk copy. Type: boolean (or Expression - * with resultType boolean). + * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "sqlWriterUseTableLock") private Object sqlWriterUseTableLock; /* - * Write behavior when copying data into azure SQL DW. Type: - * SqlDWWriteBehaviorEnum (or Expression with resultType + * Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType * SqlDWWriteBehaviorEnum) */ @JsonProperty(value = "writeBehavior") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSource.java index 6ce0f24c6b3bb..8858d52febeb2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWSource.java @@ -15,32 +15,28 @@ @Fluent public final class SqlDWSource extends TabularSource { /* - * SQL Data Warehouse reader query. Type: string (or Expression with - * resultType string). + * SQL Data Warehouse reader query. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlReaderQuery") private Object sqlReaderQuery; /* - * Name of the stored procedure for a SQL Data Warehouse source. This - * cannot be used at the same time as SqlReaderQuery. Type: string (or - * Expression with resultType string). + * Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as + * SqlReaderQuery. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlReaderStoredProcedureName") private Object sqlReaderStoredProcedureName; /* - * Value and type setting for stored procedure parameters. Example: - * "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression - * with resultType object), itemType: StoredProcedureParameter. + * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". + * Type: object (or Expression with resultType object), itemType: StoredProcedureParameter. */ @JsonProperty(value = "storedProcedureParameters") private Object storedProcedureParameters; /* - * The partition mechanism that will be used for Sql read in parallel. - * Possible values include: "None", "PhysicalPartitionsOfTable", - * "DynamicRange". + * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", + * "PhysicalPartitionsOfTable", "DynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWUpsertSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWUpsertSettings.java index 509331da9ec94..ac5a652971629 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWUpsertSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlDWUpsertSettings.java @@ -11,15 +11,14 @@ @Fluent public final class SqlDWUpsertSettings { /* - * Schema name for interim table. Type: string (or Expression with - * resultType string). + * Schema name for interim table. Type: string (or Expression with resultType string). */ @JsonProperty(value = "interimSchemaName") private Object interimSchemaName; /* - * Key column names for unique row identification. Type: array of strings - * (or Expression with resultType array of strings). + * Key column names for unique row identification. Type: array of strings (or Expression with resultType array of + * strings). */ @JsonProperty(value = "keys") private Object keys; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISink.java index 0fc9b0f98d449..19dd5b86920a2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISink.java @@ -17,22 +17,19 @@ @Fluent public final class SqlMISink extends CopySink { /* - * SQL writer stored procedure name. Type: string (or Expression with - * resultType string). + * SQL writer stored procedure name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlWriterStoredProcedureName") private Object sqlWriterStoredProcedureName; /* - * SQL writer table type. Type: string (or Expression with resultType - * string). + * SQL writer table type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlWriterTableType") private Object sqlWriterTableType; /* - * SQL pre-copy script. Type: string (or Expression with resultType - * string). + * SQL pre-copy script. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; @@ -45,30 +42,26 @@ public final class SqlMISink extends CopySink { private Map storedProcedureParameters; /* - * The stored procedure parameter name of the table type. Type: string (or - * Expression with resultType string). + * The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "storedProcedureTableTypeParameterName") private Object storedProcedureTableTypeParameterName; /* - * The option to handle sink table, such as autoCreate. For now only - * 'autoCreate' value is supported. Type: string (or Expression with - * resultType string). + * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "tableOption") private Object tableOption; /* - * Whether to use table lock during bulk copy. Type: boolean (or Expression - * with resultType boolean). + * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "sqlWriterUseTableLock") private Object sqlWriterUseTableLock; /* - * White behavior when copying data into azure SQL MI. Type: - * SqlWriteBehaviorEnum (or Expression with resultType + * White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType * SqlWriteBehaviorEnum) */ @JsonProperty(value = "writeBehavior") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISource.java index 81606b9620f43..bf739f27b4a6e 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlMISource.java @@ -23,16 +23,14 @@ public final class SqlMISource extends TabularSource { private Object sqlReaderQuery; /* - * Name of the stored procedure for a Azure SQL Managed Instance source. - * This cannot be used at the same time as SqlReaderQuery. Type: string (or - * Expression with resultType string). + * Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as + * SqlReaderQuery. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlReaderStoredProcedureName") private Object sqlReaderStoredProcedureName; /* - * Value and type setting for stored procedure parameters. Example: - * "{Parameter1: {value: "1", type: "int"}}". + * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */ @JsonProperty(value = "storedProcedureParameters") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) @@ -45,9 +43,8 @@ public final class SqlMISource extends TabularSource { private Object produceAdditionalTypes; /* - * The partition mechanism that will be used for Sql read in parallel. - * Possible values include: "None", "PhysicalPartitionsOfTable", - * "DynamicRange". + * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", + * "PhysicalPartitionsOfTable", "DynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlPartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlPartitionSettings.java index de4a7be44caf2..c94413298dc89 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlPartitionSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlPartitionSettings.java @@ -11,27 +11,24 @@ @Fluent public final class SqlPartitionSettings { /* - * The name of the column in integer or datetime type that will be used for - * proceeding partitioning. If not specified, the primary key of the table - * is auto-detected and used as the partition column. Type: string (or + * The name of the column in integer or datetime type that will be used for proceeding partitioning. If not + * specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or * Expression with resultType string). */ @JsonProperty(value = "partitionColumnName") private Object partitionColumnName; /* - * The maximum value of the partition column for partition range splitting. - * This value is used to decide the partition stride, not for filtering the - * rows in table. All rows in the table or query result will be partitioned + * The maximum value of the partition column for partition range splitting. This value is used to decide the + * partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned * and copied. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionUpperBound") private Object partitionUpperBound; /* - * The minimum value of the partition column for partition range splitting. - * This value is used to decide the partition stride, not for filtering the - * rows in table. All rows in the table or query result will be partitioned + * The minimum value of the partition column for partition range splitting. This value is used to decide the + * partition stride, not for filtering the rows in table. All rows in the table or query result will be partitioned * and copied. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionLowerBound") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSink.java index 8760f686c2480..42602cfeee7be 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSink.java @@ -17,22 +17,19 @@ @Fluent public final class SqlServerSink extends CopySink { /* - * SQL writer stored procedure name. Type: string (or Expression with - * resultType string). + * SQL writer stored procedure name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlWriterStoredProcedureName") private Object sqlWriterStoredProcedureName; /* - * SQL writer table type. Type: string (or Expression with resultType - * string). + * SQL writer table type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlWriterTableType") private Object sqlWriterTableType; /* - * SQL pre-copy script. Type: string (or Expression with resultType - * string). + * SQL pre-copy script. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; @@ -45,30 +42,26 @@ public final class SqlServerSink extends CopySink { private Map storedProcedureParameters; /* - * The stored procedure parameter name of the table type. Type: string (or - * Expression with resultType string). + * The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "storedProcedureTableTypeParameterName") private Object storedProcedureTableTypeParameterName; /* - * The option to handle sink table, such as autoCreate. For now only - * 'autoCreate' value is supported. Type: string (or Expression with - * resultType string). + * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "tableOption") private Object tableOption; /* - * Whether to use table lock during bulk copy. Type: boolean (or Expression - * with resultType boolean). + * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "sqlWriterUseTableLock") private Object sqlWriterUseTableLock; /* - * Write behavior when copying data into sql server. Type: - * SqlWriteBehaviorEnum (or Expression with resultType + * Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType * SqlWriteBehaviorEnum) */ @JsonProperty(value = "writeBehavior") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSource.java index 57d33dfcfaffc..3e93e23aae42c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlServerSource.java @@ -23,16 +23,14 @@ public final class SqlServerSource extends TabularSource { private Object sqlReaderQuery; /* - * Name of the stored procedure for a SQL Database source. This cannot be - * used at the same time as SqlReaderQuery. Type: string (or Expression - * with resultType string). + * Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlReaderStoredProcedureName") private Object sqlReaderStoredProcedureName; /* - * Value and type setting for stored procedure parameters. Example: - * "{Parameter1: {value: "1", type: "int"}}". + * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */ @JsonProperty(value = "storedProcedureParameters") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) @@ -45,9 +43,8 @@ public final class SqlServerSource extends TabularSource { private Object produceAdditionalTypes; /* - * The partition mechanism that will be used for Sql read in parallel. - * Possible values include: "None", "PhysicalPartitionsOfTable", - * "DynamicRange". + * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", + * "PhysicalPartitionsOfTable", "DynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSink.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSink.java index 69b5734463abd..5e839f54c23d8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSink.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSink.java @@ -17,22 +17,19 @@ @Fluent public final class SqlSink extends CopySink { /* - * SQL writer stored procedure name. Type: string (or Expression with - * resultType string). + * SQL writer stored procedure name. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlWriterStoredProcedureName") private Object sqlWriterStoredProcedureName; /* - * SQL writer table type. Type: string (or Expression with resultType - * string). + * SQL writer table type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlWriterTableType") private Object sqlWriterTableType; /* - * SQL pre-copy script. Type: string (or Expression with resultType - * string). + * SQL pre-copy script. Type: string (or Expression with resultType string). */ @JsonProperty(value = "preCopyScript") private Object preCopyScript; @@ -45,30 +42,27 @@ public final class SqlSink extends CopySink { private Map storedProcedureParameters; /* - * The stored procedure parameter name of the table type. Type: string (or - * Expression with resultType string). + * The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */ @JsonProperty(value = "storedProcedureTableTypeParameterName") private Object storedProcedureTableTypeParameterName; /* - * The option to handle sink table, such as autoCreate. For now only - * 'autoCreate' value is supported. Type: string (or Expression with - * resultType string). + * The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "tableOption") private Object tableOption; /* - * Whether to use table lock during bulk copy. Type: boolean (or Expression - * with resultType boolean). + * Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "sqlWriterUseTableLock") private Object sqlWriterUseTableLock; /* - * Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum - * (or Expression with resultType SqlWriteBehaviorEnum) + * Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType + * SqlWriteBehaviorEnum) */ @JsonProperty(value = "writeBehavior") private Object writeBehavior; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSource.java index 095897c87bfc6..fe2a3f8c33ec2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlSource.java @@ -23,35 +23,30 @@ public final class SqlSource extends TabularSource { private Object sqlReaderQuery; /* - * Name of the stored procedure for a SQL Database source. This cannot be - * used at the same time as SqlReaderQuery. Type: string (or Expression - * with resultType string). + * Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "sqlReaderStoredProcedureName") private Object sqlReaderStoredProcedureName; /* - * Value and type setting for stored procedure parameters. Example: - * "{Parameter1: {value: "1", type: "int"}}". + * Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */ @JsonProperty(value = "storedProcedureParameters") @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) private Map storedProcedureParameters; /* - * Specifies the transaction locking behavior for the SQL source. Allowed - * values: - * ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The - * default value is ReadCommitted. Type: string (or Expression with - * resultType string). + * Specifies the transaction locking behavior for the SQL source. Allowed values: + * ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "isolationLevel") private Object isolationLevel; /* - * The partition mechanism that will be used for Sql read in parallel. - * Possible values include: "None", "PhysicalPartitionsOfTable", - * "DynamicRange". + * The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", + * "PhysicalPartitionsOfTable", "DynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlUpsertSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlUpsertSettings.java index 8b3153af45915..911aea6ec588f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlUpsertSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SqlUpsertSettings.java @@ -11,22 +11,21 @@ @Fluent public final class SqlUpsertSettings { /* - * Specifies whether to use temp db for upsert interim table. Type: boolean - * (or Expression with resultType boolean). + * Specifies whether to use temp db for upsert interim table. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "useTempDB") private Object useTempDB; /* - * Schema name for interim table. Type: string (or Expression with - * resultType string). + * Schema name for interim table. Type: string (or Expression with resultType string). */ @JsonProperty(value = "interimSchemaName") private Object interimSchemaName; /* - * Key column names for unique row identification. Type: array of strings - * (or Expression with resultType array of strings). + * Key column names for unique row identification. Type: array of strings (or Expression with resultType array of + * strings). */ @JsonProperty(value = "keys") private Object keys; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SquareSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SquareSource.java index 17523edf056da..ad39fc4317a06 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SquareSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SquareSource.java @@ -15,8 +15,7 @@ @Fluent public final class SquareSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisChildPackage.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisChildPackage.java index 8752c8e2d0ee5..f4f06b2be9a37 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisChildPackage.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisChildPackage.java @@ -12,8 +12,7 @@ @Fluent public final class SsisChildPackage { /* - * Path for embedded child package. Type: string (or Expression with - * resultType string). + * Path for embedded child package. Type: string (or Expression with resultType string). */ @JsonProperty(value = "packagePath", required = true) private Object packagePath; @@ -25,8 +24,7 @@ public final class SsisChildPackage { private String packageName; /* - * Content for embedded child package. Type: string (or Expression with - * resultType string). + * Content for embedded child package. Type: string (or Expression with resultType string). */ @JsonProperty(value = "packageContent", required = true) private Object packageContent; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisExecutionParameter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisExecutionParameter.java index ef53dc2f75010..0364453834c52 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisExecutionParameter.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisExecutionParameter.java @@ -12,8 +12,7 @@ @Fluent public final class SsisExecutionParameter { /* - * SSIS package execution parameter value. Type: string (or Expression with - * resultType string). + * SSIS package execution parameter value. Type: string (or Expression with resultType string). */ @JsonProperty(value = "value", required = true) private Object value; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocation.java index 29c8ffec3ba6d..cb95dffa259ac 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocation.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocation.java @@ -13,8 +13,7 @@ @Fluent public final class SsisLogLocation { /* - * The SSIS package execution log path. Type: string (or Expression with - * resultType string). + * The SSIS package execution log path. Type: string (or Expression with resultType string). */ @JsonProperty(value = "logPath", required = true) private Object logPath; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocationType.java index ee2b39971fa5b..df939adac48ca 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisLogLocationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SsisLogLocationType. */ +/** The type of SSIS log location. */ public final class SsisLogLocationType extends ExpandableStringEnum { /** Static value File for SsisLogLocationType. */ public static final SsisLogLocationType FILE = fromString("File"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisObjectMetadataType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisObjectMetadataType.java index db5d7355bbaa8..594cbb03e89d9 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisObjectMetadataType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisObjectMetadataType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SsisObjectMetadataType. */ +/** The type of SSIS object metadata. */ public final class SsisObjectMetadataType extends ExpandableStringEnum { /** Static value Folder for SsisObjectMetadataType. */ public static final SsisObjectMetadataType FOLDER = fromString("Folder"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocation.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocation.java index 41b63758acf8a..ddf428635e0ab 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocation.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocation.java @@ -13,8 +13,7 @@ @Fluent public final class SsisPackageLocation { /* - * The SSIS package path. Type: string (or Expression with resultType - * string). + * The SSIS package path. Type: string (or Expression with resultType string). */ @JsonProperty(value = "packagePath") private Object packagePath; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocationType.java index f6ebad794b3ac..26fa3ac0bdbd0 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPackageLocationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SsisPackageLocationType. */ +/** The type of SSIS package location. */ public final class SsisPackageLocationType extends ExpandableStringEnum { /** Static value SSISDB for SsisPackageLocationType. */ public static final SsisPackageLocationType SSISDB = fromString("SSISDB"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPropertyOverride.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPropertyOverride.java index 742f133d93b29..cdfc7a4868f06 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPropertyOverride.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SsisPropertyOverride.java @@ -12,15 +12,13 @@ @Fluent public final class SsisPropertyOverride { /* - * SSIS package property override value. Type: string (or Expression with - * resultType string). + * SSIS package property override value. Type: string (or Expression with resultType string). */ @JsonProperty(value = "value", required = true) private Object value; /* - * Whether SSIS package property override value is sensitive data. Value - * will be encrypted in SSISDB if it is true + * Whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true */ @JsonProperty(value = "isSensitive") private Boolean isSensitive; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StagingSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StagingSettings.java index eca21833c7f01..e19638ff30b91 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StagingSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StagingSettings.java @@ -23,16 +23,14 @@ public final class StagingSettings { private LinkedServiceReference linkedServiceName; /* - * The path to storage for storing the interim data. Type: string (or - * Expression with resultType string). + * The path to storage for storing the interim data. Type: string (or Expression with resultType string). */ @JsonProperty(value = "path") private Object path; /* - * Specifies whether to use compression when copying data via an interim - * staging. Default value is false. Type: boolean (or Expression with - * resultType boolean). + * Specifies whether to use compression when copying data via an interim staging. Default value is false. Type: + * boolean (or Expression with resultType boolean). */ @JsonProperty(value = "enableCompression") private Object enableCompression; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreReadSettings.java index a465aa384b334..ed404073da465 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreReadSettings.java @@ -40,15 +40,15 @@ @Fluent public class StoreReadSettings { /* - * The maximum concurrent connection count for the source data store. Type: - * integer (or Expression with resultType integer). + * The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType + * integer). */ @JsonProperty(value = "maxConcurrentConnections") private Object maxConcurrentConnections; /* - * If true, disable data store metrics collection. Default is false. Type: - * boolean (or Expression with resultType boolean). + * If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "disableMetricsCollection") private Object disableMetricsCollection; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreWriteSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreWriteSettings.java index 979fe9b159bf6..5da5274ef97c2 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreWriteSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoreWriteSettings.java @@ -33,15 +33,15 @@ @Fluent public class StoreWriteSettings { /* - * The maximum concurrent connection count for the source data store. Type: - * integer (or Expression with resultType integer). + * The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType + * integer). */ @JsonProperty(value = "maxConcurrentConnections") private Object maxConcurrentConnections; /* - * If true, disable data store metrics collection. Default is false. Type: - * boolean (or Expression with resultType boolean). + * If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "disableMetricsCollection") private Object disableMetricsCollection; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameter.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameter.java index 620b4258567c6..62dab33676228 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameter.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameter.java @@ -11,8 +11,7 @@ @Fluent public final class StoredProcedureParameter { /* - * Stored procedure parameter value. Type: string (or Expression with - * resultType string). + * Stored procedure parameter value. Type: string (or Expression with resultType string). */ @JsonProperty(value = "value") private Object value; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameterType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameterType.java index ea0d4e2a8b668..95597ec963456 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameterType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/StoredProcedureParameterType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for StoredProcedureParameterType. */ +/** Stored procedure parameter type. */ public final class StoredProcedureParameterType extends ExpandableStringEnum { /** Static value String for StoredProcedureParameterType. */ public static final StoredProcedureParameterType STRING = fromString("String"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SwitchCase.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SwitchCase.java index 0ad684dd61ae5..aa204b358081c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SwitchCase.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SwitchCase.java @@ -12,8 +12,7 @@ @Fluent public final class SwitchCase { /* - * Expected value that satisfies the expression result of the 'on' - * property. + * Expected value that satisfies the expression result of the 'on' property. */ @JsonProperty(value = "value") private String value; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SybaseAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SybaseAuthenticationType.java index ec29fa31fd239..3165d652ff2c4 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SybaseAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SybaseAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for SybaseAuthenticationType. */ +/** AuthenticationType to be used for connection. */ public final class SybaseAuthenticationType extends ExpandableStringEnum { /** Static value Basic for SybaseAuthenticationType. */ public static final SybaseAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookActivity.java new file mode 100644 index 0000000000000..c01370887f537 --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookActivity.java @@ -0,0 +1,270 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.datafactory.fluent.models.SynapseNotebookActivityTypeProperties; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonTypeInfo; +import com.fasterxml.jackson.annotation.JsonTypeName; +import java.util.List; +import java.util.Map; + +/** Execute Synapse notebook activity. */ +@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type") +@JsonTypeName("SynapseNotebook") +@Fluent +public final class SynapseNotebookActivity extends ExecutionActivity { + /* + * Execute Synapse notebook activity properties. + */ + @JsonProperty(value = "typeProperties", required = true) + private SynapseNotebookActivityTypeProperties innerTypeProperties = new SynapseNotebookActivityTypeProperties(); + + /** + * Get the innerTypeProperties property: Execute Synapse notebook activity properties. + * + * @return the innerTypeProperties value. + */ + private SynapseNotebookActivityTypeProperties innerTypeProperties() { + return this.innerTypeProperties; + } + + /** {@inheritDoc} */ + @Override + public SynapseNotebookActivity withLinkedServiceName(LinkedServiceReference linkedServiceName) { + super.withLinkedServiceName(linkedServiceName); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseNotebookActivity withPolicy(ActivityPolicy policy) { + super.withPolicy(policy); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseNotebookActivity withName(String name) { + super.withName(name); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseNotebookActivity withDescription(String description) { + super.withDescription(description); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseNotebookActivity withDependsOn(List dependsOn) { + super.withDependsOn(dependsOn); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseNotebookActivity withUserProperties(List userProperties) { + super.withUserProperties(userProperties); + return this; + } + + /** + * Get the notebook property: Synapse notebook reference. + * + * @return the notebook value. + */ + public SynapseNotebookReference notebook() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().notebook(); + } + + /** + * Set the notebook property: Synapse notebook reference. + * + * @param notebook the notebook value to set. + * @return the SynapseNotebookActivity object itself. + */ + public SynapseNotebookActivity withNotebook(SynapseNotebookReference notebook) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseNotebookActivityTypeProperties(); + } + this.innerTypeProperties().withNotebook(notebook); + return this; + } + + /** + * Get the sparkPool property: The name of the big data pool which will be used to execute the notebook. + * + * @return the sparkPool value. + */ + public BigDataPoolParametrizationReference sparkPool() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().sparkPool(); + } + + /** + * Set the sparkPool property: The name of the big data pool which will be used to execute the notebook. + * + * @param sparkPool the sparkPool value to set. + * @return the SynapseNotebookActivity object itself. + */ + public SynapseNotebookActivity withSparkPool(BigDataPoolParametrizationReference sparkPool) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseNotebookActivityTypeProperties(); + } + this.innerTypeProperties().withSparkPool(sparkPool); + return this; + } + + /** + * Get the parameters property: Notebook parameters. + * + * @return the parameters value. + */ + public Map parameters() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().parameters(); + } + + /** + * Set the parameters property: Notebook parameters. + * + * @param parameters the parameters value to set. + * @return the SynapseNotebookActivity object itself. + */ + public SynapseNotebookActivity withParameters(Map parameters) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseNotebookActivityTypeProperties(); + } + this.innerTypeProperties().withParameters(parameters); + return this; + } + + /** + * Get the executorSize property: Number of core and memory to be used for executors allocated in the specified + * Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the + * notebook you provide. Type: string (or Expression with resultType string). + * + * @return the executorSize value. + */ + public Object executorSize() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().executorSize(); + } + + /** + * Set the executorSize property: Number of core and memory to be used for executors allocated in the specified + * Spark pool for the session, which will be used for overriding 'executorCores' and 'executorMemory' of the + * notebook you provide. Type: string (or Expression with resultType string). + * + * @param executorSize the executorSize value to set. + * @return the SynapseNotebookActivity object itself. + */ + public SynapseNotebookActivity withExecutorSize(Object executorSize) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseNotebookActivityTypeProperties(); + } + this.innerTypeProperties().withExecutorSize(executorSize); + return this; + } + + /** + * Get the conf property: Spark configuration properties, which will override the 'conf' of the notebook you + * provide. + * + * @return the conf value. + */ + public Object conf() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().conf(); + } + + /** + * Set the conf property: Spark configuration properties, which will override the 'conf' of the notebook you + * provide. + * + * @param conf the conf value to set. + * @return the SynapseNotebookActivity object itself. + */ + public SynapseNotebookActivity withConf(Object conf) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseNotebookActivityTypeProperties(); + } + this.innerTypeProperties().withConf(conf); + return this; + } + + /** + * Get the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark + * pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you + * provide. Type: string (or Expression with resultType string). + * + * @return the driverSize value. + */ + public Object driverSize() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().driverSize(); + } + + /** + * Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark + * pool for the session, which will be used for overriding 'driverCores' and 'driverMemory' of the notebook you + * provide. Type: string (or Expression with resultType string). + * + * @param driverSize the driverSize value to set. + * @return the SynapseNotebookActivity object itself. + */ + public SynapseNotebookActivity withDriverSize(Object driverSize) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseNotebookActivityTypeProperties(); + } + this.innerTypeProperties().withDriverSize(driverSize); + return this; + } + + /** + * Get the numExecutors property: Number of executors to launch for this session, which will override the + * 'numExecutors' of the notebook you provide. + * + * @return the numExecutors value. + */ + public Integer numExecutors() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().numExecutors(); + } + + /** + * Set the numExecutors property: Number of executors to launch for this session, which will override the + * 'numExecutors' of the notebook you provide. + * + * @param numExecutors the numExecutors value to set. + * @return the SynapseNotebookActivity object itself. + */ + public SynapseNotebookActivity withNumExecutors(Integer numExecutors) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseNotebookActivityTypeProperties(); + } + this.innerTypeProperties().withNumExecutors(numExecutors); + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + @Override + public void validate() { + super.validate(); + if (innerTypeProperties() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property innerTypeProperties in model SynapseNotebookActivity")); + } else { + innerTypeProperties().validate(); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(SynapseNotebookActivity.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookReference.java new file mode 100644 index 0000000000000..13920b067a712 --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseNotebookReference.java @@ -0,0 +1,86 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** Synapse notebook reference type. */ +@Fluent +public final class SynapseNotebookReference { + /* + * Synapse notebook reference type. + */ + @JsonProperty(value = "type", required = true) + private NotebookReferenceType type; + + /* + * Reference notebook name. Type: string (or Expression with resultType string). + */ + @JsonProperty(value = "referenceName", required = true) + private Object referenceName; + + /** + * Get the type property: Synapse notebook reference type. + * + * @return the type value. + */ + public NotebookReferenceType type() { + return this.type; + } + + /** + * Set the type property: Synapse notebook reference type. + * + * @param type the type value to set. + * @return the SynapseNotebookReference object itself. + */ + public SynapseNotebookReference withType(NotebookReferenceType type) { + this.type = type; + return this; + } + + /** + * Get the referenceName property: Reference notebook name. Type: string (or Expression with resultType string). + * + * @return the referenceName value. + */ + public Object referenceName() { + return this.referenceName; + } + + /** + * Set the referenceName property: Reference notebook name. Type: string (or Expression with resultType string). + * + * @param referenceName the referenceName value to set. + * @return the SynapseNotebookReference object itself. + */ + public SynapseNotebookReference withReferenceName(Object referenceName) { + this.referenceName = referenceName; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (type() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException("Missing required property type in model SynapseNotebookReference")); + } + if (referenceName() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property referenceName in model SynapseNotebookReference")); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(SynapseNotebookReference.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobDefinitionActivity.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobDefinitionActivity.java new file mode 100644 index 0000000000000..f22c0a846bb4b --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobDefinitionActivity.java @@ -0,0 +1,349 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.azure.resourcemanager.datafactory.fluent.models.SynapseSparkJobActivityTypeProperties; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonTypeInfo; +import com.fasterxml.jackson.annotation.JsonTypeName; +import java.util.List; + +/** Execute spark job activity. */ +@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "type") +@JsonTypeName("SparkJob") +@Fluent +public final class SynapseSparkJobDefinitionActivity extends ExecutionActivity { + /* + * Execute spark job activity properties. + */ + @JsonProperty(value = "typeProperties", required = true) + private SynapseSparkJobActivityTypeProperties innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + + /** + * Get the innerTypeProperties property: Execute spark job activity properties. + * + * @return the innerTypeProperties value. + */ + private SynapseSparkJobActivityTypeProperties innerTypeProperties() { + return this.innerTypeProperties; + } + + /** {@inheritDoc} */ + @Override + public SynapseSparkJobDefinitionActivity withLinkedServiceName(LinkedServiceReference linkedServiceName) { + super.withLinkedServiceName(linkedServiceName); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseSparkJobDefinitionActivity withPolicy(ActivityPolicy policy) { + super.withPolicy(policy); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseSparkJobDefinitionActivity withName(String name) { + super.withName(name); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseSparkJobDefinitionActivity withDescription(String description) { + super.withDescription(description); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseSparkJobDefinitionActivity withDependsOn(List dependsOn) { + super.withDependsOn(dependsOn); + return this; + } + + /** {@inheritDoc} */ + @Override + public SynapseSparkJobDefinitionActivity withUserProperties(List userProperties) { + super.withUserProperties(userProperties); + return this; + } + + /** + * Get the sparkJob property: Synapse spark job reference. + * + * @return the sparkJob value. + */ + public SynapseSparkJobReference sparkJob() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().sparkJob(); + } + + /** + * Set the sparkJob property: Synapse spark job reference. + * + * @param sparkJob the sparkJob value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withSparkJob(SynapseSparkJobReference sparkJob) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withSparkJob(sparkJob); + return this; + } + + /** + * Get the arguments property: User specified arguments to SynapseSparkJobDefinitionActivity. + * + * @return the arguments value. + */ + public List arguments() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().arguments(); + } + + /** + * Set the arguments property: User specified arguments to SynapseSparkJobDefinitionActivity. + * + * @param arguments the arguments value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withArguments(List arguments) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withArguments(arguments); + return this; + } + + /** + * Get the file property: The main file used for the job, which will override the 'file' of the spark job definition + * you provide. Type: string (or Expression with resultType string). + * + * @return the file value. + */ + public Object file() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().file(); + } + + /** + * Set the file property: The main file used for the job, which will override the 'file' of the spark job definition + * you provide. Type: string (or Expression with resultType string). + * + * @param file the file value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withFile(Object file) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withFile(file); + return this; + } + + /** + * Get the className property: The fully-qualified identifier or the main class that is in the main definition file, + * which will override the 'className' of the spark job definition you provide. Type: string (or Expression with + * resultType string). + * + * @return the className value. + */ + public Object className() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().className(); + } + + /** + * Set the className property: The fully-qualified identifier or the main class that is in the main definition file, + * which will override the 'className' of the spark job definition you provide. Type: string (or Expression with + * resultType string). + * + * @param className the className value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withClassName(Object className) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withClassName(className); + return this; + } + + /** + * Get the files property: Additional files used for reference in the main definition file, which will override the + * 'files' of the spark job definition you provide. + * + * @return the files value. + */ + public List files() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().files(); + } + + /** + * Set the files property: Additional files used for reference in the main definition file, which will override the + * 'files' of the spark job definition you provide. + * + * @param files the files value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withFiles(List files) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withFiles(files); + return this; + } + + /** + * Get the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch + * job, which will override the 'targetBigDataPool' of the spark job definition you provide. + * + * @return the targetBigDataPool value. + */ + public BigDataPoolParametrizationReference targetBigDataPool() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().targetBigDataPool(); + } + + /** + * Set the targetBigDataPool property: The name of the big data pool which will be used to execute the spark batch + * job, which will override the 'targetBigDataPool' of the spark job definition you provide. + * + * @param targetBigDataPool the targetBigDataPool value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withTargetBigDataPool( + BigDataPoolParametrizationReference targetBigDataPool) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withTargetBigDataPool(targetBigDataPool); + return this; + } + + /** + * Get the executorSize property: Number of core and memory to be used for executors allocated in the specified + * Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job + * definition you provide. Type: string (or Expression with resultType string). + * + * @return the executorSize value. + */ + public Object executorSize() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().executorSize(); + } + + /** + * Set the executorSize property: Number of core and memory to be used for executors allocated in the specified + * Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job + * definition you provide. Type: string (or Expression with resultType string). + * + * @param executorSize the executorSize value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withExecutorSize(Object executorSize) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withExecutorSize(executorSize); + return this; + } + + /** + * Get the conf property: Spark configuration properties, which will override the 'conf' of the spark job definition + * you provide. + * + * @return the conf value. + */ + public Object conf() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().conf(); + } + + /** + * Set the conf property: Spark configuration properties, which will override the 'conf' of the spark job definition + * you provide. + * + * @param conf the conf value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withConf(Object conf) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withConf(conf); + return this; + } + + /** + * Get the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark + * pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition + * you provide. Type: string (or Expression with resultType string). + * + * @return the driverSize value. + */ + public Object driverSize() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().driverSize(); + } + + /** + * Set the driverSize property: Number of core and memory to be used for driver allocated in the specified Spark + * pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition + * you provide. Type: string (or Expression with resultType string). + * + * @param driverSize the driverSize value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withDriverSize(Object driverSize) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withDriverSize(driverSize); + return this; + } + + /** + * Get the numExecutors property: Number of executors to launch for this job, which will override the 'numExecutors' + * of the spark job definition you provide. + * + * @return the numExecutors value. + */ + public Integer numExecutors() { + return this.innerTypeProperties() == null ? null : this.innerTypeProperties().numExecutors(); + } + + /** + * Set the numExecutors property: Number of executors to launch for this job, which will override the 'numExecutors' + * of the spark job definition you provide. + * + * @param numExecutors the numExecutors value to set. + * @return the SynapseSparkJobDefinitionActivity object itself. + */ + public SynapseSparkJobDefinitionActivity withNumExecutors(Integer numExecutors) { + if (this.innerTypeProperties() == null) { + this.innerTypeProperties = new SynapseSparkJobActivityTypeProperties(); + } + this.innerTypeProperties().withNumExecutors(numExecutors); + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + @Override + public void validate() { + super.validate(); + if (innerTypeProperties() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property innerTypeProperties in model SynapseSparkJobDefinitionActivity")); + } else { + innerTypeProperties().validate(); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(SynapseSparkJobDefinitionActivity.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobReference.java new file mode 100644 index 0000000000000..420809a51a6f6 --- /dev/null +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/SynapseSparkJobReference.java @@ -0,0 +1,86 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.resourcemanager.datafactory.models; + +import com.azure.core.annotation.Fluent; +import com.azure.core.util.logging.ClientLogger; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** Synapse spark job reference type. */ +@Fluent +public final class SynapseSparkJobReference { + /* + * Synapse spark job reference type. + */ + @JsonProperty(value = "type", required = true) + private SparkJobReferenceType type; + + /* + * Reference spark job name. + */ + @JsonProperty(value = "referenceName", required = true) + private String referenceName; + + /** + * Get the type property: Synapse spark job reference type. + * + * @return the type value. + */ + public SparkJobReferenceType type() { + return this.type; + } + + /** + * Set the type property: Synapse spark job reference type. + * + * @param type the type value to set. + * @return the SynapseSparkJobReference object itself. + */ + public SynapseSparkJobReference withType(SparkJobReferenceType type) { + this.type = type; + return this; + } + + /** + * Get the referenceName property: Reference spark job name. + * + * @return the referenceName value. + */ + public String referenceName() { + return this.referenceName; + } + + /** + * Set the referenceName property: Reference spark job name. + * + * @param referenceName the referenceName value to set. + * @return the SynapseSparkJobReference object itself. + */ + public SynapseSparkJobReference withReferenceName(String referenceName) { + this.referenceName = referenceName; + return this; + } + + /** + * Validates the instance. + * + * @throws IllegalArgumentException thrown if the instance is not valid. + */ + public void validate() { + if (type() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException("Missing required property type in model SynapseSparkJobReference")); + } + if (referenceName() == null) { + throw LOGGER + .logExceptionAsError( + new IllegalArgumentException( + "Missing required property referenceName in model SynapseSparkJobReference")); + } + } + + private static final ClientLogger LOGGER = new ClientLogger(SynapseSparkJobReference.class); +} diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularSource.java index dd723f474835b..371fef5064321 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularSource.java @@ -81,16 +81,15 @@ @Fluent public class TabularSource extends CopySource { /* - * Query timeout. Type: string (or Expression with resultType string), - * pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). + * Query timeout. Type: string (or Expression with resultType string), pattern: + * ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */ @JsonProperty(value = "queryTimeout") private Object queryTimeout; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularTranslator.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularTranslator.java index 3bce05e4dba7b..36ff50543b173 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularTranslator.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TabularTranslator.java @@ -15,33 +15,30 @@ @Fluent public final class TabularTranslator extends CopyTranslator { /* - * Column mappings. Example: "UserId: MyUserId, Group: MyGroup, Name: - * MyName" Type: string (or Expression with resultType string). This - * property will be retired. Please use mappings property. + * Column mappings. Example: "UserId: MyUserId, Group: MyGroup, Name: MyName" Type: string (or Expression with + * resultType string). This property will be retired. Please use mappings property. */ @JsonProperty(value = "columnMappings") private Object columnMappings; /* - * The schema mapping to map between tabular data and hierarchical data. - * Example: {"Column1": "$.Column1", "Column2": "$.Column2.Property1", - * "Column3": "$.Column2.Property2"}. Type: object (or Expression with - * resultType object). This property will be retired. Please use mappings - * property. + * The schema mapping to map between tabular data and hierarchical data. Example: {"Column1": "$.Column1", + * "Column2": "$.Column2.Property1", "Column3": "$.Column2.Property2"}. Type: object (or Expression with resultType + * object). This property will be retired. Please use mappings property. */ @JsonProperty(value = "schemaMapping") private Object schemaMapping; /* - * The JSON Path of the Nested Array that is going to do cross-apply. Type: - * object (or Expression with resultType object). + * The JSON Path of the Nested Array that is going to do cross-apply. Type: object (or Expression with resultType + * object). */ @JsonProperty(value = "collectionReference") private Object collectionReference; /* - * Whether to map complex (array and object) values to simple strings in - * json format. Type: boolean (or Expression with resultType boolean). + * Whether to map complex (array and object) values to simple strings in json format. Type: boolean (or Expression + * with resultType boolean). */ @JsonProperty(value = "mapComplexValuesToString") private Object mapComplexValuesToString; @@ -60,8 +57,8 @@ public final class TabularTranslator extends CopyTranslator { private Object mappings; /* - * Whether to enable the advanced type conversion feature in the Copy - * activity. Type: boolean (or Expression with resultType boolean). + * Whether to enable the advanced type conversion feature in the Copy activity. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "typeConversion") private Object typeConversion; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarGZipReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarGZipReadSettings.java index 6381b2eff828d..0e708ed584695 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarGZipReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarGZipReadSettings.java @@ -15,8 +15,7 @@ @Fluent public final class TarGZipReadSettings extends CompressionReadSettings { /* - * Preserve the compression file name as folder path. Type: boolean (or - * Expression with resultType boolean). + * Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "preserveCompressionFileNameAsFolder") private Object preserveCompressionFileNameAsFolder; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarReadSettings.java index 56861a70258b7..6f33d73683459 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TarReadSettings.java @@ -15,8 +15,7 @@ @Fluent public final class TarReadSettings extends CompressionReadSettings { /* - * Preserve the compression file name as folder path. Type: boolean (or - * Expression with resultType boolean). + * Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "preserveCompressionFileNameAsFolder") private Object preserveCompressionFileNameAsFolder; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeamDeskAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeamDeskAuthenticationType.java index 9c8d1e189b146..690dae70c6bcf 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeamDeskAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeamDeskAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for TeamDeskAuthenticationType. */ +/** The authentication type to use. */ public final class TeamDeskAuthenticationType extends ExpandableStringEnum { /** Static value Basic for TeamDeskAuthenticationType. */ public static final TeamDeskAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataAuthenticationType.java index 8a54514b74f7f..1c59b77079d89 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for TeradataAuthenticationType. */ +/** AuthenticationType to be used for connection. */ public final class TeradataAuthenticationType extends ExpandableStringEnum { /** Static value Basic for TeradataAuthenticationType. */ public static final TeradataAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataPartitionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataPartitionSettings.java index 52e222538560a..b7d801bfd4aab 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataPartitionSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataPartitionSettings.java @@ -11,24 +11,22 @@ @Fluent public final class TeradataPartitionSettings { /* - * The name of the column that will be used for proceeding range or hash - * partitioning. Type: string (or Expression with resultType string). + * The name of the column that will be used for proceeding range or hash partitioning. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "partitionColumnName") private Object partitionColumnName; /* - * The maximum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The maximum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionUpperBound") private Object partitionUpperBound; /* - * The minimum value of column specified in partitionColumnName that will - * be used for proceeding range partitioning. Type: string (or Expression - * with resultType string). + * The minimum value of column specified in partitionColumnName that will be used for proceeding range + * partitioning. Type: string (or Expression with resultType string). */ @JsonProperty(value = "partitionLowerBound") private Object partitionLowerBound; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataSource.java index 59e5ecde64307..96a04278c5e2a 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TeradataSource.java @@ -21,8 +21,8 @@ public final class TeradataSource extends TabularSource { private Object query; /* - * The partition mechanism that will be used for teradata read in parallel. - * Possible values include: "None", "Hash", "DynamicRange". + * The partition mechanism that will be used for teradata read in parallel. Possible values include: "None", + * "Hash", "DynamicRange". */ @JsonProperty(value = "partitionOption") private Object partitionOption; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TextFormat.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TextFormat.java index 1286406d9a3a5..b617d543ae040 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TextFormat.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TextFormat.java @@ -15,8 +15,7 @@ @Fluent public final class TextFormat extends DatasetStorageFormat { /* - * The column delimiter. Type: string (or Expression with resultType - * string). + * The column delimiter. Type: string (or Expression with resultType string). */ @JsonProperty(value = "columnDelimiter") private Object columnDelimiter; @@ -28,56 +27,49 @@ public final class TextFormat extends DatasetStorageFormat { private Object rowDelimiter; /* - * The escape character. Type: string (or Expression with resultType - * string). + * The escape character. Type: string (or Expression with resultType string). */ @JsonProperty(value = "escapeChar") private Object escapeChar; /* - * The quote character. Type: string (or Expression with resultType - * string). + * The quote character. Type: string (or Expression with resultType string). */ @JsonProperty(value = "quoteChar") private Object quoteChar; /* - * The null value string. Type: string (or Expression with resultType - * string). + * The null value string. Type: string (or Expression with resultType string). */ @JsonProperty(value = "nullValue") private Object nullValue; /* - * The code page name of the preferred encoding. If miss, the default value - * is ΓÇ£utf-8ΓÇ¥, unless BOM denotes another Unicode encoding. Refer to - * the ΓÇ£NameΓÇ¥ column of the table in the following link to set - * supported values: - * https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: - * string (or Expression with resultType string). + * The code page name of the preferred encoding. If miss, the default value is ΓÇ£utf-8ΓÇ¥, unless BOM denotes + * another Unicode encoding. Refer to the ΓÇ£NameΓÇ¥ column of the table in the following link to set supported + * values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "encodingName") private Object encodingName; /* - * Treat empty column values in the text file as null. The default value is - * true. Type: boolean (or Expression with resultType boolean). + * Treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "treatEmptyAsNull") private Object treatEmptyAsNull; /* - * The number of lines/rows to be skipped when parsing text files. The - * default value is 0. Type: integer (or Expression with resultType - * integer). + * The number of lines/rows to be skipped when parsing text files. The default value is 0. Type: integer (or + * Expression with resultType integer). */ @JsonProperty(value = "skipLineCount") private Object skipLineCount; /* - * When used as input, treat the first row of data as headers. When used as - * output,write the headers into the output as the first row of data. The - * default value is false. Type: boolean (or Expression with resultType + * When used as input, treat the first row of data as headers. When used as output,write the headers into the + * output as the first row of data. The default value is false. Type: boolean (or Expression with resultType * boolean). */ @JsonProperty(value = "firstRowAsHeader") diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Trigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Trigger.java index 047214e73afe2..0f7652b372394 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Trigger.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/Trigger.java @@ -38,8 +38,7 @@ public class Trigger { private String description; /* - * Indicates if trigger is running or not. Updated when Start/Stop APIs are - * called on the Trigger. + * Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. */ @JsonProperty(value = "runtimeState", access = JsonProperty.Access.WRITE_ONLY) private TriggerRuntimeState runtimeState; @@ -51,8 +50,7 @@ public class Trigger { private List annotations; /* - * Azure data factory nested object which contains information about - * creating pipeline run + * Azure data factory nested object which contains information about creating pipeline run */ @JsonIgnore private Map additionalProperties; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerFilterParameters.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerFilterParameters.java index 60e4445364489..1921e6ca61f3d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerFilterParameters.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerFilterParameters.java @@ -11,15 +11,13 @@ @Fluent public final class TriggerFilterParameters { /* - * The continuation token for getting the next page of results. Null for - * first page. + * The continuation token for getting the next page of results. Null for first page. */ @JsonProperty(value = "continuationToken") private String continuationToken; /* - * The name of the parent TumblingWindowTrigger to get the child rerun - * triggers + * The name of the parent TumblingWindowTrigger to get the child rerun triggers */ @JsonProperty(value = "parentTriggerName") private String parentTriggerName; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerReferenceType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerReferenceType.java index 4584c462d21a0..9b28faa6fd436 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerReferenceType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerReferenceType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for TriggerReferenceType. */ +/** Trigger reference type. */ public final class TriggerReferenceType extends ExpandableStringEnum { /** Static value TriggerReference for TriggerReferenceType. */ public static final TriggerReferenceType TRIGGER_REFERENCE = fromString("TriggerReference"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRun.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRun.java index ac80df42eb0be..02fed83b69b2f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRun.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRun.java @@ -54,8 +54,7 @@ public final class TriggerRun { private String message; /* - * List of property name and value related to trigger run. Name, value pair - * depends on type of trigger. + * List of property name and value related to trigger run. Name, value pair depends on type of trigger. */ @JsonProperty(value = "properties", access = JsonProperty.Access.WRITE_ONLY) @JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.ALWAYS) diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRunStatus.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRunStatus.java index 465dbeeb7a3d0..905251a0502c8 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRunStatus.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRunStatus.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for TriggerRunStatus. */ +/** Trigger run status. */ public final class TriggerRunStatus extends ExpandableStringEnum { /** Static value Succeeded for TriggerRunStatus. */ public static final TriggerRunStatus SUCCEEDED = fromString("Succeeded"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRuntimeState.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRuntimeState.java index f15402fa63f2b..054d3881b1d83 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRuntimeState.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerRuntimeState.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for TriggerRuntimeState. */ +/** Enumerates possible state of Triggers. */ public final class TriggerRuntimeState extends ExpandableStringEnum { /** Static value Started for TriggerRuntimeState. */ public static final TriggerRuntimeState STARTED = fromString("Started"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowFrequency.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowFrequency.java index 9d8b93e3c8f87..ed793e3fc4d44 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowFrequency.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowFrequency.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for TumblingWindowFrequency. */ +/** Enumerates possible frequency option for the tumbling window trigger. */ public final class TumblingWindowFrequency extends ExpandableStringEnum { /** Static value Minute for TumblingWindowFrequency. */ public static final TumblingWindowFrequency MINUTE = fromString("Minute"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTrigger.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTrigger.java index 8069f3027cd5a..29a36f09691f7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTrigger.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTrigger.java @@ -22,8 +22,7 @@ @Fluent public final class TumblingWindowTrigger extends Trigger { /* - * Pipeline for which runs are created when an event is fired for trigger - * window that is ready. + * Pipeline for which runs are created when an event is fired for trigger window that is ready. */ @JsonProperty(value = "pipeline", required = true) private TriggerPipelineReference pipeline; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTriggerDependencyReference.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTriggerDependencyReference.java index 5fb26beb5ad7e..3a8753d0b70e5 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTriggerDependencyReference.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TumblingWindowTriggerDependencyReference.java @@ -15,15 +15,14 @@ @Fluent public final class TumblingWindowTriggerDependencyReference extends TriggerDependencyReference { /* - * Timespan applied to the start time of a tumbling window when evaluating - * dependency. + * Timespan applied to the start time of a tumbling window when evaluating dependency. */ @JsonProperty(value = "offset") private String offset; /* - * The size of the window when evaluating the dependency. If undefined the - * frequency of the tumbling window will be used. + * The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be + * used. */ @JsonProperty(value = "size") private String size; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TypeConversionSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TypeConversionSettings.java index 1638684380aee..a8ef1dde453fd 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TypeConversionSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/TypeConversionSettings.java @@ -11,43 +11,38 @@ @Fluent public final class TypeConversionSettings { /* - * Whether to allow data truncation when converting the data. Type: boolean - * (or Expression with resultType boolean). + * Whether to allow data truncation when converting the data. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "allowDataTruncation") private Object allowDataTruncation; /* - * Whether to treat boolean values as numbers. Type: boolean (or Expression - * with resultType boolean). + * Whether to treat boolean values as numbers. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "treatBooleanAsNumber") private Object treatBooleanAsNumber; /* - * The format for DateTime values. Type: string (or Expression with - * resultType string). + * The format for DateTime values. Type: string (or Expression with resultType string). */ @JsonProperty(value = "dateTimeFormat") private Object dateTimeFormat; /* - * The format for DateTimeOffset values. Type: string (or Expression with - * resultType string). + * The format for DateTimeOffset values. Type: string (or Expression with resultType string). */ @JsonProperty(value = "dateTimeOffsetFormat") private Object dateTimeOffsetFormat; /* - * The format for TimeSpan values. Type: string (or Expression with - * resultType string). + * The format for TimeSpan values. Type: string (or Expression with resultType string). */ @JsonProperty(value = "timeSpanFormat") private Object timeSpanFormat; /* - * The culture used to convert data from/to string. Type: string (or - * Expression with resultType string). + * The culture used to convert data from/to string. Type: string (or Expression with resultType string). */ @JsonProperty(value = "culture") private Object culture; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeNodeRequest.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeNodeRequest.java index 95fbaa009da30..871bfa66732be 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeNodeRequest.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeNodeRequest.java @@ -11,9 +11,8 @@ @Fluent public final class UpdateIntegrationRuntimeNodeRequest { /* - * The number of concurrent jobs permitted to run on the integration - * runtime node. Values between 1 and maxConcurrentJobs(inclusive) are - * allowed. + * The number of concurrent jobs permitted to run on the integration runtime node. Values between 1 and + * maxConcurrentJobs(inclusive) are allowed. */ @JsonProperty(value = "concurrentJobsLimit") private Integer concurrentJobsLimit; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeRequest.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeRequest.java index 9dcabffa189f0..9c76e82814b9b 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeRequest.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UpdateIntegrationRuntimeRequest.java @@ -11,15 +11,15 @@ @Fluent public final class UpdateIntegrationRuntimeRequest { /* - * Enables or disables the auto-update feature of the self-hosted - * integration runtime. See https://go.microsoft.com/fwlink/?linkid=854189. + * Enables or disables the auto-update feature of the self-hosted integration runtime. See + * https://go.microsoft.com/fwlink/?linkid=854189. */ @JsonProperty(value = "autoUpdate") private IntegrationRuntimeAutoUpdate autoUpdate; /* - * The time offset (in hours) in the day, e.g., PT03H is 3 hours. The - * integration runtime auto update will happen on that time. + * The time offset (in hours) in the day, e.g., PT03H is 3 hours. The integration runtime auto update will happen + * on that time. */ @JsonProperty(value = "updateDelayOffset") private String updateDelayOffset; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserAccessPolicy.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserAccessPolicy.java index af6af7d8a8bbc..dae9609a0fe80 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserAccessPolicy.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserAccessPolicy.java @@ -11,36 +11,34 @@ @Fluent public final class UserAccessPolicy { /* - * The string with permissions for Data Plane access. Currently only 'r' is - * supported which grants read only access. + * The string with permissions for Data Plane access. Currently only 'r' is supported which grants read only + * access. */ @JsonProperty(value = "permissions") private String permissions; /* - * The resource path to get access relative to factory. Currently only - * empty string is supported which corresponds to the factory resource. + * The resource path to get access relative to factory. Currently only empty string is supported which corresponds + * to the factory resource. */ @JsonProperty(value = "accessResourcePath") private String accessResourcePath; /* - * The name of the profile. Currently only the default is supported. The - * default value is DefaultProfile. + * The name of the profile. Currently only the default is supported. The default value is DefaultProfile. */ @JsonProperty(value = "profileName") private String profileName; /* - * Start time for the token. If not specified the current time will be - * used. + * Start time for the token. If not specified the current time will be used. */ @JsonProperty(value = "startTime") private String startTime; /* - * Expiration time for the token. Maximum duration for the token is eight - * hours and by default the token will expire in eight hours. + * Expiration time for the token. Maximum duration for the token is eight hours and by default the token will + * expire in eight hours. */ @JsonProperty(value = "expireTime") private String expireTime; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserProperty.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserProperty.java index 5d52bdb3e5bbc..bcc591fabf7f4 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserProperty.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/UserProperty.java @@ -18,8 +18,7 @@ public final class UserProperty { private String name; /* - * User property value. Type: string (or Expression with resultType - * string). + * User property value. Type: string (or Expression with resultType string). */ @JsonProperty(value = "value", required = true) private Object value; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VariableType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VariableType.java index ca33f0c3824b9..3ddbc07319d36 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VariableType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VariableType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for VariableType. */ +/** Variable type. */ public final class VariableType extends ExpandableStringEnum { /** Static value String for VariableType. */ public static final VariableType STRING = fromString("String"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VerticaSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VerticaSource.java index 06e99726f4084..4f6c60beb0ac7 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VerticaSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/VerticaSource.java @@ -15,8 +15,7 @@ @Fluent public final class VerticaSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityAuthentication.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityAuthentication.java index 9fc831afdaabe..e2306684c659c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityAuthentication.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityAuthentication.java @@ -11,45 +11,40 @@ @Fluent public final class WebActivityAuthentication { /* - * Web activity authentication - * (Basic/ClientCertificate/MSI/ServicePrincipal) + * Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal) */ @JsonProperty(value = "type") private String type; /* - * Base64-encoded contents of a PFX file or Certificate when used for - * ServicePrincipal + * Base64-encoded contents of a PFX file or Certificate when used for ServicePrincipal */ @JsonProperty(value = "pfx") private SecretBase pfx; /* - * Web activity authentication user name for basic authentication or - * ClientID when used for ServicePrincipal. Type: string (or Expression - * with resultType string). + * Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal. Type: + * string (or Expression with resultType string). */ @JsonProperty(value = "username") private Object username; /* - * Password for the PFX file or basic authentication / Secret when used for - * ServicePrincipal + * Password for the PFX file or basic authentication / Secret when used for ServicePrincipal */ @JsonProperty(value = "password") private SecretBase password; /* - * Resource for which Azure Auth token will be requested when using MSI - * Authentication. Type: string (or Expression with resultType string). + * Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression + * with resultType string). */ @JsonProperty(value = "resource") private Object resource; /* - * TenantId for which Azure Auth token will be requested when using - * ServicePrincipal Authentication. Type: string (or Expression with - * resultType string). + * TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string + * (or Expression with resultType string). */ @JsonProperty(value = "userTenant") private Object userTenant; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityMethod.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityMethod.java index 688eab0698722..510bf02d1381f 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityMethod.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebActivityMethod.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for WebActivityMethod. */ +/** The list of HTTP methods supported by a WebActivity. */ public final class WebActivityMethod extends ExpandableStringEnum { /** Static value GET for WebActivityMethod. */ public static final WebActivityMethod GET = fromString("GET"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebAuthenticationType.java index 9ad33a644c5e9..7738921689b40 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for WebAuthenticationType. */ +/** Type of authentication used to connect to the web table source. */ public final class WebAuthenticationType extends ExpandableStringEnum { /** Static value Basic for WebAuthenticationType. */ public static final WebAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebBasicAuthentication.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebBasicAuthentication.java index c138a04ffe39a..fad297864b3ed 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebBasicAuthentication.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebBasicAuthentication.java @@ -16,8 +16,7 @@ @Fluent public final class WebBasicAuthentication extends WebLinkedServiceTypeProperties { /* - * User name for Basic authentication. Type: string (or Expression with - * resultType string). + * User name for Basic authentication. Type: string (or Expression with resultType string). */ @JsonProperty(value = "username", required = true) private Object username; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebLinkedServiceTypeProperties.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebLinkedServiceTypeProperties.java index f50820ca9f15c..4121ae103de82 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebLinkedServiceTypeProperties.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebLinkedServiceTypeProperties.java @@ -29,14 +29,14 @@ @Fluent public class WebLinkedServiceTypeProperties { /* - * The URL of the web service endpoint, e.g. http://www.microsoft.com . - * Type: string (or Expression with resultType string). + * The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with + * resultType string). */ @JsonProperty(value = "url", required = true) private Object url; /** - * Get the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or + * Get the url property: The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or * Expression with resultType string). * * @return the url value. @@ -46,7 +46,7 @@ public Object url() { } /** - * Set the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or + * Set the url property: The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or * Expression with resultType string). * * @param url the url value to set. diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebSource.java index 4368db8cf0458..0df0235f12627 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebSource.java @@ -15,9 +15,8 @@ @Fluent public final class WebSource extends CopySource { /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebhookActivityMethod.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebhookActivityMethod.java index 61c52d3138dfe..25231c0a26e91 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebhookActivityMethod.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/WebhookActivityMethod.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for WebhookActivityMethod. */ +/** The list of HTTP methods supported by a WebHook activity. */ public final class WebhookActivityMethod extends ExpandableStringEnum { /** Static value POST for WebhookActivityMethod. */ public static final WebhookActivityMethod POST = fromString("POST"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XeroSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XeroSource.java index 721b1b5186c79..6aa96a1a33b34 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XeroSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XeroSource.java @@ -15,8 +15,7 @@ @Fluent public final class XeroSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlReadSettings.java index 89c772439a40e..41d9b7b87f01c 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlReadSettings.java @@ -21,33 +21,30 @@ public final class XmlReadSettings extends FormatReadSettings { private CompressionReadSettings compressionProperties; /* - * Indicates what validation method is used when reading the xml files. - * Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression - * with resultType string). + * Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. + * Type: string (or Expression with resultType string). */ @JsonProperty(value = "validationMode") private Object validationMode; /* - * Indicates whether type detection is enabled when reading the xml files. - * Type: boolean (or Expression with resultType boolean). + * Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with + * resultType boolean). */ @JsonProperty(value = "detectDataType") private Object detectDataType; /* - * Indicates whether namespace is enabled when reading the xml files. Type: - * boolean (or Expression with resultType boolean). + * Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType + * boolean). */ @JsonProperty(value = "namespaces") private Object namespaces; /* - * Namespace uri to prefix mappings to override the prefixes in column - * names when namespace is enabled, if no prefix is defined for a namespace - * uri, the prefix of xml element/attribute name in the xml data file will - * be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object - * (or Expression with resultType object). + * Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no + * prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be + * used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object). */ @JsonProperty(value = "namespacePrefixes") private Object namespacePrefixes; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlSource.java index 7da2475a2e35f..800f9e53d209d 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/XmlSource.java @@ -27,9 +27,8 @@ public final class XmlSource extends CopySource { private XmlReadSettings formatSettings; /* - * Specifies the additional columns to be added to source data. Type: array - * of objects(AdditionalColumns) (or Expression with resultType array of - * objects). + * Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or + * Expression with resultType array of objects). */ @JsonProperty(value = "additionalColumns") private Object additionalColumns; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZendeskAuthenticationType.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZendeskAuthenticationType.java index 4461e964fa4e7..d4e1e4b127dad 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZendeskAuthenticationType.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZendeskAuthenticationType.java @@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; -/** Defines values for ZendeskAuthenticationType. */ +/** The authentication type to use. */ public final class ZendeskAuthenticationType extends ExpandableStringEnum { /** Static value Basic for ZendeskAuthenticationType. */ public static final ZendeskAuthenticationType BASIC = fromString("Basic"); diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZipDeflateReadSettings.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZipDeflateReadSettings.java index 34c53c97e5b5b..c7d5aa8b46561 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZipDeflateReadSettings.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZipDeflateReadSettings.java @@ -15,8 +15,7 @@ @Fluent public final class ZipDeflateReadSettings extends CompressionReadSettings { /* - * Preserve the zip file name as folder path. Type: boolean (or Expression - * with resultType boolean). + * Preserve the zip file name as folder path. Type: boolean (or Expression with resultType boolean). */ @JsonProperty(value = "preserveZipFileNameAsFolder") private Object preserveZipFileNameAsFolder; diff --git a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZohoSource.java b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZohoSource.java index b81dd4210c9d2..4258d23d07761 100644 --- a/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZohoSource.java +++ b/sdk/datafactory/azure-resourcemanager-datafactory/src/main/java/com/azure/resourcemanager/datafactory/models/ZohoSource.java @@ -15,8 +15,7 @@ @Fluent public final class ZohoSource extends TabularSource { /* - * A query to retrieve data from source. Type: string (or Expression with - * resultType string). + * A query to retrieve data from source. Type: string (or Expression with resultType string). */ @JsonProperty(value = "query") private Object query;