Skip to content

Commit 9534878

Browse files
authored
[DataFactory]Support New Features In ADF (#25825)
1 parent 7e2f0ae commit 9534878

File tree

128 files changed

+962
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+962
-261
lines changed

src/DataFactory/DataFactory.Management.Sdk/Generated/Models/AmazonMWSLinkedService.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public AmazonMWSLinkedService()
3030
/// be used to connect with related store or compute resource.
3131
/// </param>
3232

33+
/// <param name="version">Version of the linked service.
34+
/// </param>
35+
3336
/// <param name="connectVia">The integration runtime reference.
3437
/// </param>
3538

@@ -78,9 +81,9 @@ public AmazonMWSLinkedService()
7881
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
7982
/// using the integration runtime credential manager. Type: string.
8083
/// </param>
81-
public AmazonMWSLinkedService(object endpoint, object marketplaceId, object sellerId, object accessKeyId, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), SecretBase mwsAuthToken = default(SecretBase), SecretBase secretKey = default(SecretBase), object useEncryptedEndpoints = default(object), object useHostVerification = default(object), object usePeerVerification = default(object), string encryptedCredential = default(string))
84+
public AmazonMWSLinkedService(object endpoint, object marketplaceId, object sellerId, object accessKeyId, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), SecretBase mwsAuthToken = default(SecretBase), SecretBase secretKey = default(SecretBase), object useEncryptedEndpoints = default(object), object useHostVerification = default(object), object usePeerVerification = default(object), string encryptedCredential = default(string))
8285

83-
: base(additionalProperties, connectVia, description, parameters, annotations)
86+
: base(additionalProperties, version, connectVia, description, parameters, annotations)
8487
{
8588
this.Endpoint = endpoint;
8689
this.MarketplaceId = marketplaceId;

src/DataFactory/DataFactory.Management.Sdk/Generated/Models/AmazonRdsForOracleLinkedService.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public AmazonRdsForOracleLinkedService()
3030
/// be used to connect with related store or compute resource.
3131
/// </param>
3232

33+
/// <param name="version">Version of the linked service.
34+
/// </param>
35+
3336
/// <param name="connectVia">The integration runtime reference.
3437
/// </param>
3538

@@ -52,9 +55,9 @@ public AmazonRdsForOracleLinkedService()
5255
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
5356
/// using the integration runtime credential manager. Type: string.
5457
/// </param>
55-
public AmazonRdsForOracleLinkedService(object connectionString, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), SecretBase password = default(SecretBase), string encryptedCredential = default(string))
58+
public AmazonRdsForOracleLinkedService(object connectionString, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), SecretBase password = default(SecretBase), string encryptedCredential = default(string))
5659

57-
: base(additionalProperties, connectVia, description, parameters, annotations)
60+
: base(additionalProperties, version, connectVia, description, parameters, annotations)
5861
{
5962
this.ConnectionString = connectionString;
6063
this.Password = password;

src/DataFactory/DataFactory.Management.Sdk/Generated/Models/AmazonRdsForSqlServerLinkedService.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public AmazonRdsForSqlServerLinkedService()
3030
/// be used to connect with related store or compute resource.
3131
/// </param>
3232

33+
/// <param name="version">Version of the linked service.
34+
/// </param>
35+
3336
/// <param name="connectVia">The integration runtime reference.
3437
/// </param>
3538

@@ -163,9 +166,9 @@ public AmazonRdsForSqlServerLinkedService()
163166

164167
/// <param name="alwaysEncryptedSettings">Sql always encrypted properties.
165168
/// </param>
166-
public AmazonRdsForSqlServerLinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object server = default(object), object database = default(object), object encrypt = default(object), object trustServerCertificate = default(object), object hostNameInCertificate = default(object), object applicationIntent = default(object), object connectTimeout = default(object), object connectRetryCount = default(object), object connectRetryInterval = default(object), object loadBalanceTimeout = default(object), object commandTimeout = default(object), object integratedSecurity = default(object), object failoverPartner = default(object), object maxPoolSize = default(object), object minPoolSize = default(object), object multipleActiveResultSets = default(object), object multiSubnetFailover = default(object), object packetSize = default(object), object pooling = default(object), object connectionString = default(object), string authenticationType = default(string), object userName = default(object), SecretBase password = default(SecretBase), string encryptedCredential = default(string), SqlAlwaysEncryptedProperties alwaysEncryptedSettings = default(SqlAlwaysEncryptedProperties))
169+
public AmazonRdsForSqlServerLinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object server = default(object), object database = default(object), object encrypt = default(object), object trustServerCertificate = default(object), object hostNameInCertificate = default(object), object applicationIntent = default(object), object connectTimeout = default(object), object connectRetryCount = default(object), object connectRetryInterval = default(object), object loadBalanceTimeout = default(object), object commandTimeout = default(object), object integratedSecurity = default(object), object failoverPartner = default(object), object maxPoolSize = default(object), object minPoolSize = default(object), object multipleActiveResultSets = default(object), object multiSubnetFailover = default(object), object packetSize = default(object), object pooling = default(object), object connectionString = default(object), string authenticationType = default(string), object userName = default(object), SecretBase password = default(SecretBase), string encryptedCredential = default(string), SqlAlwaysEncryptedProperties alwaysEncryptedSettings = default(SqlAlwaysEncryptedProperties))
167170

168-
: base(additionalProperties, connectVia, description, parameters, annotations)
171+
: base(additionalProperties, version, connectVia, description, parameters, annotations)
169172
{
170173
this.Server = server;
171174
this.Database = database;

src/DataFactory/DataFactory.Management.Sdk/Generated/Models/AmazonRedshiftLinkedService.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public AmazonRedshiftLinkedService()
3030
/// be used to connect with related store or compute resource.
3131
/// </param>
3232

33+
/// <param name="version">Version of the linked service.
34+
/// </param>
35+
3336
/// <param name="connectVia">The integration runtime reference.
3437
/// </param>
3538

@@ -65,9 +68,9 @@ public AmazonRedshiftLinkedService()
6568
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
6669
/// using the integration runtime credential manager. Type: string.
6770
/// </param>
68-
public AmazonRedshiftLinkedService(object server, object database, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object username = default(object), SecretBase password = default(SecretBase), object port = default(object), string encryptedCredential = default(string))
71+
public AmazonRedshiftLinkedService(object server, object database, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object username = default(object), SecretBase password = default(SecretBase), object port = default(object), string encryptedCredential = default(string))
6972

70-
: base(additionalProperties, connectVia, description, parameters, annotations)
73+
: base(additionalProperties, version, connectVia, description, parameters, annotations)
7174
{
7275
this.Server = server;
7376
this.Username = username;

src/DataFactory/DataFactory.Management.Sdk/Generated/Models/AmazonS3CompatibleLinkedService.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public AmazonS3CompatibleLinkedService()
3030
/// be used to connect with related store or compute resource.
3131
/// </param>
3232

33+
/// <param name="version">Version of the linked service.
34+
/// </param>
35+
3336
/// <param name="connectVia">The integration runtime reference.
3437
/// </param>
3538

@@ -64,9 +67,9 @@ public AmazonS3CompatibleLinkedService()
6467
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
6568
/// using the integration runtime credential manager. Type: string.
6669
/// </param>
67-
public AmazonS3CompatibleLinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object accessKeyId = default(object), SecretBase secretAccessKey = default(SecretBase), object serviceUrl = default(object), object forcePathStyle = default(object), string encryptedCredential = default(string))
70+
public AmazonS3CompatibleLinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object accessKeyId = default(object), SecretBase secretAccessKey = default(SecretBase), object serviceUrl = default(object), object forcePathStyle = default(object), string encryptedCredential = default(string))
6871

69-
: base(additionalProperties, connectVia, description, parameters, annotations)
72+
: base(additionalProperties, version, connectVia, description, parameters, annotations)
7073
{
7174
this.AccessKeyId = accessKeyId;
7275
this.SecretAccessKey = secretAccessKey;

src/DataFactory/DataFactory.Management.Sdk/Generated/Models/AmazonS3LinkedService.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public AmazonS3LinkedService()
3030
/// be used to connect with related store or compute resource.
3131
/// </param>
3232

33+
/// <param name="version">Version of the linked service.
34+
/// </param>
35+
3336
/// <param name="connectVia">The integration runtime reference.
3437
/// </param>
3538

@@ -67,9 +70,9 @@ public AmazonS3LinkedService()
6770
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
6871
/// using the integration runtime credential manager. Type: string.
6972
/// </param>
70-
public AmazonS3LinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object authenticationType = default(object), object accessKeyId = default(object), SecretBase secretAccessKey = default(SecretBase), object serviceUrl = default(object), SecretBase sessionToken = default(SecretBase), string encryptedCredential = default(string))
73+
public AmazonS3LinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object authenticationType = default(object), object accessKeyId = default(object), SecretBase secretAccessKey = default(SecretBase), object serviceUrl = default(object), SecretBase sessionToken = default(SecretBase), string encryptedCredential = default(string))
7174

72-
: base(additionalProperties, connectVia, description, parameters, annotations)
75+
: base(additionalProperties, version, connectVia, description, parameters, annotations)
7376
{
7477
this.AuthenticationType = authenticationType;
7578
this.AccessKeyId = accessKeyId;

src/DataFactory/DataFactory.Management.Sdk/Generated/Models/AppFiguresLinkedService.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public AppFiguresLinkedService()
3030
/// be used to connect with related store or compute resource.
3131
/// </param>
3232

33+
/// <param name="version">Version of the linked service.
34+
/// </param>
35+
3336
/// <param name="connectVia">The integration runtime reference.
3437
/// </param>
3538

@@ -51,9 +54,9 @@ public AppFiguresLinkedService()
5154

5255
/// <param name="clientKey">The client key for the AppFigures source.
5356
/// </param>
54-
public AppFiguresLinkedService(object userName, SecretBase password, SecretBase clientKey, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>))
57+
public AppFiguresLinkedService(object userName, SecretBase password, SecretBase clientKey, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>))
5558

56-
: base(additionalProperties, connectVia, description, parameters, annotations)
59+
: base(additionalProperties, version, connectVia, description, parameters, annotations)
5760
{
5861
this.UserName = userName;
5962
this.Password = password;

0 commit comments

Comments
 (0)