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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/index.js +1074 -1165
  2. package/dist/index.js.map +1 -1
  3. package/dist-esm/src/artifactsClient.js +2 -2
  4. package/dist-esm/src/artifactsClient.js.map +1 -1
  5. package/dist-esm/src/models/index.js +44 -44
  6. package/dist-esm/src/models/index.js.map +1 -1
  7. package/dist-esm/src/models/mappers.js +58 -78
  8. package/dist-esm/src/models/mappers.js.map +1 -1
  9. package/dist-esm/src/operations/dataFlowDebugSession.js +3 -8
  10. package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
  11. package/dist-esm/src/operations/dataFlowOperations.js +3 -8
  12. package/dist-esm/src/operations/dataFlowOperations.js.map +1 -1
  13. package/dist-esm/src/operations/datasetOperations.js +3 -8
  14. package/dist-esm/src/operations/datasetOperations.js.map +1 -1
  15. package/dist-esm/src/operations/kqlScripts.js +3 -8
  16. package/dist-esm/src/operations/kqlScripts.js.map +1 -1
  17. package/dist-esm/src/operations/library.js +3 -8
  18. package/dist-esm/src/operations/library.js.map +1 -1
  19. package/dist-esm/src/operations/linkConnectionOperations.js +3 -8
  20. package/dist-esm/src/operations/linkConnectionOperations.js.map +1 -1
  21. package/dist-esm/src/operations/linkedServiceOperations.js +3 -8
  22. package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -1
  23. package/dist-esm/src/operations/notebookOperations.js +6 -16
  24. package/dist-esm/src/operations/notebookOperations.js.map +1 -1
  25. package/dist-esm/src/operations/pipelineOperations.js +3 -8
  26. package/dist-esm/src/operations/pipelineOperations.js.map +1 -1
  27. package/dist-esm/src/operations/sparkConfigurationOperations.js +3 -8
  28. package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -1
  29. package/dist-esm/src/operations/sparkJobDefinitionOperations.js +3 -8
  30. package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -1
  31. package/dist-esm/src/operations/sqlScriptOperations.js +3 -8
  32. package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -1
  33. package/dist-esm/src/operations/triggerOperations.js +3 -8
  34. package/dist-esm/src/operations/triggerOperations.js.map +1 -1
  35. package/dist-esm/src/tracing.js +1 -1
  36. package/dist-esm/src/tracing.js.map +1 -1
  37. package/package.json +13 -11
  38. package/types/synapse-artifacts.d.ts +45 -61
@@ -9,6 +9,6 @@ import { createTracingClient } from "@azure/core-tracing";
9
9
  export const tracingClient = createTracingClient({
10
10
  namespace: "Azure.Synapse.Artifacts",
11
11
  packageName: "@azure/synapse-artifacts",
12
- packageVersion: "1.0.0-beta.13"
12
+ packageVersion: "1.0.0-beta.14"
13
13
  });
14
14
  //# sourceMappingURL=tracing.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tracing.js","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC;IAC/C,SAAS,EAAE,yBAAyB;IACpC,WAAW,EAAE,0BAA0B;IACvC,cAAc,EAAE,eAAe;CAChC,CAAC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { createTracingClient } from \"@azure/core-tracing\";\n\nexport const tracingClient = createTracingClient({\n namespace: \"Azure.Synapse.Artifacts\",\n packageName: \"@azure/synapse-artifacts\",\n packageVersion: \"1.0.0-beta.13\"\n});\n"]}
1
+ {"version":3,"file":"tracing.js","sourceRoot":"","sources":["../../src/tracing.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC;IAC/C,SAAS,EAAE,yBAAyB;IACpC,WAAW,EAAE,0BAA0B;IACvC,cAAc,EAAE,eAAe;CAChC,CAAC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { createTracingClient } from \"@azure/core-tracing\";\n\nexport const tracingClient = createTracingClient({\n namespace: \"Azure.Synapse.Artifacts\",\n packageName: \"@azure/synapse-artifacts\",\n packageVersion: \"1.0.0-beta.14\"\n});\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Microsoft Corporation",
4
4
  "description": "A generated SDK for ArtifactsClient.",
5
5
  "sdk-type": "client",
6
- "version": "1.0.0-beta.13",
6
+ "version": "1.0.0-beta.14",
7
7
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/synapse/synapse-artifacts/README.md",
8
8
  "repository": "github:Azure/azure-sdk-for-js",
9
9
  "dependencies": {
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "license": "MIT",
31
31
  "engines": {
32
- "node": ">=14.0.0"
32
+ "node": ">=18.0.0"
33
33
  },
34
34
  "main": "./dist/index.js",
35
35
  "module": "./dist-esm/src/index.js",
@@ -37,11 +37,11 @@
37
37
  "devDependencies": {
38
38
  "@azure/dev-tool": "^1.0.0",
39
39
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
40
- "@azure/identity": "^2.0.1",
40
+ "@azure/identity": "^3.3.0",
41
41
  "@azure-tools/test-recorder": "^3.0.0",
42
42
  "@microsoft/api-extractor": "^7.31.1",
43
43
  "@types/chai": "^4.1.6",
44
- "@types/mocha": "^7.0.2",
44
+ "@types/mocha": "^10.0.0",
45
45
  "chai": "^4.2.0",
46
46
  "dotenv": "^16.0.0",
47
47
  "eslint": "^8.0.0",
@@ -54,24 +54,23 @@
54
54
  "karma-mocha": "^2.0.1",
55
55
  "karma-sourcemap-loader": "^0.3.8",
56
56
  "karma": "^6.2.0",
57
- "mocha-junit-reporter": "^2.0.0",
58
- "mocha": "^7.1.1",
59
- "nyc": "^15.0.0",
57
+ "mocha": "^10.0.0",
58
+ "c8": "^8.0.0",
60
59
  "prettier": "^2.5.1",
61
60
  "rimraf": "^3.0.0",
62
61
  "uglify-js": "^3.4.9",
63
62
  "@types/chai-as-promised": "^7.1.0",
64
- "@types/node": "^14.0.0",
65
- "@types/sinon": "^10.0.0",
63
+ "@types/node": "^18.0.0",
64
+ "@types/sinon": "^17.0.0",
66
65
  "chai-as-promised": "^7.1.1",
67
66
  "cross-env": "^7.0.2",
68
67
  "karma-json-preprocessor": "^0.3.3",
69
68
  "karma-json-to-file-reporter": "^1.0.1",
70
69
  "karma-source-map-support": "~1.4.0",
71
- "sinon": "^15.0.0",
70
+ "sinon": "^17.0.0",
72
71
  "source-map-support": "^0.5.9",
73
72
  "ts-node": "^10.0.0",
74
- "typescript": "~5.0.0",
73
+ "typescript": "~5.2.0",
75
74
  "@azure-tools/test-credential": "^1.0.0"
76
75
  },
77
76
  "bugs": {
@@ -92,6 +91,9 @@
92
91
  "build": "tsc -p . && dev-tool run bundle && api-extractor run --local",
93
92
  "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
94
93
  "generate:client": "autorest --typescript ./swagger/README.md",
94
+ "integration-test:browser": "echo skip",
95
+ "integration-test:node": "echo skip",
96
+ "integration-test": "echo skip",
95
97
  "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
96
98
  "pack": "npm pack 2>&1",
97
99
  "lint": "echo skipped",
@@ -306,9 +306,7 @@ export declare interface AmazonRdsForSqlServerSource extends TabularSource {
306
306
  /** Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
307
307
  sqlReaderStoredProcedureName?: any;
308
308
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
309
- storedProcedureParameters?: {
310
- [propertyName: string]: StoredProcedureParameter;
311
- };
309
+ storedProcedureParameters?: any;
312
310
  /** Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string). */
313
311
  isolationLevel?: any;
314
312
  /** Which additional types to produce. */
@@ -433,8 +431,8 @@ export declare interface AmazonS3ReadSettings extends StoreReadSettings {
433
431
  prefix?: any;
434
432
  /** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
435
433
  fileListPath?: any;
436
- /** Indicates whether to enable partition discovery. */
437
- enablePartitionDiscovery?: boolean;
434
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
435
+ enablePartitionDiscovery?: any;
438
436
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
439
437
  partitionRootPath?: any;
440
438
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -479,7 +477,7 @@ export declare class ArtifactsClient extends coreClient.ServiceClient {
479
477
  * Initializes a new instance of the ArtifactsClient class.
480
478
  * @param credentials Subscription credentials which uniquely identify client subscription.
481
479
  * @param endpoint The workspace development endpoint, for example
482
- * https://myworkspace.dev.azuresynapse.net.
480
+ * `https://myworkspace.dev.azuresynapse.net`.
483
481
  * @param options The parameter options
484
482
  */
485
483
  constructor(credentials: coreAuth.TokenCredential, endpoint: string, options?: ArtifactsClientOptionalParams);
@@ -807,8 +805,8 @@ export declare interface AzureBlobStorageReadSettings extends StoreReadSettings
807
805
  prefix?: any;
808
806
  /** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
809
807
  fileListPath?: any;
810
- /** Indicates whether to enable partition discovery. */
811
- enablePartitionDiscovery?: boolean;
808
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
809
+ enablePartitionDiscovery?: any;
812
810
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
813
811
  partitionRootPath?: any;
814
812
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -1182,8 +1180,8 @@ export declare interface AzureFileStorageReadSettings extends StoreReadSettings
1182
1180
  prefix?: any;
1183
1181
  /** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
1184
1182
  fileListPath?: any;
1185
- /** Indicates whether to enable partition discovery. */
1186
- enablePartitionDiscovery?: boolean;
1183
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
1184
+ enablePartitionDiscovery?: any;
1187
1185
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
1188
1186
  partitionRootPath?: any;
1189
1187
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -1622,9 +1620,7 @@ export declare interface AzureSqlSink extends CopySink {
1622
1620
  /** SQL pre-copy script. Type: string (or Expression with resultType string). */
1623
1621
  preCopyScript?: any;
1624
1622
  /** SQL stored procedure parameters. */
1625
- storedProcedureParameters?: {
1626
- [propertyName: string]: StoredProcedureParameter;
1627
- };
1623
+ storedProcedureParameters?: any;
1628
1624
  /** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
1629
1625
  storedProcedureTableTypeParameterName?: any;
1630
1626
  /** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
@@ -1640,9 +1636,7 @@ export declare interface AzureSqlSource extends TabularSource {
1640
1636
  /** Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
1641
1637
  sqlReaderStoredProcedureName?: any;
1642
1638
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
1643
- storedProcedureParameters?: {
1644
- [propertyName: string]: StoredProcedureParameter;
1645
- };
1639
+ storedProcedureParameters?: any;
1646
1640
  /** Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string). */
1647
1641
  isolationLevel?: any;
1648
1642
  /** Which additional types to produce. */
@@ -4164,8 +4158,8 @@ export declare interface FileServerReadSettings extends StoreReadSettings {
4164
4158
  wildcardFileName?: any;
4165
4159
  /** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
4166
4160
  fileListPath?: any;
4167
- /** Indicates whether to enable partition discovery. */
4168
- enablePartitionDiscovery?: boolean;
4161
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
4162
+ enablePartitionDiscovery?: any;
4169
4163
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
4170
4164
  partitionRootPath?: any;
4171
4165
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -4302,16 +4296,16 @@ export declare interface FtpReadSettings extends StoreReadSettings {
4302
4296
  wildcardFolderPath?: any;
4303
4297
  /** Ftp wildcardFileName. Type: string (or Expression with resultType string). */
4304
4298
  wildcardFileName?: any;
4305
- /** Indicates whether to enable partition discovery. */
4306
- enablePartitionDiscovery?: boolean;
4299
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
4300
+ enablePartitionDiscovery?: any;
4307
4301
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
4308
4302
  partitionRootPath?: any;
4309
4303
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
4310
4304
  deleteFilesAfterCompletion?: any;
4311
4305
  /** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
4312
4306
  fileListPath?: any;
4313
- /** Specify whether to use binary transfer mode for FTP stores. */
4314
- useBinaryTransfer?: boolean;
4307
+ /** Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean). */
4308
+ useBinaryTransfer?: any;
4315
4309
  /** If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean). */
4316
4310
  disableChunking?: any;
4317
4311
  }
@@ -4548,8 +4542,8 @@ export declare interface GoogleCloudStorageReadSettings extends StoreReadSetting
4548
4542
  prefix?: any;
4549
4543
  /** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
4550
4544
  fileListPath?: any;
4551
- /** Indicates whether to enable partition discovery. */
4552
- enablePartitionDiscovery?: boolean;
4545
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
4546
+ enablePartitionDiscovery?: any;
4553
4547
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
4554
4548
  partitionRootPath?: any;
4555
4549
  /** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
@@ -4690,8 +4684,8 @@ export declare interface HdfsReadSettings extends StoreReadSettings {
4690
4684
  wildcardFileName?: any;
4691
4685
  /** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
4692
4686
  fileListPath?: any;
4693
- /** Indicates whether to enable partition discovery. */
4694
- enablePartitionDiscovery?: boolean;
4687
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
4688
+ enablePartitionDiscovery?: any;
4695
4689
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
4696
4690
  partitionRootPath?: any;
4697
4691
  /** The start of file's modified datetime. Type: string (or Expression with resultType string). */
@@ -5107,7 +5101,7 @@ export declare interface HttpLinkedService extends LinkedService {
5107
5101
  enableServerCertificateValidation?: any;
5108
5102
  }
5109
5103
 
5110
- /** Sftp read settings. */
5104
+ /** Http read settings. */
5111
5105
  export declare interface HttpReadSettings extends StoreReadSettings {
5112
5106
  /** Polymorphic discriminator, which specifies the different types this object can be */
5113
5107
  type: "HttpReadSettings";
@@ -5119,10 +5113,12 @@ export declare interface HttpReadSettings extends StoreReadSettings {
5119
5113
  additionalHeaders?: any;
5120
5114
  /** Specifies the timeout for a HTTP client to get HTTP response from HTTP server. */
5121
5115
  requestTimeout?: any;
5122
- /** Indicates whether to enable partition discovery. */
5123
- enablePartitionDiscovery?: boolean;
5116
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
5117
+ enablePartitionDiscovery?: any;
5124
5118
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
5125
5119
  partitionRootPath?: any;
5120
+ /** Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects). */
5121
+ additionalColumns?: any;
5126
5122
  }
5127
5123
 
5128
5124
  /** The location of http server. */
@@ -10401,7 +10397,7 @@ export declare interface RunNotebookResult {
10401
10397
  /** Timestamp of last update. */
10402
10398
  lastCheckedOn?: string;
10403
10399
  /** Livy session id. */
10404
- sessionId?: number;
10400
+ sessionId?: string;
10405
10401
  /** SparkPool name. */
10406
10402
  sparkPool?: string;
10407
10403
  /** Run notebook session details. */
@@ -10425,7 +10421,7 @@ export declare interface RunNotebookSnapshot {
10425
10421
  /** Whether session should run till time to live after run completes. */
10426
10422
  honorSessionTimeToLive?: boolean;
10427
10423
  /** Livy session id. */
10428
- sessionId?: number;
10424
+ sessionId?: string;
10429
10425
  /** SparkPool name. */
10430
10426
  sparkPool?: string;
10431
10427
  /** Run notebook parameters */
@@ -10460,7 +10456,7 @@ export declare interface RunNotebookSnapshotResult {
10460
10456
  /** Timestamp of last update. */
10461
10457
  lastCheckedOn?: string;
10462
10458
  /** Livy session id. */
10463
- sessionId?: number;
10459
+ sessionId?: string;
10464
10460
  /** SparkPool name. */
10465
10461
  sparkPool?: string;
10466
10462
  }
@@ -10908,8 +10904,8 @@ export declare interface SapHanaSource extends TabularSource {
10908
10904
  query?: any;
10909
10905
  /** The packet size of data read from SAP HANA. Type: integer(or Expression with resultType integer). */
10910
10906
  packetSize?: any;
10911
- /** The partition mechanism that will be used for SAP HANA read in parallel. */
10912
- partitionOption?: SapHanaPartitionOption;
10907
+ /** The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "SapHanaDynamicRange". */
10908
+ partitionOption?: any;
10913
10909
  /** The settings that will be leveraged for SAP HANA source partitioning. */
10914
10910
  partitionSettings?: SapHanaPartitionSettings;
10915
10911
  }
@@ -11134,8 +11130,8 @@ export declare interface SapTableSource extends TabularSource {
11134
11130
  customRfcReadTableFunctionModule?: any;
11135
11131
  /** The single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string). */
11136
11132
  sapDataColumnDelimiter?: any;
11137
- /** The partition mechanism that will be used for SAP table read in parallel. */
11138
- partitionOption?: SapTablePartitionOption;
11133
+ /** The partition mechanism that will be used for SAP table read in parallel. Possible values include: "None", "PartitionOnInt", "PartitionOnCalendarYear", "PartitionOnCalendarMonth", "PartitionOnCalendarDate", "PartitionOnTime". */
11134
+ partitionOption?: any;
11139
11135
  /** The settings that will be leveraged for SAP table source partitioning. */
11140
11136
  partitionSettings?: SapTablePartitionSettings;
11141
11137
  }
@@ -11193,6 +11189,8 @@ export declare interface ScriptAction {
11193
11189
  export declare interface ScriptActivity extends ExecutionActivity {
11194
11190
  /** Polymorphic discriminator, which specifies the different types this object can be */
11195
11191
  type: "Script";
11192
+ /** ScriptBlock execution timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */
11193
+ scriptBlockExecutionTimeout?: any;
11196
11194
  /** Array of script blocks. Type: array. */
11197
11195
  scripts?: ScriptActivityScriptBlock[];
11198
11196
  /** Log settings of script activity. */
@@ -11416,8 +11414,8 @@ export declare interface SftpReadSettings extends StoreReadSettings {
11416
11414
  wildcardFolderPath?: any;
11417
11415
  /** Sftp wildcardFileName. Type: string (or Expression with resultType string). */
11418
11416
  wildcardFileName?: any;
11419
- /** Indicates whether to enable partition discovery. */
11420
- enablePartitionDiscovery?: boolean;
11417
+ /** Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). */
11418
+ enablePartitionDiscovery?: any;
11421
11419
  /** Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). */
11422
11420
  partitionRootPath?: any;
11423
11421
  /** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
@@ -12359,9 +12357,7 @@ export declare interface SqlMISink extends CopySink {
12359
12357
  /** SQL pre-copy script. Type: string (or Expression with resultType string). */
12360
12358
  preCopyScript?: any;
12361
12359
  /** SQL stored procedure parameters. */
12362
- storedProcedureParameters?: {
12363
- [propertyName: string]: StoredProcedureParameter;
12364
- };
12360
+ storedProcedureParameters?: any;
12365
12361
  /** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
12366
12362
  storedProcedureTableTypeParameterName?: any;
12367
12363
  /** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
@@ -12377,9 +12373,7 @@ export declare interface SqlMISource extends TabularSource {
12377
12373
  /** Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
12378
12374
  sqlReaderStoredProcedureName?: any;
12379
12375
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
12380
- storedProcedureParameters?: {
12381
- [propertyName: string]: StoredProcedureParameter;
12382
- };
12376
+ storedProcedureParameters?: any;
12383
12377
  /** Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string). */
12384
12378
  isolationLevel?: any;
12385
12379
  /** Which additional types to produce. */
@@ -12508,9 +12502,7 @@ export declare interface SqlPoolStoredProcedureActivity extends Activity {
12508
12502
  /** Stored procedure name. Type: string (or Expression with resultType string). */
12509
12503
  storedProcedureName: any;
12510
12504
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
12511
- storedProcedureParameters?: {
12512
- [propertyName: string]: StoredProcedureParameter;
12513
- };
12505
+ storedProcedureParameters?: any;
12514
12506
  }
12515
12507
 
12516
12508
  /** SQL script. */
@@ -12729,9 +12721,7 @@ export declare interface SqlServerSink extends CopySink {
12729
12721
  /** SQL pre-copy script. Type: string (or Expression with resultType string). */
12730
12722
  preCopyScript?: any;
12731
12723
  /** SQL stored procedure parameters. */
12732
- storedProcedureParameters?: {
12733
- [propertyName: string]: StoredProcedureParameter;
12734
- };
12724
+ storedProcedureParameters?: any;
12735
12725
  /** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
12736
12726
  storedProcedureTableTypeParameterName?: any;
12737
12727
  /** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
@@ -12747,9 +12737,7 @@ export declare interface SqlServerSource extends TabularSource {
12747
12737
  /** Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
12748
12738
  sqlReaderStoredProcedureName?: any;
12749
12739
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
12750
- storedProcedureParameters?: {
12751
- [propertyName: string]: StoredProcedureParameter;
12752
- };
12740
+ storedProcedureParameters?: any;
12753
12741
  /** Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string). */
12754
12742
  isolationLevel?: any;
12755
12743
  /** Which additional types to produce. */
@@ -12793,9 +12781,7 @@ export declare interface SqlSink extends CopySink {
12793
12781
  /** SQL pre-copy script. Type: string (or Expression with resultType string). */
12794
12782
  preCopyScript?: any;
12795
12783
  /** SQL stored procedure parameters. */
12796
- storedProcedureParameters?: {
12797
- [propertyName: string]: StoredProcedureParameter;
12798
- };
12784
+ storedProcedureParameters?: any;
12799
12785
  /** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
12800
12786
  storedProcedureTableTypeParameterName?: any;
12801
12787
  /** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
@@ -12811,9 +12797,7 @@ export declare interface SqlSource extends TabularSource {
12811
12797
  /** Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
12812
12798
  sqlReaderStoredProcedureName?: any;
12813
12799
  /** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
12814
- storedProcedureParameters?: {
12815
- [propertyName: string]: StoredProcedureParameter;
12816
- };
12800
+ storedProcedureParameters?: any;
12817
12801
  /** Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string). */
12818
12802
  isolationLevel?: any;
12819
12803
  /** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
@@ -14031,8 +14015,8 @@ export declare interface WebActivityAuthentication {
14031
14015
  type: string;
14032
14016
  /** Base64-encoded contents of a PFX file. */
14033
14017
  pfx?: SecretBaseUnion;
14034
- /** Web activity authentication user name for basic authentication. */
14035
- username?: string;
14018
+ /** Web activity authentication user name for basic authentication. Type: string (or Expression with resultType string). */
14019
+ username?: any;
14036
14020
  /** Password for the PFX file or basic authentication. */
14037
14021
  password?: SecretBaseUnion;
14038
14022
  /** Resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string). */