Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR azure-resourcemanager-datafactory] [Hub Generated] Publish private branch 'datafactory/mash/feature/GoogleSheets/swaggerNew' #1522

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.17 (Unreleased)
## 1.0.0-beta.1 (2022-08-23)

- 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-datafactory</artifactId>
<version>1.0.0-beta.16</version>
<version>1.0.0-beta.17</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(" (")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ public final class ActivityRunsQueryResponseInner {
private List<ActivityRun> 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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading