@azure/synapse-artifacts 1.0.0-beta.11 → 1.0.0-beta.13

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 (86) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.js +3655 -1969
  3. package/dist/index.js.map +1 -1
  4. package/dist-esm/src/artifactsClient.js +22 -16
  5. package/dist-esm/src/artifactsClient.js.map +1 -1
  6. package/dist-esm/src/index.js +1 -0
  7. package/dist-esm/src/index.js.map +1 -1
  8. package/dist-esm/src/lroImpl.js +11 -15
  9. package/dist-esm/src/lroImpl.js.map +1 -1
  10. package/dist-esm/src/models/index.js +100 -32
  11. package/dist-esm/src/models/index.js.map +1 -1
  12. package/dist-esm/src/models/mappers.js +2237 -1333
  13. package/dist-esm/src/models/mappers.js.map +1 -1
  14. package/dist-esm/src/models/parameters.js +34 -6
  15. package/dist-esm/src/models/parameters.js.map +1 -1
  16. package/dist-esm/src/operations/bigDataPools.js +2 -2
  17. package/dist-esm/src/operations/bigDataPools.js.map +1 -1
  18. package/dist-esm/src/operations/dataFlowDebugSession.js +54 -28
  19. package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
  20. package/dist-esm/src/operations/dataFlowOperations.js +62 -32
  21. package/dist-esm/src/operations/dataFlowOperations.js.map +1 -1
  22. package/dist-esm/src/operations/datasetOperations.js +62 -32
  23. package/dist-esm/src/operations/datasetOperations.js.map +1 -1
  24. package/dist-esm/src/operations/index.js +1 -0
  25. package/dist-esm/src/operations/index.js.map +1 -1
  26. package/dist-esm/src/operations/integrationRuntimes.js +2 -2
  27. package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
  28. package/dist-esm/src/operations/kqlScriptOperations.js +30 -18
  29. package/dist-esm/src/operations/kqlScriptOperations.js.map +1 -1
  30. package/dist-esm/src/operations/kqlScripts.js +32 -14
  31. package/dist-esm/src/operations/kqlScripts.js.map +1 -1
  32. package/dist-esm/src/operations/library.js +64 -34
  33. package/dist-esm/src/operations/library.js.map +1 -1
  34. package/dist-esm/src/operations/linkConnectionOperations.js +113 -44
  35. package/dist-esm/src/operations/linkConnectionOperations.js.map +1 -1
  36. package/dist-esm/src/operations/linkedServiceOperations.js +62 -32
  37. package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -1
  38. package/dist-esm/src/operations/metastore.js +4 -4
  39. package/dist-esm/src/operations/metastore.js.map +1 -1
  40. package/dist-esm/src/operations/notebookOperationResult.js +1 -1
  41. package/dist-esm/src/operations/notebookOperationResult.js.map +1 -1
  42. package/dist-esm/src/operations/notebookOperations.js +93 -46
  43. package/dist-esm/src/operations/notebookOperations.js.map +1 -1
  44. package/dist-esm/src/operations/pipelineOperations.js +63 -33
  45. package/dist-esm/src/operations/pipelineOperations.js.map +1 -1
  46. package/dist-esm/src/operations/pipelineRunOperations.js +7 -7
  47. package/dist-esm/src/operations/pipelineRunOperations.js.map +1 -1
  48. package/dist-esm/src/operations/runNotebook.js +192 -0
  49. package/dist-esm/src/operations/runNotebook.js.map +1 -0
  50. package/dist-esm/src/operations/sparkConfigurationOperations.js +62 -32
  51. package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -1
  52. package/dist-esm/src/operations/sparkJobDefinitionOperations.js +82 -44
  53. package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -1
  54. package/dist-esm/src/operations/sqlPools.js +2 -2
  55. package/dist-esm/src/operations/sqlPools.js.map +1 -1
  56. package/dist-esm/src/operations/sqlScriptOperations.js +62 -32
  57. package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -1
  58. package/dist-esm/src/operations/triggerOperations.js +90 -48
  59. package/dist-esm/src/operations/triggerOperations.js.map +1 -1
  60. package/dist-esm/src/operations/triggerRunOperations.js +5 -5
  61. package/dist-esm/src/operations/triggerRunOperations.js.map +1 -1
  62. package/dist-esm/src/operations/workspaceGitRepoManagement.js +1 -1
  63. package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +1 -1
  64. package/dist-esm/src/operations/workspaceOperations.js +1 -1
  65. package/dist-esm/src/operations/workspaceOperations.js.map +1 -1
  66. package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +1 -1
  67. package/dist-esm/src/operationsInterfaces/dataFlowOperations.js.map +1 -1
  68. package/dist-esm/src/operationsInterfaces/datasetOperations.js.map +1 -1
  69. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  70. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  71. package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js.map +1 -1
  72. package/dist-esm/src/operationsInterfaces/library.js.map +1 -1
  73. package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +1 -1
  74. package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js.map +1 -1
  75. package/dist-esm/src/operationsInterfaces/notebookOperations.js.map +1 -1
  76. package/dist-esm/src/operationsInterfaces/pipelineOperations.js.map +1 -1
  77. package/dist-esm/src/operationsInterfaces/runNotebook.js +9 -0
  78. package/dist-esm/src/operationsInterfaces/runNotebook.js.map +1 -0
  79. package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js.map +1 -1
  80. package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -1
  81. package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js.map +1 -1
  82. package/dist-esm/src/operationsInterfaces/triggerOperations.js.map +1 -1
  83. package/dist-esm/src/pagingHelper.js +32 -0
  84. package/dist-esm/src/pagingHelper.js.map +1 -0
  85. package/package.json +14 -15
  86. package/types/synapse-artifacts.d.ts +667 -88
@@ -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. */
@@ -271,6 +309,8 @@ export declare interface AmazonRdsForSqlServerSource extends TabularSource {
271
309
  storedProcedureParameters?: {
272
310
  [propertyName: string]: StoredProcedureParameter;
273
311
  };
312
+ /** 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). */
313
+ isolationLevel?: any;
274
314
  /** Which additional types to produce. */
275
315
  produceAdditionalTypes?: any;
276
316
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -444,6 +484,7 @@ export declare class ArtifactsClient extends coreClient.ServiceClient {
444
484
  */
445
485
  constructor(credentials: coreAuth.TokenCredential, endpoint: string, options?: ArtifactsClientOptionalParams);
446
486
  linkConnectionOperations: LinkConnectionOperations;
487
+ runNotebook: RunNotebook;
447
488
  kqlScripts: KqlScripts;
448
489
  kqlScriptOperations: KqlScriptOperations;
449
490
  metastore: Metastore;
@@ -582,6 +623,8 @@ export declare interface AzureBatchLinkedService extends LinkedService {
582
623
  linkedServiceName: LinkedServiceReference;
583
624
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
584
625
  encryptedCredential?: any;
626
+ /** The credential reference containing authentication information. */
627
+ credential?: CredentialReference;
585
628
  }
586
629
 
587
630
  /** The Azure Blob storage. */
@@ -623,7 +666,7 @@ export declare interface AzureBlobFSLinkedService extends LinkedService {
623
666
  /** Polymorphic discriminator, which specifies the different types this object can be */
624
667
  type: "AzureBlobFS";
625
668
  /** Endpoint for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string). */
626
- url: any;
669
+ url?: any;
627
670
  /** Account key for the Azure Data Lake Storage Gen2 service. Type: string (or Expression with resultType string). */
628
671
  accountKey?: any;
629
672
  /** 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 +683,12 @@ export declare interface AzureBlobFSLinkedService extends LinkedService {
640
683
  servicePrincipalCredential?: SecretBaseUnion;
641
684
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
642
685
  encryptedCredential?: any;
686
+ /** SAS URI of the Azure Data Lake Storage Gen2 service. Type: string, SecureString or AzureKeyVaultSecretReference. */
687
+ sasUri?: any;
688
+ /** The Azure key vault secret reference of sasToken in sas uri. */
689
+ sasToken?: SecretBaseUnion;
690
+ /** The credential reference containing authentication information. */
691
+ credential?: CredentialReference;
643
692
  }
644
693
 
645
694
  /** The location of azure blobFS dataset. */
@@ -662,8 +711,8 @@ export declare interface AzureBlobFSReadSettings extends StoreReadSettings {
662
711
  wildcardFileName?: any;
663
712
  /** 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
713
  fileListPath?: any;
665
- /** Indicates whether to enable partition discovery. */
666
- enablePartitionDiscovery?: boolean;
714
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
715
+ enablePartitionDiscovery?: any;
667
716
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
668
717
  partitionRootPath?: any;
669
718
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -678,7 +727,7 @@ export declare interface AzureBlobFSReadSettings extends StoreReadSettings {
678
727
  export declare interface AzureBlobFSSink extends CopySink {
679
728
  /** Polymorphic discriminator, which specifies the different types this object can be */
680
729
  type: "AzureBlobFSSink";
681
- /** The type of copy behavior for copy sink. */
730
+ /** The type of copy behavior for copy sink. Type: string (or Expression with resultType string). */
682
731
  copyBehavior?: any;
683
732
  }
684
733
 
@@ -728,6 +777,12 @@ export declare interface AzureBlobStorageLinkedService extends LinkedService {
728
777
  accountKind?: string;
729
778
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
730
779
  encryptedCredential?: string;
780
+ /** The credential reference containing authentication information. */
781
+ credential?: CredentialReference;
782
+ /** The type used for authentication. Type: string. */
783
+ authenticationType?: AzureStorageAuthenticationType;
784
+ /** Container uri of the Azure Blob Storage resource only support for anonymous access. Type: string (or Expression with resultType string). */
785
+ containerUri?: any;
731
786
  }
732
787
 
733
788
  /** The location of azure blob dataset. */
@@ -814,6 +869,8 @@ export declare interface AzureDatabricksDeltaLakeLinkedService extends LinkedSer
814
869
  clusterId?: any;
815
870
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
816
871
  encryptedCredential?: any;
872
+ /** The credential reference containing authentication information. */
873
+ credential?: CredentialReference;
817
874
  }
818
875
 
819
876
  /** A copy activity Azure Databricks Delta Lake sink. */
@@ -882,6 +939,8 @@ export declare interface AzureDatabricksLinkedService extends LinkedService {
882
939
  encryptedCredential?: any;
883
940
  /** 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
941
  policyId?: any;
942
+ /** The credential reference containing authentication information. */
943
+ credential?: CredentialReference;
885
944
  }
886
945
 
887
946
  /** Azure Data Explorer command activity. */
@@ -908,6 +967,8 @@ export declare interface AzureDataExplorerLinkedService extends LinkedService {
908
967
  database: any;
909
968
  /** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
910
969
  tenant?: any;
970
+ /** The credential reference containing authentication information. */
971
+ credential?: CredentialReference;
911
972
  }
912
973
 
913
974
  /** A copy activity Azure Data Explorer sink. */
@@ -1002,6 +1063,8 @@ export declare interface AzureDataLakeStoreLinkedService extends LinkedService {
1002
1063
  resourceGroupName?: any;
1003
1064
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1004
1065
  encryptedCredential?: any;
1066
+ /** The credential reference containing authentication information. */
1067
+ credential?: CredentialReference;
1005
1068
  }
1006
1069
 
1007
1070
  /** The location of azure data lake store dataset. */
@@ -1026,8 +1089,8 @@ export declare interface AzureDataLakeStoreReadSettings extends StoreReadSetting
1026
1089
  listAfter?: any;
1027
1090
  /** 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
1091
  listBefore?: any;
1029
- /** Indicates whether to enable partition discovery. */
1030
- enablePartitionDiscovery?: boolean;
1092
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
1093
+ enablePartitionDiscovery?: any;
1031
1094
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
1032
1095
  partitionRootPath?: any;
1033
1096
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -1042,7 +1105,7 @@ export declare interface AzureDataLakeStoreReadSettings extends StoreReadSetting
1042
1105
  export declare interface AzureDataLakeStoreSink extends CopySink {
1043
1106
  /** Polymorphic discriminator, which specifies the different types this object can be */
1044
1107
  type: "AzureDataLakeStoreSink";
1045
- /** The type of copy behavior for copy sink. */
1108
+ /** The type of copy behavior for copy sink. Type: string (or Expression with resultType string). */
1046
1109
  copyBehavior?: any;
1047
1110
  /** Single File Parallel. */
1048
1111
  enableAdlsSingleFileParallel?: any;
@@ -1060,7 +1123,7 @@ export declare interface AzureDataLakeStoreSource extends CopySource {
1060
1123
  export declare interface AzureDataLakeStoreWriteSettings extends StoreWriteSettings {
1061
1124
  /** Polymorphic discriminator, which specifies the different types this object can be */
1062
1125
  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). */
1126
+ /** 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
1127
  expiryDateTime?: any;
1065
1128
  }
1066
1129
 
@@ -1176,6 +1239,12 @@ export declare interface AzureFunctionLinkedService extends LinkedService {
1176
1239
  functionKey?: SecretBaseUnion;
1177
1240
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1178
1241
  encryptedCredential?: any;
1242
+ /** The credential reference containing authentication information. */
1243
+ credential?: CredentialReference;
1244
+ /** Allowed token audiences for azure function. */
1245
+ resourceId?: any;
1246
+ /** Type of authentication (Required to specify MSI) used to connect to AzureFunction. Type: string (or Expression with resultType string). */
1247
+ authentication?: any;
1179
1248
  }
1180
1249
 
1181
1250
  /** Azure Key Vault linked service. */
@@ -1184,6 +1253,8 @@ export declare interface AzureKeyVaultLinkedService extends LinkedService {
1184
1253
  type: "AzureKeyVault";
1185
1254
  /** The base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net Type: string (or Expression with resultType string). */
1186
1255
  baseUrl: any;
1256
+ /** The credential reference containing authentication information. */
1257
+ credential?: CredentialReference;
1187
1258
  }
1188
1259
 
1189
1260
  /** Azure Key Vault secret reference. */
@@ -1278,6 +1349,8 @@ export declare interface AzureMLLinkedService extends LinkedService {
1278
1349
  tenant?: any;
1279
1350
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1280
1351
  encryptedCredential?: any;
1352
+ /** Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string). */
1353
+ authentication?: any;
1281
1354
  }
1282
1355
 
1283
1356
  /** Azure ML Service linked service. */
@@ -1290,6 +1363,8 @@ export declare interface AzureMLServiceLinkedService extends LinkedService {
1290
1363
  resourceGroupName: any;
1291
1364
  /** Azure ML Service workspace name. Type: string (or Expression with resultType string). */
1292
1365
  mlWorkspaceName: any;
1366
+ /** Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string). */
1367
+ authentication?: any;
1293
1368
  /** 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
1369
  servicePrincipalId?: any;
1295
1370
  /** The key of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline. */
@@ -1458,8 +1533,12 @@ export declare interface AzureSqlDatabaseLinkedService extends LinkedService {
1458
1533
  tenant?: any;
1459
1534
  /** 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
1535
  azureCloudType?: any;
1536
+ /** Sql always encrypted properties. */
1537
+ alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
1461
1538
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1462
1539
  encryptedCredential?: any;
1540
+ /** The credential reference containing authentication information. */
1541
+ credential?: CredentialReference;
1463
1542
  }
1464
1543
 
1465
1544
  /** Azure SQL Data Warehouse linked service. */
@@ -1480,6 +1559,8 @@ export declare interface AzureSqlDWLinkedService extends LinkedService {
1480
1559
  azureCloudType?: any;
1481
1560
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1482
1561
  encryptedCredential?: any;
1562
+ /** The credential reference containing authentication information. */
1563
+ credential?: CredentialReference;
1483
1564
  }
1484
1565
 
1485
1566
  /** The Azure SQL Data Warehouse dataset. */
@@ -1510,8 +1591,12 @@ export declare interface AzureSqlMILinkedService extends LinkedService {
1510
1591
  tenant?: any;
1511
1592
  /** 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
1593
  azureCloudType?: any;
1594
+ /** Sql always encrypted properties. */
1595
+ alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
1513
1596
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
1514
1597
  encryptedCredential?: any;
1598
+ /** The credential reference containing authentication information. */
1599
+ credential?: CredentialReference;
1515
1600
  }
1516
1601
 
1517
1602
  /** The Azure SQL Managed Instance dataset. */
@@ -1558,6 +1643,8 @@ export declare interface AzureSqlSource extends TabularSource {
1558
1643
  storedProcedureParameters?: {
1559
1644
  [propertyName: string]: StoredProcedureParameter;
1560
1645
  };
1646
+ /** 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). */
1647
+ isolationLevel?: any;
1561
1648
  /** Which additional types to produce. */
1562
1649
  produceAdditionalTypes?: any;
1563
1650
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -1578,6 +1665,19 @@ export declare interface AzureSqlTableDataset extends Dataset {
1578
1665
  table?: any;
1579
1666
  }
1580
1667
 
1668
+ /**
1669
+ * Defines values for AzureStorageAuthenticationType. \
1670
+ * {@link KnownAzureStorageAuthenticationType} can be used interchangeably with AzureStorageAuthenticationType,
1671
+ * this enum contains the known values that the service supports.
1672
+ * ### Known values supported by the service
1673
+ * **Anonymous** \
1674
+ * **AccountKey** \
1675
+ * **SasUri** \
1676
+ * **ServicePrincipal** \
1677
+ * **Msi**
1678
+ */
1679
+ export declare type AzureStorageAuthenticationType = string;
1680
+
1581
1681
  /** The storage account linked service. */
1582
1682
  export declare interface AzureStorageLinkedService extends LinkedService {
1583
1683
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -1602,6 +1702,8 @@ export declare interface AzureSynapseArtifactsLinkedService extends LinkedServic
1602
1702
  endpoint: any;
1603
1703
  /** Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression with resultType string). */
1604
1704
  authentication?: any;
1705
+ /** The resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. Type: string (or Expression with resultType string). */
1706
+ workspaceResourceId?: any;
1605
1707
  }
1606
1708
 
1607
1709
  /** The Azure Table storage dataset. */
@@ -2075,6 +2177,17 @@ export declare interface ConcurSource extends TabularSource {
2075
2177
  query?: any;
2076
2178
  }
2077
2179
 
2180
+ /**
2181
+ * Defines values for ConfigurationType. \
2182
+ * {@link KnownConfigurationType} can be used interchangeably with ConfigurationType,
2183
+ * this enum contains the known values that the service supports.
2184
+ * ### Known values supported by the service
2185
+ * **Default** \
2186
+ * **Customized** \
2187
+ * **Artifact**
2188
+ */
2189
+ export declare type ConfigurationType = string;
2190
+
2078
2191
  /** Base class for all control activities like IfCondition, ForEach , Until. */
2079
2192
  export declare interface ControlActivity extends Activity {
2080
2193
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -2202,6 +2315,8 @@ export declare interface CosmosDbLinkedService extends LinkedService {
2202
2315
  accountKey?: SecretBaseUnion;
2203
2316
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
2204
2317
  encryptedCredential?: any;
2318
+ /** The credential reference containing authentication information. */
2319
+ credential?: CredentialReference;
2205
2320
  }
2206
2321
 
2207
2322
  /** The CosmosDB (MongoDB API) database dataset. */
@@ -2342,6 +2457,25 @@ export declare interface CreateRunResponse {
2342
2457
  runId: string;
2343
2458
  }
2344
2459
 
2460
+ /** Credential reference type. */
2461
+ export declare interface CredentialReference {
2462
+ /** Describes unknown properties. The value of an unknown property can be of "any" type. */
2463
+ [property: string]: any;
2464
+ /** Credential reference type. */
2465
+ type: CredentialReferenceType;
2466
+ /** Reference credential name. */
2467
+ referenceName: string;
2468
+ }
2469
+
2470
+ /**
2471
+ * Defines values for CredentialReferenceType. \
2472
+ * {@link KnownCredentialReferenceType} can be used interchangeably with CredentialReferenceType,
2473
+ * this enum contains the known values that the service supports.
2474
+ * ### Known values supported by the service
2475
+ * **CredentialReference**
2476
+ */
2477
+ export declare type CredentialReferenceType = string;
2478
+
2345
2479
  /** Custom activity type. */
2346
2480
  export declare interface CustomActivity extends ExecutionActivity {
2347
2481
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -2616,7 +2750,7 @@ export declare interface DataFlowDebugSession {
2616
2750
  * @param request Data flow debug session definition
2617
2751
  * @param options The options parameters.
2618
2752
  */
2619
- beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<PollerLike<PollOperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>, DataFlowDebugSessionCreateDataFlowDebugSessionResponse>>;
2753
+ beginCreateDataFlowDebugSession(request: CreateDataFlowDebugSessionRequest, options?: DataFlowDebugSessionCreateDataFlowDebugSessionOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionCreateDataFlowDebugSessionResponse>, DataFlowDebugSessionCreateDataFlowDebugSessionResponse>>;
2620
2754
  /**
2621
2755
  * Creates a data flow debug session.
2622
2756
  * @param request Data flow debug session definition
@@ -2640,7 +2774,7 @@ export declare interface DataFlowDebugSession {
2640
2774
  * @param request Data flow debug command definition.
2641
2775
  * @param options The options parameters.
2642
2776
  */
2643
- beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<PollerLike<PollOperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>;
2777
+ beginExecuteCommand(request: DataFlowDebugCommandRequest, options?: DataFlowDebugSessionExecuteCommandOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowDebugSessionExecuteCommandResponse>, DataFlowDebugSessionExecuteCommandResponse>>;
2644
2778
  /**
2645
2779
  * Execute a data flow debug command.
2646
2780
  * @param request Data flow debug command definition.
@@ -2802,7 +2936,7 @@ export declare interface DataFlowOperations {
2802
2936
  * @param dataFlow Data flow resource definition.
2803
2937
  * @param options The options parameters.
2804
2938
  */
2805
- beginCreateOrUpdateDataFlow(dataFlowName: string, dataFlow: DataFlowResource, options?: DataFlowCreateOrUpdateDataFlowOptionalParams): Promise<PollerLike<PollOperationState<DataFlowCreateOrUpdateDataFlowResponse>, DataFlowCreateOrUpdateDataFlowResponse>>;
2939
+ beginCreateOrUpdateDataFlow(dataFlowName: string, dataFlow: DataFlowResource, options?: DataFlowCreateOrUpdateDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<DataFlowCreateOrUpdateDataFlowResponse>, DataFlowCreateOrUpdateDataFlowResponse>>;
2806
2940
  /**
2807
2941
  * Creates or updates a data flow.
2808
2942
  * @param dataFlowName The data flow name.
@@ -2821,7 +2955,7 @@ export declare interface DataFlowOperations {
2821
2955
  * @param dataFlowName The data flow name.
2822
2956
  * @param options The options parameters.
2823
2957
  */
2824
- beginDeleteDataFlow(dataFlowName: string, options?: DataFlowDeleteDataFlowOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2958
+ beginDeleteDataFlow(dataFlowName: string, options?: DataFlowDeleteDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2825
2959
  /**
2826
2960
  * Deletes a data flow.
2827
2961
  * @param dataFlowName The data flow name.
@@ -2834,7 +2968,7 @@ export declare interface DataFlowOperations {
2834
2968
  * @param request proposed new name.
2835
2969
  * @param options The options parameters.
2836
2970
  */
2837
- beginRenameDataFlow(dataFlowName: string, request: ArtifactRenameRequest, options?: DataFlowRenameDataFlowOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2971
+ beginRenameDataFlow(dataFlowName: string, request: ArtifactRenameRequest, options?: DataFlowRenameDataFlowOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2838
2972
  /**
2839
2973
  * Renames a dataflow.
2840
2974
  * @param dataFlowName The data flow name.
@@ -2912,7 +3046,7 @@ export declare interface DataFlowStagingInfo {
2912
3046
  /** Staging linked service reference. */
2913
3047
  linkedService?: LinkedServiceReference;
2914
3048
  /** Folder path for staging blob. */
2915
- folderPath?: string;
3049
+ folderPath?: any;
2916
3050
  }
2917
3051
 
2918
3052
  export declare type DataFlowUnion = DataFlow | MappingDataFlow | Flowlet;
@@ -3090,7 +3224,7 @@ export declare interface DatasetOperations {
3090
3224
  * @param dataset Dataset resource definition.
3091
3225
  * @param options The options parameters.
3092
3226
  */
3093
- beginCreateOrUpdateDataset(datasetName: string, dataset: DatasetResource, options?: DatasetCreateOrUpdateDatasetOptionalParams): Promise<PollerLike<PollOperationState<DatasetCreateOrUpdateDatasetResponse>, DatasetCreateOrUpdateDatasetResponse>>;
3227
+ beginCreateOrUpdateDataset(datasetName: string, dataset: DatasetResource, options?: DatasetCreateOrUpdateDatasetOptionalParams): Promise<SimplePollerLike<OperationState<DatasetCreateOrUpdateDatasetResponse>, DatasetCreateOrUpdateDatasetResponse>>;
3094
3228
  /**
3095
3229
  * Creates or updates a dataset.
3096
3230
  * @param datasetName The dataset name.
@@ -3109,7 +3243,7 @@ export declare interface DatasetOperations {
3109
3243
  * @param datasetName The dataset name.
3110
3244
  * @param options The options parameters.
3111
3245
  */
3112
- beginDeleteDataset(datasetName: string, options?: DatasetDeleteDatasetOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3246
+ beginDeleteDataset(datasetName: string, options?: DatasetDeleteDatasetOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3113
3247
  /**
3114
3248
  * Deletes a dataset.
3115
3249
  * @param datasetName The dataset name.
@@ -3122,7 +3256,7 @@ export declare interface DatasetOperations {
3122
3256
  * @param request proposed new name.
3123
3257
  * @param options The options parameters.
3124
3258
  */
3125
- beginRenameDataset(datasetName: string, request: ArtifactRenameRequest, options?: DatasetRenameDatasetOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3259
+ beginRenameDataset(datasetName: string, request: ArtifactRenameRequest, options?: DatasetRenameDatasetOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3126
3260
  /**
3127
3261
  * Renames a dataset.
3128
3262
  * @param datasetName The dataset name.
@@ -3628,6 +3762,8 @@ export declare interface DynamicsLinkedService extends LinkedService {
3628
3762
  servicePrincipalCredential?: SecretBaseUnion;
3629
3763
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
3630
3764
  encryptedCredential?: any;
3765
+ /** The credential reference containing authentication information. */
3766
+ credential?: CredentialReference;
3631
3767
  }
3632
3768
 
3633
3769
  /**
@@ -4208,6 +4344,15 @@ export declare interface FtpServerLocation extends DatasetLocation {
4208
4344
  type: "FtpServerLocation";
4209
4345
  }
4210
4346
 
4347
+ /**
4348
+ * Given the last `.value` produced by the `byPage` iterator,
4349
+ * returns a continuation token that can be used to begin paging from
4350
+ * that point later.
4351
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
4352
+ * @returns The continuation token that can be passed into byPage() during future calls.
4353
+ */
4354
+ export declare function getContinuationToken(page: unknown): string | undefined;
4355
+
4211
4356
  /** Activity to get metadata of dataset */
4212
4357
  export declare interface GetMetadataActivity extends ExecutionActivity {
4213
4358
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -4731,6 +4876,8 @@ export declare interface HDInsightOnDemandLinkedService extends LinkedService {
4731
4876
  virtualNetworkId?: any;
4732
4877
  /** 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). */
4733
4878
  subnetName?: any;
4879
+ /** The credential reference containing authentication information. */
4880
+ credential?: CredentialReference;
4734
4881
  }
4735
4882
 
4736
4883
  /** HDInsight Pig activity type. */
@@ -5525,6 +5672,34 @@ export declare interface JsonWriteSettings extends FormatWriteSettings {
5525
5672
  filePattern?: any;
5526
5673
  }
5527
5674
 
5675
+ /** Known values of {@link ActionOnExistingTargetTable} that the service accepts. */
5676
+ export declare enum KnownActionOnExistingTargetTable {
5677
+ /** Same existing tables on target database will be Failed. */
5678
+ FailOnNonEmptyTable = "FailOnNonEmptyTable",
5679
+ /** Same existing tables on target database will be dropped and recreated. */
5680
+ DropAndRecreateTable = "DropAndRecreateTable",
5681
+ /** Same existing tables on target database will be Merged together. */
5682
+ MergeWithExistingData = "MergeWithExistingData"
5683
+ }
5684
+
5685
+ /** Known values of {@link ActivityOnInactiveMarkAs} that the service accepts. */
5686
+ export declare enum KnownActivityOnInactiveMarkAs {
5687
+ /** Succeeded */
5688
+ Succeeded = "Succeeded",
5689
+ /** Failed */
5690
+ Failed = "Failed",
5691
+ /** Skipped */
5692
+ Skipped = "Skipped"
5693
+ }
5694
+
5695
+ /** Known values of {@link ActivityState} that the service accepts. */
5696
+ export declare enum KnownActivityState {
5697
+ /** Active */
5698
+ Active = "Active",
5699
+ /** Inactive */
5700
+ Inactive = "Inactive"
5701
+ }
5702
+
5528
5703
  /** Known values of {@link AmazonRdsForOraclePartitionOption} that the service accepts. */
5529
5704
  export declare enum KnownAmazonRdsForOraclePartitionOption {
5530
5705
  /** None */
@@ -5575,6 +5750,20 @@ export declare enum KnownAzureSearchIndexWriteBehaviorType {
5575
5750
  Upload = "Upload"
5576
5751
  }
5577
5752
 
5753
+ /** Known values of {@link AzureStorageAuthenticationType} that the service accepts. */
5754
+ export declare enum KnownAzureStorageAuthenticationType {
5755
+ /** Anonymous */
5756
+ Anonymous = "Anonymous",
5757
+ /** AccountKey */
5758
+ AccountKey = "AccountKey",
5759
+ /** SasUri */
5760
+ SasUri = "SasUri",
5761
+ /** ServicePrincipal */
5762
+ ServicePrincipal = "ServicePrincipal",
5763
+ /** Msi */
5764
+ Msi = "Msi"
5765
+ }
5766
+
5578
5767
  /** Known values of {@link BigDataPoolReferenceType} that the service accepts. */
5579
5768
  export declare enum KnownBigDataPoolReferenceType {
5580
5769
  /** BigDataPoolReference */
@@ -5649,6 +5838,16 @@ export declare enum KnownCompressionCodec {
5649
5838
  TarGZip = "tarGZip"
5650
5839
  }
5651
5840
 
5841
+ /** Known values of {@link ConfigurationType} that the service accepts. */
5842
+ export declare enum KnownConfigurationType {
5843
+ /** Default */
5844
+ Default = "Default",
5845
+ /** Customized */
5846
+ Customized = "Customized",
5847
+ /** Artifact */
5848
+ Artifact = "Artifact"
5849
+ }
5850
+
5652
5851
  /** Known values of {@link CopyBehaviorType} that the service accepts. */
5653
5852
  export declare enum KnownCopyBehaviorType {
5654
5853
  /** PreserveHierarchy */
@@ -5671,6 +5870,12 @@ export declare enum KnownCreateMode {
5671
5870
  Restore = "Restore"
5672
5871
  }
5673
5872
 
5873
+ /** Known values of {@link CredentialReferenceType} that the service accepts. */
5874
+ export declare enum KnownCredentialReferenceType {
5875
+ /** CredentialReference */
5876
+ CredentialReference = "CredentialReference"
5877
+ }
5878
+
5674
5879
  /** Known values of {@link DataFlowComputeType} that the service accepts. */
5675
5880
  export declare enum KnownDataFlowComputeType {
5676
5881
  /** General */
@@ -6527,6 +6732,16 @@ export declare enum KnownSparkThriftTransportProtocol {
6527
6732
  Http = "HTTP "
6528
6733
  }
6529
6734
 
6735
+ /** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
6736
+ export declare enum KnownSqlAlwaysEncryptedAkvAuthType {
6737
+ /** ServicePrincipal */
6738
+ ServicePrincipal = "ServicePrincipal",
6739
+ /** ManagedIdentity */
6740
+ ManagedIdentity = "ManagedIdentity",
6741
+ /** UserAssignedManagedIdentity */
6742
+ UserAssignedManagedIdentity = "UserAssignedManagedIdentity"
6743
+ }
6744
+
6530
6745
  /** Known values of {@link SqlConnectionType} that the service accepts. */
6531
6746
  export declare enum KnownSqlConnectionType {
6532
6747
  /** SqlOnDemand */
@@ -6772,7 +6987,7 @@ export declare interface KqlScriptOperations {
6772
6987
  * @param kqlScript KQL script
6773
6988
  * @param options The options parameters.
6774
6989
  */
6775
- beginCreateOrUpdate(kqlScriptName: string, kqlScript: KqlScriptResource, options?: KqlScriptCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<KqlScriptCreateOrUpdateResponse>, KqlScriptCreateOrUpdateResponse>>;
6990
+ beginCreateOrUpdate(kqlScriptName: string, kqlScript: KqlScriptResource, options?: KqlScriptCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<KqlScriptCreateOrUpdateResponse>, KqlScriptCreateOrUpdateResponse>>;
6776
6991
  /**
6777
6992
  * Creates or updates a KQL Script
6778
6993
  * @param kqlScriptName KQL script name
@@ -6791,7 +7006,7 @@ export declare interface KqlScriptOperations {
6791
7006
  * @param kqlScriptName KQL script name
6792
7007
  * @param options The options parameters.
6793
7008
  */
6794
- beginDeleteByName(kqlScriptName: string, options?: KqlScriptDeleteByNameOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7009
+ beginDeleteByName(kqlScriptName: string, options?: KqlScriptDeleteByNameOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6795
7010
  /**
6796
7011
  * Delete KQL script by name
6797
7012
  * @param kqlScriptName KQL script name
@@ -6804,7 +7019,7 @@ export declare interface KqlScriptOperations {
6804
7019
  * @param renameRequest Rename request
6805
7020
  * @param options The options parameters.
6806
7021
  */
6807
- beginRename(kqlScriptName: string, renameRequest: ArtifactRenameRequest, options?: KqlScriptRenameOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7022
+ beginRename(kqlScriptName: string, renameRequest: ArtifactRenameRequest, options?: KqlScriptRenameOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6808
7023
  /**
6809
7024
  * Rename KQL script
6810
7025
  * @param kqlScriptName KQL script name
@@ -6871,7 +7086,7 @@ export declare interface Library {
6871
7086
  * extension length.
6872
7087
  * @param options The options parameters.
6873
7088
  */
6874
- beginFlush(libraryName: string, options?: LibraryFlushOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7089
+ beginFlush(libraryName: string, options?: LibraryFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6875
7090
  /**
6876
7091
  * Flush Library
6877
7092
  * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
@@ -6891,7 +7106,7 @@ export declare interface Library {
6891
7106
  * extension length.
6892
7107
  * @param options The options parameters.
6893
7108
  */
6894
- beginDelete(libraryName: string, options?: LibraryDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7109
+ beginDelete(libraryName: string, options?: LibraryDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6895
7110
  /**
6896
7111
  * Delete Library
6897
7112
  * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
@@ -6912,7 +7127,7 @@ export declare interface Library {
6912
7127
  * extension length.
6913
7128
  * @param options The options parameters.
6914
7129
  */
6915
- beginCreate(libraryName: string, options?: LibraryCreateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7130
+ beginCreate(libraryName: string, options?: LibraryCreateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
6916
7131
  /**
6917
7132
  * Creates a library with the library name.
6918
7133
  * @param libraryName file name to upload. Minimum length of the filename should be 1 excluding the
@@ -7149,14 +7364,14 @@ export declare interface LinkConnectionCompute {
7149
7364
  }
7150
7365
 
7151
7366
  /** Optional parameters. */
7152
- export declare interface LinkConnectionCreateOrUpdateLinkConnectionOptionalParams extends coreClient.OperationOptions {
7367
+ export declare interface LinkConnectionCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
7153
7368
  }
7154
7369
 
7155
- /** Contains response data for the createOrUpdateLinkConnection operation. */
7156
- export declare type LinkConnectionCreateOrUpdateLinkConnectionResponse = LinkConnectionResource;
7370
+ /** Contains response data for the createOrUpdate operation. */
7371
+ export declare type LinkConnectionCreateOrUpdateResponse = LinkConnectionResource;
7157
7372
 
7158
7373
  /** Optional parameters. */
7159
- export declare interface LinkConnectionDeleteLinkConnectionOptionalParams extends coreClient.OperationOptions {
7374
+ export declare interface LinkConnectionDeleteOptionalParams extends coreClient.OperationOptions {
7160
7375
  }
7161
7376
 
7162
7377
  export declare interface LinkConnectionDetailedStatus {
@@ -7172,7 +7387,7 @@ export declare interface LinkConnectionDetailedStatus {
7172
7387
  startTime?: any;
7173
7388
  /** Link connection stop time */
7174
7389
  stopTime?: any;
7175
- /** Link connection status */
7390
+ /** Link connection status, please refer to this [articles](https://learn.microsoft.com/azure/synapse-analytics/synapse-link/sql-database-synapse-link#monitoring) for details. */
7176
7391
  status?: string;
7177
7392
  /** Link connection's corresponding continuous run id */
7178
7393
  continuousRunId?: string;
@@ -7196,11 +7411,11 @@ export declare interface LinkConnectionGetDetailedStatusOptionalParams extends c
7196
7411
  export declare type LinkConnectionGetDetailedStatusResponse = LinkConnectionDetailedStatus;
7197
7412
 
7198
7413
  /** Optional parameters. */
7199
- export declare interface LinkConnectionGetLinkConnectionOptionalParams extends coreClient.OperationOptions {
7414
+ export declare interface LinkConnectionGetOptionalParams extends coreClient.OperationOptions {
7200
7415
  }
7201
7416
 
7202
- /** Contains response data for the getLinkConnection operation. */
7203
- export declare type LinkConnectionGetLinkConnectionResponse = LinkConnectionResource;
7417
+ /** Contains response data for the get operation. */
7418
+ export declare type LinkConnectionGetResponse = LinkConnectionResource;
7204
7419
 
7205
7420
  export declare interface LinkConnectionLandingZone {
7206
7421
  /** Linked service reference */
@@ -7214,18 +7429,18 @@ export declare interface LinkConnectionLandingZone {
7214
7429
  }
7215
7430
 
7216
7431
  /** Optional parameters. */
7217
- export declare interface LinkConnectionListLinkConnectionsByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
7432
+ export declare interface LinkConnectionListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
7218
7433
  }
7219
7434
 
7220
- /** Contains response data for the listLinkConnectionsByWorkspaceNext operation. */
7221
- export declare type LinkConnectionListLinkConnectionsByWorkspaceNextResponse = LinkConnectionListResponse;
7435
+ /** Contains response data for the listByWorkspaceNext operation. */
7436
+ export declare type LinkConnectionListByWorkspaceNextResponse = LinkConnectionListResponse;
7222
7437
 
7223
7438
  /** Optional parameters. */
7224
- export declare interface LinkConnectionListLinkConnectionsByWorkspaceOptionalParams extends coreClient.OperationOptions {
7439
+ export declare interface LinkConnectionListByWorkspaceOptionalParams extends coreClient.OperationOptions {
7225
7440
  }
7226
7441
 
7227
- /** Contains response data for the listLinkConnectionsByWorkspace operation. */
7228
- export declare type LinkConnectionListLinkConnectionsByWorkspaceResponse = LinkConnectionListResponse;
7442
+ /** Contains response data for the listByWorkspace operation. */
7443
+ export declare type LinkConnectionListByWorkspaceResponse = LinkConnectionListResponse;
7229
7444
 
7230
7445
  /** Optional parameters. */
7231
7446
  export declare interface LinkConnectionListLinkTablesOptionalParams extends coreClient.OperationOptions {
@@ -7247,26 +7462,26 @@ export declare interface LinkConnectionOperations {
7247
7462
  * List link connections
7248
7463
  * @param options The options parameters.
7249
7464
  */
7250
- listLinkConnectionsByWorkspace(options?: LinkConnectionListLinkConnectionsByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkConnectionResource>;
7465
+ listByWorkspace(options?: LinkConnectionListByWorkspaceOptionalParams): PagedAsyncIterableIterator<LinkConnectionResource>;
7251
7466
  /**
7252
7467
  * Creates or updates a link connection
7253
7468
  * @param linkConnectionName The link connection name
7254
7469
  * @param linkConnection Link connection resource definition
7255
7470
  * @param options The options parameters.
7256
7471
  */
7257
- createOrUpdateLinkConnection(linkConnectionName: string, linkConnection: LinkConnectionResource, options?: LinkConnectionCreateOrUpdateLinkConnectionOptionalParams): Promise<LinkConnectionCreateOrUpdateLinkConnectionResponse>;
7472
+ createOrUpdate(linkConnectionName: string, linkConnection: LinkConnectionResource, options?: LinkConnectionCreateOrUpdateOptionalParams): Promise<LinkConnectionCreateOrUpdateResponse>;
7258
7473
  /**
7259
7474
  * Get a link connection
7260
7475
  * @param linkConnectionName The link connection name
7261
7476
  * @param options The options parameters.
7262
7477
  */
7263
- getLinkConnection(linkConnectionName: string, options?: LinkConnectionGetLinkConnectionOptionalParams): Promise<LinkConnectionGetLinkConnectionResponse>;
7478
+ get(linkConnectionName: string, options?: LinkConnectionGetOptionalParams): Promise<LinkConnectionGetResponse>;
7264
7479
  /**
7265
7480
  * Delete a link connection
7266
7481
  * @param linkConnectionName The link connection name
7267
7482
  * @param options The options parameters.
7268
7483
  */
7269
- deleteLinkConnection(linkConnectionName: string, options?: LinkConnectionDeleteLinkConnectionOptionalParams): Promise<void>;
7484
+ delete(linkConnectionName: string, options?: LinkConnectionDeleteOptionalParams): Promise<void>;
7270
7485
  /**
7271
7486
  * Edit tables for a link connection
7272
7487
  * @param linkConnectionName The link connection name
@@ -7275,13 +7490,15 @@ export declare interface LinkConnectionOperations {
7275
7490
  */
7276
7491
  editTables(linkConnectionName: string, editTablesRequest: EditTablesRequest, options?: LinkConnectionEditTablesOptionalParams): Promise<void>;
7277
7492
  /**
7278
- * Start a link connection
7493
+ * Start a link connection. It may take a few minutes from Starting to Running, monitor the status with
7494
+ * LinkConnection_GetDetailedStatus.
7279
7495
  * @param linkConnectionName The link connection name
7280
7496
  * @param options The options parameters.
7281
7497
  */
7282
7498
  start(linkConnectionName: string, options?: LinkConnectionStartOptionalParams): Promise<void>;
7283
7499
  /**
7284
- * Stop a link connection
7500
+ * Stop a link connection. It may take a few minutes from Stopping to stopped, monitor the status with
7501
+ * LinkConnection_GetDetailedStatus.
7285
7502
  * @param linkConnectionName The link connection name
7286
7503
  * @param options The options parameters.
7287
7504
  */
@@ -7312,6 +7529,24 @@ export declare interface LinkConnectionOperations {
7312
7529
  * @param options The options parameters.
7313
7530
  */
7314
7531
  updateLandingZoneCredential(linkConnectionName: string, updateLandingZoneCredentialRequest: UpdateLandingZoneCredential, options?: LinkConnectionUpdateLandingZoneCredentialOptionalParams): Promise<void>;
7532
+ /**
7533
+ * Pause a link connection. It may take a few minutes from Pausing to Paused, monitor the status with
7534
+ * LinkConnection_GetDetailedStatus.
7535
+ * @param linkConnectionName The link connection name
7536
+ * @param options The options parameters.
7537
+ */
7538
+ pause(linkConnectionName: string, options?: LinkConnectionPauseOptionalParams): Promise<void>;
7539
+ /**
7540
+ * Resume a link connection. It may take a few minutes from Resuming to Running, monitor the status
7541
+ * with LinkConnection_GetDetailedStatus.
7542
+ * @param linkConnectionName The link connection name
7543
+ * @param options The options parameters.
7544
+ */
7545
+ resume(linkConnectionName: string, options?: LinkConnectionResumeOptionalParams): Promise<void>;
7546
+ }
7547
+
7548
+ /** Optional parameters. */
7549
+ export declare interface LinkConnectionPauseOptionalParams extends coreClient.OperationOptions {
7315
7550
  }
7316
7551
 
7317
7552
  export declare interface LinkConnectionQueryTableStatus {
@@ -7354,6 +7589,10 @@ export declare interface LinkConnectionResource {
7354
7589
  description?: string;
7355
7590
  }
7356
7591
 
7592
+ /** Optional parameters. */
7593
+ export declare interface LinkConnectionResumeOptionalParams extends coreClient.OperationOptions {
7594
+ }
7595
+
7357
7596
  export declare interface LinkConnectionSourceDatabase {
7358
7597
  /** Linked service reference */
7359
7598
  linkedService?: LinkedServiceReference;
@@ -7388,6 +7627,8 @@ export declare interface LinkConnectionTargetDatabaseTypeProperties {
7388
7627
  crossTableTransaction?: boolean;
7389
7628
  /** Drop and recreate same existing target table on link connection target database */
7390
7629
  dropExistingTargetTableOnStart?: boolean;
7630
+ /** Action on existing target table. If not specified, 'FailOnNonEmptyTable' action is used. */
7631
+ actionOnExistingTargetTable?: ActionOnExistingTargetTable;
7391
7632
  }
7392
7633
 
7393
7634
  /** Optional parameters. */
@@ -7421,7 +7662,7 @@ export declare type LinkedIntegrationRuntimeTypeUnion = LinkedIntegrationRuntime
7421
7662
  /** The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource. */
7422
7663
  export declare interface LinkedService {
7423
7664
  /** Polymorphic discriminator, which specifies the different types this object can be */
7424
- type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SharePointOnlineList" | "AzureSynapseArtifacts";
7665
+ type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "PowerBIWorkspace";
7425
7666
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
7426
7667
  [property: string]: any;
7427
7668
  /** The integration runtime reference. */
@@ -7507,7 +7748,7 @@ export declare interface LinkedServiceOperations {
7507
7748
  * @param linkedService Linked service resource definition.
7508
7749
  * @param options The options parameters.
7509
7750
  */
7510
- beginCreateOrUpdateLinkedService(linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams): Promise<PollerLike<PollOperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>, LinkedServiceCreateOrUpdateLinkedServiceResponse>>;
7751
+ beginCreateOrUpdateLinkedService(linkedServiceName: string, linkedService: LinkedServiceResource, options?: LinkedServiceCreateOrUpdateLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<LinkedServiceCreateOrUpdateLinkedServiceResponse>, LinkedServiceCreateOrUpdateLinkedServiceResponse>>;
7511
7752
  /**
7512
7753
  * Creates or updates a linked service.
7513
7754
  * @param linkedServiceName The linked service name.
@@ -7526,7 +7767,7 @@ export declare interface LinkedServiceOperations {
7526
7767
  * @param linkedServiceName The linked service name.
7527
7768
  * @param options The options parameters.
7528
7769
  */
7529
- beginDeleteLinkedService(linkedServiceName: string, options?: LinkedServiceDeleteLinkedServiceOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7770
+ beginDeleteLinkedService(linkedServiceName: string, options?: LinkedServiceDeleteLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
7530
7771
  /**
7531
7772
  * Deletes a linked service.
7532
7773
  * @param linkedServiceName The linked service name.
@@ -7539,7 +7780,7 @@ export declare interface LinkedServiceOperations {
7539
7780
  * @param request proposed new name.
7540
7781
  * @param options The options parameters.
7541
7782
  */
7542
- beginRenameLinkedService(linkedServiceName: string, request: ArtifactRenameRequest, options?: LinkedServiceRenameLinkedServiceOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
7783
+ beginRenameLinkedService(linkedServiceName: string, request: ArtifactRenameRequest, options?: LinkedServiceRenameLinkedServiceOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
7543
7784
  /**
7544
7785
  * Renames a linked service.
7545
7786
  * @param linkedServiceName The linked service name.
@@ -7575,7 +7816,7 @@ export declare interface LinkedServiceResource extends SubResource {
7575
7816
  properties: LinkedServiceUnion;
7576
7817
  }
7577
7818
 
7578
- export declare type LinkedServiceUnion = LinkedService | AzureStorageLinkedService | AzureBlobStorageLinkedService | AzureTableStorageLinkedService | AzureSqlDWLinkedService | SqlServerLinkedService | AmazonRdsForSqlServerLinkedService | AzureSqlDatabaseLinkedService | AzureSqlMILinkedService | AzureBatchLinkedService | AzureKeyVaultLinkedService | CosmosDbLinkedService | DynamicsLinkedService | DynamicsCrmLinkedService | CommonDataServiceForAppsLinkedService | HDInsightLinkedService | FileServerLinkedService | AzureFileStorageLinkedService | GoogleCloudStorageLinkedService | OracleLinkedService | AmazonRdsForOracleLinkedService | AzureMySqlLinkedService | MySqlLinkedService | PostgreSqlLinkedService | SybaseLinkedService | Db2LinkedService | TeradataLinkedService | AzureMLLinkedService | AzureMLServiceLinkedService | OdbcLinkedService | InformixLinkedService | MicrosoftAccessLinkedService | HdfsLinkedService | ODataLinkedService | WebLinkedService | CassandraLinkedService | MongoDbLinkedService | MongoDbAtlasLinkedService | MongoDbV2LinkedService | CosmosDbMongoDbApiLinkedService | AzureDataLakeStoreLinkedService | AzureBlobFSLinkedService | Office365LinkedService | SalesforceLinkedService | SalesforceServiceCloudLinkedService | SapCloudForCustomerLinkedService | SapEccLinkedService | SapOpenHubLinkedService | SapOdpLinkedService | RestServiceLinkedService | TeamDeskLinkedService | QuickbaseLinkedService | SmartsheetLinkedService | ZendeskLinkedService | DataworldLinkedService | AppFiguresLinkedService | AsanaLinkedService | TwilioLinkedService | GoogleSheetsLinkedService | AmazonS3LinkedService | AmazonRedshiftLinkedService | CustomDataSourceLinkedService | AzureSearchLinkedService | HttpLinkedService | FtpServerLinkedService | SftpServerLinkedService | SapBWLinkedService | SapHanaLinkedService | AmazonMWSLinkedService | AzurePostgreSqlLinkedService | ConcurLinkedService | CouchbaseLinkedService | DrillLinkedService | EloquaLinkedService | GoogleBigQueryLinkedService | GreenplumLinkedService | HBaseLinkedService | HiveLinkedService | HubspotLinkedService | ImpalaLinkedService | JiraLinkedService | MagentoLinkedService | MariaDBLinkedService | AzureMariaDBLinkedService | MarketoLinkedService | PaypalLinkedService | PhoenixLinkedService | PrestoLinkedService | QuickBooksLinkedService | ServiceNowLinkedService | ShopifyLinkedService | SparkLinkedService | SquareLinkedService | XeroLinkedService | ZohoLinkedService | VerticaLinkedService | NetezzaLinkedService | SalesforceMarketingCloudLinkedService | HDInsightOnDemandLinkedService | AzureDataLakeAnalyticsLinkedService | AzureDatabricksLinkedService | AzureDatabricksDeltaLakeLinkedService | ResponsysLinkedService | DynamicsAXLinkedService | OracleServiceCloudLinkedService | GoogleAdWordsLinkedService | SapTableLinkedService | AzureDataExplorerLinkedService | AzureFunctionLinkedService | SnowflakeLinkedService | SharePointOnlineListLinkedService | AzureSynapseArtifactsLinkedService;
7819
+ export declare type LinkedServiceUnion = LinkedService | AzureStorageLinkedService | AzureBlobStorageLinkedService | AzureTableStorageLinkedService | AzureSqlDWLinkedService | SqlServerLinkedService | AmazonRdsForSqlServerLinkedService | AzureSqlDatabaseLinkedService | AzureSqlMILinkedService | AzureBatchLinkedService | AzureKeyVaultLinkedService | CosmosDbLinkedService | DynamicsLinkedService | DynamicsCrmLinkedService | CommonDataServiceForAppsLinkedService | HDInsightLinkedService | FileServerLinkedService | AzureFileStorageLinkedService | GoogleCloudStorageLinkedService | OracleLinkedService | AmazonRdsForOracleLinkedService | AzureMySqlLinkedService | MySqlLinkedService | PostgreSqlLinkedService | SybaseLinkedService | Db2LinkedService | TeradataLinkedService | AzureMLLinkedService | AzureMLServiceLinkedService | OdbcLinkedService | InformixLinkedService | MicrosoftAccessLinkedService | HdfsLinkedService | ODataLinkedService | WebLinkedService | CassandraLinkedService | MongoDbLinkedService | MongoDbAtlasLinkedService | MongoDbV2LinkedService | CosmosDbMongoDbApiLinkedService | AzureDataLakeStoreLinkedService | AzureBlobFSLinkedService | Office365LinkedService | SalesforceLinkedService | SalesforceServiceCloudLinkedService | SapCloudForCustomerLinkedService | SapEccLinkedService | SapOpenHubLinkedService | SapOdpLinkedService | RestServiceLinkedService | TeamDeskLinkedService | QuickbaseLinkedService | SmartsheetLinkedService | ZendeskLinkedService | DataworldLinkedService | AppFiguresLinkedService | AsanaLinkedService | TwilioLinkedService | GoogleSheetsLinkedService | AmazonS3LinkedService | AmazonRedshiftLinkedService | CustomDataSourceLinkedService | AzureSearchLinkedService | HttpLinkedService | FtpServerLinkedService | SftpServerLinkedService | SapBWLinkedService | SapHanaLinkedService | AmazonMWSLinkedService | AzurePostgreSqlLinkedService | ConcurLinkedService | CouchbaseLinkedService | DrillLinkedService | EloquaLinkedService | GoogleBigQueryLinkedService | GreenplumLinkedService | HBaseLinkedService | HiveLinkedService | HubspotLinkedService | ImpalaLinkedService | JiraLinkedService | MagentoLinkedService | MariaDBLinkedService | AzureMariaDBLinkedService | MarketoLinkedService | PaypalLinkedService | PhoenixLinkedService | PrestoLinkedService | QuickBooksLinkedService | ServiceNowLinkedService | ShopifyLinkedService | SparkLinkedService | SquareLinkedService | XeroLinkedService | ZohoLinkedService | VerticaLinkedService | NetezzaLinkedService | SalesforceMarketingCloudLinkedService | HDInsightOnDemandLinkedService | AzureDataLakeAnalyticsLinkedService | AzureDatabricksLinkedService | AzureDatabricksDeltaLakeLinkedService | ResponsysLinkedService | DynamicsAXLinkedService | OracleServiceCloudLinkedService | GoogleAdWordsLinkedService | SapTableLinkedService | AzureDataExplorerLinkedService | AzureFunctionLinkedService | SnowflakeLinkedService | SharePointOnlineListLinkedService | AzureSynapseArtifactsLinkedService | PowerBIWorkspaceLinkedService;
7579
7820
 
7580
7821
  export declare interface LinkTableListResponse {
7581
7822
  /** List link table value */
@@ -7637,7 +7878,7 @@ export declare interface LinkTableResource {
7637
7878
  export declare interface LinkTableStatus {
7638
7879
  /** ID provided by the client */
7639
7880
  id?: string;
7640
- /** Link table status */
7881
+ /** Link table status, please refer to this [articles](https://learn.microsoft.com/azure/synapse-analytics/synapse-link/sql-database-synapse-link#monitoring) for details. */
7641
7882
  status?: string;
7642
7883
  /** Link table error message */
7643
7884
  errorMessage?: string;
@@ -8024,6 +8265,8 @@ export declare interface MongoDbAtlasLinkedService extends LinkedService {
8024
8265
  connectionString: any;
8025
8266
  /** The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string). */
8026
8267
  database: any;
8268
+ /** The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string). */
8269
+ driverVersion?: any;
8027
8270
  }
8028
8271
 
8029
8272
  /** A copy activity source for a MongoDB Atlas database. */
@@ -8454,7 +8697,7 @@ export declare interface NotebookOperations {
8454
8697
  * @param notebook Note book resource definition.
8455
8698
  * @param options The options parameters.
8456
8699
  */
8457
- beginCreateOrUpdateNotebook(notebookName: string, notebook: NotebookResource, options?: NotebookCreateOrUpdateNotebookOptionalParams): Promise<PollerLike<PollOperationState<NotebookCreateOrUpdateNotebookResponse>, NotebookCreateOrUpdateNotebookResponse>>;
8700
+ beginCreateOrUpdateNotebook(notebookName: string, notebook: NotebookResource, options?: NotebookCreateOrUpdateNotebookOptionalParams): Promise<SimplePollerLike<OperationState<NotebookCreateOrUpdateNotebookResponse>, NotebookCreateOrUpdateNotebookResponse>>;
8458
8701
  /**
8459
8702
  * Creates or updates a Note Book.
8460
8703
  * @param notebookName The notebook name.
@@ -8473,7 +8716,7 @@ export declare interface NotebookOperations {
8473
8716
  * @param notebookName The notebook name.
8474
8717
  * @param options The options parameters.
8475
8718
  */
8476
- beginDeleteNotebook(notebookName: string, options?: NotebookDeleteNotebookOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
8719
+ beginDeleteNotebook(notebookName: string, options?: NotebookDeleteNotebookOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
8477
8720
  /**
8478
8721
  * Deletes a Note book.
8479
8722
  * @param notebookName The notebook name.
@@ -8486,7 +8729,7 @@ export declare interface NotebookOperations {
8486
8729
  * @param request proposed new name.
8487
8730
  * @param options The options parameters.
8488
8731
  */
8489
- beginRenameNotebook(notebookName: string, request: ArtifactRenameRequest, options?: NotebookRenameNotebookOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
8732
+ beginRenameNotebook(notebookName: string, request: ArtifactRenameRequest, options?: NotebookRenameNotebookOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
8490
8733
  /**
8491
8734
  * Renames a notebook.
8492
8735
  * @param notebookName The notebook name.
@@ -8727,7 +8970,7 @@ export declare interface Office365Source extends CopySource {
8727
8970
  startTime?: any;
8728
8971
  /** End time of the requested range for this dataset. Type: string (or Expression with resultType string). */
8729
8972
  endTime?: any;
8730
- /** 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" } ] */
8973
+ /** 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" } ] */
8731
8974
  outputColumns?: any;
8732
8975
  }
8733
8976
 
@@ -8913,6 +9156,12 @@ export declare interface OrcWriteSettings extends FormatWriteSettings {
8913
9156
  fileNamePrefix?: any;
8914
9157
  }
8915
9158
 
9159
+ /** The columns to be read out from the Office 365 table. */
9160
+ export declare interface OutputColumn {
9161
+ /** Name of the table column. Type: string. */
9162
+ name?: string;
9163
+ }
9164
+
8916
9165
  /** Definition of a single parameter for an entity. */
8917
9166
  export declare interface ParameterSpecification {
8918
9167
  /** Parameter type. */
@@ -9179,7 +9428,7 @@ export declare interface PipelineOperations {
9179
9428
  * @param pipeline Pipeline resource definition.
9180
9429
  * @param options The options parameters.
9181
9430
  */
9182
- beginCreateOrUpdatePipeline(pipelineName: string, pipeline: PipelineResource, options?: PipelineCreateOrUpdatePipelineOptionalParams): Promise<PollerLike<PollOperationState<PipelineCreateOrUpdatePipelineResponse>, PipelineCreateOrUpdatePipelineResponse>>;
9431
+ beginCreateOrUpdatePipeline(pipelineName: string, pipeline: PipelineResource, options?: PipelineCreateOrUpdatePipelineOptionalParams): Promise<SimplePollerLike<OperationState<PipelineCreateOrUpdatePipelineResponse>, PipelineCreateOrUpdatePipelineResponse>>;
9183
9432
  /**
9184
9433
  * Creates or updates a pipeline.
9185
9434
  * @param pipelineName The pipeline name.
@@ -9198,7 +9447,7 @@ export declare interface PipelineOperations {
9198
9447
  * @param pipelineName The pipeline name.
9199
9448
  * @param options The options parameters.
9200
9449
  */
9201
- beginDeletePipeline(pipelineName: string, options?: PipelineDeletePipelineOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
9450
+ beginDeletePipeline(pipelineName: string, options?: PipelineDeletePipelineOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
9202
9451
  /**
9203
9452
  * Deletes a pipeline.
9204
9453
  * @param pipelineName The pipeline name.
@@ -9211,7 +9460,7 @@ export declare interface PipelineOperations {
9211
9460
  * @param request proposed new name.
9212
9461
  * @param options The options parameters.
9213
9462
  */
9214
- beginRenamePipeline(pipelineName: string, request: ArtifactRenameRequest, options?: PipelineRenamePipelineOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
9463
+ beginRenamePipeline(pipelineName: string, request: ArtifactRenameRequest, options?: PipelineRenamePipelineOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
9215
9464
  /**
9216
9465
  * Renames a pipeline.
9217
9466
  * @param pipelineName The pipeline name.
@@ -9505,6 +9754,16 @@ export declare interface PostgreSqlTableDataset extends Dataset {
9505
9754
  schemaTypePropertiesSchema?: any;
9506
9755
  }
9507
9756
 
9757
+ /** Power BI Workspace linked service. */
9758
+ export declare interface PowerBIWorkspaceLinkedService extends LinkedService {
9759
+ /** Polymorphic discriminator, which specifies the different types this object can be */
9760
+ type: "PowerBIWorkspace";
9761
+ /** The Power BI workspace id. */
9762
+ workspaceId: string;
9763
+ /** The tenant id to which the Power BI workspace belongs. */
9764
+ tenantId: string;
9765
+ }
9766
+
9508
9767
  /**
9509
9768
  * Defines values for PrestoAuthenticationType. \
9510
9769
  * {@link KnownPrestoAuthenticationType} can be used interchangeably with PrestoAuthenticationType,
@@ -9922,6 +10181,8 @@ export declare interface RestServiceLinkedService extends LinkedService {
9922
10181
  userName?: any;
9923
10182
  /** The password used in Basic authentication type. */
9924
10183
  password?: SecretBaseUnion;
10184
+ /** The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object). */
10185
+ authHeaders?: any;
9925
10186
  /** The application's client ID used in AadServicePrincipal authentication type. */
9926
10187
  servicePrincipalId?: any;
9927
10188
  /** The application's key used in AadServicePrincipal authentication type. */
@@ -9934,6 +10195,8 @@ export declare interface RestServiceLinkedService extends LinkedService {
9934
10195
  aadResourceId?: any;
9935
10196
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
9936
10197
  encryptedCredential?: any;
10198
+ /** The credential reference containing authentication information. */
10199
+ credential?: CredentialReference;
9937
10200
  /** The client ID associated with your application. Type: string (or Expression with resultType string). */
9938
10201
  clientId?: any;
9939
10202
  /** The client secret associated with your application. */
@@ -10004,6 +10267,245 @@ export declare interface RunFilterParameters {
10004
10267
  orderBy?: RunQueryOrderBy[];
10005
10268
  }
10006
10269
 
10270
+ /** Interface representing a RunNotebook. */
10271
+ export declare interface RunNotebook {
10272
+ /**
10273
+ * Run notebook
10274
+ * @param runId Notebook run id.
10275
+ * @param runNotebookRequest Run notebook request payload.
10276
+ * @param options The options parameters.
10277
+ */
10278
+ beginCreateRun(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<SimplePollerLike<OperationState<RunNotebookCreateRunResponse>, RunNotebookCreateRunResponse>>;
10279
+ /**
10280
+ * Run notebook
10281
+ * @param runId Notebook run id.
10282
+ * @param runNotebookRequest Run notebook request payload.
10283
+ * @param options The options parameters.
10284
+ */
10285
+ beginCreateRunAndWait(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<RunNotebookCreateRunResponse>;
10286
+ /**
10287
+ * Get RunNotebook Status for run id.
10288
+ * @param runId Notebook run id.
10289
+ * @param options The options parameters.
10290
+ */
10291
+ getStatus(runId: string, options?: RunNotebookGetStatusOptionalParams): Promise<RunNotebookGetStatusResponse>;
10292
+ /**
10293
+ * Cancel notebook run.
10294
+ * @param runId Notebook run id.
10295
+ * @param options The options parameters.
10296
+ */
10297
+ cancelRun(runId: string, options?: RunNotebookCancelRunOptionalParams): Promise<RunNotebookCancelRunResponse>;
10298
+ /**
10299
+ * Get RunNotebook Snapshot for run id.
10300
+ * @param runId Notebook run id.
10301
+ * @param options The options parameters.
10302
+ */
10303
+ getSnapshot(runId: string, options?: RunNotebookGetSnapshotOptionalParams): Promise<RunNotebookGetSnapshotResponse>;
10304
+ }
10305
+
10306
+ /** Optional parameters. */
10307
+ export declare interface RunNotebookCancelRunOptionalParams extends coreClient.OperationOptions {
10308
+ }
10309
+
10310
+ /** Contains response data for the cancelRun operation. */
10311
+ export declare type RunNotebookCancelRunResponse = RunNotebookResponse;
10312
+
10313
+ /** Defines headers for RunNotebook_createRun operation. */
10314
+ export declare interface RunNotebookCreateRunHeaders {
10315
+ /** URI to poll for asynchronous operation status. */
10316
+ location?: string;
10317
+ }
10318
+
10319
+ /** Optional parameters. */
10320
+ export declare interface RunNotebookCreateRunOptionalParams extends coreClient.OperationOptions {
10321
+ /** Delay to wait until next poll, in milliseconds. */
10322
+ updateIntervalInMs?: number;
10323
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
10324
+ resumeFrom?: string;
10325
+ }
10326
+
10327
+ /** Contains response data for the createRun operation. */
10328
+ export declare type RunNotebookCreateRunResponse = RunNotebookCreateRunHeaders & RunNotebookResponse;
10329
+
10330
+ /** Run notebook error. */
10331
+ export declare interface RunNotebookError {
10332
+ /**
10333
+ * Error name.
10334
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10335
+ */
10336
+ readonly ename?: string;
10337
+ /**
10338
+ * Error message.
10339
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10340
+ */
10341
+ readonly evalue?: string;
10342
+ /** Error trace. */
10343
+ traceback?: string[];
10344
+ }
10345
+
10346
+ /** Optional parameters. */
10347
+ export declare interface RunNotebookGetSnapshotOptionalParams extends coreClient.OperationOptions {
10348
+ }
10349
+
10350
+ /** Contains response data for the getSnapshot operation. */
10351
+ export declare type RunNotebookGetSnapshotResponse = RunNotebookSnapshotResponse;
10352
+
10353
+ /** Optional parameters. */
10354
+ export declare interface RunNotebookGetStatusOptionalParams extends coreClient.OperationOptions {
10355
+ }
10356
+
10357
+ /** Contains response data for the getStatus operation. */
10358
+ export declare type RunNotebookGetStatusResponse = RunNotebookResponse;
10359
+
10360
+ /** Run notebook parameter. */
10361
+ export declare interface RunNotebookParameter {
10362
+ /** Parameter type. */
10363
+ type?: string;
10364
+ /** Parameter value. */
10365
+ value?: any;
10366
+ }
10367
+
10368
+ /** Run notebook request. */
10369
+ export declare interface RunNotebookRequest {
10370
+ /** Notebook name. */
10371
+ notebook?: string;
10372
+ /** SparkPool name. */
10373
+ sparkPool?: string;
10374
+ /** Session properties. */
10375
+ sessionOptions?: RunNotebookSparkSessionOptions;
10376
+ /** Whether session should run till time to live after run completes. */
10377
+ honorSessionTimeToLive?: boolean;
10378
+ /** Run notebook parameters */
10379
+ parameters?: {
10380
+ [propertyName: string]: RunNotebookParameter;
10381
+ };
10382
+ }
10383
+
10384
+ /** Run notebook response. */
10385
+ export declare interface RunNotebookResponse {
10386
+ /**
10387
+ * Response message.
10388
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10389
+ */
10390
+ readonly message?: string;
10391
+ /** Result of run notebook. */
10392
+ result?: RunNotebookResult;
10393
+ }
10394
+
10395
+ /** Result of run notebook. */
10396
+ export declare interface RunNotebookResult {
10397
+ /** Run id. */
10398
+ runId?: string;
10399
+ /** Status of the run notebook. */
10400
+ runStatus?: string;
10401
+ /** Timestamp of last update. */
10402
+ lastCheckedOn?: string;
10403
+ /** Livy session id. */
10404
+ sessionId?: number;
10405
+ /** SparkPool name. */
10406
+ sparkPool?: string;
10407
+ /** Run notebook session details. */
10408
+ sessionDetail?: any;
10409
+ /** Output of exit command. */
10410
+ exitValue?: string;
10411
+ /** Run notebook error. */
10412
+ error?: RunNotebookError;
10413
+ }
10414
+
10415
+ /** Run notebook snapshot. */
10416
+ export declare interface RunNotebookSnapshot {
10417
+ /** Output of exit command. */
10418
+ exitValue?: string;
10419
+ /** Run notebook runId. */
10420
+ id: string;
10421
+ /** Notebook name. */
10422
+ notebook: string;
10423
+ /** Session properties. */
10424
+ sessionOptions?: RunNotebookSparkSessionOptions;
10425
+ /** Whether session should run till time to live after run completes. */
10426
+ honorSessionTimeToLive?: boolean;
10427
+ /** Livy session id. */
10428
+ sessionId?: number;
10429
+ /** SparkPool name. */
10430
+ sparkPool?: string;
10431
+ /** Run notebook parameters */
10432
+ parameters?: {
10433
+ [propertyName: string]: RunNotebookParameter;
10434
+ };
10435
+ /** Notebook resource type. */
10436
+ notebookContent?: NotebookResource;
10437
+ }
10438
+
10439
+ /** Run notebook snapshot response. */
10440
+ export declare interface RunNotebookSnapshotResponse {
10441
+ /**
10442
+ * Response message.
10443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
10444
+ */
10445
+ readonly message?: string;
10446
+ /** Run notebook snapshot result. */
10447
+ result?: RunNotebookSnapshotResult;
10448
+ }
10449
+
10450
+ /** Run notebook snapshot result. */
10451
+ export declare interface RunNotebookSnapshotResult {
10452
+ /** Run notebook snapshot. */
10453
+ snapshot: RunNotebookSnapshot;
10454
+ /** Run notebook error. */
10455
+ error?: RunNotebookError;
10456
+ /** Run id. */
10457
+ runId: string;
10458
+ /** Status of the run notebook. */
10459
+ runStatus: string;
10460
+ /** Timestamp of last update. */
10461
+ lastCheckedOn?: string;
10462
+ /** Livy session id. */
10463
+ sessionId?: number;
10464
+ /** SparkPool name. */
10465
+ sparkPool?: string;
10466
+ }
10467
+
10468
+ export declare interface RunNotebookSparkSessionOptions {
10469
+ /** Dictionary of <string> */
10470
+ tags?: {
10471
+ [propertyName: string]: string;
10472
+ };
10473
+ /** The session kind */
10474
+ kind?: string;
10475
+ /** User to impersonate when starting the session */
10476
+ proxyUser?: string;
10477
+ /** The name of this session */
10478
+ name?: string;
10479
+ /** jars to be used in this session */
10480
+ jars?: string[];
10481
+ /** Python files to be used in this session */
10482
+ pythonFiles?: string[];
10483
+ /** files to be used in this session */
10484
+ files?: string[];
10485
+ /** Archives to be used in this session */
10486
+ archives?: string[];
10487
+ /** The name of the YARN queue to which submitted */
10488
+ queue?: any;
10489
+ /** Spark configuration properties */
10490
+ configuration?: {
10491
+ [propertyName: string]: string;
10492
+ };
10493
+ /** Amount of memory to use for the driver process */
10494
+ driverMemory?: string;
10495
+ /** Number of cores to use for the driver process */
10496
+ driverCores?: number;
10497
+ /** Amount of memory to use per executor process */
10498
+ executorMemory?: string;
10499
+ /** Number of cores to use for each executor */
10500
+ executorCores?: number;
10501
+ /** Number of executors to launch for this session */
10502
+ executorCount?: number;
10503
+ /** Whether to queue session creation if Spark pool doesn't have enough capacity. Default value is true in notebook runs API */
10504
+ isQueueable?: boolean;
10505
+ /** Timeout in second to which session be orphaned */
10506
+ heartbeatTimeoutInSecond?: number;
10507
+ }
10508
+
10007
10509
  /** Query filter option for listing runs. */
10008
10510
  export declare interface RunQueryFilter {
10009
10511
  /** 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. */
@@ -10189,8 +10691,8 @@ export declare interface SalesforceServiceCloudSource extends CopySource {
10189
10691
  type: "SalesforceServiceCloudSource";
10190
10692
  /** Database query. Type: string (or Expression with resultType string). */
10191
10693
  query?: any;
10192
- /** The read behavior for the operation. Default is Query. */
10193
- readBehavior?: SalesforceSourceReadBehavior;
10694
+ /** The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string). */
10695
+ readBehavior?: any;
10194
10696
  /** Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). */
10195
10697
  additionalColumns?: any;
10196
10698
  }
@@ -10223,8 +10725,8 @@ export declare interface SalesforceSource extends TabularSource {
10223
10725
  type: "SalesforceSource";
10224
10726
  /** Database query. Type: string (or Expression with resultType string). */
10225
10727
  query?: any;
10226
- /** The read behavior for the operation. Default is Query. */
10227
- readBehavior?: SalesforceSourceReadBehavior;
10728
+ /** The read behavior for the operation. Default is Query. Allowed values: Query/QueryAll. Type: string (or Expression with resultType string). */
10729
+ readBehavior?: any;
10228
10730
  }
10229
10731
 
10230
10732
  /**
@@ -10788,6 +11290,14 @@ export declare interface SecretBase {
10788
11290
 
10789
11291
  export declare type SecretBaseUnion = SecretBase | SecureString | AzureKeyVaultSecretReference;
10790
11292
 
11293
+ /** Execution policy for an activity that supports secure input and output. */
11294
+ export declare interface SecureInputOutputPolicy {
11295
+ /** When set to true, Input from activity is considered as secure and will not be logged to monitoring. */
11296
+ secureInput?: boolean;
11297
+ /** When set to true, Output from activity is considered as secure and will not be logged to monitoring. */
11298
+ secureOutput?: boolean;
11299
+ }
11300
+
10791
11301
  /** Azure Synapse secure string definition. The string value will be masked with asterisks '*' during Get or List API calls. */
10792
11302
  export declare interface SecureString extends SecretBase {
10793
11303
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -10870,10 +11380,14 @@ export declare interface ServiceNowSource extends TabularSource {
10870
11380
  export declare interface SetVariableActivity extends ControlActivity {
10871
11381
  /** Polymorphic discriminator, which specifies the different types this object can be */
10872
11382
  type: "SetVariable";
11383
+ /** Activity policy. */
11384
+ policy?: SecureInputOutputPolicy;
10873
11385
  /** Name of the variable whose value needs to be set. */
10874
11386
  variableName?: string;
10875
- /** Value to be set. Could be a static value or Expression */
11387
+ /** Value to be set. Could be a static value or Expression. */
10876
11388
  value?: any;
11389
+ /** If set to true, it sets the pipeline run return value. */
11390
+ setSystemVariable?: boolean;
10877
11391
  }
10878
11392
 
10879
11393
  /**
@@ -11119,7 +11633,7 @@ export declare interface SnowflakeSource extends CopySource {
11119
11633
  /** Snowflake Sql query. Type: string (or Expression with resultType string). */
11120
11634
  query?: any;
11121
11635
  /** Snowflake export settings. */
11122
- exportSettings?: SnowflakeExportCopyCommand;
11636
+ exportSettings: SnowflakeExportCopyCommand;
11123
11637
  }
11124
11638
 
11125
11639
  /**
@@ -11295,7 +11809,7 @@ export declare interface SparkConfigurationOperations {
11295
11809
  * @param sparkConfiguration SparkConfiguration resource definition.
11296
11810
  * @param options The options parameters.
11297
11811
  */
11298
- beginCreateOrUpdateSparkConfiguration(sparkConfigurationName: string, sparkConfiguration: SparkConfigurationResource, options?: SparkConfigurationCreateOrUpdateSparkConfigurationOptionalParams): Promise<PollerLike<PollOperationState<SparkConfigurationCreateOrUpdateSparkConfigurationResponse>, SparkConfigurationCreateOrUpdateSparkConfigurationResponse>>;
11812
+ beginCreateOrUpdateSparkConfiguration(sparkConfigurationName: string, sparkConfiguration: SparkConfigurationResource, options?: SparkConfigurationCreateOrUpdateSparkConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<SparkConfigurationCreateOrUpdateSparkConfigurationResponse>, SparkConfigurationCreateOrUpdateSparkConfigurationResponse>>;
11299
11813
  /**
11300
11814
  * Creates or updates a sparkconfiguration.
11301
11815
  * @param sparkConfigurationName The spark Configuration name.
@@ -11314,7 +11828,7 @@ export declare interface SparkConfigurationOperations {
11314
11828
  * @param sparkConfigurationName The spark Configuration name.
11315
11829
  * @param options The options parameters.
11316
11830
  */
11317
- beginDeleteSparkConfiguration(sparkConfigurationName: string, options?: SparkConfigurationDeleteSparkConfigurationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
11831
+ beginDeleteSparkConfiguration(sparkConfigurationName: string, options?: SparkConfigurationDeleteSparkConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
11318
11832
  /**
11319
11833
  * Deletes a sparkConfiguration.
11320
11834
  * @param sparkConfigurationName The spark Configuration name.
@@ -11327,7 +11841,7 @@ export declare interface SparkConfigurationOperations {
11327
11841
  * @param request proposed new name.
11328
11842
  * @param options The options parameters.
11329
11843
  */
11330
- beginRenameSparkConfiguration(sparkConfigurationName: string, request: ArtifactRenameRequest, options?: SparkConfigurationRenameSparkConfigurationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
11844
+ beginRenameSparkConfiguration(sparkConfigurationName: string, request: ArtifactRenameRequest, options?: SparkConfigurationRenameSparkConfigurationOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
11331
11845
  /**
11332
11846
  * Renames a sparkConfiguration.
11333
11847
  * @param sparkConfigurationName The spark Configuration name.
@@ -11337,6 +11851,14 @@ export declare interface SparkConfigurationOperations {
11337
11851
  beginRenameSparkConfigurationAndWait(sparkConfigurationName: string, request: ArtifactRenameRequest, options?: SparkConfigurationRenameSparkConfigurationOptionalParams): Promise<void>;
11338
11852
  }
11339
11853
 
11854
+ /** Spark configuration reference. */
11855
+ export declare interface SparkConfigurationParametrizationReference {
11856
+ /** Spark configuration reference type. */
11857
+ type: SparkConfigurationReferenceType;
11858
+ /** Reference spark configuration name. Type: string (or Expression with resultType string). */
11859
+ referenceName: any;
11860
+ }
11861
+
11340
11862
  /** Spark configuration reference. */
11341
11863
  export declare interface SparkConfigurationReference {
11342
11864
  /** Spark configuration reference type. */
@@ -11485,7 +12007,7 @@ export declare interface SparkJobDefinitionOperations {
11485
12007
  * @param sparkJobDefinition Spark Job Definition resource definition.
11486
12008
  * @param options The options parameters.
11487
12009
  */
11488
- beginCreateOrUpdateSparkJobDefinition(sparkJobDefinitionName: string, sparkJobDefinition: SparkJobDefinitionResource, options?: SparkJobDefinitionCreateOrUpdateSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>, SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>>;
12010
+ beginCreateOrUpdateSparkJobDefinition(sparkJobDefinitionName: string, sparkJobDefinition: SparkJobDefinitionResource, options?: SparkJobDefinitionCreateOrUpdateSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>, SparkJobDefinitionCreateOrUpdateSparkJobDefinitionResponse>>;
11489
12011
  /**
11490
12012
  * Creates or updates a Spark Job Definition.
11491
12013
  * @param sparkJobDefinitionName The spark job definition name.
@@ -11504,7 +12026,7 @@ export declare interface SparkJobDefinitionOperations {
11504
12026
  * @param sparkJobDefinitionName The spark job definition name.
11505
12027
  * @param options The options parameters.
11506
12028
  */
11507
- beginDeleteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionDeleteSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
12029
+ beginDeleteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionDeleteSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
11508
12030
  /**
11509
12031
  * Deletes a Spark Job Definition.
11510
12032
  * @param sparkJobDefinitionName The spark job definition name.
@@ -11516,7 +12038,7 @@ export declare interface SparkJobDefinitionOperations {
11516
12038
  * @param sparkJobDefinitionName The spark job definition name.
11517
12039
  * @param options The options parameters.
11518
12040
  */
11519
- beginExecuteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionExecuteSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<SparkJobDefinitionExecuteSparkJobDefinitionResponse>, SparkJobDefinitionExecuteSparkJobDefinitionResponse>>;
12041
+ beginExecuteSparkJobDefinition(sparkJobDefinitionName: string, options?: SparkJobDefinitionExecuteSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<SparkJobDefinitionExecuteSparkJobDefinitionResponse>, SparkJobDefinitionExecuteSparkJobDefinitionResponse>>;
11520
12042
  /**
11521
12043
  * Executes the spark job definition.
11522
12044
  * @param sparkJobDefinitionName The spark job definition name.
@@ -11529,7 +12051,7 @@ export declare interface SparkJobDefinitionOperations {
11529
12051
  * @param request proposed new name.
11530
12052
  * @param options The options parameters.
11531
12053
  */
11532
- beginRenameSparkJobDefinition(sparkJobDefinitionName: string, request: ArtifactRenameRequest, options?: SparkJobDefinitionRenameSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
12054
+ beginRenameSparkJobDefinition(sparkJobDefinitionName: string, request: ArtifactRenameRequest, options?: SparkJobDefinitionRenameSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
11533
12055
  /**
11534
12056
  * Renames a sparkJobDefinition.
11535
12057
  * @param sparkJobDefinitionName The spark job definition name.
@@ -11542,7 +12064,7 @@ export declare interface SparkJobDefinitionOperations {
11542
12064
  * @param sparkJobDefinitionAzureResource Spark Job Definition resource definition.
11543
12065
  * @param options The options parameters.
11544
12066
  */
11545
- beginDebugSparkJobDefinition(sparkJobDefinitionAzureResource: SparkJobDefinitionResource, options?: SparkJobDefinitionDebugSparkJobDefinitionOptionalParams): Promise<PollerLike<PollOperationState<SparkJobDefinitionDebugSparkJobDefinitionResponse>, SparkJobDefinitionDebugSparkJobDefinitionResponse>>;
12067
+ beginDebugSparkJobDefinition(sparkJobDefinitionAzureResource: SparkJobDefinitionResource, options?: SparkJobDefinitionDebugSparkJobDefinitionOptionalParams): Promise<SimplePollerLike<OperationState<SparkJobDefinitionDebugSparkJobDefinitionResponse>, SparkJobDefinitionDebugSparkJobDefinitionResponse>>;
11546
12068
  /**
11547
12069
  * Debug the spark job definition.
11548
12070
  * @param sparkJobDefinitionAzureResource Spark Job Definition resource definition.
@@ -11743,6 +12265,29 @@ export declare interface SparkSource extends TabularSource {
11743
12265
  */
11744
12266
  export declare type SparkThriftTransportProtocol = string;
11745
12267
 
12268
+ /**
12269
+ * Defines values for SqlAlwaysEncryptedAkvAuthType. \
12270
+ * {@link KnownSqlAlwaysEncryptedAkvAuthType} can be used interchangeably with SqlAlwaysEncryptedAkvAuthType,
12271
+ * this enum contains the known values that the service supports.
12272
+ * ### Known values supported by the service
12273
+ * **ServicePrincipal** \
12274
+ * **ManagedIdentity** \
12275
+ * **UserAssignedManagedIdentity**
12276
+ */
12277
+ export declare type SqlAlwaysEncryptedAkvAuthType = string;
12278
+
12279
+ /** Sql always encrypted properties. */
12280
+ export declare interface SqlAlwaysEncryptedProperties {
12281
+ /** Sql always encrypted AKV authentication type. Type: string. */
12282
+ alwaysEncryptedAkvAuthType: SqlAlwaysEncryptedAkvAuthType;
12283
+ /** The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string (or Expression with resultType string). */
12284
+ servicePrincipalId?: any;
12285
+ /** The key of the service principal used to authenticate against Azure Key Vault. */
12286
+ servicePrincipalKey?: SecretBaseUnion;
12287
+ /** The credential reference containing authentication information. */
12288
+ credential?: CredentialReference;
12289
+ }
12290
+
11746
12291
  /** The connection used to execute the SQL script. */
11747
12292
  export declare interface SqlConnection {
11748
12293
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
@@ -11795,6 +12340,8 @@ export declare interface SqlDWSource extends TabularSource {
11795
12340
  sqlReaderStoredProcedureName?: any;
11796
12341
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". Type: object (or Expression with resultType object), itemType: StoredProcedureParameter. */
11797
12342
  storedProcedureParameters?: any;
12343
+ /** 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). */
12344
+ isolationLevel?: any;
11798
12345
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
11799
12346
  partitionOption?: any;
11800
12347
  /** The settings that will be leveraged for Sql source partitioning. */
@@ -11833,6 +12380,8 @@ export declare interface SqlMISource extends TabularSource {
11833
12380
  storedProcedureParameters?: {
11834
12381
  [propertyName: string]: StoredProcedureParameter;
11835
12382
  };
12383
+ /** 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). */
12384
+ isolationLevel?: any;
11836
12385
  /** Which additional types to produce. */
11837
12386
  produceAdditionalTypes?: any;
11838
12387
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -12063,7 +12612,7 @@ export declare interface SqlScriptOperations {
12063
12612
  * @param sqlScript Sql Script resource definition.
12064
12613
  * @param options The options parameters.
12065
12614
  */
12066
- beginCreateOrUpdateSqlScript(sqlScriptName: string, sqlScript: SqlScriptResource, options?: SqlScriptCreateOrUpdateSqlScriptOptionalParams): Promise<PollerLike<PollOperationState<SqlScriptCreateOrUpdateSqlScriptResponse>, SqlScriptCreateOrUpdateSqlScriptResponse>>;
12615
+ beginCreateOrUpdateSqlScript(sqlScriptName: string, sqlScript: SqlScriptResource, options?: SqlScriptCreateOrUpdateSqlScriptOptionalParams): Promise<SimplePollerLike<OperationState<SqlScriptCreateOrUpdateSqlScriptResponse>, SqlScriptCreateOrUpdateSqlScriptResponse>>;
12067
12616
  /**
12068
12617
  * Creates or updates a Sql Script.
12069
12618
  * @param sqlScriptName The sql script name.
@@ -12082,7 +12631,7 @@ export declare interface SqlScriptOperations {
12082
12631
  * @param sqlScriptName The sql script name.
12083
12632
  * @param options The options parameters.
12084
12633
  */
12085
- beginDeleteSqlScript(sqlScriptName: string, options?: SqlScriptDeleteSqlScriptOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
12634
+ beginDeleteSqlScript(sqlScriptName: string, options?: SqlScriptDeleteSqlScriptOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
12086
12635
  /**
12087
12636
  * Deletes a Sql Script.
12088
12637
  * @param sqlScriptName The sql script name.
@@ -12095,7 +12644,7 @@ export declare interface SqlScriptOperations {
12095
12644
  * @param request proposed new name.
12096
12645
  * @param options The options parameters.
12097
12646
  */
12098
- beginRenameSqlScript(sqlScriptName: string, request: ArtifactRenameRequest, options?: SqlScriptRenameSqlScriptOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
12647
+ beginRenameSqlScript(sqlScriptName: string, request: ArtifactRenameRequest, options?: SqlScriptRenameSqlScriptOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
12099
12648
  /**
12100
12649
  * Renames a sqlScript.
12101
12650
  * @param sqlScriptName The sql script name.
@@ -12165,6 +12714,8 @@ export declare interface SqlServerLinkedService extends LinkedService {
12165
12714
  password?: SecretBaseUnion;
12166
12715
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
12167
12716
  encryptedCredential?: any;
12717
+ /** Sql always encrypted properties. */
12718
+ alwaysEncryptedSettings?: SqlAlwaysEncryptedProperties;
12168
12719
  }
12169
12720
 
12170
12721
  /** A copy activity SQL server sink. */
@@ -12199,6 +12750,8 @@ export declare interface SqlServerSource extends TabularSource {
12199
12750
  storedProcedureParameters?: {
12200
12751
  [propertyName: string]: StoredProcedureParameter;
12201
12752
  };
12753
+ /** 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). */
12754
+ isolationLevel?: any;
12202
12755
  /** Which additional types to produce. */
12203
12756
  produceAdditionalTypes?: any;
12204
12757
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -12605,8 +13158,16 @@ export declare interface SynapseNotebookActivity extends ExecutionActivity {
12605
13158
  conf?: any;
12606
13159
  /** 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). */
12607
13160
  driverSize?: any;
12608
- /** Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. */
12609
- numExecutors?: number;
13161
+ /** 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). */
13162
+ numExecutors?: any;
13163
+ /** The type of the spark config. */
13164
+ configurationType?: ConfigurationType;
13165
+ /** The spark configuration of the spark job. */
13166
+ targetSparkConfiguration?: SparkConfigurationParametrizationReference;
13167
+ /** Spark configuration property. */
13168
+ sparkConfig?: {
13169
+ [propertyName: string]: any;
13170
+ };
12610
13171
  }
12611
13172
 
12612
13173
  /** Synapse notebook reference type. */
@@ -12627,10 +13188,16 @@ export declare interface SynapseSparkJobDefinitionActivity extends ExecutionActi
12627
13188
  arguments?: any[];
12628
13189
  /** The main file used for the job, which will override the 'file' of the spark job definition you provide. Type: string (or Expression with resultType string). */
12629
13190
  file?: any;
13191
+ /** Scanning subfolders from the root folder of the main definition file, these files will be added as reference files. The folders named 'jars', 'pyFiles', 'files' or 'archives' will be scanned, and the folders name are case sensitive. Type: boolean (or Expression with resultType boolean). */
13192
+ scanFolder?: any;
12630
13193
  /** The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string). */
12631
13194
  className?: any;
12632
- /** Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide. */
13195
+ /** (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide. */
12633
13196
  files?: any[];
13197
+ /** Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide. */
13198
+ pythonCodeReference?: any[];
13199
+ /** Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide. */
13200
+ filesV2?: any[];
12634
13201
  /** The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide. */
12635
13202
  targetBigDataPool?: BigDataPoolParametrizationReference;
12636
13203
  /** Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string). */
@@ -12639,8 +13206,16 @@ export declare interface SynapseSparkJobDefinitionActivity extends ExecutionActi
12639
13206
  conf?: any;
12640
13207
  /** Number of core and memory to be used for driver allocated in the specified Spark pool for the job, which will be used for overriding 'driverCores' and 'driverMemory' of the spark job definition you provide. Type: string (or Expression with resultType string). */
12641
13208
  driverSize?: any;
12642
- /** Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. */
12643
- numExecutors?: number;
13209
+ /** Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. Type: integer (or Expression with resultType integer). */
13210
+ numExecutors?: any;
13211
+ /** The type of the spark config. */
13212
+ configurationType?: ConfigurationType;
13213
+ /** The spark configuration of the spark job. */
13214
+ targetSparkConfiguration?: SparkConfigurationParametrizationReference;
13215
+ /** Spark configuration property. */
13216
+ sparkConfig?: {
13217
+ [propertyName: string]: any;
13218
+ };
12644
13219
  }
12645
13220
 
12646
13221
  /** Synapse spark job reference type. */
@@ -12953,7 +13528,7 @@ export declare interface TriggerOperations {
12953
13528
  * @param trigger Trigger resource definition.
12954
13529
  * @param options The options parameters.
12955
13530
  */
12956
- beginCreateOrUpdateTrigger(triggerName: string, trigger: TriggerResource, options?: TriggerCreateOrUpdateTriggerOptionalParams): Promise<PollerLike<PollOperationState<TriggerCreateOrUpdateTriggerResponse>, TriggerCreateOrUpdateTriggerResponse>>;
13531
+ beginCreateOrUpdateTrigger(triggerName: string, trigger: TriggerResource, options?: TriggerCreateOrUpdateTriggerOptionalParams): Promise<SimplePollerLike<OperationState<TriggerCreateOrUpdateTriggerResponse>, TriggerCreateOrUpdateTriggerResponse>>;
12957
13532
  /**
12958
13533
  * Creates or updates a trigger.
12959
13534
  * @param triggerName The trigger name.
@@ -12972,7 +13547,7 @@ export declare interface TriggerOperations {
12972
13547
  * @param triggerName The trigger name.
12973
13548
  * @param options The options parameters.
12974
13549
  */
12975
- beginDeleteTrigger(triggerName: string, options?: TriggerDeleteTriggerOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
13550
+ beginDeleteTrigger(triggerName: string, options?: TriggerDeleteTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
12976
13551
  /**
12977
13552
  * Deletes a trigger.
12978
13553
  * @param triggerName The trigger name.
@@ -12984,7 +13559,7 @@ export declare interface TriggerOperations {
12984
13559
  * @param triggerName The trigger name.
12985
13560
  * @param options The options parameters.
12986
13561
  */
12987
- beginSubscribeTriggerToEvents(triggerName: string, options?: TriggerSubscribeTriggerToEventsOptionalParams): Promise<PollerLike<PollOperationState<TriggerSubscribeTriggerToEventsResponse>, TriggerSubscribeTriggerToEventsResponse>>;
13562
+ beginSubscribeTriggerToEvents(triggerName: string, options?: TriggerSubscribeTriggerToEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggerSubscribeTriggerToEventsResponse>, TriggerSubscribeTriggerToEventsResponse>>;
12988
13563
  /**
12989
13564
  * Subscribe event trigger to events.
12990
13565
  * @param triggerName The trigger name.
@@ -13002,7 +13577,7 @@ export declare interface TriggerOperations {
13002
13577
  * @param triggerName The trigger name.
13003
13578
  * @param options The options parameters.
13004
13579
  */
13005
- beginUnsubscribeTriggerFromEvents(triggerName: string, options?: TriggerUnsubscribeTriggerFromEventsOptionalParams): Promise<PollerLike<PollOperationState<TriggerUnsubscribeTriggerFromEventsResponse>, TriggerUnsubscribeTriggerFromEventsResponse>>;
13580
+ beginUnsubscribeTriggerFromEvents(triggerName: string, options?: TriggerUnsubscribeTriggerFromEventsOptionalParams): Promise<SimplePollerLike<OperationState<TriggerUnsubscribeTriggerFromEventsResponse>, TriggerUnsubscribeTriggerFromEventsResponse>>;
13006
13581
  /**
13007
13582
  * Unsubscribe event trigger from events.
13008
13583
  * @param triggerName The trigger name.
@@ -13014,7 +13589,7 @@ export declare interface TriggerOperations {
13014
13589
  * @param triggerName The trigger name.
13015
13590
  * @param options The options parameters.
13016
13591
  */
13017
- beginStartTrigger(triggerName: string, options?: TriggerStartTriggerOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
13592
+ beginStartTrigger(triggerName: string, options?: TriggerStartTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
13018
13593
  /**
13019
13594
  * Starts a trigger.
13020
13595
  * @param triggerName The trigger name.
@@ -13026,7 +13601,7 @@ export declare interface TriggerOperations {
13026
13601
  * @param triggerName The trigger name.
13027
13602
  * @param options The options parameters.
13028
13603
  */
13029
- beginStopTrigger(triggerName: string, options?: TriggerStopTriggerOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
13604
+ beginStopTrigger(triggerName: string, options?: TriggerStopTriggerOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
13030
13605
  /**
13031
13606
  * Stops a trigger.
13032
13607
  * @param triggerName The trigger name.
@@ -13460,8 +14035,12 @@ export declare interface WebActivityAuthentication {
13460
14035
  username?: string;
13461
14036
  /** Password for the PFX file or basic authentication. */
13462
14037
  password?: SecretBaseUnion;
13463
- /** Resource for which Azure Auth token will be requested when using MSI Authentication. */
13464
- resource?: string;
14038
+ /** Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string). */
14039
+ resource?: any;
14040
+ /** TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string). */
14041
+ userTenant?: any;
14042
+ /** The credential reference containing authentication information. */
14043
+ credential?: CredentialReference;
13465
14044
  }
13466
14045
 
13467
14046
  /**