@azure/arm-datafactory 16.0.1-alpha.20240827.1 → 17.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1715,6 +1715,12 @@ export const LinkedService: coreClient.CompositeMapper = {
1715
1715
  name: "String",
1716
1716
  },
1717
1717
  },
1718
+ version: {
1719
+ serializedName: "version",
1720
+ type: {
1721
+ name: "String",
1722
+ },
1723
+ },
1718
1724
  connectVia: {
1719
1725
  serializedName: "connectVia",
1720
1726
  type: {
@@ -5606,6 +5612,48 @@ export const SsisVariable: coreClient.CompositeMapper = {
5606
5612
  },
5607
5613
  };
5608
5614
 
5615
+ export const AzureStorageLinkedServiceTypeProperties: coreClient.CompositeMapper =
5616
+ {
5617
+ type: {
5618
+ name: "Composite",
5619
+ className: "AzureStorageLinkedServiceTypeProperties",
5620
+ modelProperties: {
5621
+ connectionString: {
5622
+ serializedName: "connectionString",
5623
+ type: {
5624
+ name: "any",
5625
+ },
5626
+ },
5627
+ accountKey: {
5628
+ serializedName: "accountKey",
5629
+ type: {
5630
+ name: "Composite",
5631
+ className: "AzureKeyVaultSecretReference",
5632
+ },
5633
+ },
5634
+ sasUri: {
5635
+ serializedName: "sasUri",
5636
+ type: {
5637
+ name: "any",
5638
+ },
5639
+ },
5640
+ sasToken: {
5641
+ serializedName: "sasToken",
5642
+ type: {
5643
+ name: "Composite",
5644
+ className: "AzureKeyVaultSecretReference",
5645
+ },
5646
+ },
5647
+ encryptedCredential: {
5648
+ serializedName: "encryptedCredential",
5649
+ type: {
5650
+ name: "String",
5651
+ },
5652
+ },
5653
+ },
5654
+ },
5655
+ };
5656
+
5609
5657
  export const SqlServerBaseLinkedServiceTypeProperties: coreClient.CompositeMapper =
5610
5658
  {
5611
5659
  type: {
@@ -7369,6 +7417,13 @@ export const ExecuteDataFlowActivityTypeProperties: coreClient.CompositeMapper =
7369
7417
  className: "IntegrationRuntimeReference",
7370
7418
  },
7371
7419
  },
7420
+ continuationSettings: {
7421
+ serializedName: "continuationSettings",
7422
+ type: {
7423
+ name: "Composite",
7424
+ className: "ContinuationSettingsReference",
7425
+ },
7426
+ },
7372
7427
  compute: {
7373
7428
  serializedName: "compute",
7374
7429
  type: {
@@ -7404,6 +7459,33 @@ export const ExecuteDataFlowActivityTypeProperties: coreClient.CompositeMapper =
7404
7459
  },
7405
7460
  };
7406
7461
 
7462
+ export const ContinuationSettingsReference: coreClient.CompositeMapper = {
7463
+ type: {
7464
+ name: "Composite",
7465
+ className: "ContinuationSettingsReference",
7466
+ modelProperties: {
7467
+ continuationTtlInMinutes: {
7468
+ serializedName: "continuationTtlInMinutes",
7469
+ type: {
7470
+ name: "any",
7471
+ },
7472
+ },
7473
+ idleCondition: {
7474
+ serializedName: "idleCondition",
7475
+ type: {
7476
+ name: "any",
7477
+ },
7478
+ },
7479
+ customizedCheckpointKey: {
7480
+ serializedName: "customizedCheckpointKey",
7481
+ type: {
7482
+ name: "any",
7483
+ },
7484
+ },
7485
+ },
7486
+ },
7487
+ };
7488
+
7407
7489
  export const ExecuteDataFlowActivityTypePropertiesCompute: coreClient.CompositeMapper =
7408
7490
  {
7409
7491
  type: {
@@ -9047,6 +9129,19 @@ export const AzureTableStorageLinkedService: coreClient.CompositeMapper = {
9047
9129
  name: "String",
9048
9130
  },
9049
9131
  },
9132
+ serviceEndpoint: {
9133
+ serializedName: "typeProperties.serviceEndpoint",
9134
+ type: {
9135
+ name: "any",
9136
+ },
9137
+ },
9138
+ credential: {
9139
+ serializedName: "typeProperties.credential",
9140
+ type: {
9141
+ name: "Composite",
9142
+ className: "CredentialReference",
9143
+ },
9144
+ },
9050
9145
  },
9051
9146
  },
9052
9147
  };
@@ -9417,6 +9512,13 @@ export const SqlServerLinkedService: coreClient.CompositeMapper = {
9417
9512
  className: "SqlAlwaysEncryptedProperties",
9418
9513
  },
9419
9514
  },
9515
+ credential: {
9516
+ serializedName: "typeProperties.credential",
9517
+ type: {
9518
+ name: "Composite",
9519
+ className: "CredentialReference",
9520
+ },
9521
+ },
9420
9522
  },
9421
9523
  },
9422
9524
  };
@@ -10236,6 +10338,12 @@ export const DynamicsLinkedService: coreClient.CompositeMapper = {
10236
10338
  name: "any",
10237
10339
  },
10238
10340
  },
10341
+ domain: {
10342
+ serializedName: "typeProperties.domain",
10343
+ type: {
10344
+ name: "any",
10345
+ },
10346
+ },
10239
10347
  username: {
10240
10348
  serializedName: "typeProperties.username",
10241
10349
  type: {
@@ -10333,6 +10441,12 @@ export const DynamicsCrmLinkedService: coreClient.CompositeMapper = {
10333
10441
  name: "any",
10334
10442
  },
10335
10443
  },
10444
+ domain: {
10445
+ serializedName: "typeProperties.domain",
10446
+ type: {
10447
+ name: "any",
10448
+ },
10449
+ },
10336
10450
  username: {
10337
10451
  serializedName: "typeProperties.username",
10338
10452
  type: {
@@ -10431,6 +10545,12 @@ export const CommonDataServiceForAppsLinkedService: coreClient.CompositeMapper =
10431
10545
  name: "any",
10432
10546
  },
10433
10547
  },
10548
+ domain: {
10549
+ serializedName: "typeProperties.domain",
10550
+ type: {
10551
+ name: "any",
10552
+ },
10553
+ },
10434
10554
  username: {
10435
10555
  serializedName: "typeProperties.username",
10436
10556
  type: {
@@ -10652,6 +10772,19 @@ export const AzureFileStorageLinkedService: coreClient.CompositeMapper = {
10652
10772
  name: "String",
10653
10773
  },
10654
10774
  },
10775
+ serviceEndpoint: {
10776
+ serializedName: "typeProperties.serviceEndpoint",
10777
+ type: {
10778
+ name: "any",
10779
+ },
10780
+ },
10781
+ credential: {
10782
+ serializedName: "typeProperties.credential",
10783
+ type: {
10784
+ name: "Composite",
10785
+ className: "CredentialReference",
10786
+ },
10787
+ },
10655
10788
  },
10656
10789
  },
10657
10790
  };
@@ -12720,6 +12853,26 @@ export const RestServiceLinkedService: coreClient.CompositeMapper = {
12720
12853
  name: "any",
12721
12854
  },
12722
12855
  },
12856
+ servicePrincipalCredentialType: {
12857
+ serializedName: "typeProperties.servicePrincipalCredentialType",
12858
+ type: {
12859
+ name: "any",
12860
+ },
12861
+ },
12862
+ servicePrincipalEmbeddedCert: {
12863
+ serializedName: "typeProperties.servicePrincipalEmbeddedCert",
12864
+ type: {
12865
+ name: "Composite",
12866
+ className: "SecretBase",
12867
+ },
12868
+ },
12869
+ servicePrincipalEmbeddedCertPassword: {
12870
+ serializedName: "typeProperties.servicePrincipalEmbeddedCertPassword",
12871
+ type: {
12872
+ name: "Composite",
12873
+ className: "SecretBase",
12874
+ },
12875
+ },
12723
12876
  },
12724
12877
  },
12725
12878
  };
@@ -15390,6 +15543,30 @@ export const VerticaLinkedService: coreClient.CompositeMapper = {
15390
15543
  name: "any",
15391
15544
  },
15392
15545
  },
15546
+ server: {
15547
+ serializedName: "typeProperties.server",
15548
+ type: {
15549
+ name: "any",
15550
+ },
15551
+ },
15552
+ port: {
15553
+ serializedName: "typeProperties.port",
15554
+ type: {
15555
+ name: "any",
15556
+ },
15557
+ },
15558
+ uid: {
15559
+ serializedName: "typeProperties.uid",
15560
+ type: {
15561
+ name: "any",
15562
+ },
15563
+ },
15564
+ database: {
15565
+ serializedName: "typeProperties.database",
15566
+ type: {
15567
+ name: "any",
15568
+ },
15569
+ },
15393
15570
  pwd: {
15394
15571
  serializedName: "typeProperties.pwd",
15395
15572
  type: {
@@ -15522,7 +15699,7 @@ export const HDInsightOnDemandLinkedService: coreClient.CompositeMapper = {
15522
15699
  name: "any",
15523
15700
  },
15524
15701
  },
15525
- version: {
15702
+ versionTypePropertiesVersion: {
15526
15703
  serializedName: "typeProperties.version",
15527
15704
  required: true,
15528
15705
  type: {
@@ -16670,6 +16847,26 @@ export const SharePointOnlineListLinkedService: coreClient.CompositeMapper = {
16670
16847
  className: "SecretBase",
16671
16848
  },
16672
16849
  },
16850
+ servicePrincipalCredentialType: {
16851
+ serializedName: "typeProperties.servicePrincipalCredentialType",
16852
+ type: {
16853
+ name: "any",
16854
+ },
16855
+ },
16856
+ servicePrincipalEmbeddedCert: {
16857
+ serializedName: "typeProperties.servicePrincipalEmbeddedCert",
16858
+ type: {
16859
+ name: "Composite",
16860
+ className: "SecretBase",
16861
+ },
16862
+ },
16863
+ servicePrincipalEmbeddedCertPassword: {
16864
+ serializedName: "typeProperties.servicePrincipalEmbeddedCertPassword",
16865
+ type: {
16866
+ name: "Composite",
16867
+ className: "SecretBase",
16868
+ },
16869
+ },
16673
16870
  encryptedCredential: {
16674
16871
  serializedName: "typeProperties.encryptedCredential",
16675
16872
  type: {
@@ -19931,6 +20128,13 @@ export const ExecuteWranglingDataflowActivity: coreClient.CompositeMapper = {
19931
20128
  className: "IntegrationRuntimeReference",
19932
20129
  },
19933
20130
  },
20131
+ continuationSettings: {
20132
+ serializedName: "typeProperties.continuationSettings",
20133
+ type: {
20134
+ name: "Composite",
20135
+ className: "ContinuationSettingsReference",
20136
+ },
20137
+ },
19934
20138
  compute: {
19935
20139
  serializedName: "typeProperties.compute",
19936
20140
  type: {
@@ -21149,6 +21353,30 @@ export const LinkedIntegrationRuntimeRbacAuthorization: coreClient.CompositeMapp
21149
21353
  },
21150
21354
  };
21151
21355
 
21356
+ export const AzureTableStorageLinkedServiceTypeProperties: coreClient.CompositeMapper =
21357
+ {
21358
+ type: {
21359
+ name: "Composite",
21360
+ className: "AzureTableStorageLinkedServiceTypeProperties",
21361
+ modelProperties: {
21362
+ ...AzureStorageLinkedServiceTypeProperties.type.modelProperties,
21363
+ serviceEndpoint: {
21364
+ serializedName: "serviceEndpoint",
21365
+ type: {
21366
+ name: "any",
21367
+ },
21368
+ },
21369
+ credential: {
21370
+ serializedName: "credential",
21371
+ type: {
21372
+ name: "Composite",
21373
+ className: "CredentialReference",
21374
+ },
21375
+ },
21376
+ },
21377
+ },
21378
+ };
21379
+
21152
21380
  export const AzureSqlDWLinkedServiceTypeProperties: coreClient.CompositeMapper =
21153
21381
  {
21154
21382
  type: {
@@ -21281,6 +21509,13 @@ export const SqlServerLinkedServiceTypeProperties: coreClient.CompositeMapper =
21281
21509
  className: "SqlAlwaysEncryptedProperties",
21282
21510
  },
21283
21511
  },
21512
+ credential: {
21513
+ serializedName: "credential",
21514
+ type: {
21515
+ name: "Composite",
21516
+ className: "CredentialReference",
21517
+ },
21518
+ },
21284
21519
  },
21285
21520
  },
21286
21521
  };
@@ -25807,6 +26042,12 @@ export const SnowflakeExportCopyCommand: coreClient.CompositeMapper = {
25807
26042
  value: { type: { name: "any" } },
25808
26043
  },
25809
26044
  },
26045
+ storageIntegration: {
26046
+ serializedName: "storageIntegration",
26047
+ type: {
26048
+ name: "any",
26049
+ },
26050
+ },
25810
26051
  },
25811
26052
  },
25812
26053
  };
@@ -25889,6 +26130,12 @@ export const SnowflakeImportCopyCommand: coreClient.CompositeMapper = {
25889
26130
  value: { type: { name: "any" } },
25890
26131
  },
25891
26132
  },
26133
+ storageIntegration: {
26134
+ serializedName: "storageIntegration",
26135
+ type: {
26136
+ name: "any",
26137
+ },
26138
+ },
25892
26139
  },
25893
26140
  },
25894
26141
  };
@@ -27928,6 +28175,13 @@ export const ExecuteDataFlowActivity: coreClient.CompositeMapper = {
27928
28175
  className: "IntegrationRuntimeReference",
27929
28176
  },
27930
28177
  },
28178
+ continuationSettings: {
28179
+ serializedName: "typeProperties.continuationSettings",
28180
+ type: {
28181
+ name: "Composite",
28182
+ className: "ContinuationSettingsReference",
28183
+ },
28184
+ },
27931
28185
  compute: {
27932
28186
  serializedName: "typeProperties.compute",
27933
28187
  type: {
@@ -1237,6 +1237,10 @@ export declare interface AzureFileStorageLinkedService extends LinkedService {
1237
1237
  snapshot?: any;
1238
1238
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
1239
1239
  encryptedCredential?: string;
1240
+ /** File service endpoint of the Azure File Storage resource. It is mutually exclusive with connectionString, sasUri property. */
1241
+ serviceEndpoint?: any;
1242
+ /** The credential reference containing authentication information. */
1243
+ credential?: CredentialReference;
1240
1244
  }
1241
1245
 
1242
1246
  /** The location of file server dataset. */
@@ -2043,6 +2047,20 @@ export declare interface AzureStorageLinkedService extends LinkedService {
2043
2047
  encryptedCredential?: string;
2044
2048
  }
2045
2049
 
2050
+ /** Azure Storage linked service properties. */
2051
+ export declare interface AzureStorageLinkedServiceTypeProperties {
2052
+ /** The connection string. It is mutually exclusive with sasUri property. Type: string, SecureString or AzureKeyVaultSecretReference. */
2053
+ connectionString?: any;
2054
+ /** The Azure key vault secret reference of accountKey in connection string. */
2055
+ accountKey?: AzureKeyVaultSecretReference;
2056
+ /** SAS URI of the Azure Storage resource. It is mutually exclusive with connectionString property. Type: string, SecureString or AzureKeyVaultSecretReference. */
2057
+ sasUri?: any;
2058
+ /** The Azure key vault secret reference of sasToken in sas uri. */
2059
+ sasToken?: AzureKeyVaultSecretReference;
2060
+ /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
2061
+ encryptedCredential?: string;
2062
+ }
2063
+
2046
2064
  /** Azure Synapse Analytics (Artifacts) linked service. */
2047
2065
  export declare interface AzureSynapseArtifactsLinkedService extends LinkedService {
2048
2066
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -2101,6 +2119,18 @@ export declare interface AzureTableStorageLinkedService extends LinkedService {
2101
2119
  sasToken?: AzureKeyVaultSecretReference;
2102
2120
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
2103
2121
  encryptedCredential?: string;
2122
+ /** Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property. */
2123
+ serviceEndpoint?: any;
2124
+ /** The credential reference containing authentication information. */
2125
+ credential?: CredentialReference;
2126
+ }
2127
+
2128
+ /** Azure Table Storage linked service properties. */
2129
+ export declare interface AzureTableStorageLinkedServiceTypeProperties extends AzureStorageLinkedServiceTypeProperties {
2130
+ /** Table service endpoint of the Azure Table Storage resource. It is mutually exclusive with connectionString, sasUri property. */
2131
+ serviceEndpoint?: any;
2132
+ /** The credential reference containing authentication information. */
2133
+ credential?: CredentialReference;
2104
2134
  }
2105
2135
 
2106
2136
  /** Big data pool reference type. */
@@ -2490,8 +2520,10 @@ export declare interface CommonDataServiceForAppsLinkedService extends LinkedSer
2490
2520
  serviceUri?: any;
2491
2521
  /** 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). */
2492
2522
  organizationName?: any;
2493
- /** 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). */
2523
+ /** 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, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string). */
2494
2524
  authenticationType: any;
2525
+ /** The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string). */
2526
+ domain?: any;
2495
2527
  /** User name to access the Common Data Service for Apps instance. Type: string (or Expression with resultType string). */
2496
2528
  username?: any;
2497
2529
  /** Password to access the Common Data Service for Apps instance. */
@@ -2643,6 +2675,16 @@ export declare interface ConnectionStateProperties {
2643
2675
  */
2644
2676
  export declare type ConnectionType = string;
2645
2677
 
2678
+ /** Continuation settings for execute data flow activity. */
2679
+ export declare interface ContinuationSettingsReference {
2680
+ /** Continuation TTL in minutes. */
2681
+ continuationTtlInMinutes?: any;
2682
+ /** Idle condition. */
2683
+ idleCondition?: any;
2684
+ /** Customized checkpoint key. */
2685
+ customizedCheckpointKey?: any;
2686
+ }
2687
+
2646
2688
  /** Base class for all control activities like IfCondition, ForEach , Until. */
2647
2689
  export declare interface ControlActivity extends Activity {
2648
2690
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -4149,7 +4191,8 @@ export declare interface DWCopyCommandSettings {
4149
4191
  * ### Known values supported by the service
4150
4192
  * **Office365** \
4151
4193
  * **Ifd** \
4152
- * **AADServicePrincipal**
4194
+ * **AADServicePrincipal** \
4195
+ * **Active Directory**
4153
4196
  */
4154
4197
  export declare type DynamicsAuthenticationType = string;
4155
4198
 
@@ -4211,8 +4254,10 @@ export declare interface DynamicsCrmLinkedService extends LinkedService {
4211
4254
  serviceUri?: any;
4212
4255
  /** 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). */
4213
4256
  organizationName?: any;
4214
- /** 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). */
4257
+ /** 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, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string). */
4215
4258
  authenticationType: any;
4259
+ /** The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string). */
4260
+ domain?: any;
4216
4261
  /** User name to access the Dynamics CRM instance. Type: string (or Expression with resultType string). */
4217
4262
  username?: any;
4218
4263
  /** Password to access the Dynamics CRM instance. */
@@ -4283,8 +4328,10 @@ export declare interface DynamicsLinkedService extends LinkedService {
4283
4328
  serviceUri?: any;
4284
4329
  /** 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). */
4285
4330
  organizationName?: any;
4286
- /** 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). */
4331
+ /** 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, 'Active Directory' for Dynamics on-premises with IFD. Type: string (or Expression with resultType string). */
4287
4332
  authenticationType: any;
4333
+ /** The Active Directory domain that will verify user credentials. Type: string (or Expression with resultType string). */
4334
+ domain?: any;
4288
4335
  /** User name to access the Dynamics instance. Type: string (or Expression with resultType string). */
4289
4336
  username?: any;
4290
4337
  /** Password to access the Dynamics instance. */
@@ -4451,6 +4498,8 @@ export declare interface ExecuteDataFlowActivity extends ExecutionActivity {
4451
4498
  staging?: DataFlowStagingInfo;
4452
4499
  /** The integration runtime reference. */
4453
4500
  integrationRuntime?: IntegrationRuntimeReference;
4501
+ /** Continuation settings for execute data flow activity. */
4502
+ continuationSettings?: ContinuationSettingsReference;
4454
4503
  /** Compute properties for data flow activity. */
4455
4504
  compute?: ExecuteDataFlowActivityTypePropertiesCompute;
4456
4505
  /** Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string) */
@@ -4471,6 +4520,8 @@ export declare interface ExecuteDataFlowActivityTypeProperties {
4471
4520
  staging?: DataFlowStagingInfo;
4472
4521
  /** The integration runtime reference. */
4473
4522
  integrationRuntime?: IntegrationRuntimeReference;
4523
+ /** Continuation settings for execute data flow activity. */
4524
+ continuationSettings?: ContinuationSettingsReference;
4474
4525
  /** Compute properties for data flow activity. */
4475
4526
  compute?: ExecuteDataFlowActivityTypePropertiesCompute;
4476
4527
  /** Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string) */
@@ -4581,6 +4632,8 @@ export declare interface ExecuteWranglingDataflowActivity extends Activity {
4581
4632
  staging?: DataFlowStagingInfo;
4582
4633
  /** The integration runtime reference. */
4583
4634
  integrationRuntime?: IntegrationRuntimeReference;
4635
+ /** Continuation settings for execute data flow activity. */
4636
+ continuationSettings?: ContinuationSettingsReference;
4584
4637
  /** Compute properties for data flow activity. */
4585
4638
  compute?: ExecuteDataFlowActivityTypePropertiesCompute;
4586
4639
  /** Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string) */
@@ -5899,7 +5952,7 @@ export declare interface HDInsightOnDemandLinkedService extends LinkedService {
5899
5952
  /** 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). */
5900
5953
  timeToLive: any;
5901
5954
  /** Version of the HDInsight cluster.  Type: string (or Expression with resultType string). */
5902
- version: any;
5955
+ versionTypePropertiesVersion: any;
5903
5956
  /** Azure Storage linked service to be used by the on-demand cluster for storing and processing data. */
5904
5957
  linkedServiceName: LinkedServiceReference;
5905
5958
  /** The customer’s subscription to host the cluster. Type: string (or Expression with resultType string). */
@@ -7659,7 +7712,9 @@ export declare enum KnownDynamicsAuthenticationType {
7659
7712
  /** Ifd */
7660
7713
  Ifd = "Ifd",
7661
7714
  /** AADServicePrincipal */
7662
- AADServicePrincipal = "AADServicePrincipal"
7715
+ AADServicePrincipal = "AADServicePrincipal",
7716
+ /** ActiveDirectory */
7717
+ ActiveDirectory = "Active Directory"
7663
7718
  }
7664
7719
 
7665
7720
  /** Known values of {@link DynamicsDeploymentType} that the service accepts. */
@@ -8497,7 +8552,9 @@ export declare enum KnownSqlServerAuthenticationType {
8497
8552
  /** SQL */
8498
8553
  SQL = "SQL",
8499
8554
  /** Windows */
8500
- Windows = "Windows"
8555
+ Windows = "Windows",
8556
+ /** UserAssignedManagedIdentity */
8557
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
8501
8558
  }
8502
8559
 
8503
8560
  /** Known values of {@link SqlWriteBehaviorEnum} that the service accepts. */
@@ -8839,6 +8896,8 @@ export declare interface LinkedService {
8839
8896
  type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "AmazonS3Compatible" | "OracleCloudStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "LakeHouse" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse" | "ServiceNowV2";
8840
8897
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
8841
8898
  [property: string]: any;
8899
+ /** Version of the linked service. */
8900
+ version?: string;
8842
8901
  /** The integration runtime reference. */
8843
8902
  connectVia?: IntegrationRuntimeReference;
8844
8903
  /** Linked service description. */
@@ -11668,6 +11727,12 @@ export declare interface RestServiceLinkedService extends LinkedService {
11668
11727
  resource?: any;
11669
11728
  /** The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string). */
11670
11729
  scope?: any;
11730
+ /** 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). */
11731
+ servicePrincipalCredentialType?: any;
11732
+ /** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
11733
+ servicePrincipalEmbeddedCert?: SecretBaseUnion;
11734
+ /** 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). */
11735
+ servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
11671
11736
  }
11672
11737
 
11673
11738
  /** A copy activity Rest service Sink. */
@@ -13083,7 +13148,13 @@ export declare interface SharePointOnlineListLinkedService extends LinkedService
13083
13148
  /** 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). */
13084
13149
  servicePrincipalId: any;
13085
13150
  /** The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
13086
- servicePrincipalKey: SecretBaseUnion;
13151
+ servicePrincipalKey?: SecretBaseUnion;
13152
+ /** 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). */
13153
+ servicePrincipalCredentialType?: any;
13154
+ /** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
13155
+ servicePrincipalEmbeddedCert?: SecretBaseUnion;
13156
+ /** 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). */
13157
+ servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
13087
13158
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
13088
13159
  encryptedCredential?: string;
13089
13160
  }
@@ -13191,6 +13262,8 @@ export declare interface SnowflakeExportCopyCommand extends ExportSettings {
13191
13262
  additionalFormatOptions?: {
13192
13263
  [propertyName: string]: any;
13193
13264
  };
13265
+ /** The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string). */
13266
+ storageIntegration?: any;
13194
13267
  }
13195
13268
 
13196
13269
  /** Snowflake import command settings. */
@@ -13205,6 +13278,8 @@ export declare interface SnowflakeImportCopyCommand extends ImportSettings {
13205
13278
  additionalFormatOptions?: {
13206
13279
  [propertyName: string]: any;
13207
13280
  };
13281
+ /** The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string). */
13282
+ storageIntegration?: any;
13208
13283
  }
13209
13284
 
13210
13285
  /** Snowflake linked service. */
@@ -13569,7 +13644,8 @@ export declare interface SqlPartitionSettings {
13569
13644
  * this enum contains the known values that the service supports.
13570
13645
  * ### Known values supported by the service
13571
13646
  * **SQL** \
13572
- * **Windows**
13647
+ * **Windows** \
13648
+ * **UserAssignedManagedIdentity**
13573
13649
  */
13574
13650
  export declare type SqlServerAuthenticationType = string;
13575
13651
 
@@ -13669,6 +13745,8 @@ export declare interface SqlServerLinkedService extends LinkedService {
13669
13745
  encryptedCredential?: string;
13670
13746
  /** Sql always encrypted properties. */
13671
13747
  alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
13748
+ /** The credential reference containing authentication information. */
13749
+ credential?: CredentialReference;
13672
13750
  }
13673
13751
 
13674
13752
  /** SQL Server linked service properties. */
@@ -13685,6 +13763,8 @@ export declare interface SqlServerLinkedServiceTypeProperties extends SqlServerB
13685
13763
  encryptedCredential?: string;
13686
13764
  /** Sql always encrypted properties. */
13687
13765
  alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
13766
+ /** The credential reference containing authentication information. */
13767
+ credential?: CredentialReference;
13688
13768
  }
13689
13769
 
13690
13770
  /** A copy activity SQL server sink. */
@@ -15153,6 +15233,14 @@ export declare interface VerticaLinkedService extends LinkedService {
15153
15233
  type: "Vertica";
15154
15234
  /** An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
15155
15235
  connectionString?: any;
15236
+ /** Server name for connection. Type: string. */
15237
+ server?: any;
15238
+ /** The port for the connection. Type: integer. */
15239
+ port?: any;
15240
+ /** Username for authentication. Type: string. */
15241
+ uid?: any;
15242
+ /** Database name for connection. Type: string. */
15243
+ database?: any;
15156
15244
  /** The Azure key vault secret reference of password in connection string. */
15157
15245
  pwd?: AzureKeyVaultSecretReference;
15158
15246
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */