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/mm/add-state' #5350

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.23 (Unreleased)
## 1.0.0-beta.1 (2023-05-15)

- 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.22</version>
<version>1.0.0-beta.23</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public DataFactoryManager authenticate(TokenCredential credential, AzureProfile
.append("-")
.append("com.azure.resourcemanager.datafactory")
.append("/")
.append("1.0.0-beta.22");
.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 @@ -70,10 +70,10 @@ public final class AmazonMwsLinkedServiceTypeProperties {

/*
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
* credential manager. Type: string (or Expression with resultType string).
* credential manager. Type: string.
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
private String encryptedCredential;

/** Creates an instance of AmazonMwsLinkedServiceTypeProperties class. */
public AmazonMwsLinkedServiceTypeProperties() {
Expand Down Expand Up @@ -269,22 +269,22 @@ public AmazonMwsLinkedServiceTypeProperties withUsePeerVerification(Object usePe

/**
* 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).
* using the integration runtime credential manager. Type: string.
*
* @return the encryptedCredential value.
*/
public Object encryptedCredential() {
public String 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).
* using the integration runtime credential manager. Type: string.
*
* @param encryptedCredential the encryptedCredential value to set.
* @return the AmazonMwsLinkedServiceTypeProperties object itself.
*/
public AmazonMwsLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
public AmazonMwsLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
this.encryptedCredential = encryptedCredential;
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ public final class AmazonRdsForLinkedServiceTypeProperties {

/*
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
* credential manager. Type: string (or Expression with resultType string).
* credential manager. Type: string.
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
private String encryptedCredential;

/** Creates an instance of AmazonRdsForLinkedServiceTypeProperties class. */
public AmazonRdsForLinkedServiceTypeProperties() {
Expand Down Expand Up @@ -79,22 +79,22 @@ public AmazonRdsForLinkedServiceTypeProperties withPassword(SecretBase password)

/**
* 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).
* using the integration runtime credential manager. Type: string.
*
* @return the encryptedCredential value.
*/
public Object encryptedCredential() {
public String 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).
* using the integration runtime credential manager. Type: string.
*
* @param encryptedCredential the encryptedCredential value to set.
* @return the AmazonRdsForLinkedServiceTypeProperties object itself.
*/
public AmazonRdsForLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
public AmazonRdsForLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
this.encryptedCredential = encryptedCredential;
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ public final class AmazonRdsForSqlServerLinkedServiceTypeProperties {

/*
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
* credential manager. Type: string (or Expression with resultType string).
* credential manager. Type: string.
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
private String encryptedCredential;

/*
* Sql always encrypted properties.
Expand Down Expand Up @@ -114,22 +114,22 @@ public AmazonRdsForSqlServerLinkedServiceTypeProperties withPassword(SecretBase

/**
* 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).
* using the integration runtime credential manager. Type: string.
*
* @return the encryptedCredential value.
*/
public Object encryptedCredential() {
public String 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).
* using the integration runtime credential manager. Type: string.
*
* @param encryptedCredential the encryptedCredential value to set.
* @return the AmazonRdsForSqlServerLinkedServiceTypeProperties object itself.
*/
public AmazonRdsForSqlServerLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
public AmazonRdsForSqlServerLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
this.encryptedCredential = encryptedCredential;
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ public final class AmazonRedshiftLinkedServiceTypeProperties {

/*
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
* credential manager. Type: string (or Expression with resultType string).
* credential manager. Type: string.
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
private String encryptedCredential;

/** Creates an instance of AmazonRedshiftLinkedServiceTypeProperties class. */
public AmazonRedshiftLinkedServiceTypeProperties() {
Expand Down Expand Up @@ -164,22 +164,22 @@ public AmazonRedshiftLinkedServiceTypeProperties withPort(Object port) {

/**
* 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).
* using the integration runtime credential manager. Type: string.
*
* @return the encryptedCredential value.
*/
public Object encryptedCredential() {
public String 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).
* using the integration runtime credential manager. Type: string.
*
* @param encryptedCredential the encryptedCredential value to set.
* @return the AmazonRedshiftLinkedServiceTypeProperties object itself.
*/
public AmazonRedshiftLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
public AmazonRedshiftLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
this.encryptedCredential = encryptedCredential;
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ public final class AmazonS3CompatibleLinkedServiceTypeProperties {

/*
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
* credential manager. Type: string (or Expression with resultType string).
* credential manager. Type: string.
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
private String encryptedCredential;

/** Creates an instance of AmazonS3CompatibleLinkedServiceTypeProperties class. */
public AmazonS3CompatibleLinkedServiceTypeProperties() {
Expand Down Expand Up @@ -142,22 +142,22 @@ public AmazonS3CompatibleLinkedServiceTypeProperties withForcePathStyle(Object f

/**
* 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).
* using the integration runtime credential manager. Type: string.
*
* @return the encryptedCredential value.
*/
public Object encryptedCredential() {
public String 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).
* using the integration runtime credential manager. Type: string.
*
* @param encryptedCredential the encryptedCredential value to set.
* @return the AmazonS3CompatibleLinkedServiceTypeProperties object itself.
*/
public AmazonS3CompatibleLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
public AmazonS3CompatibleLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
this.encryptedCredential = encryptedCredential;
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ public final class AmazonS3LinkedServiceTypeProperties {

/*
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
* credential manager. Type: string (or Expression with resultType string).
* credential manager. Type: string.
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
private String encryptedCredential;

/** Creates an instance of AmazonS3LinkedServiceTypeProperties class. */
public AmazonS3LinkedServiceTypeProperties() {
Expand Down Expand Up @@ -168,22 +168,22 @@ public AmazonS3LinkedServiceTypeProperties withSessionToken(SecretBase sessionTo

/**
* 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).
* using the integration runtime credential manager. Type: string.
*
* @return the encryptedCredential value.
*/
public Object encryptedCredential() {
public String 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).
* using the integration runtime credential manager. Type: string.
*
* @param encryptedCredential the encryptedCredential value to set.
* @return the AmazonS3LinkedServiceTypeProperties object itself.
*/
public AmazonS3LinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
public AmazonS3LinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
this.encryptedCredential = encryptedCredential;
return this;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@Fluent
public final class AppFiguresLinkedServiceTypeProperties {
/*
* The username of the Appfigures source.
* The username of the Appfigures source. Type: string (or Expression with resultType string).
*/
@JsonProperty(value = "userName", required = true)
private Object username;
Expand All @@ -35,7 +35,8 @@ public AppFiguresLinkedServiceTypeProperties() {
}

/**
* Get the username property: The username of the Appfigures source.
* Get the username property: The username of the Appfigures source. Type: string (or Expression with resultType
* string).
*
* @return the username value.
*/
Expand All @@ -44,7 +45,8 @@ public Object username() {
}

/**
* Set the username property: The username of the Appfigures source.
* Set the username property: The username of the Appfigures source. Type: string (or Expression with resultType
* string).
*
* @param username the username value to set.
* @return the AppFiguresLinkedServiceTypeProperties object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ public final class AppendVariableActivityTypeProperties {
private String variableName;

/*
* Value to be appended. Could be a static value or Expression
* Value to be appended. Type: could be a static value matching type of the variable item or Expression with
* resultType matching type of the variable item
*/
@JsonProperty(value = "value")
private Object value;
Expand Down Expand Up @@ -47,7 +48,8 @@ public AppendVariableActivityTypeProperties withVariableName(String variableName
}

/**
* Get the value property: Value to be appended. Could be a static value or Expression.
* Get the value property: Value to be appended. Type: could be a static value matching type of the variable item or
* Expression with resultType matching type of the variable item.
*
* @return the value value.
*/
Expand All @@ -56,7 +58,8 @@ public Object value() {
}

/**
* Set the value property: Value to be appended. Could be a static value or Expression.
* Set the value property: Value to be appended. Type: could be a static value matching type of the variable item or
* Expression with resultType matching type of the variable item.
*
* @param value the value value to set.
* @return the AppendVariableActivityTypeProperties object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ public final class AsanaLinkedServiceTypeProperties {

/*
* The encrypted credential used for authentication. Credentials are encrypted using the integration runtime
* credential manager. Type: string (or Expression with resultType string).
* credential manager. Type: string.
*/
@JsonProperty(value = "encryptedCredential")
private Object encryptedCredential;
private String encryptedCredential;

/** Creates an instance of AsanaLinkedServiceTypeProperties class. */
public AsanaLinkedServiceTypeProperties() {
Expand Down Expand Up @@ -51,22 +51,22 @@ public AsanaLinkedServiceTypeProperties withApiToken(SecretBase apiToken) {

/**
* 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).
* using the integration runtime credential manager. Type: string.
*
* @return the encryptedCredential value.
*/
public Object encryptedCredential() {
public String 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).
* using the integration runtime credential manager. Type: string.
*
* @param encryptedCredential the encryptedCredential value to set.
* @return the AsanaLinkedServiceTypeProperties object itself.
*/
public AsanaLinkedServiceTypeProperties withEncryptedCredential(Object encryptedCredential) {
public AsanaLinkedServiceTypeProperties withEncryptedCredential(String encryptedCredential) {
this.encryptedCredential = encryptedCredential;
return this;
}
Expand Down
Loading