@azure/synapse-artifacts 1.0.0-beta.6 → 1.0.0-beta.9

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 (66) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/README.md +1 -1
  3. package/dist/index.js +1597 -611
  4. package/dist/index.js.map +1 -1
  5. package/dist-esm/src/artifactsClient.js +31 -4
  6. package/dist-esm/src/artifactsClient.js.map +1 -1
  7. package/dist-esm/src/index.js +0 -1
  8. package/dist-esm/src/index.js.map +1 -1
  9. package/dist-esm/src/models/index.js +83 -0
  10. package/dist-esm/src/models/index.js.map +1 -1
  11. package/dist-esm/src/models/mappers.js +792 -317
  12. package/dist-esm/src/models/mappers.js.map +1 -1
  13. package/dist-esm/src/models/parameters.js +43 -3
  14. package/dist-esm/src/models/parameters.js.map +1 -1
  15. package/dist-esm/src/operations/bigDataPools.js +2 -2
  16. package/dist-esm/src/operations/bigDataPools.js.map +1 -1
  17. package/dist-esm/src/operations/dataFlowDebugSession.js +6 -6
  18. package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
  19. package/dist-esm/src/operations/dataFlowOperations.js +6 -6
  20. package/dist-esm/src/operations/dataFlowOperations.js.map +1 -1
  21. package/dist-esm/src/operations/datasetOperations.js +6 -6
  22. package/dist-esm/src/operations/datasetOperations.js.map +1 -1
  23. package/dist-esm/src/operations/index.js +1 -0
  24. package/dist-esm/src/operations/index.js.map +1 -1
  25. package/dist-esm/src/operations/integrationRuntimes.js +2 -2
  26. package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
  27. package/dist-esm/src/operations/kqlScriptOperations.js.map +1 -1
  28. package/dist-esm/src/operations/kqlScripts.js.map +1 -1
  29. package/dist-esm/src/operations/library.js +8 -8
  30. package/dist-esm/src/operations/library.js.map +1 -1
  31. package/dist-esm/src/operations/linkedServiceOperations.js +6 -6
  32. package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -1
  33. package/dist-esm/src/operations/metastore.js +182 -0
  34. package/dist-esm/src/operations/metastore.js.map +1 -0
  35. package/dist-esm/src/operations/notebookOperationResult.js +1 -1
  36. package/dist-esm/src/operations/notebookOperationResult.js.map +1 -1
  37. package/dist-esm/src/operations/notebookOperations.js +8 -8
  38. package/dist-esm/src/operations/notebookOperations.js.map +1 -1
  39. package/dist-esm/src/operations/pipelineOperations.js +7 -7
  40. package/dist-esm/src/operations/pipelineOperations.js.map +1 -1
  41. package/dist-esm/src/operations/pipelineRunOperations.js +4 -4
  42. package/dist-esm/src/operations/pipelineRunOperations.js.map +1 -1
  43. package/dist-esm/src/operations/sparkConfigurationOperations.js +6 -6
  44. package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -1
  45. package/dist-esm/src/operations/sparkJobDefinitionOperations.js +8 -8
  46. package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -1
  47. package/dist-esm/src/operations/sqlPools.js +2 -2
  48. package/dist-esm/src/operations/sqlPools.js.map +1 -1
  49. package/dist-esm/src/operations/sqlScriptOperations.js +6 -6
  50. package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -1
  51. package/dist-esm/src/operations/triggerOperations.js +10 -10
  52. package/dist-esm/src/operations/triggerOperations.js.map +1 -1
  53. package/dist-esm/src/operations/triggerRunOperations.js +3 -3
  54. package/dist-esm/src/operations/triggerRunOperations.js.map +1 -1
  55. package/dist-esm/src/operations/workspaceGitRepoManagement.js +1 -1
  56. package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +1 -1
  57. package/dist-esm/src/operations/workspaceOperations.js +1 -1
  58. package/dist-esm/src/operations/workspaceOperations.js.map +1 -1
  59. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  60. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  61. package/dist-esm/src/operationsInterfaces/metastore.js +9 -0
  62. package/dist-esm/src/operationsInterfaces/metastore.js.map +1 -0
  63. package/package.json +17 -18
  64. package/types/synapse-artifacts.d.ts +511 -94
  65. package/dist-esm/src/artifactsClientContext.js +0 -47
  66. package/dist-esm/src/artifactsClientContext.js.map +0 -1
@@ -8,7 +8,7 @@ import { PollOperationState } from '@azure/core-lro';
8
8
  /** A pipeline activity. */
9
9
  export declare interface Activity {
10
10
  /** Polymorphic discriminator, which specifies the different types this object can be */
11
- type: "Container" | "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "ExecutePipeline" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "IfCondition" | "Switch" | "ForEach" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "Wait" | "Until" | "Validation" | "Filter" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "SynapseNotebook" | "SparkJob" | "SqlPoolStoredProcedure";
11
+ type: "Container" | "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "ExecutePipeline" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "IfCondition" | "Switch" | "ForEach" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "Wait" | "Until" | "Validation" | "Filter" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "SetVariable" | "AppendVariable" | "AzureFunctionActivity" | "WebHook" | "ExecuteDataFlow" | "Script" | "SynapseNotebook" | "SparkJob" | "SqlPoolStoredProcedure";
12
12
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
13
13
  [property: string]: any;
14
14
  /** Activity name. */
@@ -348,7 +348,7 @@ export declare type AmazonS3Dataset = Dataset & {
348
348
  /** The format of files. */
349
349
  format?: DatasetStorageFormatUnion;
350
350
  /** The data compression method used for the Amazon S3 object. */
351
- compression?: DatasetCompressionUnion;
351
+ compression?: DatasetCompression;
352
352
  };
353
353
 
354
354
  /** Linked service for Amazon S3. */
@@ -421,7 +421,8 @@ export declare interface ArtifactRenameRequest {
421
421
  newName?: string;
422
422
  }
423
423
 
424
- export declare class ArtifactsClient extends ArtifactsClientContext {
424
+ export declare class ArtifactsClient extends coreClient.ServiceClient {
425
+ endpoint: string;
425
426
  /**
426
427
  * Initializes a new instance of the ArtifactsClient class.
427
428
  * @param credentials Subscription credentials which uniquely identify client subscription.
@@ -432,6 +433,7 @@ export declare class ArtifactsClient extends ArtifactsClientContext {
432
433
  constructor(credentials: coreAuth.TokenCredential, endpoint: string, options?: ArtifactsClientOptionalParams);
433
434
  kqlScripts: KqlScripts;
434
435
  kqlScriptOperations: KqlScriptOperations;
436
+ metastore: Metastore;
435
437
  sparkConfigurationOperations: SparkConfigurationOperations;
436
438
  bigDataPools: BigDataPools;
437
439
  dataFlowOperations: DataFlowOperations;
@@ -453,18 +455,6 @@ export declare class ArtifactsClient extends ArtifactsClientContext {
453
455
  workspaceOperations: WorkspaceOperations;
454
456
  }
455
457
 
456
- export declare class ArtifactsClientContext extends coreClient.ServiceClient {
457
- endpoint: string;
458
- /**
459
- * Initializes a new instance of the ArtifactsClientContext class.
460
- * @param credentials Subscription credentials which uniquely identify client subscription.
461
- * @param endpoint The workspace development endpoint, for example
462
- * https://myworkspace.dev.azuresynapse.net.
463
- * @param options The parameter options
464
- */
465
- constructor(credentials: coreAuth.TokenCredential, endpoint: string, options?: ArtifactsClientOptionalParams);
466
- }
467
-
468
458
  /** Optional parameters. */
469
459
  export declare interface ArtifactsClientOptionalParams extends coreClient.ServiceClientOptions {
470
460
  /** Overrides client endpoint. */
@@ -588,7 +578,7 @@ export declare type AzureBlobDataset = Dataset & {
588
578
  /** The format of the Azure Blob storage. */
589
579
  format?: DatasetStorageFormatUnion;
590
580
  /** The data compression method used for the blob storage. */
591
- compression?: DatasetCompressionUnion;
581
+ compression?: DatasetCompression;
592
582
  };
593
583
 
594
584
  /** The Azure Data Lake Storage Gen2 storage. */
@@ -602,7 +592,7 @@ export declare type AzureBlobFSDataset = Dataset & {
602
592
  /** The format of the Azure Data Lake Storage Gen2 storage. */
603
593
  format?: DatasetStorageFormatUnion;
604
594
  /** The data compression method used for the blob storage. */
605
- compression?: DatasetCompressionUnion;
595
+ compression?: DatasetCompression;
606
596
  };
607
597
 
608
598
  /** Azure Data Lake Storage Gen2 linked service. */
@@ -621,6 +611,10 @@ export declare type AzureBlobFSLinkedService = LinkedService & {
621
611
  tenant?: any;
622
612
  /** 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). */
623
613
  azureCloudType?: any;
614
+ /** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
615
+ servicePrincipalCredentialType?: any;
616
+ /** The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference. */
617
+ servicePrincipalCredential?: SecretBaseUnion;
624
618
  /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
625
619
  encryptedCredential?: any;
626
620
  };
@@ -960,7 +954,7 @@ export declare type AzureDataLakeStoreDataset = Dataset & {
960
954
  /** The format of the Data Lake Store. */
961
955
  format?: DatasetStorageFormatUnion;
962
956
  /** The data compression method used for the item(s) in the Azure Data Lake Store. */
963
- compression?: DatasetCompressionUnion;
957
+ compression?: DatasetCompression;
964
958
  };
965
959
 
966
960
  /** Azure Data Lake Store linked service. */
@@ -1625,6 +1619,14 @@ export declare type AzureTableStorageLinkedService = LinkedService & {
1625
1619
  encryptedCredential?: string;
1626
1620
  };
1627
1621
 
1622
+ /** Big data pool reference type. */
1623
+ export declare interface BigDataPoolParametrizationReference {
1624
+ /** Big data pool reference type. */
1625
+ type: BigDataPoolReferenceType;
1626
+ /** Reference big data pool name. Type: string (or Expression with resultType string). */
1627
+ referenceName: any;
1628
+ }
1629
+
1628
1630
  /** Big data pool reference. */
1629
1631
  export declare interface BigDataPoolReference {
1630
1632
  /** Big data pool reference type. */
@@ -1729,7 +1731,7 @@ export declare type BinaryDataset = Dataset & {
1729
1731
  /** The location of the Binary storage. */
1730
1732
  location?: DatasetLocationUnion;
1731
1733
  /** The data compression method used for the binary dataset. */
1732
- compression?: DatasetCompressionUnion;
1734
+ compression?: DatasetCompression;
1733
1735
  };
1734
1736
 
1735
1737
  /** Binary read settings. */
@@ -2301,6 +2303,18 @@ export declare interface CreateDataFlowDebugSessionResponse {
2301
2303
  sessionId?: string;
2302
2304
  }
2303
2305
 
2306
+ /**
2307
+ * Defines values for CreateMode. \
2308
+ * {@link KnownCreateMode} can be used interchangeably with CreateMode,
2309
+ * this enum contains the known values that the service supports.
2310
+ * ### Known values supported by the service
2311
+ * **Default** \
2312
+ * **PointInTimeRestore** \
2313
+ * **Recovery** \
2314
+ * **Restore**
2315
+ */
2316
+ export declare type CreateMode = string;
2317
+
2304
2318
  /** Response body with a run identifier. */
2305
2319
  export declare interface CreateRunResponse {
2306
2320
  /** Identifier of a run. */
@@ -2431,7 +2445,7 @@ export declare type DatabricksSparkPythonActivity = ExecutionActivity & {
2431
2445
  /** Azure Synapse nested object which contains a flow with data movements and transformations. */
2432
2446
  export declare interface DataFlow {
2433
2447
  /** Polymorphic discriminator, which specifies the different types this object can be */
2434
- type: "MappingDataFlow";
2448
+ type: "MappingDataFlow" | "Flowlet";
2435
2449
  /** The description of the data flow. */
2436
2450
  description?: string;
2437
2451
  /** List of tags that can be used for describing the data flow. */
@@ -2513,6 +2527,8 @@ export declare interface DataFlowDebugPackage {
2513
2527
  sessionId?: string;
2514
2528
  /** Data flow instance. */
2515
2529
  dataFlow?: DataFlowDebugResource;
2530
+ /** List of Data flows */
2531
+ dataFlows?: DataFlowDebugResource[];
2516
2532
  /** List of datasets. */
2517
2533
  datasets?: DatasetDebugResource[];
2518
2534
  /** List of linked services. */
@@ -2817,6 +2833,10 @@ export declare interface DataFlowReference {
2817
2833
  referenceName: string;
2818
2834
  /** Reference data flow parameters from dataset. */
2819
2835
  datasetParameters?: any;
2836
+ /** Data flow parameters */
2837
+ parameters?: {
2838
+ [propertyName: string]: any;
2839
+ };
2820
2840
  }
2821
2841
 
2822
2842
  /**
@@ -2844,20 +2864,12 @@ export declare type DataFlowResource = SubResource & {
2844
2864
 
2845
2865
  /** Transformation for data flow sink. */
2846
2866
  export declare type DataFlowSink = Transformation & {
2847
- /** Dataset reference. */
2848
- dataset?: DatasetReference;
2849
- /** Linked service reference. */
2850
- linkedService?: LinkedServiceReference;
2851
2867
  /** Schema linked service reference. */
2852
2868
  schemaLinkedService?: LinkedServiceReference;
2853
2869
  };
2854
2870
 
2855
2871
  /** Transformation for data flow source. */
2856
2872
  export declare type DataFlowSource = Transformation & {
2857
- /** Dataset reference. */
2858
- dataset?: DatasetReference;
2859
- /** Linked service reference. */
2860
- linkedService?: LinkedServiceReference;
2861
2873
  /** Schema linked service reference. */
2862
2874
  schemaLinkedService?: LinkedServiceReference;
2863
2875
  };
@@ -2880,7 +2892,7 @@ export declare interface DataFlowStagingInfo {
2880
2892
  folderPath?: string;
2881
2893
  }
2882
2894
 
2883
- export declare type DataFlowUnion = DataFlow | MappingDataFlow;
2895
+ export declare type DataFlowUnion = DataFlow | MappingDataFlow | Flowlet;
2884
2896
 
2885
2897
  /** Data Lake Analytics U-SQL activity. */
2886
2898
  export declare type DataLakeAnalyticsUsqlActivity = ExecutionActivity & {
@@ -2936,18 +2948,14 @@ export declare interface Dataset {
2936
2948
  folder?: DatasetFolder;
2937
2949
  }
2938
2950
 
2939
- /** The BZip2 compression method used on a dataset. */
2940
- export declare type DatasetBZip2Compression = DatasetCompression & {
2941
- /** Polymorphic discriminator, which specifies the different types this object can be */
2942
- type: "BZip2";
2943
- };
2944
-
2945
2951
  /** The compression method used on a dataset. */
2946
2952
  export declare interface DatasetCompression {
2947
- /** Polymorphic discriminator, which specifies the different types this object can be */
2948
- type: "BZip2" | "GZip" | "Deflate" | "ZipDeflate" | "Tar" | "TarGZip";
2949
2953
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
2950
2954
  [property: string]: any;
2955
+ /** Type of dataset compression. Type: string (or Expression with resultType string). */
2956
+ type: any;
2957
+ /** The dataset compression level. Type: string (or Expression with resultType string). */
2958
+ level?: any;
2951
2959
  }
2952
2960
 
2953
2961
  /**
@@ -2960,8 +2968,6 @@ export declare interface DatasetCompression {
2960
2968
  */
2961
2969
  export declare type DatasetCompressionLevel = string;
2962
2970
 
2963
- export declare type DatasetCompressionUnion = DatasetCompression | DatasetBZip2Compression | DatasetGZipCompression | DatasetDeflateCompression | DatasetZipDeflateCompression | DatasetTarCompression | DatasetTarGZipCompression;
2964
-
2965
2971
  /** Optional parameters. */
2966
2972
  export declare interface DatasetCreateOrUpdateDatasetOptionalParams extends coreClient.OperationOptions {
2967
2973
  /** ETag of the dataset entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update. */
@@ -2989,14 +2995,6 @@ export declare type DatasetDebugResource = SubResourceDebugResource & {
2989
2995
  properties: DatasetUnion;
2990
2996
  };
2991
2997
 
2992
- /** The Deflate compression method used on a dataset. */
2993
- export declare type DatasetDeflateCompression = DatasetCompression & {
2994
- /** Polymorphic discriminator, which specifies the different types this object can be */
2995
- type: "Deflate";
2996
- /** The Deflate compression level. Type: string (or Expression with resultType string). */
2997
- level?: any;
2998
- };
2999
-
3000
2998
  /** Optional parameters. */
3001
2999
  export declare interface DatasetDeleteDatasetOptionalParams extends coreClient.OperationOptions {
3002
3000
  /** Delay to wait until next poll, in milliseconds. */
@@ -3034,14 +3032,6 @@ export declare interface DatasetGetDatasetsByWorkspaceOptionalParams extends cor
3034
3032
  /** Contains response data for the getDatasetsByWorkspace operation. */
3035
3033
  export declare type DatasetGetDatasetsByWorkspaceResponse = DatasetListResponse;
3036
3034
 
3037
- /** The GZip compression method used on a dataset. */
3038
- export declare type DatasetGZipCompression = DatasetCompression & {
3039
- /** Polymorphic discriminator, which specifies the different types this object can be */
3040
- type: "GZip";
3041
- /** The GZip compression level. Type: string (or Expression with resultType string). */
3042
- level?: any;
3043
- };
3044
-
3045
3035
  /** A list of dataset resources. */
3046
3036
  export declare interface DatasetListResponse {
3047
3037
  /** List of datasets. */
@@ -3178,30 +3168,8 @@ export declare interface DatasetStorageFormat {
3178
3168
 
3179
3169
  export declare type DatasetStorageFormatUnion = DatasetStorageFormat | TextFormat | JsonFormat | AvroFormat | OrcFormat | ParquetFormat;
3180
3170
 
3181
- /** The Tar archive method used on a dataset. */
3182
- export declare type DatasetTarCompression = DatasetCompression & {
3183
- /** Polymorphic discriminator, which specifies the different types this object can be */
3184
- type: "Tar";
3185
- };
3186
-
3187
- /** The TarGZip compression method used on a dataset. */
3188
- export declare type DatasetTarGZipCompression = DatasetCompression & {
3189
- /** Polymorphic discriminator, which specifies the different types this object can be */
3190
- type: "TarGZip";
3191
- /** The TarGZip compression level. Type: string (or Expression with resultType string). */
3192
- level?: any;
3193
- };
3194
-
3195
3171
  export declare type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | ExcelDataset | ParquetDataset | DelimitedTextDataset | JsonDataset | XmlDataset | OrcDataset | BinaryDataset | AzureBlobDataset | AzureTableDataset | AzureSqlTableDataset | AzureSqlMITableDataset | AzureSqlDWTableDataset | CassandraTableDataset | CustomDataset | CosmosDbSqlApiCollectionDataset | DocumentDbCollectionDataset | DynamicsEntityDataset | DynamicsCrmEntityDataset | CommonDataServiceForAppsEntityDataset | AzureDataLakeStoreDataset | AzureBlobFSDataset | Office365Dataset | FileShareDataset | MongoDbCollectionDataset | MongoDbAtlasCollectionDataset | MongoDbV2CollectionDataset | CosmosDbMongoDbApiCollectionDataset | ODataResourceDataset | OracleTableDataset | AmazonRdsForOracleTableDataset | TeradataTableDataset | AzureMySqlTableDataset | AmazonRedshiftTableDataset | Db2TableDataset | RelationalTableDataset | InformixTableDataset | OdbcTableDataset | MySqlTableDataset | PostgreSqlTableDataset | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | GreenplumTableDataset | HBaseObjectDataset | HiveObjectDataset | HubspotObjectDataset | ImpalaObjectDataset | JiraObjectDataset | MagentoObjectDataset | MariaDBTableDataset | AzureMariaDBTableDataset | MarketoObjectDataset | PaypalObjectDataset | PhoenixObjectDataset | PrestoObjectDataset | QuickBooksObjectDataset | ServiceNowObjectDataset | ShopifyObjectDataset | SparkObjectDataset | SquareObjectDataset | XeroObjectDataset | ZohoObjectDataset | NetezzaTableDataset | VerticaTableDataset | SalesforceMarketingCloudObjectDataset | ResponsysObjectDataset | DynamicsAXResourceDataset | OracleServiceCloudObjectDataset | AzureDataExplorerTableDataset | GoogleAdWordsObjectDataset | SnowflakeDataset | SharePointOnlineListResourceDataset | AzureDatabricksDeltaLakeDataset;
3196
3172
 
3197
- /** The ZipDeflate compression method used on a dataset. */
3198
- export declare type DatasetZipDeflateCompression = DatasetCompression & {
3199
- /** Polymorphic discriminator, which specifies the different types this object can be */
3200
- type: "ZipDeflate";
3201
- /** The ZipDeflate compression level. Type: string (or Expression with resultType string). */
3202
- level?: any;
3203
- };
3204
-
3205
3173
  /** Defines values for DayOfWeek. */
3206
3174
  export declare type DayOfWeek = "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
3207
3175
 
@@ -3629,6 +3597,16 @@ export declare type DynamicsLinkedService = LinkedService & {
3629
3597
  encryptedCredential?: any;
3630
3598
  };
3631
3599
 
3600
+ /**
3601
+ * Defines values for DynamicsServicePrincipalCredentialType. \
3602
+ * {@link KnownDynamicsServicePrincipalCredentialType} can be used interchangeably with DynamicsServicePrincipalCredentialType,
3603
+ * this enum contains the known values that the service supports.
3604
+ * ### Known values supported by the service
3605
+ * **ServicePrincipalKey** \
3606
+ * **ServicePrincipalCert**
3607
+ */
3608
+ export declare type DynamicsServicePrincipalCredentialType = string;
3609
+
3632
3610
  /** A copy activity Dynamics sink. */
3633
3611
  export declare type DynamicsSink = CopySink & {
3634
3612
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -3804,7 +3782,7 @@ export declare type ExcelDataset = Dataset & {
3804
3782
  /** When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean). */
3805
3783
  firstRowAsHeader?: any;
3806
3784
  /** The data compression method used for the json dataset. */
3807
- compression?: DatasetCompressionUnion;
3785
+ compression?: DatasetCompression;
3808
3786
  /** The null value string. Type: string (or Expression with resultType string). */
3809
3787
  nullValue?: any;
3810
3788
  };
@@ -3908,14 +3886,14 @@ export declare type ExecuteSsisPackageActivity = ExecutionActivity & {
3908
3886
  /** Base class for all execution activities. */
3909
3887
  export declare type ExecutionActivity = Activity & {
3910
3888
  /** Polymorphic discriminator, which specifies the different types this object can be */
3911
- type: "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "AzureFunctionActivity" | "ExecuteDataFlow" | "SynapseNotebook" | "SparkJob";
3889
+ type: "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "AzureFunctionActivity" | "ExecuteDataFlow" | "Script" | "SynapseNotebook" | "SparkJob";
3912
3890
  /** Linked service reference. */
3913
3891
  linkedServiceName?: LinkedServiceReference;
3914
3892
  /** Activity policy. */
3915
3893
  policy?: ActivityPolicy;
3916
3894
  };
3917
3895
 
3918
- export declare type ExecutionActivityUnion = ExecutionActivity | CopyActivity | HDInsightHiveActivity | HDInsightPigActivity | HDInsightMapReduceActivity | HDInsightStreamingActivity | HDInsightSparkActivity | ExecuteSsisPackageActivity | CustomActivity | SqlServerStoredProcedureActivity | DeleteActivity | AzureDataExplorerCommandActivity | LookupActivity | WebActivity | GetMetadataActivity | AzureMLBatchExecutionActivity | AzureMLUpdateResourceActivity | AzureMLExecutePipelineActivity | DataLakeAnalyticsUsqlActivity | DatabricksNotebookActivity | DatabricksSparkJarActivity | DatabricksSparkPythonActivity | AzureFunctionActivity | ExecuteDataFlowActivity | SynapseNotebookActivity | SynapseSparkJobDefinitionActivity;
3896
+ export declare type ExecutionActivityUnion = ExecutionActivity | CopyActivity | HDInsightHiveActivity | HDInsightPigActivity | HDInsightMapReduceActivity | HDInsightStreamingActivity | HDInsightSparkActivity | ExecuteSsisPackageActivity | CustomActivity | SqlServerStoredProcedureActivity | DeleteActivity | AzureDataExplorerCommandActivity | LookupActivity | WebActivity | GetMetadataActivity | AzureMLBatchExecutionActivity | AzureMLUpdateResourceActivity | AzureMLExecutePipelineActivity | DataLakeAnalyticsUsqlActivity | DatabricksNotebookActivity | DatabricksSparkJarActivity | DatabricksSparkPythonActivity | AzureFunctionActivity | ExecuteDataFlowActivity | ScriptActivity | SynapseNotebookActivity | SynapseSparkJobDefinitionActivity;
3919
3897
 
3920
3898
  /** Export command settings. */
3921
3899
  export declare interface ExportSettings {
@@ -4035,7 +4013,7 @@ export declare type FileShareDataset = Dataset & {
4035
4013
  /** Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string). */
4036
4014
  fileFilter?: any;
4037
4015
  /** The data compression method used for the file system. */
4038
- compression?: DatasetCompressionUnion;
4016
+ compression?: DatasetCompression;
4039
4017
  };
4040
4018
 
4041
4019
  /** A copy activity file system sink. */
@@ -4066,6 +4044,22 @@ export declare type FilterActivity = ControlActivity & {
4066
4044
  condition: Expression;
4067
4045
  };
4068
4046
 
4047
+ /** Data flow flowlet */
4048
+ export declare type Flowlet = DataFlow & {
4049
+ /** Polymorphic discriminator, which specifies the different types this object can be */
4050
+ type: "Flowlet";
4051
+ /** List of sources in Flowlet. */
4052
+ sources?: DataFlowSource[];
4053
+ /** List of sinks in Flowlet. */
4054
+ sinks?: DataFlowSink[];
4055
+ /** List of transformations in Flowlet. */
4056
+ transformations?: Transformation[];
4057
+ /** Flowlet script. */
4058
+ script?: string;
4059
+ /** Flowlet script lines. */
4060
+ scriptLines?: string[];
4061
+ };
4062
+
4069
4063
  /** This activity is used for iterating over a collection and execute given activities. */
4070
4064
  export declare type ForEachActivity = ControlActivity & {
4071
4065
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -4130,6 +4124,8 @@ export declare type FtpReadSettings = StoreReadSettings & {
4130
4124
  fileListPath?: any;
4131
4125
  /** Specify whether to use binary transfer mode for FTP stores. */
4132
4126
  useBinaryTransfer?: boolean;
4127
+ /** If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean). */
4128
+ disableChunking?: any;
4133
4129
  };
4134
4130
 
4135
4131
  /** A FTP server Linked Service. */
@@ -4215,12 +4211,14 @@ export declare type GoogleAdWordsAuthenticationType = string;
4215
4211
  export declare type GoogleAdWordsLinkedService = LinkedService & {
4216
4212
  /** Polymorphic discriminator, which specifies the different types this object can be */
4217
4213
  type: "GoogleAdWords";
4214
+ /** Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object. */
4215
+ connectionProperties?: any;
4218
4216
  /** The Client customer ID of the AdWords account that you want to fetch report data for. */
4219
- clientCustomerID: any;
4217
+ clientCustomerID?: any;
4220
4218
  /** The developer token associated with the manager account that you use to grant access to the AdWords API. */
4221
- developerToken: SecretBaseUnion;
4219
+ developerToken?: SecretBaseUnion;
4222
4220
  /** The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR. */
4223
- authenticationType: GoogleAdWordsAuthenticationType;
4221
+ authenticationType?: GoogleAdWordsAuthenticationType;
4224
4222
  /** The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication. */
4225
4223
  refreshToken?: SecretBaseUnion;
4226
4224
  /** The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string). */
@@ -4875,7 +4873,7 @@ export declare type HttpDataset = Dataset & {
4875
4873
  /** The format of files. */
4876
4874
  format?: DatasetStorageFormatUnion;
4877
4875
  /** The data compression method used on files. */
4878
- compression?: DatasetCompressionUnion;
4876
+ compression?: DatasetCompression;
4879
4877
  };
4880
4878
 
4881
4879
  /** Linked service for an HTTP source. */
@@ -5388,7 +5386,7 @@ export declare type JsonDataset = Dataset & {
5388
5386
  /** The code page name of the preferred encoding. If not specified, the default value is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string). */
5389
5387
  encodingName?: any;
5390
5388
  /** The data compression method used for the json dataset. */
5391
- compression?: DatasetCompressionUnion;
5389
+ compression?: DatasetCompression;
5392
5390
  };
5393
5391
 
5394
5392
  /** The data stored in JSON format. */
@@ -5552,6 +5550,14 @@ export declare enum KnownCopyBehaviorType {
5552
5550
  MergeFiles = "MergeFiles"
5553
5551
  }
5554
5552
 
5553
+ /** Known values of {@link CreateMode} that the service accepts. */
5554
+ export declare enum KnownCreateMode {
5555
+ Default = "Default",
5556
+ PointInTimeRestore = "PointInTimeRestore",
5557
+ Recovery = "Recovery",
5558
+ Restore = "Restore"
5559
+ }
5560
+
5555
5561
  /** Known values of {@link DataFlowComputeType} that the service accepts. */
5556
5562
  export declare enum KnownDataFlowComputeType {
5557
5563
  General = "General",
@@ -5608,6 +5614,12 @@ export declare enum KnownDynamicsDeploymentType {
5608
5614
  OnPremisesWithIfd = "OnPremisesWithIfd"
5609
5615
  }
5610
5616
 
5617
+ /** Known values of {@link DynamicsServicePrincipalCredentialType} that the service accepts. */
5618
+ export declare enum KnownDynamicsServicePrincipalCredentialType {
5619
+ ServicePrincipalKey = "ServicePrincipalKey",
5620
+ ServicePrincipalCert = "ServicePrincipalCert"
5621
+ }
5622
+
5611
5623
  /** Known values of {@link DynamicsSinkWriteBehavior} that the service accepts. */
5612
5624
  export declare enum KnownDynamicsSinkWriteBehavior {
5613
5625
  Upsert = "Upsert"
@@ -5811,6 +5823,14 @@ export declare enum KnownNodeSizeFamily {
5811
5823
  MemoryOptimized = "MemoryOptimized"
5812
5824
  }
5813
5825
 
5826
+ /** Known values of {@link NotebookParameterType} that the service accepts. */
5827
+ export declare enum KnownNotebookParameterType {
5828
+ String = "string",
5829
+ Int = "int",
5830
+ Float = "float",
5831
+ Bool = "bool"
5832
+ }
5833
+
5814
5834
  /** Known values of {@link NotebookReferenceType} that the service accepts. */
5815
5835
  export declare enum KnownNotebookReferenceType {
5816
5836
  NotebookReference = "NotebookReference"
@@ -5911,6 +5931,20 @@ export declare enum KnownRecurrenceFrequency {
5911
5931
  Year = "Year"
5912
5932
  }
5913
5933
 
5934
+ /** Known values of {@link RequestStatus} that the service accepts. */
5935
+ export declare enum KnownRequestStatus {
5936
+ Running = "Running",
5937
+ Completed = "Completed",
5938
+ Failed = "Failed"
5939
+ }
5940
+
5941
+ /** Known values of {@link ResourceStatus} that the service accepts. */
5942
+ export declare enum KnownResourceStatus {
5943
+ Creating = "Creating",
5944
+ Created = "Created",
5945
+ Failed = "Failed"
5946
+ }
5947
+
5914
5948
  /** Known values of {@link RestServiceAuthenticationType} that the service accepts. */
5915
5949
  export declare enum KnownRestServiceAuthenticationType {
5916
5950
  Anonymous = "Anonymous",
@@ -6010,6 +6044,41 @@ export declare enum KnownSchedulerCurrentState {
6010
6044
  Ended = "Ended"
6011
6045
  }
6012
6046
 
6047
+ /** Known values of {@link ScriptActivityLogDestination} that the service accepts. */
6048
+ export declare enum KnownScriptActivityLogDestination {
6049
+ ActivityOutput = "ActivityOutput",
6050
+ ExternalStore = "ExternalStore"
6051
+ }
6052
+
6053
+ /** Known values of {@link ScriptActivityParameterDirection} that the service accepts. */
6054
+ export declare enum KnownScriptActivityParameterDirection {
6055
+ Input = "Input",
6056
+ Output = "Output",
6057
+ InputOutput = "InputOutput"
6058
+ }
6059
+
6060
+ /** Known values of {@link ScriptActivityParameterType} that the service accepts. */
6061
+ export declare enum KnownScriptActivityParameterType {
6062
+ Boolean = "Boolean",
6063
+ DateTime = "DateTime",
6064
+ DateTimeOffset = "DateTimeOffset",
6065
+ Decimal = "Decimal",
6066
+ Double = "Double",
6067
+ Guid = "Guid",
6068
+ Int16 = "Int16",
6069
+ Int32 = "Int32",
6070
+ Int64 = "Int64",
6071
+ Single = "Single",
6072
+ String = "String",
6073
+ Timespan = "Timespan"
6074
+ }
6075
+
6076
+ /** Known values of {@link ScriptType} that the service accepts. */
6077
+ export declare enum KnownScriptType {
6078
+ Query = "Query",
6079
+ NonQuery = "NonQuery"
6080
+ }
6081
+
6013
6082
  /** Known values of {@link ServiceNowAuthenticationType} that the service accepts. */
6014
6083
  export declare enum KnownServiceNowAuthenticationType {
6015
6084
  Basic = "Basic",
@@ -6124,6 +6193,12 @@ export declare enum KnownSybaseAuthenticationType {
6124
6193
  Windows = "Windows"
6125
6194
  }
6126
6195
 
6196
+ /** Known values of {@link TeamDeskAuthenticationType} that the service accepts. */
6197
+ export declare enum KnownTeamDeskAuthenticationType {
6198
+ Basic = "Basic",
6199
+ Token = "Token"
6200
+ }
6201
+
6127
6202
  /** Known values of {@link TeradataAuthenticationType} that the service accepts. */
6128
6203
  export declare enum KnownTeradataAuthenticationType {
6129
6204
  Basic = "Basic",
@@ -6196,6 +6271,12 @@ export declare enum KnownWebHookActivityMethod {
6196
6271
  Post = "POST"
6197
6272
  }
6198
6273
 
6274
+ /** Known values of {@link ZendeskAuthenticationType} that the service accepts. */
6275
+ export declare enum KnownZendeskAuthenticationType {
6276
+ Basic = "Basic",
6277
+ Token = "Token"
6278
+ }
6279
+
6199
6280
  export declare interface KqlScript {
6200
6281
  content?: KqlScriptContent;
6201
6282
  }
@@ -6208,6 +6289,8 @@ export declare interface KqlScriptContent {
6208
6289
 
6209
6290
  export declare interface KqlScriptContentCurrentConnection {
6210
6291
  name?: string;
6292
+ poolName?: string;
6293
+ databaseName?: string;
6211
6294
  type?: string;
6212
6295
  }
6213
6296
 
@@ -6632,7 +6715,7 @@ export declare type LinkedIntegrationRuntimeTypeUnion = LinkedIntegrationRuntime
6632
6715
  /** The Azure Synapse nested object which contains the information and credential which can be used to connect with related store or compute resource. */
6633
6716
  export declare interface LinkedService {
6634
6717
  /** Polymorphic discriminator, which specifies the different types this object can be */
6635
- 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" | "RestService" | "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";
6718
+ 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" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "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";
6636
6719
  /** Describes unknown properties. The value of an unknown property can be of "any" type. */
6637
6720
  [property: string]: any;
6638
6721
  /** The integration runtime reference. */
@@ -6786,7 +6869,7 @@ export declare type LinkedServiceResource = SubResource & {
6786
6869
  properties: LinkedServiceUnion;
6787
6870
  };
6788
6871
 
6789
- 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 | RestServiceLinkedService | 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;
6872
+ 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 | RestServiceLinkedService | TeamDeskLinkedService | QuickbaseLinkedService | SmartsheetLinkedService | ZendeskLinkedService | 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;
6790
6873
 
6791
6874
  /**
6792
6875
  * Defines values for LivyStates. \
@@ -6948,6 +7031,8 @@ export declare type MappingDataFlow = DataFlow & {
6948
7031
  transformations?: Transformation[];
6949
7032
  /** DataFlow script. */
6950
7033
  script?: string;
7034
+ /** Data flow script lines. */
7035
+ scriptLines?: string[];
6951
7036
  };
6952
7037
 
6953
7038
  /** MariaDB server linked service. */
@@ -7014,6 +7099,87 @@ export declare type MarketoSource = TabularSource & {
7014
7099
  query?: any;
7015
7100
  };
7016
7101
 
7102
+ /** Interface representing a Metastore. */
7103
+ export declare interface Metastore {
7104
+ /**
7105
+ * Register files in Syms
7106
+ * @param id The name of the database to be created. The name can contain only alphanumeric characters
7107
+ * and should not exceed 24 characters
7108
+ * @param registerBody The body for the register request
7109
+ * @param options The options parameters.
7110
+ */
7111
+ register(id: string, registerBody: MetastoreRegisterObject, options?: MetastoreRegisterOptionalParams): Promise<MetastoreRegisterResponse>;
7112
+ /**
7113
+ * Gets status of the database
7114
+ * @param id
7115
+ * @param options The options parameters.
7116
+ */
7117
+ getDatabaseOperations(id: string, options?: MetastoreGetDatabaseOperationsOptionalParams): Promise<MetastoreGetDatabaseOperationsResponse>;
7118
+ /**
7119
+ * Update files in Syms
7120
+ * @param id The name of the database to be updated
7121
+ * @param updateBody The body for the update request
7122
+ * @param options The options parameters.
7123
+ */
7124
+ update(id: string, updateBody: MetastoreUpdateObject, options?: MetastoreUpdateOptionalParams): Promise<MetastoreUpdateResponse>;
7125
+ /**
7126
+ * Remove files in Syms
7127
+ * @param id
7128
+ * @param options The options parameters.
7129
+ */
7130
+ delete(id: string, options?: MetastoreDeleteOptionalParams): Promise<void>;
7131
+ }
7132
+
7133
+ /** Optional parameters. */
7134
+ export declare interface MetastoreDeleteOptionalParams extends coreClient.OperationOptions {
7135
+ }
7136
+
7137
+ /** Optional parameters. */
7138
+ export declare interface MetastoreGetDatabaseOperationsOptionalParams extends coreClient.OperationOptions {
7139
+ }
7140
+
7141
+ /** Contains response data for the getDatabaseOperations operation. */
7142
+ export declare type MetastoreGetDatabaseOperationsResponse = MetastoreRequestSuccessResponse;
7143
+
7144
+ export declare interface MetastoreRegisterObject {
7145
+ /** The input folder containing CDM files. */
7146
+ inputFolder: string;
7147
+ }
7148
+
7149
+ /** Optional parameters. */
7150
+ export declare interface MetastoreRegisterOptionalParams extends coreClient.OperationOptions {
7151
+ }
7152
+
7153
+ /** Contains response data for the register operation. */
7154
+ export declare type MetastoreRegisterResponse = MetastoreRegistrationResponse;
7155
+
7156
+ export declare interface MetastoreRegistrationResponse {
7157
+ /** Enumerates possible request statuses. */
7158
+ status?: RequestStatus;
7159
+ }
7160
+
7161
+ export declare interface MetastoreRequestSuccessResponse {
7162
+ /** Enumerates possible Status of the resource. */
7163
+ status?: ResourceStatus;
7164
+ }
7165
+
7166
+ export declare interface MetastoreUpdateObject {
7167
+ /** The input folder containing CDM files. */
7168
+ inputFolder: string;
7169
+ }
7170
+
7171
+ /** Optional parameters. */
7172
+ export declare interface MetastoreUpdateOptionalParams extends coreClient.OperationOptions {
7173
+ }
7174
+
7175
+ /** Contains response data for the update operation. */
7176
+ export declare type MetastoreUpdateResponse = MetastoreUpdationResponse;
7177
+
7178
+ export declare interface MetastoreUpdationResponse {
7179
+ /** Enumerates possible request statuses. */
7180
+ status?: RequestStatus;
7181
+ }
7182
+
7017
7183
  /** Microsoft Access linked service. */
7018
7184
  export declare type MicrosoftAccessLinkedService = LinkedService & {
7019
7185
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -7544,6 +7710,26 @@ export declare interface NotebookOperations {
7544
7710
  beginRenameNotebookAndWait(notebookName: string, request: ArtifactRenameRequest, options?: NotebookRenameNotebookOptionalParams): Promise<void>;
7545
7711
  }
7546
7712
 
7713
+ /** Notebook parameter. */
7714
+ export declare interface NotebookParameter {
7715
+ /** Notebook parameter value. Type: string (or Expression with resultType string). */
7716
+ value?: any;
7717
+ /** Notebook parameter type. */
7718
+ type?: NotebookParameterType;
7719
+ }
7720
+
7721
+ /**
7722
+ * Defines values for NotebookParameterType. \
7723
+ * {@link KnownNotebookParameterType} can be used interchangeably with NotebookParameterType,
7724
+ * this enum contains the known values that the service supports.
7725
+ * ### Known values supported by the service
7726
+ * **string** \
7727
+ * **int** \
7728
+ * **float** \
7729
+ * **bool**
7730
+ */
7731
+ export declare type NotebookParameterType = string;
7732
+
7547
7733
  /**
7548
7734
  * Defines values for NotebookReferenceType. \
7549
7735
  * {@link KnownNotebookReferenceType} can be used interchangeably with NotebookReferenceType,
@@ -8649,6 +8835,18 @@ export declare interface QueryDataFlowDebugSessionsResponse {
8649
8835
  nextLink?: string;
8650
8836
  }
8651
8837
 
8838
+ /** Linked service for Quickbase. */
8839
+ export declare type QuickbaseLinkedService = LinkedService & {
8840
+ /** Polymorphic discriminator, which specifies the different types this object can be */
8841
+ type: "Quickbase";
8842
+ /** The url to connect Quickbase source. Type: string (or Expression with resultType string). */
8843
+ url: any;
8844
+ /** The user token for the Quickbase source. */
8845
+ userToken: SecretBaseUnion;
8846
+ /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
8847
+ encryptedCredential?: any;
8848
+ };
8849
+
8652
8850
  /** QuickBooks server linked service. */
8653
8851
  export declare type QuickBooksLinkedService = LinkedService & {
8654
8852
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -8766,6 +8964,17 @@ export declare type RelationalTableDataset = Dataset & {
8766
8964
  tableName?: any;
8767
8965
  };
8768
8966
 
8967
+ /**
8968
+ * Defines values for RequestStatus. \
8969
+ * {@link KnownRequestStatus} can be used interchangeably with RequestStatus,
8970
+ * this enum contains the known values that the service supports.
8971
+ * ### Known values supported by the service
8972
+ * **Running** \
8973
+ * **Completed** \
8974
+ * **Failed**
8975
+ */
8976
+ export declare type RequestStatus = string;
8977
+
8769
8978
  /** A list of rerun triggers. */
8770
8979
  export declare interface RerunTriggerListResponse {
8771
8980
  /** List of rerun triggers. */
@@ -8829,6 +9038,17 @@ export declare interface Resource {
8829
9038
  /** Defines values for ResourceIdentityType. */
8830
9039
  export declare type ResourceIdentityType = "None" | "SystemAssigned";
8831
9040
 
9041
+ /**
9042
+ * Defines values for ResourceStatus. \
9043
+ * {@link KnownResourceStatus} can be used interchangeably with ResourceStatus,
9044
+ * this enum contains the known values that the service supports.
9045
+ * ### Known values supported by the service
9046
+ * **Creating** \
9047
+ * **Created** \
9048
+ * **Failed**
9049
+ */
9050
+ export declare type ResourceStatus = string;
9051
+
8832
9052
  /** Responsys linked service. */
8833
9053
  export declare type ResponsysLinkedService = LinkedService & {
8834
9054
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -9596,6 +9816,99 @@ export declare interface ScriptAction {
9596
9816
  parameters?: string;
9597
9817
  }
9598
9818
 
9819
+ /** Script activity type. */
9820
+ export declare type ScriptActivity = ExecutionActivity & {
9821
+ /** Polymorphic discriminator, which specifies the different types this object can be */
9822
+ type: "Script";
9823
+ /** Array of script blocks. Type: array. */
9824
+ scripts?: ScriptActivityScriptBlock[];
9825
+ /** Log settings of script activity. */
9826
+ logSettings?: ScriptActivityTypePropertiesLogSettings;
9827
+ };
9828
+
9829
+ /**
9830
+ * Defines values for ScriptActivityLogDestination. \
9831
+ * {@link KnownScriptActivityLogDestination} can be used interchangeably with ScriptActivityLogDestination,
9832
+ * this enum contains the known values that the service supports.
9833
+ * ### Known values supported by the service
9834
+ * **ActivityOutput** \
9835
+ * **ExternalStore**
9836
+ */
9837
+ export declare type ScriptActivityLogDestination = string;
9838
+
9839
+ /** Parameters of a script block. */
9840
+ export declare interface ScriptActivityParameter {
9841
+ /** The name of the parameter. Type: string (or Expression with resultType string). */
9842
+ name?: any;
9843
+ /** The type of the parameter. */
9844
+ type?: ScriptActivityParameterType;
9845
+ /** The value of the parameter. */
9846
+ value?: any;
9847
+ /** The direction of the parameter. */
9848
+ direction?: ScriptActivityParameterDirection;
9849
+ /** The size of the output direction parameter. */
9850
+ size?: number;
9851
+ }
9852
+
9853
+ /**
9854
+ * Defines values for ScriptActivityParameterDirection. \
9855
+ * {@link KnownScriptActivityParameterDirection} can be used interchangeably with ScriptActivityParameterDirection,
9856
+ * this enum contains the known values that the service supports.
9857
+ * ### Known values supported by the service
9858
+ * **Input** \
9859
+ * **Output** \
9860
+ * **InputOutput**
9861
+ */
9862
+ export declare type ScriptActivityParameterDirection = string;
9863
+
9864
+ /**
9865
+ * Defines values for ScriptActivityParameterType. \
9866
+ * {@link KnownScriptActivityParameterType} can be used interchangeably with ScriptActivityParameterType,
9867
+ * this enum contains the known values that the service supports.
9868
+ * ### Known values supported by the service
9869
+ * **Boolean** \
9870
+ * **DateTime** \
9871
+ * **DateTimeOffset** \
9872
+ * **Decimal** \
9873
+ * **Double** \
9874
+ * **Guid** \
9875
+ * **Int16** \
9876
+ * **Int32** \
9877
+ * **Int64** \
9878
+ * **Single** \
9879
+ * **String** \
9880
+ * **Timespan**
9881
+ */
9882
+ export declare type ScriptActivityParameterType = string;
9883
+
9884
+ /** Script block of scripts. */
9885
+ export declare interface ScriptActivityScriptBlock {
9886
+ /** The query text. Type: string (or Expression with resultType string). */
9887
+ text: any;
9888
+ /** The type of the query. Type: string. */
9889
+ type: ScriptType;
9890
+ /** Array of script parameters. Type: array. */
9891
+ parameters?: ScriptActivityParameter[];
9892
+ }
9893
+
9894
+ /** Log settings of script activity. */
9895
+ export declare interface ScriptActivityTypePropertiesLogSettings {
9896
+ /** The destination of logs. Type: string. */
9897
+ logDestination: ScriptActivityLogDestination;
9898
+ /** Log location settings customer needs to provide when enabling log. */
9899
+ logLocationSettings?: LogLocationSettings;
9900
+ }
9901
+
9902
+ /**
9903
+ * Defines values for ScriptType. \
9904
+ * {@link KnownScriptType} can be used interchangeably with ScriptType,
9905
+ * this enum contains the known values that the service supports.
9906
+ * ### Known values supported by the service
9907
+ * **Query** \
9908
+ * **NonQuery**
9909
+ */
9910
+ export declare type ScriptType = string;
9911
+
9599
9912
  /** The base definition of a secret type. */
9600
9913
  export declare interface SecretBase {
9601
9914
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -9730,6 +10043,8 @@ export declare type SftpReadSettings = StoreReadSettings & {
9730
10043
  modifiedDatetimeStart?: any;
9731
10044
  /** The end of file's modified datetime. Type: string (or Expression with resultType string). */
9732
10045
  modifiedDatetimeEnd?: any;
10046
+ /** If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean). */
10047
+ disableChunking?: any;
9733
10048
  };
9734
10049
 
9735
10050
  /** A linked service for an SSH File Transfer Protocol (SFTP) server. */
@@ -9856,6 +10171,16 @@ export declare interface Sku {
9856
10171
  capacity?: number;
9857
10172
  }
9858
10173
 
10174
+ /** Linked service for Smartsheet. */
10175
+ export declare type SmartsheetLinkedService = LinkedService & {
10176
+ /** Polymorphic discriminator, which specifies the different types this object can be */
10177
+ type: "Smartsheet";
10178
+ /** The api token for the Smartsheet source. */
10179
+ apiToken: SecretBaseUnion;
10180
+ /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
10181
+ encryptedCredential?: any;
10182
+ };
10183
+
9859
10184
  /** The snowflake dataset. */
9860
10185
  export declare type SnowflakeDataset = Dataset & {
9861
10186
  /** Polymorphic discriminator, which specifies the different types this object can be */
@@ -10665,8 +10990,18 @@ export declare type SqlPool = TrackedResource & {
10665
10990
  status?: string;
10666
10991
  /** Snapshot time to restore */
10667
10992
  restorePointInTime?: string;
10668
- /** What is this? */
10669
- createMode?: string;
10993
+ /**
10994
+ * Specifies the mode of sql pool creation.
10995
+ *
10996
+ * Default: regular sql pool creation.
10997
+ *
10998
+ * PointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified.
10999
+ *
11000
+ * Recovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore.
11001
+ *
11002
+ * Restore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.
11003
+ */
11004
+ createMode?: CreateMode;
10670
11005
  /** Date the SQL pool was created */
10671
11006
  creationDate?: Date;
10672
11007
  };
@@ -11219,6 +11554,8 @@ export declare interface StartDataFlowDebugSessionRequest {
11219
11554
  sessionId?: string;
11220
11555
  /** Data flow instance. */
11221
11556
  dataFlow?: DataFlowResource;
11557
+ /** List of Data flows */
11558
+ dataFlows?: DataFlowResource[];
11222
11559
  /** List of datasets. */
11223
11560
  datasets?: DatasetResource[];
11224
11561
  /** List of linked services. */
@@ -11367,9 +11704,11 @@ export declare type SynapseNotebookActivity = ExecutionActivity & {
11367
11704
  type: "SynapseNotebook";
11368
11705
  /** Synapse notebook reference. */
11369
11706
  notebook: SynapseNotebookReference;
11707
+ /** The name of the big data pool which will be used to execute the notebook. */
11708
+ sparkPool?: BigDataPoolParametrizationReference;
11370
11709
  /** Notebook parameters. */
11371
11710
  parameters?: {
11372
- [propertyName: string]: any;
11711
+ [propertyName: string]: NotebookParameter;
11373
11712
  };
11374
11713
  };
11375
11714
 
@@ -11377,8 +11716,8 @@ export declare type SynapseNotebookActivity = ExecutionActivity & {
11377
11716
  export declare interface SynapseNotebookReference {
11378
11717
  /** Synapse notebook reference type. */
11379
11718
  type: NotebookReferenceType;
11380
- /** Reference notebook name. */
11381
- referenceName: string;
11719
+ /** Reference notebook name. Type: string (or Expression with resultType string). */
11720
+ referenceName: any;
11382
11721
  }
11383
11722
 
11384
11723
  /** Execute spark job activity. */
@@ -11389,6 +11728,22 @@ export declare type SynapseSparkJobDefinitionActivity = ExecutionActivity & {
11389
11728
  sparkJob: SynapseSparkJobReference;
11390
11729
  /** User specified arguments to SynapseSparkJobDefinitionActivity. */
11391
11730
  arguments?: any[];
11731
+ /** 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). */
11732
+ file?: any;
11733
+ /** 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). */
11734
+ className?: any;
11735
+ /** Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide. */
11736
+ files?: any[];
11737
+ /** 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. */
11738
+ targetBigDataPool?: BigDataPoolParametrizationReference;
11739
+ /** 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). */
11740
+ executorSize?: any;
11741
+ /** Spark configuration properties, which will override the 'conf' of the spark job definition you provide. */
11742
+ conf?: any;
11743
+ /** 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). */
11744
+ driverSize?: any;
11745
+ /** Number of executors to launch for this job, which will override the 'numExecutors' of the spark job definition you provide. */
11746
+ numExecutors?: number;
11392
11747
  };
11393
11748
 
11394
11749
  /** Synapse spark job reference type. */
@@ -11447,6 +11802,34 @@ export declare type TarReadSettings = CompressionReadSettings & {
11447
11802
  preserveCompressionFileNameAsFolder?: any;
11448
11803
  };
11449
11804
 
11805
+ /**
11806
+ * Defines values for TeamDeskAuthenticationType. \
11807
+ * {@link KnownTeamDeskAuthenticationType} can be used interchangeably with TeamDeskAuthenticationType,
11808
+ * this enum contains the known values that the service supports.
11809
+ * ### Known values supported by the service
11810
+ * **Basic** \
11811
+ * **Token**
11812
+ */
11813
+ export declare type TeamDeskAuthenticationType = string;
11814
+
11815
+ /** Linked service for TeamDesk. */
11816
+ export declare type TeamDeskLinkedService = LinkedService & {
11817
+ /** Polymorphic discriminator, which specifies the different types this object can be */
11818
+ type: "TeamDesk";
11819
+ /** The authentication type to use. */
11820
+ authenticationType: TeamDeskAuthenticationType;
11821
+ /** The url to connect TeamDesk source. Type: string (or Expression with resultType string). */
11822
+ url: any;
11823
+ /** The username of the TeamDesk source. Type: string (or Expression with resultType string). */
11824
+ userName?: any;
11825
+ /** The password of the TeamDesk source. */
11826
+ password?: SecretBaseUnion;
11827
+ /** The api token for the TeamDesk source. */
11828
+ apiToken?: SecretBaseUnion;
11829
+ /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
11830
+ encryptedCredential?: any;
11831
+ };
11832
+
11450
11833
  /**
11451
11834
  * Defines values for TeradataAuthenticationType. \
11452
11835
  * {@link KnownTeradataAuthenticationType} can be used interchangeably with TeradataAuthenticationType,
@@ -11558,6 +11941,12 @@ export declare interface Transformation {
11558
11941
  name: string;
11559
11942
  /** Transformation description. */
11560
11943
  description?: string;
11944
+ /** Dataset reference. */
11945
+ dataset?: DatasetReference;
11946
+ /** Linked service reference. */
11947
+ linkedService?: LinkedServiceReference;
11948
+ /** Flowlet Reference */
11949
+ flowlet?: DataFlowReference;
11561
11950
  }
11562
11951
 
11563
11952
  /** Azure Synapse nested object which contains information about creating pipeline run */
@@ -12478,7 +12867,7 @@ export declare type XmlDataset = Dataset & {
12478
12867
  /** The null value string. Type: string (or Expression with resultType string). */
12479
12868
  nullValue?: any;
12480
12869
  /** The data compression method used for the json dataset. */
12481
- compression?: DatasetCompressionUnion;
12870
+ compression?: DatasetCompression;
12482
12871
  };
12483
12872
 
12484
12873
  /** Xml read settings. */
@@ -12509,6 +12898,34 @@ export declare type XmlSource = CopySource & {
12509
12898
  additionalColumns?: any;
12510
12899
  };
12511
12900
 
12901
+ /**
12902
+ * Defines values for ZendeskAuthenticationType. \
12903
+ * {@link KnownZendeskAuthenticationType} can be used interchangeably with ZendeskAuthenticationType,
12904
+ * this enum contains the known values that the service supports.
12905
+ * ### Known values supported by the service
12906
+ * **Basic** \
12907
+ * **Token**
12908
+ */
12909
+ export declare type ZendeskAuthenticationType = string;
12910
+
12911
+ /** Linked service for Zendesk. */
12912
+ export declare type ZendeskLinkedService = LinkedService & {
12913
+ /** Polymorphic discriminator, which specifies the different types this object can be */
12914
+ type: "Zendesk";
12915
+ /** The authentication type to use. */
12916
+ authenticationType: ZendeskAuthenticationType;
12917
+ /** The url to connect Zendesk source. Type: string (or Expression with resultType string). */
12918
+ url: any;
12919
+ /** The username of the Zendesk source. Type: string (or Expression with resultType string). */
12920
+ userName?: any;
12921
+ /** The password of the Zendesk source. */
12922
+ password?: SecretBaseUnion;
12923
+ /** The api token for the Zendesk source. */
12924
+ apiToken?: SecretBaseUnion;
12925
+ /** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). */
12926
+ encryptedCredential?: any;
12927
+ };
12928
+
12512
12929
  /** The ZipDeflate compression read settings. */
12513
12930
  export declare type ZipDeflateReadSettings = CompressionReadSettings & {
12514
12931
  /** Polymorphic discriminator, which specifies the different types this object can be */