@azure/synapse-artifacts 1.0.0-beta.12 → 1.0.0-beta.14

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.
Files changed (83) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.js +14784 -13528
  3. package/dist/index.js.map +1 -1
  4. package/dist-esm/src/artifactsClient.js +4 -3
  5. package/dist-esm/src/artifactsClient.js.map +1 -1
  6. package/dist-esm/src/lroImpl.js +11 -15
  7. package/dist-esm/src/lroImpl.js.map +1 -1
  8. package/dist-esm/src/models/index.js +134 -76
  9. package/dist-esm/src/models/index.js.map +1 -1
  10. package/dist-esm/src/models/mappers.js +1831 -1045
  11. package/dist-esm/src/models/mappers.js.map +1 -1
  12. package/dist-esm/src/models/parameters.js +34 -6
  13. package/dist-esm/src/models/parameters.js.map +1 -1
  14. package/dist-esm/src/operations/bigDataPools.js +2 -2
  15. package/dist-esm/src/operations/bigDataPools.js.map +1 -1
  16. package/dist-esm/src/operations/dataFlowDebugSession.js +29 -19
  17. package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
  18. package/dist-esm/src/operations/dataFlowOperations.js +37 -23
  19. package/dist-esm/src/operations/dataFlowOperations.js.map +1 -1
  20. package/dist-esm/src/operations/datasetOperations.js +37 -23
  21. package/dist-esm/src/operations/datasetOperations.js.map +1 -1
  22. package/dist-esm/src/operations/index.js +1 -0
  23. package/dist-esm/src/operations/index.js.map +1 -1
  24. package/dist-esm/src/operations/integrationRuntimes.js +2 -2
  25. package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
  26. package/dist-esm/src/operations/kqlScriptOperations.js +30 -18
  27. package/dist-esm/src/operations/kqlScriptOperations.js.map +1 -1
  28. package/dist-esm/src/operations/kqlScripts.js +7 -5
  29. package/dist-esm/src/operations/kqlScripts.js.map +1 -1
  30. package/dist-esm/src/operations/library.js +39 -25
  31. package/dist-esm/src/operations/library.js.map +1 -1
  32. package/dist-esm/src/operations/linkConnectionOperations.js +6 -4
  33. package/dist-esm/src/operations/linkConnectionOperations.js.map +1 -1
  34. package/dist-esm/src/operations/linkedServiceOperations.js +37 -23
  35. package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -1
  36. package/dist-esm/src/operations/metastore.js +4 -4
  37. package/dist-esm/src/operations/metastore.js.map +1 -1
  38. package/dist-esm/src/operations/notebookOperationResult.js +1 -1
  39. package/dist-esm/src/operations/notebookOperationResult.js.map +1 -1
  40. package/dist-esm/src/operations/notebookOperations.js +44 -28
  41. package/dist-esm/src/operations/notebookOperations.js.map +1 -1
  42. package/dist-esm/src/operations/pipelineOperations.js +38 -24
  43. package/dist-esm/src/operations/pipelineOperations.js.map +1 -1
  44. package/dist-esm/src/operations/pipelineRunOperations.js +7 -7
  45. package/dist-esm/src/operations/pipelineRunOperations.js.map +1 -1
  46. package/dist-esm/src/operations/runNotebook.js +192 -0
  47. package/dist-esm/src/operations/runNotebook.js.map +1 -0
  48. package/dist-esm/src/operations/sparkConfigurationOperations.js +37 -23
  49. package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -1
  50. package/dist-esm/src/operations/sparkJobDefinitionOperations.js +57 -35
  51. package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -1
  52. package/dist-esm/src/operations/sqlPools.js +2 -2
  53. package/dist-esm/src/operations/sqlPools.js.map +1 -1
  54. package/dist-esm/src/operations/sqlScriptOperations.js +37 -23
  55. package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -1
  56. package/dist-esm/src/operations/triggerOperations.js +65 -39
  57. package/dist-esm/src/operations/triggerOperations.js.map +1 -1
  58. package/dist-esm/src/operations/triggerRunOperations.js +5 -5
  59. package/dist-esm/src/operations/triggerRunOperations.js.map +1 -1
  60. package/dist-esm/src/operations/workspaceGitRepoManagement.js +1 -1
  61. package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +1 -1
  62. package/dist-esm/src/operations/workspaceOperations.js +1 -1
  63. package/dist-esm/src/operations/workspaceOperations.js.map +1 -1
  64. package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
  65. package/dist-esm/src/operationsInterfaces/dataFlowOperations.js.map +1 -1
  66. package/dist-esm/src/operationsInterfaces/datasetOperations.js.map +1 -1
  67. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  68. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  69. package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js.map +1 -1
  70. package/dist-esm/src/operationsInterfaces/library.js.map +1 -1
  71. package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js.map +1 -1
  72. package/dist-esm/src/operationsInterfaces/notebookOperations.js.map +1 -1
  73. package/dist-esm/src/operationsInterfaces/pipelineOperations.js.map +1 -1
  74. package/dist-esm/src/operationsInterfaces/runNotebook.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/runNotebook.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
  77. package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
  78. package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js.map +1 -1
  79. package/dist-esm/src/operationsInterfaces/triggerOperations.js.map +1 -1
  80. package/dist-esm/src/tracing.js +1 -1
  81. package/dist-esm/src/tracing.js.map +1 -1
  82. package/package.json +20 -19
  83. package/types/synapse-artifacts.d.ts +591 -118
@@ -1,9 +1,20 @@
1
1
  import * as coreAuth from '@azure/core-auth';
2
2
  import * as coreClient from '@azure/core-client';
3
3
  import * as coreRestPipeline from '@azure/core-rest-pipeline';
4
+ import { OperationState } from '@azure/core-lro';
4
5
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { PollerLike } from '@azure/core-lro';
6
- import { PollOperationState } from '@azure/core-lro';
6
+ import { SimplePollerLike } from '@azure/core-lro';
7
+
8
+ /**
9
+ * Defines values for ActionOnExistingTargetTable. \
10
+ * {@link KnownActionOnExistingTargetTable} can be used interchangeably with ActionOnExistingTargetTable,
11
+ * this enum contains the known values that the service supports.
12
+ * ### Known values supported by the service
13
+ * **FailOnNonEmptyTable**: Same existing tables on target database will be Failed. \
14
+ * **DropAndRecreateTable**: Same existing tables on target database will be dropped and recreated. \
15
+ * **MergeWithExistingData**: Same existing tables on target database will be Merged together.
16
+ */
17
+ export declare type ActionOnExistingTargetTable = string;
7
18
 
8
19
  /** A pipeline activity. */
9
20
  export declare interface Activity {
@@ -15,6 +26,10 @@ export declare interface Activity {
15
26
  name: string;
16
27
  /** Activity description. */
17
28
  description?: string;
29
+ /** Activity state. This is an optional property and if not provided, the state will be Active by default. */
30
+ state?: ActivityState;
31
+ /** Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default. */
32
+ onInactiveMarkAs?: ActivityOnInactiveMarkAs;
18
33
  /** Activity depends on condition. */
19
34
  dependsOn?: ActivityDependency[];
20
35
  /** Activity user properties. */
@@ -31,6 +46,17 @@ export declare interface ActivityDependency {
31
46
  dependencyConditions: DependencyCondition[];
32
47
  }
33
48
 
49
+ /**
50
+ * Defines values for ActivityOnInactiveMarkAs. \
51
+ * {@link KnownActivityOnInactiveMarkAs} can be used interchangeably with ActivityOnInactiveMarkAs,
52
+ * this enum contains the known values that the service supports.
53
+ * ### Known values supported by the service
54
+ * **Succeeded** \
55
+ * **Failed** \
56
+ * **Skipped**
57
+ */
58
+ export declare type ActivityOnInactiveMarkAs = string;
59
+
34
60
  /** Execution policy for an activity. */
35
61
  export declare interface ActivityPolicy {
36
62
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
@@ -126,6 +152,16 @@ export declare interface ActivityRunsQueryResponse {
126
152
  continuationToken?: string;
127
153
  }
128
154
 
155
+ /**
156
+ * Defines values for ActivityState. \
157
+ * {@link KnownActivityState} can be used interchangeably with ActivityState,
158
+ * this enum contains the known values that the service supports.
159
+ * ### Known values supported by the service
160
+ * **Active** \
161
+ * **Inactive**
162
+ */
163
+ export declare type ActivityState = string;
164
+
129
165
  export declare type ActivityUnion = Activity | ControlActivityUnion | ExecutionActivityUnion | SqlPoolStoredProcedureActivity;
130
166
 
131
167
  /** Response body structure for starting data flow debug session. */
@@ -257,6 +293,8 @@ export declare interface AmazonRdsForSqlServerLinkedService extends LinkedServic
257
293
  password?: SecretBaseUnion;
258
294
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
259
295
  encryptedCredential?: any;
296
+ /** Sql always encrypted properties. */
297
+ alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
260
298
  }
261
299
 
262
300
  /** A copy activity Amazon RDS for SQL Server source. */
@@ -268,9 +306,9 @@ export declare interface AmazonRdsForSqlServerSource extends TabularSource {
268
306
  /** 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). */
269
307
  sqlReaderStoredProcedureName?: any;
270
308
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
271
- storedProcedureParameters?: {
272
- [propertyName: string]: StoredProcedureParameter;
273
- };
309
+ storedProcedureParameters?: any;
310
+ /** 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). */
311
+ isolationLevel?: any;
274
312
  /** Which additional types to produce. */
275
313
  produceAdditionalTypes?: any;
276
314
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -393,8 +431,8 @@ export declare interface AmazonS3ReadSettings extends StoreReadSettings {
393
431
  prefix?: any;
394
432
  /** 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). */
395
433
  fileListPath?: any;
396
- /** Indicates whether to enable partition discovery. */
397
- enablePartitionDiscovery?: boolean;
434
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
435
+ enablePartitionDiscovery?: any;
398
436
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
399
437
  partitionRootPath?: any;
400
438
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -439,11 +477,12 @@ export declare class ArtifactsClient extends coreClient.ServiceClient {
439
477
  * Initializes a new instance of the ArtifactsClient class.
440
478
  * @param credentials Subscription credentials which uniquely identify client subscription.
441
479
  * @param endpoint The workspace development endpoint, for example
442
- * https://myworkspace.dev.azuresynapse.net.
480
+ * `https://myworkspace.dev.azuresynapse.net`.
443
481
  * @param options The parameter options
444
482
  */
445
483
  constructor(credentials: coreAuth.TokenCredential, endpoint: string, options?: ArtifactsClientOptionalParams);
446
484
  linkConnectionOperations: LinkConnectionOperations;
485
+ runNotebook: RunNotebook;
447
486
  kqlScripts: KqlScripts;
448
487
  kqlScriptOperations: KqlScriptOperations;
449
488
  metastore: Metastore;
@@ -582,6 +621,8 @@ export declare interface AzureBatchLinkedService extends LinkedService {
582
621
  linkedServiceName: LinkedServiceReference;
583
622
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
584
623
  encryptedCredential?: any;
624
+ /** The credential reference containing authentication information. */
625
+ credential?: CredentialReference;
585
626
  }
586
627
 
587
628
  /** The Azure Blob storage. */
@@ -623,7 +664,7 @@ export declare interface AzureBlobFSLinkedService extends LinkedService {
623
664
  /** Polymorphic discriminator, which specifies the different types this object can be */
624
665
  type: "AzureBlobFS";
625
666
  /** Endpoint for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string). */
626
- url: any;
667
+ url?: any;
627
668
  /** Account key for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string). */
628
669
  accountKey?: any;
629
670
  /** The ID of the application used to authenticate against the Azure Data Lake Storage Gen2 account. Type: string (or Expression with resultType string). */
@@ -640,6 +681,12 @@ export declare interface AzureBlobFSLinkedService extends LinkedService {
640
681
  servicePrincipalCredential?: SecretBaseUnion;
641
682
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
642
683
  encryptedCredential?: any;
684
+ /** SAS URI of the Azure Data Lake Storage Gen2 service. Type: string, SecureString or AzureKeyVaultSecretReference. */
685
+ sasUri?: any;
686
+ /** The Azure key vault secret reference of sasToken in sas uri. */
687
+ sasToken?: SecretBaseUnion;
688
+ /** The credential reference containing authentication information. */
689
+ credential?: CredentialReference;
643
690
  }
644
691
 
645
692
  /** The location of azure blobFS dataset. */
@@ -662,8 +709,8 @@ export declare interface AzureBlobFSReadSettings extends StoreReadSettings {
662
709
  wildcardFileName?: any;
663
710
  /** 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). */
664
711
  fileListPath?: any;
665
- /** Indicates whether to enable partition discovery. */
666
- enablePartitionDiscovery?: boolean;
712
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
713
+ enablePartitionDiscovery?: any;
667
714
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
668
715
  partitionRootPath?: any;
669
716
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -678,7 +725,7 @@ export declare interface AzureBlobFSReadSettings extends StoreReadSettings {
678
725
  export declare interface AzureBlobFSSink extends CopySink {
679
726
  /** Polymorphic discriminator, which specifies the different types this object can be */
680
727
  type: "AzureBlobFSSink";
681
- /** The type of copy behavior for copy sink. */
728
+ /** The type of copy behavior for copy sink. Type: string (or Expression with resultType string). */
682
729
  copyBehavior?: any;
683
730
  }
684
731
 
@@ -728,6 +775,12 @@ export declare interface AzureBlobStorageLinkedService extends LinkedService {
728
775
  accountKind?: string;
729
776
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
730
777
  encryptedCredential?: string;
778
+ /** The credential reference containing authentication information. */
779
+ credential?: CredentialReference;
780
+ /** The type used for authentication. Type: string. */
781
+ authenticationType?: AzureStorageAuthenticationType;
782
+ /** Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string). */
783
+ containerUri?: any;
731
784
  }
732
785
 
733
786
  /** The location of azure blob dataset. */
@@ -752,8 +805,8 @@ export declare interface AzureBlobStorageReadSettings extends StoreReadSettings
752
805
  prefix?: any;
753
806
  /** 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). */
754
807
  fileListPath?: any;
755
- /** Indicates whether to enable partition discovery. */
756
- enablePartitionDiscovery?: boolean;
808
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
809
+ enablePartitionDiscovery?: any;
757
810
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
758
811
  partitionRootPath?: any;
759
812
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -814,6 +867,8 @@ export declare interface AzureDatabricksDeltaLakeLinkedService extends LinkedSer
814
867
  clusterId?: any;
815
868
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
816
869
  encryptedCredential?: any;
870
+ /** The credential reference containing authentication information. */
871
+ credential?: CredentialReference;
817
872
  }
818
873
 
819
874
  /** A copy activity Azure Databricks Delta Lake sink. */
@@ -882,6 +937,8 @@ export declare interface AzureDatabricksLinkedService extends LinkedService {
882
937
  encryptedCredential?: any;
883
938
  /** 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). */
884
939
  policyId?: any;
940
+ /** The credential reference containing authentication information. */
941
+ credential?: CredentialReference;
885
942
  }
886
943
 
887
944
  /** Azure Data Explorer command activity. */
@@ -908,6 +965,8 @@ export declare interface AzureDataExplorerLinkedService extends LinkedService {
908
965
  database: any;
909
966
  /** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
910
967
  tenant?: any;
968
+ /** The credential reference containing authentication information. */
969
+ credential?: CredentialReference;
911
970
  }
912
971
 
913
972
  /** A copy activity Azure Data Explorer sink. */
@@ -1002,6 +1061,8 @@ export declare interface AzureDataLakeStoreLinkedService extends LinkedService {
1002
1061
  resourceGroupName?: any;
1003
1062
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1004
1063
  encryptedCredential?: any;
1064
+ /** The credential reference containing authentication information. */
1065
+ credential?: CredentialReference;
1005
1066
  }
1006
1067
 
1007
1068
  /** The location of azure data lake store dataset. */
@@ -1026,8 +1087,8 @@ export declare interface AzureDataLakeStoreReadSettings extends StoreReadSetting
1026
1087
  listAfter?: any;
1027
1088
  /** 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). */
1028
1089
  listBefore?: any;
1029
- /** Indicates whether to enable partition discovery. */
1030
- enablePartitionDiscovery?: boolean;
1090
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
1091
+ enablePartitionDiscovery?: any;
1031
1092
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
1032
1093
  partitionRootPath?: any;
1033
1094
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -1042,7 +1103,7 @@ export declare interface AzureDataLakeStoreReadSettings extends StoreReadSetting
1042
1103
  export declare interface AzureDataLakeStoreSink extends CopySink {
1043
1104
  /** Polymorphic discriminator, which specifies the different types this object can be */
1044
1105
  type: "AzureDataLakeStoreSink";
1045
- /** The type of copy behavior for copy sink. */
1106
+ /** The type of copy behavior for copy sink. Type: string (or Expression with resultType string). */
1046
1107
  copyBehavior?: any;
1047
1108
  /** Single File Parallel. */
1048
1109
  enableAdlsSingleFileParallel?: any;
@@ -1060,7 +1121,7 @@ export declare interface AzureDataLakeStoreSource extends CopySource {
1060
1121
  export declare interface AzureDataLakeStoreWriteSettings extends StoreWriteSettings {
1061
1122
  /** Polymorphic discriminator, which specifies the different types this object can be */
1062
1123
  type: "AzureDataLakeStoreWriteSettings";
1063
- /** 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). */
1124
+ /** 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: string (or Expression with resultType string). */
1064
1125
  expiryDateTime?: any;
1065
1126
  }
1066
1127
 
@@ -1119,8 +1180,8 @@ export declare interface AzureFileStorageReadSettings extends StoreReadSettings
1119
1180
  prefix?: any;
1120
1181
  /** 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). */
1121
1182
  fileListPath?: any;
1122
- /** Indicates whether to enable partition discovery. */
1123
- enablePartitionDiscovery?: boolean;
1183
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
1184
+ enablePartitionDiscovery?: any;
1124
1185
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
1125
1186
  partitionRootPath?: any;
1126
1187
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -1176,6 +1237,12 @@ export declare interface AzureFunctionLinkedService extends LinkedService {
1176
1237
  functionKey?: SecretBaseUnion;
1177
1238
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1178
1239
  encryptedCredential?: any;
1240
+ /** The credential reference containing authentication information. */
1241
+ credential?: CredentialReference;
1242
+ /** Allowed token audiences for azure function. */
1243
+ resourceId?: any;
1244
+ /** Type of authentication (Required to specify MSI) used to connect to AzureFunction. Type: string (or Expression with resultType string). */
1245
+ authentication?: any;
1179
1246
  }
1180
1247
 
1181
1248
  /** Azure Key Vault linked service. */
@@ -1184,6 +1251,8 @@ export declare interface AzureKeyVaultLinkedService extends LinkedService {
1184
1251
  type: "AzureKeyVault";
1185
1252
  /** The base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net Type: string (or Expression with resultType string). */
1186
1253
  baseUrl: any;
1254
+ /** The credential reference containing authentication information. */
1255
+ credential?: CredentialReference;
1187
1256
  }
1188
1257
 
1189
1258
  /** Azure Key Vault secret reference. */
@@ -1278,6 +1347,8 @@ export declare interface AzureMLLinkedService extends LinkedService {
1278
1347
  tenant?: any;
1279
1348
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1280
1349
  encryptedCredential?: any;
1350
+ /** Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string). */
1351
+ authentication?: any;
1281
1352
  }
1282
1353
 
1283
1354
  /** Azure ML Service linked service. */
@@ -1290,6 +1361,8 @@ export declare interface AzureMLServiceLinkedService extends LinkedService {
1290
1361
  resourceGroupName: any;
1291
1362
  /** Azure ML Service workspace name. Type: string (or Expression with resultType string). */
1292
1363
  mlWorkspaceName: any;
1364
+ /** Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string). */
1365
+ authentication?: any;
1293
1366
  /** 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). */
1294
1367
  servicePrincipalId?: any;
1295
1368
  /** The key of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline. */
@@ -1458,8 +1531,12 @@ export declare interface AzureSqlDatabaseLinkedService extends LinkedService {
1458
1531
  tenant?: any;
1459
1532
  /** 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). */
1460
1533
  azureCloudType?: any;
1534
+ /** Sql always encrypted properties. */
1535
+ alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
1461
1536
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1462
1537
  encryptedCredential?: any;
1538
+ /** The credential reference containing authentication information. */
1539
+ credential?: CredentialReference;
1463
1540
  }
1464
1541
 
1465
1542
  /** Azure SQL Data Warehouse linked service. */
@@ -1480,6 +1557,8 @@ export declare interface AzureSqlDWLinkedService extends LinkedService {
1480
1557
  azureCloudType?: any;
1481
1558
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1482
1559
  encryptedCredential?: any;
1560
+ /** The credential reference containing authentication information. */
1561
+ credential?: CredentialReference;
1483
1562
  }
1484
1563
 
1485
1564
  /** The Azure SQL Data Warehouse dataset. */
@@ -1510,8 +1589,12 @@ export declare interface AzureSqlMILinkedService extends LinkedService {
1510
1589
  tenant?: any;
1511
1590
  /** 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). */
1512
1591
  azureCloudType?: any;
1592
+ /** Sql always encrypted properties. */
1593
+ alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
1513
1594
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1514
1595
  encryptedCredential?: any;
1596
+ /** The credential reference containing authentication information. */
1597
+ credential?: CredentialReference;
1515
1598
  }
1516
1599
 
1517
1600
  /** The Azure SQL Managed Instance dataset. */
@@ -1537,9 +1620,7 @@ export declare interface AzureSqlSink extends CopySink {
1537
1620
  /** SQL pre-copy script. Type: string (or Expression with resultType string). */
1538
1621
  preCopyScript?: any;
1539
1622
  /** SQL stored procedure parameters. */
1540
- storedProcedureParameters?: {
1541
- [propertyName: string]: StoredProcedureParameter;
1542
- };
1623
+ storedProcedureParameters?: any;
1543
1624
  /** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
1544
1625
  storedProcedureTableTypeParameterName?: any;
1545
1626
  /** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
@@ -1555,9 +1636,9 @@ export declare interface AzureSqlSource extends TabularSource {
1555
1636
  /** 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). */
1556
1637
  sqlReaderStoredProcedureName?: any;
1557
1638
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
1558
- storedProcedureParameters?: {
1559
- [propertyName: string]: StoredProcedureParameter;
1560
- };
1639
+ storedProcedureParameters?: any;
1640
+ /** 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). */
1641
+ isolationLevel?: any;
1561
1642
  /** Which additional types to produce. */
1562
1643
  produceAdditionalTypes?: any;
1563
1644
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -1578,6 +1659,19 @@ export declare interface AzureSqlTableDataset extends Dataset {
1578
1659
  table?: any;
1579
1660
  }
1580
1661
 
1662
+ /**
1663
+ * Defines values for AzureStorageAuthenticationType. \
1664
+ * {@link KnownAzureStorageAuthenticationType} can be used interchangeably with AzureStorageAuthenticationType,
1665
+ * this enum contains the known values that the service supports.
1666
+ * ### Known values supported by the service
1667
+ * **Anonymous** \
1668
+ * **AccountKey** \
1669
+ * **SasUri** \
1670
+ * **ServicePrincipal** \
1671
+ * **Msi**
1672
+ */
1673
+ export declare type AzureStorageAuthenticationType = string;
1674
+
1581
1675
  /** The storage account linked service. */
1582
1676
  export declare interface AzureStorageLinkedService extends LinkedService {
1583
1677
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -2215,6 +2309,8 @@ export declare interface CosmosDbLinkedService extends LinkedService {
2215
2309
  accountKey?: SecretBaseUnion;
2216
2310
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
2217
2311
  encryptedCredential?: any;
2312
+ /** The credential reference containing authentication information. */
2313
+ credential?: CredentialReference;
2218
2314
  }
2219
2315
 
2220
2316
  /** The CosmosDB (MongoDB API) database dataset. */
@@ -2355,6 +2451,25 @@ export declare interface CreateRunResponse {
2355
2451
  runId: string;
2356
2452
  }
2357
2453
 
2454
+ /** Credential reference type. */
2455
+ export declare interface CredentialReference {
2456
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
2457
+ [property: string]: any;
2458
+ /** Credential reference type. */
2459
+ type: CredentialReferenceType;
2460
+ /** Reference credential name. */
2461
+ referenceName: string;
2462
+ }
2463
+
2464
+ /**
2465
+ * Defines values for CredentialReferenceType. \
2466
+ * {@link KnownCredentialReferenceType} can be used interchangeably with CredentialReferenceType,
2467
+ * this enum contains the known values that the service supports.
2468
+ * ### Known values supported by the service
2469
+ * **CredentialReference**
2470
+ */
2471
+ export declare type CredentialReferenceType = string;
2472
+
2358
2473
  /** Custom activity type. */
2359
2474
  export declare interface CustomActivity extends ExecutionActivity {
2360
2475
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -2629,7 +2744,7 @@ export declare interface DataFlowDebugSession {
2629
2744
  * @param request Data flow debug session definition
2630
2745
  * @param options The options parameters.
2631
2746
  */
2632
- beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<PollerLike<PollOperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>, DataFlowDebugSessionCreateDataFlowDebugSessionResponse>>;
2747
+ beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>, DataFlowDebugSessionCreateDataFlowDebugSessionResponse>>;
2633
2748
  /**
2634
2749
  * Creates a data flow debug session.
2635
2750
  * @param request Data flow debug session definition
@@ -2653,7 +2768,7 @@ export declare interface DataFlowDebugSession {
2653
2768
  * @param request Data flow debug command definition.
2654
2769
  * @param options The options parameters.
2655
2770
  */
2656
- beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<PollerLike<PollOperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>;
2771
+ beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>;
2657
2772
  /**
2658
2773
  * Execute a data flow debug command.
2659
2774
  * @param request Data flow debug command definition.
@@ -2815,7 +2930,7 @@ export declare interface DataFlowOperations {
2815
2930
  * @param dataFlow Data flow resource definition.
2816
2931
  * @param options The options parameters.
2817
2932
  */
2818
- beginCreateOrUpdateDataFlow(dataFlowName: string, dataFlow: DataFlowResource, options?: DataFlowCreateOrUpdateDataFlowOptionalParams): Promise<PollerLike<PollOperationState<DataFlowCreateOrUpdateDataFlowResponse>, DataFlowCreateOrUpdateDataFlowResponse>>;
2933
+ beginCreateOrUpdateDataFlow(dataFlowName: string, dataFlow: DataFlowResource, options?: DataFlowCreateOrUpdateDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowCreateOrUpdateDataFlowResponse>, DataFlowCreateOrUpdateDataFlowResponse>>;
2819
2934
  /**
2820
2935
  * Creates or updates a data flow.
2821
2936
  * @param dataFlowName The data flow name.
@@ -2834,7 +2949,7 @@ export declare interface DataFlowOperations {
2834
2949
  * @param dataFlowName The data flow name.
2835
2950
  * @param options The options parameters.
2836
2951
  */
2837
- beginDeleteDataFlow(dataFlowName: string, options?: DataFlowDeleteDataFlowOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2952
+ beginDeleteDataFlow(dataFlowName: string, options?: DataFlowDeleteDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2838
2953
  /**
2839
2954
  * Deletes a data flow.
2840
2955
  * @param dataFlowName The data flow name.
@@ -2847,7 +2962,7 @@ export declare interface DataFlowOperations {
2847
2962
  * @param request proposed new name.
2848
2963
  * @param options The options parameters.
2849
2964
  */
2850
- beginRenameDataFlow(dataFlowName: string, request: ArtifactRenameRequest, options?: DataFlowRenameDataFlowOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2965
+ beginRenameDataFlow(dataFlowName: string, request: ArtifactRenameRequest, options?: DataFlowRenameDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2851
2966
  /**
2852
2967
  * Renames a dataflow.
2853
2968
  * @param dataFlowName The data flow name.
@@ -3103,7 +3218,7 @@ export declare interface DatasetOperations {
3103
3218
  * @param dataset Dataset resource definition.
3104
3219
  * @param options The options parameters.
3105
3220
  */
3106
- beginCreateOrUpdateDataset(datasetName: string, dataset: DatasetResource, options?: DatasetCreateOrUpdateDatasetOptionalParams): Promise<PollerLike<PollOperationState<DatasetCreateOrUpdateDatasetResponse>, DatasetCreateOrUpdateDatasetResponse>>;
3221
+ beginCreateOrUpdateDataset(datasetName: string, dataset: DatasetResource, options?: DatasetCreateOrUpdateDatasetOptionalParams): Promise<SimplePollerLike<OperationState<DatasetCreateOrUpdateDatasetResponse>, DatasetCreateOrUpdateDatasetResponse>>;
3107
3222
  /**
3108
3223
  * Creates or updates a dataset.
3109
3224
  * @param datasetName The dataset name.
@@ -3122,7 +3237,7 @@ export declare interface DatasetOperations {
3122
3237
  * @param datasetName The dataset name.
3123
3238
  * @param options The options parameters.
3124
3239
  */
3125
- beginDeleteDataset(datasetName: string, options?: DatasetDeleteDatasetOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3240
+ beginDeleteDataset(datasetName: string, options?: DatasetDeleteDatasetOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3126
3241
  /**
3127
3242
  * Deletes a dataset.
3128
3243
  * @param datasetName The dataset name.
@@ -3135,7 +3250,7 @@ export declare interface DatasetOperations {
3135
3250
  * @param request proposed new name.
3136
3251
  * @param options The options parameters.
3137
3252
  */
3138
- beginRenameDataset(datasetName: string, request: ArtifactRenameRequest, options?: DatasetRenameDatasetOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3253
+ beginRenameDataset(datasetName: string, request: ArtifactRenameRequest, options?: DatasetRenameDatasetOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3139
3254
  /**
3140
3255
  * Renames a dataset.
3141
3256
  * @param datasetName The dataset name.
@@ -3641,6 +3756,8 @@ export declare interface DynamicsLinkedService extends LinkedService {
3641
3756
  servicePrincipalCredential?: SecretBaseUnion;
3642
3757
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
3643
3758
  encryptedCredential?: any;
3759
+ /** The credential reference containing authentication information. */
3760
+ credential?: CredentialReference;
3644
3761
  }
3645
3762
 
3646
3763
  /**
@@ -4041,8 +4158,8 @@ export declare interface FileServerReadSettings extends StoreReadSettings {
4041
4158
  wildcardFileName?: any;
4042
4159
  /** 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). */
4043
4160
  fileListPath?: any;
4044
- /** Indicates whether to enable partition discovery. */
4045
- enablePartitionDiscovery?: boolean;
4161
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
4162
+ enablePartitionDiscovery?: any;
4046
4163
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
4047
4164
  partitionRootPath?: any;
4048
4165
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -4179,16 +4296,16 @@ export declare interface FtpReadSettings extends StoreReadSettings {
4179
4296
  wildcardFolderPath?: any;
4180
4297
  /** Ftp wildcardFileName. Type: string (or Expression with resultType string). */
4181
4298
  wildcardFileName?: any;
4182
- /** Indicates whether to enable partition discovery. */
4183
- enablePartitionDiscovery?: boolean;
4299
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
4300
+ enablePartitionDiscovery?: any;
4184
4301
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
4185
4302
  partitionRootPath?: any;
4186
4303
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
4187
4304
  deleteFilesAfterCompletion?: any;
4188
4305
  /** 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). */
4189
4306
  fileListPath?: any;
4190
- /** Specify whether to use binary transfer mode for FTP stores. */
4191
- useBinaryTransfer?: boolean;
4307
+ /** Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean). */
4308
+ useBinaryTransfer?: any;
4192
4309
  /** If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean). */
4193
4310
  disableChunking?: any;
4194
4311
  }
@@ -4425,8 +4542,8 @@ export declare interface GoogleCloudStorageReadSettings extends StoreReadSetting
4425
4542
  prefix?: any;
4426
4543
  /** 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). */
4427
4544
  fileListPath?: any;
4428
- /** Indicates whether to enable partition discovery. */
4429
- enablePartitionDiscovery?: boolean;
4545
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
4546
+ enablePartitionDiscovery?: any;
4430
4547
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
4431
4548
  partitionRootPath?: any;
4432
4549
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -4567,8 +4684,8 @@ export declare interface HdfsReadSettings extends StoreReadSettings {
4567
4684
  wildcardFileName?: any;
4568
4685
  /** 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). */
4569
4686
  fileListPath?: any;
4570
- /** Indicates whether to enable partition discovery. */
4571
- enablePartitionDiscovery?: boolean;
4687
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
4688
+ enablePartitionDiscovery?: any;
4572
4689
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
4573
4690
  partitionRootPath?: any;
4574
4691
  /** The start of file's modified datetime. Type: string (or Expression with resultType string). */
@@ -4753,6 +4870,8 @@ export declare interface HDInsightOnDemandLinkedService extends LinkedService {
4753
4870
  virtualNetworkId?: any;
4754
4871
  /** 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). */
4755
4872
  subnetName?: any;
4873
+ /** The credential reference containing authentication information. */
4874
+ credential?: CredentialReference;
4756
4875
  }
4757
4876
 
4758
4877
  /** HDInsight Pig activity type. */
@@ -4982,7 +5101,7 @@ export declare interface HttpLinkedService extends LinkedService {
4982
5101
  enableServerCertificateValidation?: any;
4983
5102
  }
4984
5103
 
4985
- /** Sftp read settings. */
5104
+ /** Http read settings. */
4986
5105
  export declare interface HttpReadSettings extends StoreReadSettings {
4987
5106
  /** Polymorphic discriminator, which specifies the different types this object can be */
4988
5107
  type: "HttpReadSettings";
@@ -4994,10 +5113,12 @@ export declare interface HttpReadSettings extends StoreReadSettings {
4994
5113
  additionalHeaders?: any;
4995
5114
  /** Specifies the timeout for a HTTP client to get HTTP response from HTTP server. */
4996
5115
  requestTimeout?: any;
4997
- /** Indicates whether to enable partition discovery. */
4998
- enablePartitionDiscovery?: boolean;
5116
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
5117
+ enablePartitionDiscovery?: any;
4999
5118
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
5000
5119
  partitionRootPath?: any;
5120
+ /** Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). */
5121
+ additionalColumns?: any;
5001
5122
  }
5002
5123
 
5003
5124
  /** The location of http server. */
@@ -5547,6 +5668,34 @@ export declare interface JsonWriteSettings extends FormatWriteSettings {
5547
5668
  filePattern?: any;
5548
5669
  }
5549
5670
 
5671
+ /** Known values of {@link ActionOnExistingTargetTable} that the service accepts. */
5672
+ export declare enum KnownActionOnExistingTargetTable {
5673
+ /** Same existing tables on target database will be Failed. */
5674
+ FailOnNonEmptyTable = "FailOnNonEmptyTable",
5675
+ /** Same existing tables on target database will be dropped and recreated. */
5676
+ DropAndRecreateTable = "DropAndRecreateTable",
5677
+ /** Same existing tables on target database will be Merged together. */
5678
+ MergeWithExistingData = "MergeWithExistingData"
5679
+ }
5680
+
5681
+ /** Known values of {@link ActivityOnInactiveMarkAs} that the service accepts. */
5682
+ export declare enum KnownActivityOnInactiveMarkAs {
5683
+ /** Succeeded */
5684
+ Succeeded = "Succeeded",
5685
+ /** Failed */
5686
+ Failed = "Failed",
5687
+ /** Skipped */
5688
+ Skipped = "Skipped"
5689
+ }
5690
+
5691
+ /** Known values of {@link ActivityState} that the service accepts. */
5692
+ export declare enum KnownActivityState {
5693
+ /** Active */
5694
+ Active = "Active",
5695
+ /** Inactive */
5696
+ Inactive = "Inactive"
5697
+ }
5698
+
5550
5699
  /** Known values of {@link AmazonRdsForOraclePartitionOption} that the service accepts. */
5551
5700
  export declare enum KnownAmazonRdsForOraclePartitionOption {
5552
5701
  /** None */
@@ -5597,6 +5746,20 @@ export declare enum KnownAzureSearchIndexWriteBehaviorType {
5597
5746
  Upload = "Upload"
5598
5747
  }
5599
5748
 
5749
+ /** Known values of {@link AzureStorageAuthenticationType} that the service accepts. */
5750
+ export declare enum KnownAzureStorageAuthenticationType {
5751
+ /** Anonymous */
5752
+ Anonymous = "Anonymous",
5753
+ /** AccountKey */
5754
+ AccountKey = "AccountKey",
5755
+ /** SasUri */
5756
+ SasUri = "SasUri",
5757
+ /** ServicePrincipal */
5758
+ ServicePrincipal = "ServicePrincipal",
5759
+ /** Msi */
5760
+ Msi = "Msi"
5761
+ }
5762
+
5600
5763
  /** Known values of {@link BigDataPoolReferenceType} that the service accepts. */
5601
5764
  export declare enum KnownBigDataPoolReferenceType {
5602
5765
  /** BigDataPoolReference */
@@ -5703,6 +5866,12 @@ export declare enum KnownCreateMode {
5703
5866
  Restore = "Restore"
5704
5867
  }
5705
5868
 
5869
+ /** Known values of {@link CredentialReferenceType} that the service accepts. */
5870
+ export declare enum KnownCredentialReferenceType {
5871
+ /** CredentialReference */
5872
+ CredentialReference = "CredentialReference"
5873
+ }
5874
+
5706
5875
  /** Known values of {@link DataFlowComputeType} that the service accepts. */
5707
5876
  export declare enum KnownDataFlowComputeType {
5708
5877
  /** General */
@@ -6559,6 +6728,16 @@ export declare enum KnownSparkThriftTransportProtocol {
6559
6728
  Http = "HTTP "
6560
6729
  }
6561
6730
 
6731
+ /** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
6732
+ export declare enum KnownSqlAlwaysEncryptedAkvAuthType {
6733
+ /** ServicePrincipal */
6734
+ ServicePrincipal = "ServicePrincipal",
6735
+ /** ManagedIdentity */
6736
+ ManagedIdentity = "ManagedIdentity",
6737
+ /** UserAssignedManagedIdentity */
6738
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
6739
+ }
6740
+
6562
6741
  /** Known values of {@link SqlConnectionType} that the service accepts. */
6563
6742
  export declare enum KnownSqlConnectionType {
6564
6743
  /** SqlOnDemand */
@@ -6804,7 +6983,7 @@ export declare interface KqlScriptOperations {
6804
6983
  * @param kqlScript KQL script
6805
6984
  * @param options The options parameters.
6806
6985
  */
6807
- beginCreateOrUpdate(kqlScriptName: string, kqlScript: KqlScriptResource, options?: KqlScriptCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<KqlScriptCreateOrUpdateResponse>, KqlScriptCreateOrUpdateResponse>>;
6986
+ beginCreateOrUpdate(kqlScriptName: string, kqlScript: KqlScriptResource, options?: KqlScriptCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<KqlScriptCreateOrUpdateResponse>, KqlScriptCreateOrUpdateResponse>>;
6808
6987
  /**
6809
6988
  * Creates or updates a KQL Script
6810
6989
  * @param kqlScriptName KQL script name
@@ -6823,7 +7002,7 @@ export declare interface KqlScriptOperations {
6823
7002
  * @param kqlScriptName KQL script name
6824
7003
  * @param options The options parameters.
6825
7004
  */
6826
- beginDeleteByName(kqlScriptName: string, options?: KqlScriptDeleteByNameOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7005
+ beginDeleteByName(kqlScriptName: string, options?: KqlScriptDeleteByNameOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6827
7006
  /**
6828
7007
  * Delete KQL script by name
6829
7008
  * @param kqlScriptName KQL script name
@@ -6836,7 +7015,7 @@ export declare interface KqlScriptOperations {
6836
7015
  * @param renameRequest Rename request
6837
7016
  * @param options The options parameters.
6838
7017
  */
6839
- beginRename(kqlScriptName: string, renameRequest: ArtifactRenameRequest, options?: KqlScriptRenameOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7018
+ beginRename(kqlScriptName: string, renameRequest: ArtifactRenameRequest, options?: KqlScriptRenameOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6840
7019
  /**
6841
7020
  * Rename KQL script
6842
7021
  * @param kqlScriptName KQL script name
@@ -6903,7 +7082,7 @@ export declare interface Library {
6903
7082
  * extension length.
6904
7083
  * @param options The options parameters.
6905
7084
  */
6906
- beginFlush(libraryName: string, options?: LibraryFlushOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7085
+ beginFlush(libraryName: string, options?: LibraryFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6907
7086
  /**
6908
7087
  * Flush Library
6909
7088
  * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
@@ -6923,7 +7102,7 @@ export declare interface Library {
6923
7102
  * extension length.
6924
7103
  * @param options The options parameters.
6925
7104
  */
6926
- beginDelete(libraryName: string, options?: LibraryDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7105
+ beginDelete(libraryName: string, options?: LibraryDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6927
7106
  /**
6928
7107
  * Delete Library
6929
7108
  * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
@@ -6944,7 +7123,7 @@ export declare interface Library {
6944
7123
  * extension length.
6945
7124
  * @param options The options parameters.
6946
7125
  */
6947
- beginCreate(libraryName: string, options?: LibraryCreateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7126
+ beginCreate(libraryName: string, options?: LibraryCreateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6948
7127
  /**
6949
7128
  * Creates a library with the library name.
6950
7129
  * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
@@ -7444,6 +7623,8 @@ export declare interface LinkConnectionTargetDatabaseTypeProperties {
7444
7623
  crossTableTransaction?: boolean;
7445
7624
  /** Drop and recreate same existing target table on link connection target database */
7446
7625
  dropExistingTargetTableOnStart?: boolean;
7626
+ /** Action on existing target table. If not specified, 'FailOnNonEmptyTable' action is used. */
7627
+ actionOnExistingTargetTable?: ActionOnExistingTargetTable;
7447
7628
  }
7448
7629
 
7449
7630
  /** Optional parameters. */
@@ -7563,7 +7744,7 @@ export declare interface LinkedServiceOperations {
7563
7744
  * @param linkedService Linked service resource definition.
7564
7745
  * @param options The options parameters.
7565
7746
  */
7566
- beginCreateOrUpdateLinkedService(linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams): Promise<PollerLike<PollOperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>, LinkedServiceCreateOrUpdateLinkedServiceResponse>>;
7747
+ beginCreateOrUpdateLinkedService(linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>, LinkedServiceCreateOrUpdateLinkedServiceResponse>>;
7567
7748
  /**
7568
7749
  * Creates or updates a linked service.
7569
7750
  * @param linkedServiceName The linked service name.
@@ -7582,7 +7763,7 @@ export declare interface LinkedServiceOperations {
7582
7763
  * @param linkedServiceName The linked service name.
7583
7764
  * @param options The options parameters.
7584
7765
  */
7585
- beginDeleteLinkedService(linkedServiceName: string, options?: LinkedServiceDeleteLinkedServiceOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7766
+ beginDeleteLinkedService(linkedServiceName: string, options?: LinkedServiceDeleteLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
7586
7767
  /**
7587
7768
  * Deletes a linked service.
7588
7769
  * @param linkedServiceName The linked service name.
@@ -7595,7 +7776,7 @@ export declare interface LinkedServiceOperations {
7595
7776
  * @param request proposed new name.
7596
7777
  * @param options The options parameters.
7597
7778
  */
7598
- beginRenameLinkedService(linkedServiceName: string, request: ArtifactRenameRequest, options?: LinkedServiceRenameLinkedServiceOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7779
+ beginRenameLinkedService(linkedServiceName: string, request: ArtifactRenameRequest, options?: LinkedServiceRenameLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
7599
7780
  /**
7600
7781
  * Renames a linked service.
7601
7782
  * @param linkedServiceName The linked service name.
@@ -8080,6 +8261,8 @@ export declare interface MongoDbAtlasLinkedService extends LinkedService {
8080
8261
  connectionString: any;
8081
8262
  /** The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string). */
8082
8263
  database: any;
8264
+ /** The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string). */
8265
+ driverVersion?: any;
8083
8266
  }
8084
8267
 
8085
8268
  /** A copy activity source for a MongoDB Atlas database. */
@@ -8510,7 +8693,7 @@ export declare interface NotebookOperations {
8510
8693
  * @param notebook Note book resource definition.
8511
8694
  * @param options The options parameters.
8512
8695
  */
8513
- beginCreateOrUpdateNotebook(notebookName: string, notebook: NotebookResource, options?: NotebookCreateOrUpdateNotebookOptionalParams): Promise<PollerLike<PollOperationState<NotebookCreateOrUpdateNotebookResponse>, NotebookCreateOrUpdateNotebookResponse>>;
8696
+ beginCreateOrUpdateNotebook(notebookName: string, notebook: NotebookResource, options?: NotebookCreateOrUpdateNotebookOptionalParams): Promise<SimplePollerLike<OperationState<NotebookCreateOrUpdateNotebookResponse>, NotebookCreateOrUpdateNotebookResponse>>;
8514
8697
  /**
8515
8698
  * Creates or updates a Note Book.
8516
8699
  * @param notebookName The notebook name.
@@ -8529,7 +8712,7 @@ export declare interface NotebookOperations {
8529
8712
  * @param notebookName The notebook name.
8530
8713
  * @param options The options parameters.
8531
8714
  */
8532
- beginDeleteNotebook(notebookName: string, options?: NotebookDeleteNotebookOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
8715
+ beginDeleteNotebook(notebookName: string, options?: NotebookDeleteNotebookOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
8533
8716
  /**
8534
8717
  * Deletes a Note book.
8535
8718
  * @param notebookName The notebook name.
@@ -8542,7 +8725,7 @@ export declare interface NotebookOperations {
8542
8725
  * @param request proposed new name.
8543
8726
  * @param options The options parameters.
8544
8727
  */
8545
- beginRenameNotebook(notebookName: string, request: ArtifactRenameRequest, options?: NotebookRenameNotebookOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
8728
+ beginRenameNotebook(notebookName: string, request: ArtifactRenameRequest, options?: NotebookRenameNotebookOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
8546
8729
  /**
8547
8730
  * Renames a notebook.
8548
8731
  * @param notebookName The notebook name.
@@ -8783,7 +8966,7 @@ export declare interface Office365Source extends CopySource {
8783
8966
  startTime?: any;
8784
8967
  /** End time of the requested range for this dataset. Type: string (or Expression with resultType string). */
8785
8968
  endTime?: any;
8786
- /** 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" } ] */
8969
+ /** The columns to be read out from the Office 365 table. Type: array of objects (or Expression with resultType array of objects). itemType: OutputColumn. Example: [ { "name": "Id" }, { "name": "CreatedDateTime" } ] */
8787
8970
  outputColumns?: any;
8788
8971
  }
8789
8972
 
@@ -8969,6 +9152,12 @@ export declare interface OrcWriteSettings extends FormatWriteSettings {
8969
9152
  fileNamePrefix?: any;
8970
9153
  }
8971
9154
 
9155
+ /** The columns to be read out from the Office 365 table. */
9156
+ export declare interface OutputColumn {
9157
+ /** Name of the table column. Type: string. */
9158
+ name?: string;
9159
+ }
9160
+
8972
9161
  /** Definition of a single parameter for an entity. */
8973
9162
  export declare interface ParameterSpecification {
8974
9163
  /** Parameter type. */
@@ -9235,7 +9424,7 @@ export declare interface PipelineOperations {
9235
9424
  * @param pipeline Pipeline resource definition.
9236
9425
  * @param options The options parameters.
9237
9426
  */
9238
- beginCreateOrUpdatePipeline(pipelineName: string, pipeline: PipelineResource, options?: PipelineCreateOrUpdatePipelineOptionalParams): Promise<PollerLike<PollOperationState<PipelineCreateOrUpdatePipelineResponse>, PipelineCreateOrUpdatePipelineResponse>>;
9427
+ beginCreateOrUpdatePipeline(pipelineName: string, pipeline: PipelineResource, options?: PipelineCreateOrUpdatePipelineOptionalParams): Promise<SimplePollerLike<OperationState<PipelineCreateOrUpdatePipelineResponse>, PipelineCreateOrUpdatePipelineResponse>>;
9239
9428
  /**
9240
9429
  * Creates or updates a pipeline.
9241
9430
  * @param pipelineName The pipeline name.
@@ -9254,7 +9443,7 @@ export declare interface PipelineOperations {
9254
9443
  * @param pipelineName The pipeline name.
9255
9444
  * @param options The options parameters.
9256
9445
  */
9257
- beginDeletePipeline(pipelineName: string, options?: PipelineDeletePipelineOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
9446
+ beginDeletePipeline(pipelineName: string, options?: PipelineDeletePipelineOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
9258
9447
  /**
9259
9448
  * Deletes a pipeline.
9260
9449
  * @param pipelineName The pipeline name.
@@ -9267,7 +9456,7 @@ export declare interface PipelineOperations {
9267
9456
  * @param request proposed new name.
9268
9457
  * @param options The options parameters.
9269
9458
  */
9270
- beginRenamePipeline(pipelineName: string, request: ArtifactRenameRequest, options?: PipelineRenamePipelineOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
9459
+ beginRenamePipeline(pipelineName: string, request: ArtifactRenameRequest, options?: PipelineRenamePipelineOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
9271
9460
  /**
9272
9461
  * Renames a pipeline.
9273
9462
  * @param pipelineName The pipeline name.
@@ -10002,6 +10191,8 @@ export declare interface RestServiceLinkedService extends LinkedService {
10002
10191
  aadResourceId?: any;
10003
10192
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
10004
10193
  encryptedCredential?: any;
10194
+ /** The credential reference containing authentication information. */
10195
+ credential?: CredentialReference;
10005
10196
  /** The client ID associated with your application. Type: string (or Expression with resultType string). */
10006
10197
  clientId?: any;
10007
10198
  /** The client secret associated with your application. */
@@ -10072,6 +10263,245 @@ export declare interface RunFilterParameters {
10072
10263
  orderBy?: RunQueryOrderBy[];
10073
10264
  }
10074
10265
 
10266
+ /** Interface representing a RunNotebook. */
10267
+ export declare interface RunNotebook {
10268
+ /**
10269
+ * Run notebook
10270
+ * @param runId Notebook run id.
10271
+ * @param runNotebookRequest Run notebook request payload.
10272
+ * @param options The options parameters.
10273
+ */
10274
+ beginCreateRun(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<SimplePollerLike<OperationState<RunNotebookCreateRunResponse>, RunNotebookCreateRunResponse>>;
10275
+ /**
10276
+ * Run notebook
10277
+ * @param runId Notebook run id.
10278
+ * @param runNotebookRequest Run notebook request payload.
10279
+ * @param options The options parameters.
10280
+ */
10281
+ beginCreateRunAndWait(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<RunNotebookCreateRunResponse>;
10282
+ /**
10283
+ * Get RunNotebook Status for run id.
10284
+ * @param runId Notebook run id.
10285
+ * @param options The options parameters.
10286
+ */
10287
+ getStatus(runId: string, options?: RunNotebookGetStatusOptionalParams): Promise<RunNotebookGetStatusResponse>;
10288
+ /**
10289
+ * Cancel notebook run.
10290
+ * @param runId Notebook run id.
10291
+ * @param options The options parameters.
10292
+ */
10293
+ cancelRun(runId: string, options?: RunNotebookCancelRunOptionalParams): Promise<RunNotebookCancelRunResponse>;
10294
+ /**
10295
+ * Get RunNotebook Snapshot for run id.
10296
+ * @param runId Notebook run id.
10297
+ * @param options The options parameters.
10298
+ */
10299
+ getSnapshot(runId: string, options?: RunNotebookGetSnapshotOptionalParams): Promise<RunNotebookGetSnapshotResponse>;
10300
+ }
10301
+
10302
+ /** Optional parameters. */
10303
+ export declare interface RunNotebookCancelRunOptionalParams extends coreClient.OperationOptions {
10304
+ }
10305
+
10306
+ /** Contains response data for the cancelRun operation. */
10307
+ export declare type RunNotebookCancelRunResponse = RunNotebookResponse;
10308
+
10309
+ /** Defines headers for RunNotebook_createRun operation. */
10310
+ export declare interface RunNotebookCreateRunHeaders {
10311
+ /** URI to poll for asynchronous operation status. */
10312
+ location?: string;
10313
+ }
10314
+
10315
+ /** Optional parameters. */
10316
+ export declare interface RunNotebookCreateRunOptionalParams extends coreClient.OperationOptions {
10317
+ /** Delay to wait until next poll, in milliseconds. */
10318
+ updateIntervalInMs?: number;
10319
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
10320
+ resumeFrom?: string;
10321
+ }
10322
+
10323
+ /** Contains response data for the createRun operation. */
10324
+ export declare type RunNotebookCreateRunResponse = RunNotebookCreateRunHeaders & RunNotebookResponse;
10325
+
10326
+ /** Run notebook error. */
10327
+ export declare interface RunNotebookError {
10328
+ /**
10329
+ * Error name.
10330
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10331
+ */
10332
+ readonly ename?: string;
10333
+ /**
10334
+ * Error message.
10335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10336
+ */
10337
+ readonly evalue?: string;
10338
+ /** Error trace. */
10339
+ traceback?: string[];
10340
+ }
10341
+
10342
+ /** Optional parameters. */
10343
+ export declare interface RunNotebookGetSnapshotOptionalParams extends coreClient.OperationOptions {
10344
+ }
10345
+
10346
+ /** Contains response data for the getSnapshot operation. */
10347
+ export declare type RunNotebookGetSnapshotResponse = RunNotebookSnapshotResponse;
10348
+
10349
+ /** Optional parameters. */
10350
+ export declare interface RunNotebookGetStatusOptionalParams extends coreClient.OperationOptions {
10351
+ }
10352
+
10353
+ /** Contains response data for the getStatus operation. */
10354
+ export declare type RunNotebookGetStatusResponse = RunNotebookResponse;
10355
+
10356
+ /** Run notebook parameter. */
10357
+ export declare interface RunNotebookParameter {
10358
+ /** Parameter type. */
10359
+ type?: string;
10360
+ /** Parameter value. */
10361
+ value?: any;
10362
+ }
10363
+
10364
+ /** Run notebook request. */
10365
+ export declare interface RunNotebookRequest {
10366
+ /** Notebook name. */
10367
+ notebook?: string;
10368
+ /** SparkPool name. */
10369
+ sparkPool?: string;
10370
+ /** Session properties. */
10371
+ sessionOptions?: RunNotebookSparkSessionOptions;
10372
+ /** Whether session should run till time to live after run completes. */
10373
+ honorSessionTimeToLive?: boolean;
10374
+ /** Run notebook parameters */
10375
+ parameters?: {
10376
+ [propertyName: string]: RunNotebookParameter;
10377
+ };
10378
+ }
10379
+
10380
+ /** Run notebook response. */
10381
+ export declare interface RunNotebookResponse {
10382
+ /**
10383
+ * Response message.
10384
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10385
+ */
10386
+ readonly message?: string;
10387
+ /** Result of run notebook. */
10388
+ result?: RunNotebookResult;
10389
+ }
10390
+
10391
+ /** Result of run notebook. */
10392
+ export declare interface RunNotebookResult {
10393
+ /** Run id. */
10394
+ runId?: string;
10395
+ /** Status of the run notebook. */
10396
+ runStatus?: string;
10397
+ /** Timestamp of last update. */
10398
+ lastCheckedOn?: string;
10399
+ /** Livy session id. */
10400
+ sessionId?: string;
10401
+ /** SparkPool name. */
10402
+ sparkPool?: string;
10403
+ /** Run notebook session details. */
10404
+ sessionDetail?: any;
10405
+ /** Output of exit command. */
10406
+ exitValue?: string;
10407
+ /** Run notebook error. */
10408
+ error?: RunNotebookError;
10409
+ }
10410
+
10411
+ /** Run notebook snapshot. */
10412
+ export declare interface RunNotebookSnapshot {
10413
+ /** Output of exit command. */
10414
+ exitValue?: string;
10415
+ /** Run notebook runId. */
10416
+ id: string;
10417
+ /** Notebook name. */
10418
+ notebook: string;
10419
+ /** Session properties. */
10420
+ sessionOptions?: RunNotebookSparkSessionOptions;
10421
+ /** Whether session should run till time to live after run completes. */
10422
+ honorSessionTimeToLive?: boolean;
10423
+ /** Livy session id. */
10424
+ sessionId?: string;
10425
+ /** SparkPool name. */
10426
+ sparkPool?: string;
10427
+ /** Run notebook parameters */
10428
+ parameters?: {
10429
+ [propertyName: string]: RunNotebookParameter;
10430
+ };
10431
+ /** Notebook resource type. */
10432
+ notebookContent?: NotebookResource;
10433
+ }
10434
+
10435
+ /** Run notebook snapshot response. */
10436
+ export declare interface RunNotebookSnapshotResponse {
10437
+ /**
10438
+ * Response message.
10439
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10440
+ */
10441
+ readonly message?: string;
10442
+ /** Run notebook snapshot result. */
10443
+ result?: RunNotebookSnapshotResult;
10444
+ }
10445
+
10446
+ /** Run notebook snapshot result. */
10447
+ export declare interface RunNotebookSnapshotResult {
10448
+ /** Run notebook snapshot. */
10449
+ snapshot: RunNotebookSnapshot;
10450
+ /** Run notebook error. */
10451
+ error?: RunNotebookError;
10452
+ /** Run id. */
10453
+ runId: string;
10454
+ /** Status of the run notebook. */
10455
+ runStatus: string;
10456
+ /** Timestamp of last update. */
10457
+ lastCheckedOn?: string;
10458
+ /** Livy session id. */
10459
+ sessionId?: string;
10460
+ /** SparkPool name. */
10461
+ sparkPool?: string;
10462
+ }
10463
+
10464
+ export declare interface RunNotebookSparkSessionOptions {
10465
+ /** Dictionary of <string> */
10466
+ tags?: {
10467
+ [propertyName: string]: string;
10468
+ };
10469
+ /** The session kind */
10470
+ kind?: string;
10471
+ /** User to impersonate when starting the session */
10472
+ proxyUser?: string;
10473
+ /** The name of this session */
10474
+ name?: string;
10475
+ /** jars to be used in this session */
10476
+ jars?: string[];
10477
+ /** Python files to be used in this session */
10478
+ pythonFiles?: string[];
10479
+ /** files to be used in this session */
10480
+ files?: string[];
10481
+ /** Archives to be used in this session */
10482
+ archives?: string[];
10483
+ /** The name of the YARN queue to which submitted */
10484
+ queue?: any;
10485
+ /** Spark configuration properties */
10486
+ configuration?: {
10487
+ [propertyName: string]: string;
10488
+ };
10489
+ /** Amount of memory to use for the driver process */
10490
+ driverMemory?: string;
10491
+ /** Number of cores to use for the driver process */
10492
+ driverCores?: number;
10493
+ /** Amount of memory to use per executor process */
10494
+ executorMemory?: string;
10495
+ /** Number of cores to use for each executor */
10496
+ executorCores?: number;
10497
+ /** Number of executors to launch for this session */
10498
+ executorCount?: number;
10499
+ /** Whether to queue session creation if Spark pool doesn't have enough capacity. Default value is true in notebook runs API */
10500
+ isQueueable?: boolean;
10501
+ /** Timeout in second to which session be orphaned */
10502
+ heartbeatTimeoutInSecond?: number;
10503
+ }
10504
+
10075
10505
  /** Query filter option for listing runs. */
10076
10506
  export declare interface RunQueryFilter {
10077
10507
  /** 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. */
@@ -10257,8 +10687,8 @@ export declare interface SalesforceServiceCloudSource extends CopySource {
10257
10687
  type: "SalesforceServiceCloudSource";
10258
10688
  /** Database query. Type: string (or Expression with resultType string). */
10259
10689
  query?: any;
10260
- /** The read behavior for the operation. Default is Query. */
10261
- readBehavior?: SalesforceSourceReadBehavior;
10690
+ /** The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string). */
10691
+ readBehavior?: any;
10262
10692
  /** Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). */
10263
10693
  additionalColumns?: any;
10264
10694
  }
@@ -10291,8 +10721,8 @@ export declare interface SalesforceSource extends TabularSource {
10291
10721
  type: "SalesforceSource";
10292
10722
  /** Database query. Type: string (or Expression with resultType string). */
10293
10723
  query?: any;
10294
- /** The read behavior for the operation. Default is Query. */
10295
- readBehavior?: SalesforceSourceReadBehavior;
10724
+ /** The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string). */
10725
+ readBehavior?: any;
10296
10726
  }
10297
10727
 
10298
10728
  /**
@@ -10474,8 +10904,8 @@ export declare interface SapHanaSource extends TabularSource {
10474
10904
  query?: any;
10475
10905
  /** The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer). */
10476
10906
  packetSize?: any;
10477
- /** The partition mechanism that will be used for SAP HANA read in parallel. */
10478
- partitionOption?: SapHanaPartitionOption;
10907
+ /** The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange". */
10908
+ partitionOption?: any;
10479
10909
  /** The settings that will be leveraged for SAP HANA source partitioning. */
10480
10910
  partitionSettings?: SapHanaPartitionSettings;
10481
10911
  }
@@ -10700,8 +11130,8 @@ export declare interface SapTableSource extends TabularSource {
10700
11130
  customRfcReadTableFunctionModule?: any;
10701
11131
  /** 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). */
10702
11132
  sapDataColumnDelimiter?: any;
10703
- /** The partition mechanism that will be used for SAP table read in parallel. */
10704
- partitionOption?: SapTablePartitionOption;
11133
+ /** The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime". */
11134
+ partitionOption?: any;
10705
11135
  /** The settings that will be leveraged for SAP table source partitioning. */
10706
11136
  partitionSettings?: SapTablePartitionSettings;
10707
11137
  }
@@ -10759,6 +11189,8 @@ export declare interface ScriptAction {
10759
11189
  export declare interface ScriptActivity extends ExecutionActivity {
10760
11190
  /** Polymorphic discriminator, which specifies the different types this object can be */
10761
11191
  type: "Script";
11192
+ /** ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */
11193
+ scriptBlockExecutionTimeout?: any;
10762
11194
  /** Array of script blocks. Type: array. */
10763
11195
  scripts?: ScriptActivityScriptBlock[];
10764
11196
  /** Log settings of script activity. */
@@ -10856,6 +11288,14 @@ export declare interface SecretBase {
10856
11288
 
10857
11289
  export declare type SecretBaseUnion = SecretBase | SecureString | AzureKeyVaultSecretReference;
10858
11290
 
11291
+ /** Execution policy for an activity that supports secure input and output. */
11292
+ export declare interface SecureInputOutputPolicy {
11293
+ /** When set to true, Input from activity is considered as secure and will not be logged to monitoring. */
11294
+ secureInput?: boolean;
11295
+ /** When set to true, Output from activity is considered as secure and will not be logged to monitoring. */
11296
+ secureOutput?: boolean;
11297
+ }
11298
+
10859
11299
  /** Azure Synapse secure string definition. The string value will be masked with asterisks '*' during Get or List API calls. */
10860
11300
  export declare interface SecureString extends SecretBase {
10861
11301
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -10938,10 +11378,14 @@ export declare interface ServiceNowSource extends TabularSource {
10938
11378
  export declare interface SetVariableActivity extends ControlActivity {
10939
11379
  /** Polymorphic discriminator, which specifies the different types this object can be */
10940
11380
  type: "SetVariable";
11381
+ /** Activity policy. */
11382
+ policy?: SecureInputOutputPolicy;
10941
11383
  /** Name of the variable whose value needs to be set. */
10942
11384
  variableName?: string;
10943
- /** Value to be set. Could be a static value or Expression */
11385
+ /** Value to be set. Could be a static value or Expression. */
10944
11386
  value?: any;
11387
+ /** If set to true, it sets the pipeline run return value. */
11388
+ setSystemVariable?: boolean;
10945
11389
  }
10946
11390
 
10947
11391
  /**
@@ -10970,8 +11414,8 @@ export declare interface SftpReadSettings extends StoreReadSettings {
10970
11414
  wildcardFolderPath?: any;
10971
11415
  /** Sftp wildcardFileName. Type: string (or Expression with resultType string). */
10972
11416
  wildcardFileName?: any;
10973
- /** Indicates whether to enable partition discovery. */
10974
- enablePartitionDiscovery?: boolean;
11417
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
11418
+ enablePartitionDiscovery?: any;
10975
11419
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
10976
11420
  partitionRootPath?: any;
10977
11421
  /** 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). */
@@ -11363,7 +11807,7 @@ export declare interface SparkConfigurationOperations {
11363
11807
  * @param sparkConfiguration SparkConfiguration resource definition.
11364
11808
  * @param options The options parameters.
11365
11809
  */
11366
- beginCreateOrUpdateSparkConfiguration(sparkConfigurationName: string, sparkConfiguration: SparkConfigurationResource, options?: SparkConfigurationCreateOrUpdateSparkConfigurationOptionalParams): Promise<PollerLike<PollOperationState<SparkConfigurationCreateOrUpdateSparkConfigurationResponse>, SparkConfigurationCreateOrUpdateSparkConfigurationResponse>>;
11810
+ beginCreateOrUpdateSparkConfiguration(sparkConfigurationName: string, sparkConfiguration: SparkConfigurationResource, options?: SparkConfigurationCreateOrUpdateSparkConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<SparkConfigurationCreateOrUpdateSparkConfigurationResponse>, SparkConfigurationCreateOrUpdateSparkConfigurationResponse>>;
11367
11811
  /**
11368
11812
  * Creates or updates a sparkconfiguration.
11369
11813
  * @param sparkConfigurationName The spark Configuration name.
@@ -11382,7 +11826,7 @@ export declare interface SparkConfigurationOperations {
11382
11826
  * @param sparkConfigurationName The spark Configuration name.
11383
11827
  * @param options The options parameters.
11384
11828
  */
11385
- beginDeleteSparkConfiguration(sparkConfigurationName: string, options?: SparkConfigurationDeleteSparkConfigurationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
11829
+ beginDeleteSparkConfiguration(sparkConfigurationName: string, options?: SparkConfigurationDeleteSparkConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
11386
11830
  /**
11387
11831
  * Deletes a sparkConfiguration.
11388
11832
  * @param sparkConfigurationName The spark Configuration name.
@@ -11395,7 +11839,7 @@ export declare interface SparkConfigurationOperations {
11395
11839
  * @param request proposed new name.
11396
11840
  * @param options The options parameters.
11397
11841
  */
11398
- beginRenameSparkConfiguration(sparkConfigurationName: string, request: ArtifactRenameRequest, options?: SparkConfigurationRenameSparkConfigurationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
11842
+ beginRenameSparkConfiguration(sparkConfigurationName: string, request: ArtifactRenameRequest, options?: SparkConfigurationRenameSparkConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
11399
11843
  /**
11400
11844
  * Renames a sparkConfiguration.
11401
11845
  * @param sparkConfigurationName The spark Configuration name.
@@ -11561,7 +12005,7 @@ export declare interface SparkJobDefinitionOperations {
11561
12005
  * @param sparkJobDefinition Spark Job Definition resource definition.
11562
12006
  * @param options The options parameters.
11563
12007
  */
11564
- beginCreateOrUpdateSparkJobDefinition(sparkJobDefinitionName: string, sparkJobDefinition: SparkJobDefinitionResource, options?: SparkJobDefinitionCreateOrUpdateSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>, SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>>;
12008
+ beginCreateOrUpdateSparkJobDefinition(sparkJobDefinitionName: string, sparkJobDefinition: SparkJobDefinitionResource, options?: SparkJobDefinitionCreateOrUpdateSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>, SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>>;
11565
12009
  /**
11566
12010
  * Creates or updates a Spark Job Definition.
11567
12011
  * @param sparkJobDefinitionName The spark job definition name.
@@ -11580,7 +12024,7 @@ export declare interface SparkJobDefinitionOperations {
11580
12024
  * @param sparkJobDefinitionName The spark job definition name.
11581
12025
  * @param options The options parameters.
11582
12026
  */
11583
- beginDeleteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionDeleteSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
12027
+ beginDeleteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionDeleteSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
11584
12028
  /**
11585
12029
  * Deletes a Spark Job Definition.
11586
12030
  * @param sparkJobDefinitionName The spark job definition name.
@@ -11592,7 +12036,7 @@ export declare interface SparkJobDefinitionOperations {
11592
12036
  * @param sparkJobDefinitionName The spark job definition name.
11593
12037
  * @param options The options parameters.
11594
12038
  */
11595
- beginExecuteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionExecuteSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<SparkJobDefinitionExecuteSparkJobDefinitionResponse>, SparkJobDefinitionExecuteSparkJobDefinitionResponse>>;
12039
+ beginExecuteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionExecuteSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<SparkJobDefinitionExecuteSparkJobDefinitionResponse>, SparkJobDefinitionExecuteSparkJobDefinitionResponse>>;
11596
12040
  /**
11597
12041
  * Executes the spark job definition.
11598
12042
  * @param sparkJobDefinitionName The spark job definition name.
@@ -11605,7 +12049,7 @@ export declare interface SparkJobDefinitionOperations {
11605
12049
  * @param request proposed new name.
11606
12050
  * @param options The options parameters.
11607
12051
  */
11608
- beginRenameSparkJobDefinition(sparkJobDefinitionName: string, request: ArtifactRenameRequest, options?: SparkJobDefinitionRenameSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
12052
+ beginRenameSparkJobDefinition(sparkJobDefinitionName: string, request: ArtifactRenameRequest, options?: SparkJobDefinitionRenameSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
11609
12053
  /**
11610
12054
  * Renames a sparkJobDefinition.
11611
12055
  * @param sparkJobDefinitionName The spark job definition name.
@@ -11618,7 +12062,7 @@ export declare interface SparkJobDefinitionOperations {
11618
12062
  * @param sparkJobDefinitionAzureResource Spark Job Definition resource definition.
11619
12063
  * @param options The options parameters.
11620
12064
  */
11621
- beginDebugSparkJobDefinition(sparkJobDefinitionAzureResource: SparkJobDefinitionResource, options?: SparkJobDefinitionDebugSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<SparkJobDefinitionDebugSparkJobDefinitionResponse>, SparkJobDefinitionDebugSparkJobDefinitionResponse>>;
12065
+ beginDebugSparkJobDefinition(sparkJobDefinitionAzureResource: SparkJobDefinitionResource, options?: SparkJobDefinitionDebugSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<SparkJobDefinitionDebugSparkJobDefinitionResponse>, SparkJobDefinitionDebugSparkJobDefinitionResponse>>;
11622
12066
  /**
11623
12067
  * Debug the spark job definition.
11624
12068
  * @param sparkJobDefinitionAzureResource Spark Job Definition resource definition.
@@ -11819,6 +12263,29 @@ export declare interface SparkSource extends TabularSource {
11819
12263
  */
11820
12264
  export declare type SparkThriftTransportProtocol = string;
11821
12265
 
12266
+ /**
12267
+ * Defines values for SqlAlwaysEncryptedAkvAuthType. \
12268
+ * {@link KnownSqlAlwaysEncryptedAkvAuthType} can be used interchangeably with SqlAlwaysEncryptedAkvAuthType,
12269
+ * this enum contains the known values that the service supports.
12270
+ * ### Known values supported by the service
12271
+ * **ServicePrincipal** \
12272
+ * **ManagedIdentity** \
12273
+ * **UserAssignedManagedIdentity**
12274
+ */
12275
+ export declare type SqlAlwaysEncryptedAkvAuthType = string;
12276
+
12277
+ /** Sql always encrypted properties. */
12278
+ export declare interface SqlAlwaysEncryptedProperties {
12279
+ /** Sql always encrypted AKV authentication type. Type: string. */
12280
+ alwaysEncryptedAkvAuthType: SqlAlwaysEncryptedAkvAuthType;
12281
+ /** The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string (or Expression with resultType string). */
12282
+ servicePrincipalId?: any;
12283
+ /** The key of the service principal used to authenticate against Azure Key Vault. */
12284
+ servicePrincipalKey?: SecretBaseUnion;
12285
+ /** The credential reference containing authentication information. */
12286
+ credential?: CredentialReference;
12287
+ }
12288
+
11822
12289
  /** The connection used to execute the SQL script. */
11823
12290
  export declare interface SqlConnection {
11824
12291
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
@@ -11871,6 +12338,8 @@ export declare interface SqlDWSource extends TabularSource {
11871
12338
  sqlReaderStoredProcedureName?: any;
11872
12339
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter. */
11873
12340
  storedProcedureParameters?: any;
12341
+ /** 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). */
12342
+ isolationLevel?: any;
11874
12343
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
11875
12344
  partitionOption?: any;
11876
12345
  /** The settings that will be leveraged for Sql source partitioning. */
@@ -11888,9 +12357,7 @@ export declare interface SqlMISink extends CopySink {
11888
12357
  /** SQL pre-copy script. Type: string (or Expression with resultType string). */
11889
12358
  preCopyScript?: any;
11890
12359
  /** SQL stored procedure parameters. */
11891
- storedProcedureParameters?: {
11892
- [propertyName: string]: StoredProcedureParameter;
11893
- };
12360
+ storedProcedureParameters?: any;
11894
12361
  /** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
11895
12362
  storedProcedureTableTypeParameterName?: any;
11896
12363
  /** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
@@ -11906,9 +12373,9 @@ export declare interface SqlMISource extends TabularSource {
11906
12373
  /** 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). */
11907
12374
  sqlReaderStoredProcedureName?: any;
11908
12375
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
11909
- storedProcedureParameters?: {
11910
- [propertyName: string]: StoredProcedureParameter;
11911
- };
12376
+ storedProcedureParameters?: any;
12377
+ /** 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). */
12378
+ isolationLevel?: any;
11912
12379
  /** Which additional types to produce. */
11913
12380
  produceAdditionalTypes?: any;
11914
12381
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -12035,9 +12502,7 @@ export declare interface SqlPoolStoredProcedureActivity extends Activity {
12035
12502
  /** Stored procedure name. Type: string (or Expression with resultType string). */
12036
12503
  storedProcedureName: any;
12037
12504
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
12038
- storedProcedureParameters?: {
12039
- [propertyName: string]: StoredProcedureParameter;
12040
- };
12505
+ storedProcedureParameters?: any;
12041
12506
  }
12042
12507
 
12043
12508
  /** SQL script. */
@@ -12139,7 +12604,7 @@ export declare interface SqlScriptOperations {
12139
12604
  * @param sqlScript Sql Script resource definition.
12140
12605
  * @param options The options parameters.
12141
12606
  */
12142
- beginCreateOrUpdateSqlScript(sqlScriptName: string, sqlScript: SqlScriptResource, options?: SqlScriptCreateOrUpdateSqlScriptOptionalParams): Promise<PollerLike<PollOperationState<SqlScriptCreateOrUpdateSqlScriptResponse>, SqlScriptCreateOrUpdateSqlScriptResponse>>;
12607
+ beginCreateOrUpdateSqlScript(sqlScriptName: string, sqlScript: SqlScriptResource, options?: SqlScriptCreateOrUpdateSqlScriptOptionalParams): Promise<SimplePollerLike<OperationState<SqlScriptCreateOrUpdateSqlScriptResponse>, SqlScriptCreateOrUpdateSqlScriptResponse>>;
12143
12608
  /**
12144
12609
  * Creates or updates a Sql Script.
12145
12610
  * @param sqlScriptName The sql script name.
@@ -12158,7 +12623,7 @@ export declare interface SqlScriptOperations {
12158
12623
  * @param sqlScriptName The sql script name.
12159
12624
  * @param options The options parameters.
12160
12625
  */
12161
- beginDeleteSqlScript(sqlScriptName: string, options?: SqlScriptDeleteSqlScriptOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
12626
+ beginDeleteSqlScript(sqlScriptName: string, options?: SqlScriptDeleteSqlScriptOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
12162
12627
  /**
12163
12628
  * Deletes a Sql Script.
12164
12629
  * @param sqlScriptName The sql script name.
@@ -12171,7 +12636,7 @@ export declare interface SqlScriptOperations {
12171
12636
  * @param request proposed new name.
12172
12637
  * @param options The options parameters.
12173
12638
  */
12174
- beginRenameSqlScript(sqlScriptName: string, request: ArtifactRenameRequest, options?: SqlScriptRenameSqlScriptOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
12639
+ beginRenameSqlScript(sqlScriptName: string, request: ArtifactRenameRequest, options?: SqlScriptRenameSqlScriptOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
12175
12640
  /**
12176
12641
  * Renames a sqlScript.
12177
12642
  * @param sqlScriptName The sql script name.
@@ -12241,6 +12706,8 @@ export declare interface SqlServerLinkedService extends LinkedService {
12241
12706
  password?: SecretBaseUnion;
12242
12707
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
12243
12708
  encryptedCredential?: any;
12709
+ /** Sql always encrypted properties. */
12710
+ alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
12244
12711
  }
12245
12712
 
12246
12713
  /** A copy activity SQL server sink. */
@@ -12254,9 +12721,7 @@ export declare interface SqlServerSink extends CopySink {
12254
12721
  /** SQL pre-copy script. Type: string (or Expression with resultType string). */
12255
12722
  preCopyScript?: any;
12256
12723
  /** SQL stored procedure parameters. */
12257
- storedProcedureParameters?: {
12258
- [propertyName: string]: StoredProcedureParameter;
12259
- };
12724
+ storedProcedureParameters?: any;
12260
12725
  /** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
12261
12726
  storedProcedureTableTypeParameterName?: any;
12262
12727
  /** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
@@ -12272,9 +12737,9 @@ export declare interface SqlServerSource extends TabularSource {
12272
12737
  /** 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). */
12273
12738
  sqlReaderStoredProcedureName?: any;
12274
12739
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
12275
- storedProcedureParameters?: {
12276
- [propertyName: string]: StoredProcedureParameter;
12277
- };
12740
+ storedProcedureParameters?: any;
12741
+ /** 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). */
12742
+ isolationLevel?: any;
12278
12743
  /** Which additional types to produce. */
12279
12744
  produceAdditionalTypes?: any;
12280
12745
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -12316,9 +12781,7 @@ export declare interface SqlSink extends CopySink {
12316
12781
  /** SQL pre-copy script. Type: string (or Expression with resultType string). */
12317
12782
  preCopyScript?: any;
12318
12783
  /** SQL stored procedure parameters. */
12319
- storedProcedureParameters?: {
12320
- [propertyName: string]: StoredProcedureParameter;
12321
- };
12784
+ storedProcedureParameters?: any;
12322
12785
  /** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
12323
12786
  storedProcedureTableTypeParameterName?: any;
12324
12787
  /** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
@@ -12334,9 +12797,7 @@ export declare interface SqlSource extends TabularSource {
12334
12797
  /** 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). */
12335
12798
  sqlReaderStoredProcedureName?: any;
12336
12799
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
12337
- storedProcedureParameters?: {
12338
- [propertyName: string]: StoredProcedureParameter;
12339
- };
12800
+ storedProcedureParameters?: any;
12340
12801
  /** 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). */
12341
12802
  isolationLevel?: any;
12342
12803
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -12681,8 +13142,16 @@ export declare interface SynapseNotebookActivity extends ExecutionActivity {
12681
13142
  conf?: any;
12682
13143
  /** 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). */
12683
13144
  driverSize?: any;
12684
- /** Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. */
12685
- numExecutors?: number;
13145
+ /** Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer). */
13146
+ numExecutors?: any;
13147
+ /** The type of the spark config. */
13148
+ configurationType?: ConfigurationType;
13149
+ /** The spark configuration of the spark job. */
13150
+ targetSparkConfiguration?: SparkConfigurationParametrizationReference;
13151
+ /** Spark configuration property. */
13152
+ sparkConfig?: {
13153
+ [propertyName: string]: any;
13154
+ };
12686
13155
  }
12687
13156
 
12688
13157
  /** Synapse notebook reference type. */
@@ -13043,7 +13512,7 @@ export declare interface TriggerOperations {
13043
13512
  * @param trigger Trigger resource definition.
13044
13513
  * @param options The options parameters.
13045
13514
  */
13046
- beginCreateOrUpdateTrigger(triggerName: string, trigger: TriggerResource, options?: TriggerCreateOrUpdateTriggerOptionalParams): Promise<PollerLike<PollOperationState<TriggerCreateOrUpdateTriggerResponse>, TriggerCreateOrUpdateTriggerResponse>>;
13515
+ beginCreateOrUpdateTrigger(triggerName: string, trigger: TriggerResource, options?: TriggerCreateOrUpdateTriggerOptionalParams): Promise<SimplePollerLike<OperationState<TriggerCreateOrUpdateTriggerResponse>, TriggerCreateOrUpdateTriggerResponse>>;
13047
13516
  /**
13048
13517
  * Creates or updates a trigger.
13049
13518
  * @param triggerName The trigger name.
@@ -13062,7 +13531,7 @@ export declare interface TriggerOperations {
13062
13531
  * @param triggerName The trigger name.
13063
13532
  * @param options The options parameters.
13064
13533
  */
13065
- beginDeleteTrigger(triggerName: string, options?: TriggerDeleteTriggerOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
13534
+ beginDeleteTrigger(triggerName: string, options?: TriggerDeleteTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
13066
13535
  /**
13067
13536
  * Deletes a trigger.
13068
13537
  * @param triggerName The trigger name.
@@ -13074,7 +13543,7 @@ export declare interface TriggerOperations {
13074
13543
  * @param triggerName The trigger name.
13075
13544
  * @param options The options parameters.
13076
13545
  */
13077
- beginSubscribeTriggerToEvents(triggerName: string, options?: TriggerSubscribeTriggerToEventsOptionalParams): Promise<PollerLike<PollOperationState<TriggerSubscribeTriggerToEventsResponse>, TriggerSubscribeTriggerToEventsResponse>>;
13546
+ beginSubscribeTriggerToEvents(triggerName: string, options?: TriggerSubscribeTriggerToEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggerSubscribeTriggerToEventsResponse>, TriggerSubscribeTriggerToEventsResponse>>;
13078
13547
  /**
13079
13548
  * Subscribe event trigger to events.
13080
13549
  * @param triggerName The trigger name.
@@ -13092,7 +13561,7 @@ export declare interface TriggerOperations {
13092
13561
  * @param triggerName The trigger name.
13093
13562
  * @param options The options parameters.
13094
13563
  */
13095
- beginUnsubscribeTriggerFromEvents(triggerName: string, options?: TriggerUnsubscribeTriggerFromEventsOptionalParams): Promise<PollerLike<PollOperationState<TriggerUnsubscribeTriggerFromEventsResponse>, TriggerUnsubscribeTriggerFromEventsResponse>>;
13564
+ beginUnsubscribeTriggerFromEvents(triggerName: string, options?: TriggerUnsubscribeTriggerFromEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggerUnsubscribeTriggerFromEventsResponse>, TriggerUnsubscribeTriggerFromEventsResponse>>;
13096
13565
  /**
13097
13566
  * Unsubscribe event trigger from events.
13098
13567
  * @param triggerName The trigger name.
@@ -13104,7 +13573,7 @@ export declare interface TriggerOperations {
13104
13573
  * @param triggerName The trigger name.
13105
13574
  * @param options The options parameters.
13106
13575
  */
13107
- beginStartTrigger(triggerName: string, options?: TriggerStartTriggerOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
13576
+ beginStartTrigger(triggerName: string, options?: TriggerStartTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
13108
13577
  /**
13109
13578
  * Starts a trigger.
13110
13579
  * @param triggerName The trigger name.
@@ -13116,7 +13585,7 @@ export declare interface TriggerOperations {
13116
13585
  * @param triggerName The trigger name.
13117
13586
  * @param options The options parameters.
13118
13587
  */
13119
- beginStopTrigger(triggerName: string, options?: TriggerStopTriggerOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
13588
+ beginStopTrigger(triggerName: string, options?: TriggerStopTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
13120
13589
  /**
13121
13590
  * Stops a trigger.
13122
13591
  * @param triggerName The trigger name.
@@ -13546,12 +14015,16 @@ export declare interface WebActivityAuthentication {
13546
14015
  type: string;
13547
14016
  /** Base64-encoded contents of a PFX file. */
13548
14017
  pfx?: SecretBaseUnion;
13549
- /** Web activity authentication user name for basic authentication. */
13550
- username?: string;
14018
+ /** Web activity authentication user name for basic authentication. Type: string (or Expression with resultType string). */
14019
+ username?: any;
13551
14020
  /** Password for the PFX file or basic authentication. */
13552
14021
  password?: SecretBaseUnion;
13553
- /** Resource for which Azure Auth token will be requested when using MSI Authentication. */
13554
- resource?: string;
14022
+ /** Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string). */
14023
+ resource?: any;
14024
+ /** TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string). */
14025
+ userTenant?: any;
14026
+ /** The credential reference containing authentication information. */
14027
+ credential?: CredentialReference;
13555
14028
  }
13556
14029
 
13557
14030
  /**