@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
package/dist/index.js CHANGED
@@ -8,8 +8,7 @@ var tslib = require('tslib');
8
8
  var coreTracing = require('@azure/core-tracing');
9
9
  var coreLro = require('@azure/core-lro');
10
10
 
11
- function _interopNamespace(e) {
12
- if (e && e.__esModule) return e;
11
+ function _interopNamespaceDefault(e) {
13
12
  var n = Object.create(null);
14
13
  if (e) {
15
14
  Object.keys(e).forEach(function (k) {
@@ -22,12 +21,12 @@ function _interopNamespace(e) {
22
21
  }
23
22
  });
24
23
  }
25
- n["default"] = e;
24
+ n.default = e;
26
25
  return Object.freeze(n);
27
26
  }
28
27
 
29
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
30
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
28
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
29
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
31
30
 
32
31
  /*
33
32
  * Copyright (c) Microsoft Corporation.
@@ -780,50 +779,6 @@ exports.KnownGoogleAdWordsAuthenticationType = void 0;
780
779
  /** UserAuthentication */
781
780
  KnownGoogleAdWordsAuthenticationType["UserAuthentication"] = "UserAuthentication";
782
781
  })(exports.KnownGoogleAdWordsAuthenticationType || (exports.KnownGoogleAdWordsAuthenticationType = {}));
783
- /** Known values of {@link SapHanaPartitionOption} that the service accepts. */
784
- exports.KnownSapHanaPartitionOption = void 0;
785
- (function (KnownSapHanaPartitionOption) {
786
- /** None */
787
- KnownSapHanaPartitionOption["None"] = "None";
788
- /** PhysicalPartitionsOfTable */
789
- KnownSapHanaPartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
790
- /** SapHanaDynamicRange */
791
- KnownSapHanaPartitionOption["SapHanaDynamicRange"] = "SapHanaDynamicRange";
792
- })(exports.KnownSapHanaPartitionOption || (exports.KnownSapHanaPartitionOption = {}));
793
- /** Known values of {@link SapTablePartitionOption} that the service accepts. */
794
- exports.KnownSapTablePartitionOption = void 0;
795
- (function (KnownSapTablePartitionOption) {
796
- /** None */
797
- KnownSapTablePartitionOption["None"] = "None";
798
- /** PartitionOnInt */
799
- KnownSapTablePartitionOption["PartitionOnInt"] = "PartitionOnInt";
800
- /** PartitionOnCalendarYear */
801
- KnownSapTablePartitionOption["PartitionOnCalendarYear"] = "PartitionOnCalendarYear";
802
- /** PartitionOnCalendarMonth */
803
- KnownSapTablePartitionOption["PartitionOnCalendarMonth"] = "PartitionOnCalendarMonth";
804
- /** PartitionOnCalendarDate */
805
- KnownSapTablePartitionOption["PartitionOnCalendarDate"] = "PartitionOnCalendarDate";
806
- /** PartitionOnTime */
807
- KnownSapTablePartitionOption["PartitionOnTime"] = "PartitionOnTime";
808
- })(exports.KnownSapTablePartitionOption || (exports.KnownSapTablePartitionOption = {}));
809
- /** Known values of {@link StoredProcedureParameterType} that the service accepts. */
810
- exports.KnownStoredProcedureParameterType = void 0;
811
- (function (KnownStoredProcedureParameterType) {
812
- /** String */
813
- KnownStoredProcedureParameterType["String"] = "String";
814
- /** Int */
815
- KnownStoredProcedureParameterType["Int"] = "Int";
816
- /** Int64 */
817
- KnownStoredProcedureParameterType["Int64"] = "Int64";
818
- /** Decimal */
819
- KnownStoredProcedureParameterType["Decimal"] = "Decimal";
820
- /** Guid */
821
- KnownStoredProcedureParameterType["Guid"] = "Guid";
822
- /** Boolean */
823
- KnownStoredProcedureParameterType["Boolean"] = "Boolean";
824
- /** Date */
825
- KnownStoredProcedureParameterType["Date"] = "Date";
826
- })(exports.KnownStoredProcedureParameterType || (exports.KnownStoredProcedureParameterType = {}));
827
782
  /** Known values of {@link OraclePartitionOption} that the service accepts. */
828
783
  exports.KnownOraclePartitionOption = void 0;
829
784
  (function (KnownOraclePartitionOption) {
@@ -878,6 +833,24 @@ exports.KnownNetezzaPartitionOption = void 0;
878
833
  /** DynamicRange */
879
834
  KnownNetezzaPartitionOption["DynamicRange"] = "DynamicRange";
880
835
  })(exports.KnownNetezzaPartitionOption || (exports.KnownNetezzaPartitionOption = {}));
836
+ /** Known values of {@link StoredProcedureParameterType} that the service accepts. */
837
+ exports.KnownStoredProcedureParameterType = void 0;
838
+ (function (KnownStoredProcedureParameterType) {
839
+ /** String */
840
+ KnownStoredProcedureParameterType["String"] = "String";
841
+ /** Int */
842
+ KnownStoredProcedureParameterType["Int"] = "Int";
843
+ /** Int64 */
844
+ KnownStoredProcedureParameterType["Int64"] = "Int64";
845
+ /** Decimal */
846
+ KnownStoredProcedureParameterType["Decimal"] = "Decimal";
847
+ /** Guid */
848
+ KnownStoredProcedureParameterType["Guid"] = "Guid";
849
+ /** Boolean */
850
+ KnownStoredProcedureParameterType["Boolean"] = "Boolean";
851
+ /** Date */
852
+ KnownStoredProcedureParameterType["Date"] = "Date";
853
+ })(exports.KnownStoredProcedureParameterType || (exports.KnownStoredProcedureParameterType = {}));
881
854
  /** Known values of {@link NotebookParameterType} that the service accepts. */
882
855
  exports.KnownNotebookParameterType = void 0;
883
856
  (function (KnownNotebookParameterType) {
@@ -1328,6 +1301,32 @@ exports.KnownSqlPartitionOption = void 0;
1328
1301
  /** DynamicRange */
1329
1302
  KnownSqlPartitionOption["DynamicRange"] = "DynamicRange";
1330
1303
  })(exports.KnownSqlPartitionOption || (exports.KnownSqlPartitionOption = {}));
1304
+ /** Known values of {@link SapHanaPartitionOption} that the service accepts. */
1305
+ exports.KnownSapHanaPartitionOption = void 0;
1306
+ (function (KnownSapHanaPartitionOption) {
1307
+ /** None */
1308
+ KnownSapHanaPartitionOption["None"] = "None";
1309
+ /** PhysicalPartitionsOfTable */
1310
+ KnownSapHanaPartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
1311
+ /** SapHanaDynamicRange */
1312
+ KnownSapHanaPartitionOption["SapHanaDynamicRange"] = "SapHanaDynamicRange";
1313
+ })(exports.KnownSapHanaPartitionOption || (exports.KnownSapHanaPartitionOption = {}));
1314
+ /** Known values of {@link SapTablePartitionOption} that the service accepts. */
1315
+ exports.KnownSapTablePartitionOption = void 0;
1316
+ (function (KnownSapTablePartitionOption) {
1317
+ /** None */
1318
+ KnownSapTablePartitionOption["None"] = "None";
1319
+ /** PartitionOnInt */
1320
+ KnownSapTablePartitionOption["PartitionOnInt"] = "PartitionOnInt";
1321
+ /** PartitionOnCalendarYear */
1322
+ KnownSapTablePartitionOption["PartitionOnCalendarYear"] = "PartitionOnCalendarYear";
1323
+ /** PartitionOnCalendarMonth */
1324
+ KnownSapTablePartitionOption["PartitionOnCalendarMonth"] = "PartitionOnCalendarMonth";
1325
+ /** PartitionOnCalendarDate */
1326
+ KnownSapTablePartitionOption["PartitionOnCalendarDate"] = "PartitionOnCalendarDate";
1327
+ /** PartitionOnTime */
1328
+ KnownSapTablePartitionOption["PartitionOnTime"] = "PartitionOnTime";
1329
+ })(exports.KnownSapTablePartitionOption || (exports.KnownSapTablePartitionOption = {}));
1331
1330
 
1332
1331
  /*
1333
1332
  * Copyright (c) Microsoft Corporation.
@@ -1339,7 +1338,7 @@ exports.KnownSqlPartitionOption = void 0;
1339
1338
  const tracingClient = coreTracing.createTracingClient({
1340
1339
  namespace: "Azure.Synapse.Artifacts",
1341
1340
  packageName: "@azure/synapse-artifacts",
1342
- packageVersion: "1.0.0-beta.13"
1341
+ packageVersion: "1.0.0-beta.14"
1343
1342
  });
1344
1343
 
1345
1344
  /*
@@ -2355,7 +2354,7 @@ const RunNotebookResult = {
2355
2354
  sessionId: {
2356
2355
  serializedName: "sessionId",
2357
2356
  type: {
2358
- name: "Number"
2357
+ name: "String"
2359
2358
  }
2360
2359
  },
2361
2360
  sparkPool: {
@@ -2483,7 +2482,7 @@ const RunNotebookSnapshotResult = {
2483
2482
  sessionId: {
2484
2483
  serializedName: "sessionId",
2485
2484
  type: {
2486
- name: "Number"
2485
+ name: "String"
2487
2486
  }
2488
2487
  },
2489
2488
  sparkPool: {
@@ -2536,7 +2535,7 @@ const RunNotebookSnapshot = {
2536
2535
  sessionId: {
2537
2536
  serializedName: "sessionId",
2538
2537
  type: {
2539
- name: "Number"
2538
+ name: "String"
2540
2539
  }
2541
2540
  },
2542
2541
  sparkPool: {
@@ -8103,6 +8102,261 @@ const SapTablePartitionSettings = {
8103
8102
  }
8104
8103
  }
8105
8104
  };
8105
+ const SqlPartitionSettings = {
8106
+ type: {
8107
+ name: "Composite",
8108
+ className: "SqlPartitionSettings",
8109
+ modelProperties: {
8110
+ partitionColumnName: {
8111
+ serializedName: "partitionColumnName",
8112
+ type: {
8113
+ name: "any"
8114
+ }
8115
+ },
8116
+ partitionUpperBound: {
8117
+ serializedName: "partitionUpperBound",
8118
+ type: {
8119
+ name: "any"
8120
+ }
8121
+ },
8122
+ partitionLowerBound: {
8123
+ serializedName: "partitionLowerBound",
8124
+ type: {
8125
+ name: "any"
8126
+ }
8127
+ }
8128
+ }
8129
+ }
8130
+ };
8131
+ const OraclePartitionSettings = {
8132
+ type: {
8133
+ name: "Composite",
8134
+ className: "OraclePartitionSettings",
8135
+ modelProperties: {
8136
+ partitionNames: {
8137
+ serializedName: "partitionNames",
8138
+ type: {
8139
+ name: "any"
8140
+ }
8141
+ },
8142
+ partitionColumnName: {
8143
+ serializedName: "partitionColumnName",
8144
+ type: {
8145
+ name: "any"
8146
+ }
8147
+ },
8148
+ partitionUpperBound: {
8149
+ serializedName: "partitionUpperBound",
8150
+ type: {
8151
+ name: "any"
8152
+ }
8153
+ },
8154
+ partitionLowerBound: {
8155
+ serializedName: "partitionLowerBound",
8156
+ type: {
8157
+ name: "any"
8158
+ }
8159
+ }
8160
+ }
8161
+ }
8162
+ };
8163
+ const AmazonRdsForOraclePartitionSettings = {
8164
+ type: {
8165
+ name: "Composite",
8166
+ className: "AmazonRdsForOraclePartitionSettings",
8167
+ modelProperties: {
8168
+ partitionNames: {
8169
+ serializedName: "partitionNames",
8170
+ type: {
8171
+ name: "any"
8172
+ }
8173
+ },
8174
+ partitionColumnName: {
8175
+ serializedName: "partitionColumnName",
8176
+ type: {
8177
+ name: "any"
8178
+ }
8179
+ },
8180
+ partitionUpperBound: {
8181
+ serializedName: "partitionUpperBound",
8182
+ type: {
8183
+ name: "any"
8184
+ }
8185
+ },
8186
+ partitionLowerBound: {
8187
+ serializedName: "partitionLowerBound",
8188
+ type: {
8189
+ name: "any"
8190
+ }
8191
+ }
8192
+ }
8193
+ }
8194
+ };
8195
+ const TeradataPartitionSettings = {
8196
+ type: {
8197
+ name: "Composite",
8198
+ className: "TeradataPartitionSettings",
8199
+ modelProperties: {
8200
+ partitionColumnName: {
8201
+ serializedName: "partitionColumnName",
8202
+ type: {
8203
+ name: "any"
8204
+ }
8205
+ },
8206
+ partitionUpperBound: {
8207
+ serializedName: "partitionUpperBound",
8208
+ type: {
8209
+ name: "any"
8210
+ }
8211
+ },
8212
+ partitionLowerBound: {
8213
+ serializedName: "partitionLowerBound",
8214
+ type: {
8215
+ name: "any"
8216
+ }
8217
+ }
8218
+ }
8219
+ }
8220
+ };
8221
+ const MongoDbCursorMethodsProperties = {
8222
+ type: {
8223
+ name: "Composite",
8224
+ className: "MongoDbCursorMethodsProperties",
8225
+ additionalProperties: { type: { name: "Object" } },
8226
+ modelProperties: {
8227
+ project: {
8228
+ serializedName: "project",
8229
+ type: {
8230
+ name: "any"
8231
+ }
8232
+ },
8233
+ sort: {
8234
+ serializedName: "sort",
8235
+ type: {
8236
+ name: "any"
8237
+ }
8238
+ },
8239
+ skip: {
8240
+ serializedName: "skip",
8241
+ type: {
8242
+ name: "any"
8243
+ }
8244
+ },
8245
+ limit: {
8246
+ serializedName: "limit",
8247
+ type: {
8248
+ name: "any"
8249
+ }
8250
+ }
8251
+ }
8252
+ }
8253
+ };
8254
+ const OutputColumn = {
8255
+ type: {
8256
+ name: "Composite",
8257
+ className: "OutputColumn",
8258
+ modelProperties: {
8259
+ name: {
8260
+ serializedName: "name",
8261
+ type: {
8262
+ name: "String"
8263
+ }
8264
+ }
8265
+ }
8266
+ }
8267
+ };
8268
+ const NetezzaPartitionSettings = {
8269
+ type: {
8270
+ name: "Composite",
8271
+ className: "NetezzaPartitionSettings",
8272
+ modelProperties: {
8273
+ partitionColumnName: {
8274
+ serializedName: "partitionColumnName",
8275
+ type: {
8276
+ name: "any"
8277
+ }
8278
+ },
8279
+ partitionUpperBound: {
8280
+ serializedName: "partitionUpperBound",
8281
+ type: {
8282
+ name: "any"
8283
+ }
8284
+ },
8285
+ partitionLowerBound: {
8286
+ serializedName: "partitionLowerBound",
8287
+ type: {
8288
+ name: "any"
8289
+ }
8290
+ }
8291
+ }
8292
+ }
8293
+ };
8294
+ const RedshiftUnloadSettings = {
8295
+ type: {
8296
+ name: "Composite",
8297
+ className: "RedshiftUnloadSettings",
8298
+ modelProperties: {
8299
+ s3LinkedServiceName: {
8300
+ serializedName: "s3LinkedServiceName",
8301
+ type: {
8302
+ name: "Composite",
8303
+ className: "LinkedServiceReference"
8304
+ }
8305
+ },
8306
+ bucketName: {
8307
+ serializedName: "bucketName",
8308
+ required: true,
8309
+ type: {
8310
+ name: "any"
8311
+ }
8312
+ }
8313
+ }
8314
+ }
8315
+ };
8316
+ const ExportSettings = {
8317
+ serializedName: "ExportSettings",
8318
+ type: {
8319
+ name: "Composite",
8320
+ className: "ExportSettings",
8321
+ uberParent: "ExportSettings",
8322
+ additionalProperties: { type: { name: "Object" } },
8323
+ polymorphicDiscriminator: {
8324
+ serializedName: "type",
8325
+ clientName: "type"
8326
+ },
8327
+ modelProperties: {
8328
+ type: {
8329
+ serializedName: "type",
8330
+ required: true,
8331
+ type: {
8332
+ name: "String"
8333
+ }
8334
+ }
8335
+ }
8336
+ }
8337
+ };
8338
+ const ImportSettings = {
8339
+ serializedName: "ImportSettings",
8340
+ type: {
8341
+ name: "Composite",
8342
+ className: "ImportSettings",
8343
+ uberParent: "ImportSettings",
8344
+ additionalProperties: { type: { name: "Object" } },
8345
+ polymorphicDiscriminator: {
8346
+ serializedName: "type",
8347
+ clientName: "type"
8348
+ },
8349
+ modelProperties: {
8350
+ type: {
8351
+ serializedName: "type",
8352
+ required: true,
8353
+ type: {
8354
+ name: "String"
8355
+ }
8356
+ }
8357
+ }
8358
+ }
8359
+ };
8106
8360
  const StoredProcedureParameter = {
8107
8361
  type: {
8108
8362
  name: "Composite",
@@ -8124,261 +8378,6 @@ const StoredProcedureParameter = {
8124
8378
  }
8125
8379
  }
8126
8380
  };
8127
- const SqlPartitionSettings = {
8128
- type: {
8129
- name: "Composite",
8130
- className: "SqlPartitionSettings",
8131
- modelProperties: {
8132
- partitionColumnName: {
8133
- serializedName: "partitionColumnName",
8134
- type: {
8135
- name: "any"
8136
- }
8137
- },
8138
- partitionUpperBound: {
8139
- serializedName: "partitionUpperBound",
8140
- type: {
8141
- name: "any"
8142
- }
8143
- },
8144
- partitionLowerBound: {
8145
- serializedName: "partitionLowerBound",
8146
- type: {
8147
- name: "any"
8148
- }
8149
- }
8150
- }
8151
- }
8152
- };
8153
- const OraclePartitionSettings = {
8154
- type: {
8155
- name: "Composite",
8156
- className: "OraclePartitionSettings",
8157
- modelProperties: {
8158
- partitionNames: {
8159
- serializedName: "partitionNames",
8160
- type: {
8161
- name: "any"
8162
- }
8163
- },
8164
- partitionColumnName: {
8165
- serializedName: "partitionColumnName",
8166
- type: {
8167
- name: "any"
8168
- }
8169
- },
8170
- partitionUpperBound: {
8171
- serializedName: "partitionUpperBound",
8172
- type: {
8173
- name: "any"
8174
- }
8175
- },
8176
- partitionLowerBound: {
8177
- serializedName: "partitionLowerBound",
8178
- type: {
8179
- name: "any"
8180
- }
8181
- }
8182
- }
8183
- }
8184
- };
8185
- const AmazonRdsForOraclePartitionSettings = {
8186
- type: {
8187
- name: "Composite",
8188
- className: "AmazonRdsForOraclePartitionSettings",
8189
- modelProperties: {
8190
- partitionNames: {
8191
- serializedName: "partitionNames",
8192
- type: {
8193
- name: "any"
8194
- }
8195
- },
8196
- partitionColumnName: {
8197
- serializedName: "partitionColumnName",
8198
- type: {
8199
- name: "any"
8200
- }
8201
- },
8202
- partitionUpperBound: {
8203
- serializedName: "partitionUpperBound",
8204
- type: {
8205
- name: "any"
8206
- }
8207
- },
8208
- partitionLowerBound: {
8209
- serializedName: "partitionLowerBound",
8210
- type: {
8211
- name: "any"
8212
- }
8213
- }
8214
- }
8215
- }
8216
- };
8217
- const TeradataPartitionSettings = {
8218
- type: {
8219
- name: "Composite",
8220
- className: "TeradataPartitionSettings",
8221
- modelProperties: {
8222
- partitionColumnName: {
8223
- serializedName: "partitionColumnName",
8224
- type: {
8225
- name: "any"
8226
- }
8227
- },
8228
- partitionUpperBound: {
8229
- serializedName: "partitionUpperBound",
8230
- type: {
8231
- name: "any"
8232
- }
8233
- },
8234
- partitionLowerBound: {
8235
- serializedName: "partitionLowerBound",
8236
- type: {
8237
- name: "any"
8238
- }
8239
- }
8240
- }
8241
- }
8242
- };
8243
- const MongoDbCursorMethodsProperties = {
8244
- type: {
8245
- name: "Composite",
8246
- className: "MongoDbCursorMethodsProperties",
8247
- additionalProperties: { type: { name: "Object" } },
8248
- modelProperties: {
8249
- project: {
8250
- serializedName: "project",
8251
- type: {
8252
- name: "any"
8253
- }
8254
- },
8255
- sort: {
8256
- serializedName: "sort",
8257
- type: {
8258
- name: "any"
8259
- }
8260
- },
8261
- skip: {
8262
- serializedName: "skip",
8263
- type: {
8264
- name: "any"
8265
- }
8266
- },
8267
- limit: {
8268
- serializedName: "limit",
8269
- type: {
8270
- name: "any"
8271
- }
8272
- }
8273
- }
8274
- }
8275
- };
8276
- const OutputColumn = {
8277
- type: {
8278
- name: "Composite",
8279
- className: "OutputColumn",
8280
- modelProperties: {
8281
- name: {
8282
- serializedName: "name",
8283
- type: {
8284
- name: "String"
8285
- }
8286
- }
8287
- }
8288
- }
8289
- };
8290
- const NetezzaPartitionSettings = {
8291
- type: {
8292
- name: "Composite",
8293
- className: "NetezzaPartitionSettings",
8294
- modelProperties: {
8295
- partitionColumnName: {
8296
- serializedName: "partitionColumnName",
8297
- type: {
8298
- name: "any"
8299
- }
8300
- },
8301
- partitionUpperBound: {
8302
- serializedName: "partitionUpperBound",
8303
- type: {
8304
- name: "any"
8305
- }
8306
- },
8307
- partitionLowerBound: {
8308
- serializedName: "partitionLowerBound",
8309
- type: {
8310
- name: "any"
8311
- }
8312
- }
8313
- }
8314
- }
8315
- };
8316
- const RedshiftUnloadSettings = {
8317
- type: {
8318
- name: "Composite",
8319
- className: "RedshiftUnloadSettings",
8320
- modelProperties: {
8321
- s3LinkedServiceName: {
8322
- serializedName: "s3LinkedServiceName",
8323
- type: {
8324
- name: "Composite",
8325
- className: "LinkedServiceReference"
8326
- }
8327
- },
8328
- bucketName: {
8329
- serializedName: "bucketName",
8330
- required: true,
8331
- type: {
8332
- name: "any"
8333
- }
8334
- }
8335
- }
8336
- }
8337
- };
8338
- const ExportSettings = {
8339
- serializedName: "ExportSettings",
8340
- type: {
8341
- name: "Composite",
8342
- className: "ExportSettings",
8343
- uberParent: "ExportSettings",
8344
- additionalProperties: { type: { name: "Object" } },
8345
- polymorphicDiscriminator: {
8346
- serializedName: "type",
8347
- clientName: "type"
8348
- },
8349
- modelProperties: {
8350
- type: {
8351
- serializedName: "type",
8352
- required: true,
8353
- type: {
8354
- name: "String"
8355
- }
8356
- }
8357
- }
8358
- }
8359
- };
8360
- const ImportSettings = {
8361
- serializedName: "ImportSettings",
8362
- type: {
8363
- name: "Composite",
8364
- className: "ImportSettings",
8365
- uberParent: "ImportSettings",
8366
- additionalProperties: { type: { name: "Object" } },
8367
- polymorphicDiscriminator: {
8368
- serializedName: "type",
8369
- clientName: "type"
8370
- },
8371
- modelProperties: {
8372
- type: {
8373
- serializedName: "type",
8374
- required: true,
8375
- type: {
8376
- name: "String"
8377
- }
8378
- }
8379
- }
8380
- }
8381
- };
8382
8381
  const NotebookParameter = {
8383
8382
  type: {
8384
8383
  name: "Composite",
@@ -8860,7 +8859,7 @@ const WebActivityAuthentication = {
8860
8859
  username: {
8861
8860
  serializedName: "username",
8862
8861
  type: {
8863
- name: "String"
8862
+ name: "any"
8864
8863
  }
8865
8864
  },
8866
8865
  password: {
@@ -17717,10 +17716,7 @@ const SqlPoolStoredProcedureActivity = {
17717
17716
  }, storedProcedureParameters: {
17718
17717
  serializedName: "typeProperties.storedProcedureParameters",
17719
17718
  type: {
17720
- name: "Dictionary",
17721
- value: {
17722
- type: { name: "Composite", className: "StoredProcedureParameter" }
17723
- }
17719
+ name: "any"
17724
17720
  }
17725
17721
  } })
17726
17722
  }
@@ -18299,7 +18295,7 @@ const AzureBlobStorageReadSettings = {
18299
18295
  }, enablePartitionDiscovery: {
18300
18296
  serializedName: "enablePartitionDiscovery",
18301
18297
  type: {
18302
- name: "Boolean"
18298
+ name: "any"
18303
18299
  }
18304
18300
  }, partitionRootPath: {
18305
18301
  serializedName: "partitionRootPath",
@@ -18482,7 +18478,7 @@ const AmazonS3ReadSettings = {
18482
18478
  }, enablePartitionDiscovery: {
18483
18479
  serializedName: "enablePartitionDiscovery",
18484
18480
  type: {
18485
- name: "Boolean"
18481
+ name: "any"
18486
18482
  }
18487
18483
  }, partitionRootPath: {
18488
18484
  serializedName: "partitionRootPath",
@@ -18538,7 +18534,7 @@ const FileServerReadSettings = {
18538
18534
  }, enablePartitionDiscovery: {
18539
18535
  serializedName: "enablePartitionDiscovery",
18540
18536
  type: {
18541
- name: "Boolean"
18537
+ name: "any"
18542
18538
  }
18543
18539
  }, partitionRootPath: {
18544
18540
  serializedName: "partitionRootPath",
@@ -18604,7 +18600,7 @@ const AzureFileStorageReadSettings = {
18604
18600
  }, enablePartitionDiscovery: {
18605
18601
  serializedName: "enablePartitionDiscovery",
18606
18602
  type: {
18607
- name: "Boolean"
18603
+ name: "any"
18608
18604
  }
18609
18605
  }, partitionRootPath: {
18610
18606
  serializedName: "partitionRootPath",
@@ -18665,7 +18661,7 @@ const GoogleCloudStorageReadSettings = {
18665
18661
  }, enablePartitionDiscovery: {
18666
18662
  serializedName: "enablePartitionDiscovery",
18667
18663
  type: {
18668
- name: "Boolean"
18664
+ name: "any"
18669
18665
  }
18670
18666
  }, partitionRootPath: {
18671
18667
  serializedName: "partitionRootPath",
@@ -18716,7 +18712,7 @@ const FtpReadSettings = {
18716
18712
  }, enablePartitionDiscovery: {
18717
18713
  serializedName: "enablePartitionDiscovery",
18718
18714
  type: {
18719
- name: "Boolean"
18715
+ name: "any"
18720
18716
  }
18721
18717
  }, partitionRootPath: {
18722
18718
  serializedName: "partitionRootPath",
@@ -18736,7 +18732,7 @@ const FtpReadSettings = {
18736
18732
  }, useBinaryTransfer: {
18737
18733
  serializedName: "useBinaryTransfer",
18738
18734
  type: {
18739
- name: "Boolean"
18735
+ name: "any"
18740
18736
  }
18741
18737
  }, disableChunking: {
18742
18738
  serializedName: "disableChunking",
@@ -18772,7 +18768,7 @@ const SftpReadSettings = {
18772
18768
  }, enablePartitionDiscovery: {
18773
18769
  serializedName: "enablePartitionDiscovery",
18774
18770
  type: {
18775
- name: "Boolean"
18771
+ name: "any"
18776
18772
  }
18777
18773
  }, partitionRootPath: {
18778
18774
  serializedName: "partitionRootPath",
@@ -18838,13 +18834,18 @@ const HttpReadSettings = {
18838
18834
  }, enablePartitionDiscovery: {
18839
18835
  serializedName: "enablePartitionDiscovery",
18840
18836
  type: {
18841
- name: "Boolean"
18837
+ name: "any"
18842
18838
  }
18843
18839
  }, partitionRootPath: {
18844
18840
  serializedName: "partitionRootPath",
18845
18841
  type: {
18846
18842
  name: "any"
18847
18843
  }
18844
+ }, additionalColumns: {
18845
+ serializedName: "additionalColumns",
18846
+ type: {
18847
+ name: "any"
18848
+ }
18848
18849
  } })
18849
18850
  }
18850
18851
  };
@@ -18879,7 +18880,7 @@ const HdfsReadSettings = {
18879
18880
  }, enablePartitionDiscovery: {
18880
18881
  serializedName: "enablePartitionDiscovery",
18881
18882
  type: {
18882
- name: "Boolean"
18883
+ name: "any"
18883
18884
  }
18884
18885
  }, partitionRootPath: {
18885
18886
  serializedName: "partitionRootPath",
@@ -20634,10 +20635,7 @@ const SqlSink = {
20634
20635
  }, storedProcedureParameters: {
20635
20636
  serializedName: "storedProcedureParameters",
20636
20637
  type: {
20637
- name: "Dictionary",
20638
- value: {
20639
- type: { name: "Composite", className: "StoredProcedureParameter" }
20640
- }
20638
+ name: "any"
20641
20639
  }
20642
20640
  }, storedProcedureTableTypeParameterName: {
20643
20641
  serializedName: "storedProcedureTableTypeParameterName",
@@ -20678,10 +20676,7 @@ const SqlServerSink = {
20678
20676
  }, storedProcedureParameters: {
20679
20677
  serializedName: "storedProcedureParameters",
20680
20678
  type: {
20681
- name: "Dictionary",
20682
- value: {
20683
- type: { name: "Composite", className: "StoredProcedureParameter" }
20684
- }
20679
+ name: "any"
20685
20680
  }
20686
20681
  }, storedProcedureTableTypeParameterName: {
20687
20682
  serializedName: "storedProcedureTableTypeParameterName",
@@ -20722,10 +20717,7 @@ const AzureSqlSink = {
20722
20717
  }, storedProcedureParameters: {
20723
20718
  serializedName: "storedProcedureParameters",
20724
20719
  type: {
20725
- name: "Dictionary",
20726
- value: {
20727
- type: { name: "Composite", className: "StoredProcedureParameter" }
20728
- }
20720
+ name: "any"
20729
20721
  }
20730
20722
  }, storedProcedureTableTypeParameterName: {
20731
20723
  serializedName: "storedProcedureTableTypeParameterName",
@@ -20766,10 +20758,7 @@ const SqlMISink = {
20766
20758
  }, storedProcedureParameters: {
20767
20759
  serializedName: "storedProcedureParameters",
20768
20760
  type: {
20769
- name: "Dictionary",
20770
- value: {
20771
- type: { name: "Composite", className: "StoredProcedureParameter" }
20772
- }
20761
+ name: "any"
20773
20762
  }
20774
20763
  }, storedProcedureTableTypeParameterName: {
20775
20764
  serializedName: "storedProcedureTableTypeParameterName",
@@ -23254,7 +23243,12 @@ const ScriptActivity = {
23254
23243
  uberParent: "ExecutionActivity",
23255
23244
  additionalProperties: { type: { name: "Object" } },
23256
23245
  polymorphicDiscriminator: ExecutionActivity.type.polymorphicDiscriminator,
23257
- modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { scripts: {
23246
+ modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { scriptBlockExecutionTimeout: {
23247
+ serializedName: "typeProperties.scriptBlockExecutionTimeout",
23248
+ type: {
23249
+ name: "any"
23250
+ }
23251
+ }, scripts: {
23258
23252
  serializedName: "typeProperties.scripts",
23259
23253
  type: {
23260
23254
  name: "Sequence",
@@ -23799,7 +23793,7 @@ const SapHanaSource = {
23799
23793
  }, partitionOption: {
23800
23794
  serializedName: "partitionOption",
23801
23795
  type: {
23802
- name: "String"
23796
+ name: "any"
23803
23797
  }
23804
23798
  }, partitionSettings: {
23805
23799
  serializedName: "partitionSettings",
@@ -23918,7 +23912,7 @@ const SapTableSource = {
23918
23912
  }, partitionOption: {
23919
23913
  serializedName: "partitionOption",
23920
23914
  type: {
23921
- name: "String"
23915
+ name: "any"
23922
23916
  }
23923
23917
  }, partitionSettings: {
23924
23918
  serializedName: "partitionSettings",
@@ -23950,10 +23944,7 @@ const SqlSource = {
23950
23944
  }, storedProcedureParameters: {
23951
23945
  serializedName: "storedProcedureParameters",
23952
23946
  type: {
23953
- name: "Dictionary",
23954
- value: {
23955
- type: { name: "Composite", className: "StoredProcedureParameter" }
23956
- }
23947
+ name: "any"
23957
23948
  }
23958
23949
  }, isolationLevel: {
23959
23950
  serializedName: "isolationLevel",
@@ -23995,10 +23986,7 @@ const SqlServerSource = {
23995
23986
  }, storedProcedureParameters: {
23996
23987
  serializedName: "storedProcedureParameters",
23997
23988
  type: {
23998
- name: "Dictionary",
23999
- value: {
24000
- type: { name: "Composite", className: "StoredProcedureParameter" }
24001
- }
23989
+ name: "any"
24002
23990
  }
24003
23991
  }, isolationLevel: {
24004
23992
  serializedName: "isolationLevel",
@@ -24045,10 +24033,7 @@ const AmazonRdsForSqlServerSource = {
24045
24033
  }, storedProcedureParameters: {
24046
24034
  serializedName: "storedProcedureParameters",
24047
24035
  type: {
24048
- name: "Dictionary",
24049
- value: {
24050
- type: { name: "Composite", className: "StoredProcedureParameter" }
24051
- }
24036
+ name: "any"
24052
24037
  }
24053
24038
  }, isolationLevel: {
24054
24039
  serializedName: "isolationLevel",
@@ -24095,10 +24080,7 @@ const AzureSqlSource = {
24095
24080
  }, storedProcedureParameters: {
24096
24081
  serializedName: "storedProcedureParameters",
24097
24082
  type: {
24098
- name: "Dictionary",
24099
- value: {
24100
- type: { name: "Composite", className: "StoredProcedureParameter" }
24101
- }
24083
+ name: "any"
24102
24084
  }
24103
24085
  }, isolationLevel: {
24104
24086
  serializedName: "isolationLevel",
@@ -24145,10 +24127,7 @@ const SqlMISource = {
24145
24127
  }, storedProcedureParameters: {
24146
24128
  serializedName: "storedProcedureParameters",
24147
24129
  type: {
24148
- name: "Dictionary",
24149
- value: {
24150
- type: { name: "Composite", className: "StoredProcedureParameter" }
24151
- }
24130
+ name: "any"
24152
24131
  }
24153
24132
  }, isolationLevel: {
24154
24133
  serializedName: "isolationLevel",
@@ -25603,746 +25582,746 @@ let discriminators = {
25603
25582
 
25604
25583
  var Mappers = /*#__PURE__*/Object.freeze({
25605
25584
  __proto__: null,
25585
+ Activity: Activity,
25586
+ ActivityDependency: ActivityDependency,
25587
+ ActivityPolicy: ActivityPolicy,
25588
+ ActivityRun: ActivityRun,
25589
+ ActivityRunsQueryResponse: ActivityRunsQueryResponse,
25590
+ AddDataFlowToDebugSessionResponse: AddDataFlowToDebugSessionResponse,
25591
+ AdditionalColumns: AdditionalColumns,
25592
+ AmazonMWSLinkedService: AmazonMWSLinkedService,
25593
+ AmazonMWSObjectDataset: AmazonMWSObjectDataset,
25594
+ AmazonMWSSource: AmazonMWSSource,
25595
+ AmazonRdsForOracleLinkedService: AmazonRdsForOracleLinkedService,
25596
+ AmazonRdsForOraclePartitionSettings: AmazonRdsForOraclePartitionSettings,
25597
+ AmazonRdsForOracleSource: AmazonRdsForOracleSource,
25598
+ AmazonRdsForOracleTableDataset: AmazonRdsForOracleTableDataset,
25599
+ AmazonRdsForSqlServerLinkedService: AmazonRdsForSqlServerLinkedService,
25600
+ AmazonRdsForSqlServerSource: AmazonRdsForSqlServerSource,
25601
+ AmazonRdsForSqlServerTableDataset: AmazonRdsForSqlServerTableDataset,
25602
+ AmazonRedshiftLinkedService: AmazonRedshiftLinkedService,
25603
+ AmazonRedshiftSource: AmazonRedshiftSource,
25604
+ AmazonRedshiftTableDataset: AmazonRedshiftTableDataset,
25605
+ AmazonS3Dataset: AmazonS3Dataset,
25606
+ AmazonS3LinkedService: AmazonS3LinkedService,
25607
+ AmazonS3Location: AmazonS3Location,
25608
+ AmazonS3ReadSettings: AmazonS3ReadSettings,
25609
+ AppFiguresLinkedService: AppFiguresLinkedService,
25610
+ AppendVariableActivity: AppendVariableActivity,
25611
+ ArtifactRenameRequest: ArtifactRenameRequest,
25612
+ AsanaLinkedService: AsanaLinkedService,
25613
+ AutoPauseProperties: AutoPauseProperties,
25614
+ AutoScaleProperties: AutoScaleProperties,
25615
+ AvroDataset: AvroDataset,
25616
+ AvroFormat: AvroFormat,
25617
+ AvroSink: AvroSink,
25618
+ AvroSource: AvroSource,
25619
+ AvroWriteSettings: AvroWriteSettings,
25620
+ AzureBatchLinkedService: AzureBatchLinkedService,
25621
+ AzureBlobDataset: AzureBlobDataset,
25622
+ AzureBlobFSDataset: AzureBlobFSDataset,
25623
+ AzureBlobFSLinkedService: AzureBlobFSLinkedService,
25624
+ AzureBlobFSLocation: AzureBlobFSLocation,
25625
+ AzureBlobFSReadSettings: AzureBlobFSReadSettings,
25626
+ AzureBlobFSSink: AzureBlobFSSink,
25627
+ AzureBlobFSSource: AzureBlobFSSource,
25628
+ AzureBlobFSWriteSettings: AzureBlobFSWriteSettings,
25629
+ AzureBlobStorageLinkedService: AzureBlobStorageLinkedService,
25630
+ AzureBlobStorageLocation: AzureBlobStorageLocation,
25631
+ AzureBlobStorageReadSettings: AzureBlobStorageReadSettings,
25632
+ AzureBlobStorageWriteSettings: AzureBlobStorageWriteSettings,
25633
+ AzureDataExplorerCommandActivity: AzureDataExplorerCommandActivity,
25634
+ AzureDataExplorerLinkedService: AzureDataExplorerLinkedService,
25635
+ AzureDataExplorerSink: AzureDataExplorerSink,
25636
+ AzureDataExplorerSource: AzureDataExplorerSource,
25637
+ AzureDataExplorerTableDataset: AzureDataExplorerTableDataset,
25638
+ AzureDataLakeAnalyticsLinkedService: AzureDataLakeAnalyticsLinkedService,
25639
+ AzureDataLakeStoreDataset: AzureDataLakeStoreDataset,
25640
+ AzureDataLakeStoreLinkedService: AzureDataLakeStoreLinkedService,
25641
+ AzureDataLakeStoreLocation: AzureDataLakeStoreLocation,
25642
+ AzureDataLakeStoreReadSettings: AzureDataLakeStoreReadSettings,
25643
+ AzureDataLakeStoreSink: AzureDataLakeStoreSink,
25644
+ AzureDataLakeStoreSource: AzureDataLakeStoreSource,
25645
+ AzureDataLakeStoreWriteSettings: AzureDataLakeStoreWriteSettings,
25646
+ AzureDatabricksDeltaLakeDataset: AzureDatabricksDeltaLakeDataset,
25647
+ AzureDatabricksDeltaLakeExportCommand: AzureDatabricksDeltaLakeExportCommand,
25648
+ AzureDatabricksDeltaLakeImportCommand: AzureDatabricksDeltaLakeImportCommand,
25649
+ AzureDatabricksDeltaLakeLinkedService: AzureDatabricksDeltaLakeLinkedService,
25650
+ AzureDatabricksDeltaLakeSink: AzureDatabricksDeltaLakeSink,
25651
+ AzureDatabricksDeltaLakeSource: AzureDatabricksDeltaLakeSource,
25652
+ AzureDatabricksLinkedService: AzureDatabricksLinkedService,
25653
+ AzureEntityResource: AzureEntityResource,
25654
+ AzureFileStorageLinkedService: AzureFileStorageLinkedService,
25655
+ AzureFileStorageLocation: AzureFileStorageLocation,
25656
+ AzureFileStorageReadSettings: AzureFileStorageReadSettings,
25657
+ AzureFileStorageWriteSettings: AzureFileStorageWriteSettings,
25658
+ AzureFunctionActivity: AzureFunctionActivity,
25659
+ AzureFunctionLinkedService: AzureFunctionLinkedService,
25660
+ AzureKeyVaultLinkedService: AzureKeyVaultLinkedService,
25661
+ AzureKeyVaultSecretReference: AzureKeyVaultSecretReference,
25662
+ AzureMLBatchExecutionActivity: AzureMLBatchExecutionActivity,
25663
+ AzureMLExecutePipelineActivity: AzureMLExecutePipelineActivity,
25664
+ AzureMLLinkedService: AzureMLLinkedService,
25665
+ AzureMLServiceLinkedService: AzureMLServiceLinkedService,
25666
+ AzureMLUpdateResourceActivity: AzureMLUpdateResourceActivity,
25667
+ AzureMLWebServiceFile: AzureMLWebServiceFile,
25668
+ AzureMariaDBLinkedService: AzureMariaDBLinkedService,
25669
+ AzureMariaDBSource: AzureMariaDBSource,
25670
+ AzureMariaDBTableDataset: AzureMariaDBTableDataset,
25671
+ AzureMySqlLinkedService: AzureMySqlLinkedService,
25672
+ AzureMySqlSink: AzureMySqlSink,
25673
+ AzureMySqlSource: AzureMySqlSource,
25674
+ AzureMySqlTableDataset: AzureMySqlTableDataset,
25675
+ AzurePostgreSqlLinkedService: AzurePostgreSqlLinkedService,
25676
+ AzurePostgreSqlSink: AzurePostgreSqlSink,
25677
+ AzurePostgreSqlSource: AzurePostgreSqlSource,
25678
+ AzurePostgreSqlTableDataset: AzurePostgreSqlTableDataset,
25679
+ AzureQueueSink: AzureQueueSink,
25680
+ AzureSearchIndexDataset: AzureSearchIndexDataset,
25681
+ AzureSearchIndexSink: AzureSearchIndexSink,
25682
+ AzureSearchLinkedService: AzureSearchLinkedService,
25683
+ AzureSqlDWLinkedService: AzureSqlDWLinkedService,
25684
+ AzureSqlDWTableDataset: AzureSqlDWTableDataset,
25685
+ AzureSqlDatabaseLinkedService: AzureSqlDatabaseLinkedService,
25686
+ AzureSqlMILinkedService: AzureSqlMILinkedService,
25687
+ AzureSqlMITableDataset: AzureSqlMITableDataset,
25688
+ AzureSqlSink: AzureSqlSink,
25689
+ AzureSqlSource: AzureSqlSource,
25690
+ AzureSqlTableDataset: AzureSqlTableDataset,
25691
+ AzureStorageLinkedService: AzureStorageLinkedService,
25692
+ AzureSynapseArtifactsLinkedService: AzureSynapseArtifactsLinkedService,
25693
+ AzureTableDataset: AzureTableDataset,
25694
+ AzureTableSink: AzureTableSink,
25695
+ AzureTableSource: AzureTableSource,
25696
+ AzureTableStorageLinkedService: AzureTableStorageLinkedService,
25697
+ BigDataPoolParametrizationReference: BigDataPoolParametrizationReference,
25698
+ BigDataPoolReference: BigDataPoolReference,
25699
+ BigDataPoolResourceInfo: BigDataPoolResourceInfo,
25700
+ BigDataPoolResourceInfoListResult: BigDataPoolResourceInfoListResult,
25701
+ BinaryDataset: BinaryDataset,
25702
+ BinaryReadSettings: BinaryReadSettings,
25703
+ BinarySink: BinarySink,
25704
+ BinarySource: BinarySource,
25705
+ BlobEventsTrigger: BlobEventsTrigger,
25706
+ BlobSink: BlobSink,
25707
+ BlobSource: BlobSource,
25708
+ BlobTrigger: BlobTrigger,
25709
+ CassandraLinkedService: CassandraLinkedService,
25710
+ CassandraSource: CassandraSource,
25711
+ CassandraTableDataset: CassandraTableDataset,
25712
+ ChainingTrigger: ChainingTrigger,
25713
+ CloudError: CloudError,
25714
+ CommonDataServiceForAppsEntityDataset: CommonDataServiceForAppsEntityDataset,
25715
+ CommonDataServiceForAppsLinkedService: CommonDataServiceForAppsLinkedService,
25716
+ CommonDataServiceForAppsSink: CommonDataServiceForAppsSink,
25717
+ CommonDataServiceForAppsSource: CommonDataServiceForAppsSource,
25718
+ CompressionReadSettings: CompressionReadSettings,
25719
+ ConcurLinkedService: ConcurLinkedService,
25720
+ ConcurObjectDataset: ConcurObjectDataset,
25721
+ ConcurSource: ConcurSource,
25722
+ ControlActivity: ControlActivity,
25723
+ CopyActivity: CopyActivity,
25724
+ CopyActivityLogSettings: CopyActivityLogSettings,
25725
+ CopySink: CopySink,
25726
+ CopySource: CopySource,
25727
+ CopyTranslator: CopyTranslator,
25728
+ CosmosDbLinkedService: CosmosDbLinkedService,
25729
+ CosmosDbMongoDbApiCollectionDataset: CosmosDbMongoDbApiCollectionDataset,
25730
+ CosmosDbMongoDbApiLinkedService: CosmosDbMongoDbApiLinkedService,
25731
+ CosmosDbMongoDbApiSink: CosmosDbMongoDbApiSink,
25732
+ CosmosDbMongoDbApiSource: CosmosDbMongoDbApiSource,
25733
+ CosmosDbSqlApiCollectionDataset: CosmosDbSqlApiCollectionDataset,
25734
+ CosmosDbSqlApiSink: CosmosDbSqlApiSink,
25735
+ CosmosDbSqlApiSource: CosmosDbSqlApiSource,
25736
+ CouchbaseLinkedService: CouchbaseLinkedService,
25737
+ CouchbaseSource: CouchbaseSource,
25738
+ CouchbaseTableDataset: CouchbaseTableDataset,
25739
+ CreateDataFlowDebugSessionRequest: CreateDataFlowDebugSessionRequest,
25740
+ CreateDataFlowDebugSessionResponse: CreateDataFlowDebugSessionResponse,
25741
+ CreateRunResponse: CreateRunResponse,
25742
+ CredentialReference: CredentialReference,
25743
+ CustomActivity: CustomActivity,
25744
+ CustomActivityReferenceObject: CustomActivityReferenceObject,
25745
+ CustomDataSourceLinkedService: CustomDataSourceLinkedService,
25746
+ CustomDataset: CustomDataset,
25747
+ CustomEventsTrigger: CustomEventsTrigger,
25748
+ CustomSetupBase: CustomSetupBase,
25749
+ CustomerManagedKeyDetails: CustomerManagedKeyDetails,
25750
+ DWCopyCommandDefaultValue: DWCopyCommandDefaultValue,
25751
+ DWCopyCommandSettings: DWCopyCommandSettings,
25752
+ DataFlow: DataFlow,
25753
+ DataFlowDebugCommandPayload: DataFlowDebugCommandPayload,
25754
+ DataFlowDebugCommandRequest: DataFlowDebugCommandRequest,
25755
+ DataFlowDebugCommandResponse: DataFlowDebugCommandResponse,
25756
+ DataFlowDebugPackage: DataFlowDebugPackage,
25757
+ DataFlowDebugPackageDebugSettings: DataFlowDebugPackageDebugSettings,
25758
+ DataFlowDebugPreviewDataRequest: DataFlowDebugPreviewDataRequest,
25759
+ DataFlowDebugQueryResponse: DataFlowDebugQueryResponse,
25760
+ DataFlowDebugResource: DataFlowDebugResource,
25761
+ DataFlowDebugResultResponse: DataFlowDebugResultResponse,
25762
+ DataFlowDebugSessionCreateDataFlowDebugSessionHeaders: DataFlowDebugSessionCreateDataFlowDebugSessionHeaders,
25763
+ DataFlowDebugSessionExecuteCommandHeaders: DataFlowDebugSessionExecuteCommandHeaders,
25764
+ DataFlowDebugSessionInfo: DataFlowDebugSessionInfo,
25765
+ DataFlowDebugStatisticsRequest: DataFlowDebugStatisticsRequest,
25766
+ DataFlowFolder: DataFlowFolder,
25767
+ DataFlowListResponse: DataFlowListResponse,
25768
+ DataFlowReference: DataFlowReference,
25769
+ DataFlowResource: DataFlowResource,
25770
+ DataFlowSink: DataFlowSink,
25771
+ DataFlowSource: DataFlowSource,
25772
+ DataFlowSourceSetting: DataFlowSourceSetting,
25773
+ DataFlowStagingInfo: DataFlowStagingInfo,
25774
+ DataLakeAnalyticsUsqlActivity: DataLakeAnalyticsUsqlActivity,
25775
+ DataLakeStorageAccountDetails: DataLakeStorageAccountDetails,
25776
+ DatabricksNotebookActivity: DatabricksNotebookActivity,
25777
+ DatabricksSparkJarActivity: DatabricksSparkJarActivity,
25778
+ DatabricksSparkPythonActivity: DatabricksSparkPythonActivity,
25779
+ Dataset: Dataset,
25780
+ DatasetCompression: DatasetCompression,
25781
+ DatasetDataElement: DatasetDataElement,
25782
+ DatasetDebugResource: DatasetDebugResource,
25783
+ DatasetFolder: DatasetFolder,
25784
+ DatasetListResponse: DatasetListResponse,
25785
+ DatasetLocation: DatasetLocation,
25786
+ DatasetReference: DatasetReference,
25787
+ DatasetResource: DatasetResource,
25788
+ DatasetSchemaDataElement: DatasetSchemaDataElement,
25789
+ DatasetStorageFormat: DatasetStorageFormat,
25790
+ DataworldLinkedService: DataworldLinkedService,
25791
+ Db2LinkedService: Db2LinkedService,
25792
+ Db2Source: Db2Source,
25793
+ Db2TableDataset: Db2TableDataset,
25794
+ DeleteActivity: DeleteActivity,
25795
+ DeleteDataFlowDebugSessionRequest: DeleteDataFlowDebugSessionRequest,
25796
+ DelimitedTextDataset: DelimitedTextDataset,
25797
+ DelimitedTextReadSettings: DelimitedTextReadSettings,
25798
+ DelimitedTextSink: DelimitedTextSink,
25799
+ DelimitedTextSource: DelimitedTextSource,
25800
+ DelimitedTextWriteSettings: DelimitedTextWriteSettings,
25801
+ DependencyReference: DependencyReference,
25802
+ DistcpSettings: DistcpSettings,
25803
+ DocumentDbCollectionDataset: DocumentDbCollectionDataset,
25804
+ DocumentDbCollectionSink: DocumentDbCollectionSink,
25805
+ DocumentDbCollectionSource: DocumentDbCollectionSource,
25806
+ DrillLinkedService: DrillLinkedService,
25807
+ DrillSource: DrillSource,
25808
+ DrillTableDataset: DrillTableDataset,
25809
+ DynamicExecutorAllocation: DynamicExecutorAllocation,
25810
+ DynamicsAXLinkedService: DynamicsAXLinkedService,
25811
+ DynamicsAXResourceDataset: DynamicsAXResourceDataset,
25812
+ DynamicsAXSource: DynamicsAXSource,
25813
+ DynamicsCrmEntityDataset: DynamicsCrmEntityDataset,
25814
+ DynamicsCrmLinkedService: DynamicsCrmLinkedService,
25815
+ DynamicsCrmSink: DynamicsCrmSink,
25816
+ DynamicsCrmSource: DynamicsCrmSource,
25817
+ DynamicsEntityDataset: DynamicsEntityDataset,
25818
+ DynamicsLinkedService: DynamicsLinkedService,
25819
+ DynamicsSink: DynamicsSink,
25820
+ DynamicsSource: DynamicsSource,
25821
+ EditTablesRequest: EditTablesRequest,
25822
+ EloquaLinkedService: EloquaLinkedService,
25823
+ EloquaObjectDataset: EloquaObjectDataset,
25824
+ EloquaSource: EloquaSource,
25825
+ EncryptionDetails: EncryptionDetails,
25826
+ EntityReference: EntityReference,
25827
+ ErrorAdditionalInfo: ErrorAdditionalInfo,
25828
+ ErrorContract: ErrorContract,
25829
+ ErrorResponse: ErrorResponse,
25830
+ EvaluateDataFlowExpressionRequest: EvaluateDataFlowExpressionRequest,
25831
+ ExcelDataset: ExcelDataset,
25832
+ ExcelSource: ExcelSource,
25833
+ ExecuteDataFlowActivity: ExecuteDataFlowActivity,
25834
+ ExecuteDataFlowActivityTypePropertiesCompute: ExecuteDataFlowActivityTypePropertiesCompute,
25835
+ ExecutePipelineActivity: ExecutePipelineActivity,
25836
+ ExecuteSsisPackageActivity: ExecuteSsisPackageActivity,
25837
+ ExecutionActivity: ExecutionActivity,
25838
+ ExportSettings: ExportSettings,
25839
+ ExposureControlRequest: ExposureControlRequest,
25840
+ ExposureControlResponse: ExposureControlResponse,
25841
+ Expression: Expression,
25842
+ FailActivity: FailActivity,
25843
+ FileServerLinkedService: FileServerLinkedService,
25844
+ FileServerLocation: FileServerLocation,
25845
+ FileServerReadSettings: FileServerReadSettings,
25846
+ FileServerWriteSettings: FileServerWriteSettings,
25847
+ FileShareDataset: FileShareDataset,
25848
+ FileSystemSink: FileSystemSink,
25849
+ FileSystemSource: FileSystemSource,
25850
+ FilterActivity: FilterActivity,
25851
+ Flowlet: Flowlet,
25852
+ ForEachActivity: ForEachActivity,
25853
+ FormatReadSettings: FormatReadSettings,
25854
+ FormatWriteSettings: FormatWriteSettings,
25855
+ FtpReadSettings: FtpReadSettings,
25856
+ FtpServerLinkedService: FtpServerLinkedService,
25857
+ FtpServerLocation: FtpServerLocation,
25858
+ GetMetadataActivity: GetMetadataActivity,
25859
+ GetSsisObjectMetadataRequest: GetSsisObjectMetadataRequest,
25860
+ GitHubAccessTokenRequest: GitHubAccessTokenRequest,
25861
+ GitHubAccessTokenResponse: GitHubAccessTokenResponse,
25862
+ GitHubClientSecret: GitHubClientSecret,
25863
+ GoogleAdWordsLinkedService: GoogleAdWordsLinkedService,
25864
+ GoogleAdWordsObjectDataset: GoogleAdWordsObjectDataset,
25865
+ GoogleAdWordsSource: GoogleAdWordsSource,
25866
+ GoogleBigQueryLinkedService: GoogleBigQueryLinkedService,
25867
+ GoogleBigQueryObjectDataset: GoogleBigQueryObjectDataset,
25868
+ GoogleBigQuerySource: GoogleBigQuerySource,
25869
+ GoogleCloudStorageLinkedService: GoogleCloudStorageLinkedService,
25870
+ GoogleCloudStorageLocation: GoogleCloudStorageLocation,
25871
+ GoogleCloudStorageReadSettings: GoogleCloudStorageReadSettings,
25872
+ GoogleSheetsLinkedService: GoogleSheetsLinkedService,
25873
+ GreenplumLinkedService: GreenplumLinkedService,
25874
+ GreenplumSource: GreenplumSource,
25875
+ GreenplumTableDataset: GreenplumTableDataset,
25876
+ HBaseLinkedService: HBaseLinkedService,
25877
+ HBaseObjectDataset: HBaseObjectDataset,
25878
+ HBaseSource: HBaseSource,
25879
+ HDInsightHiveActivity: HDInsightHiveActivity,
25880
+ HDInsightLinkedService: HDInsightLinkedService,
25881
+ HDInsightMapReduceActivity: HDInsightMapReduceActivity,
25882
+ HDInsightOnDemandLinkedService: HDInsightOnDemandLinkedService,
25883
+ HDInsightPigActivity: HDInsightPigActivity,
25884
+ HDInsightSparkActivity: HDInsightSparkActivity,
25885
+ HDInsightStreamingActivity: HDInsightStreamingActivity,
25886
+ HdfsLinkedService: HdfsLinkedService,
25887
+ HdfsLocation: HdfsLocation,
25888
+ HdfsReadSettings: HdfsReadSettings,
25889
+ HdfsSource: HdfsSource,
25890
+ HiveLinkedService: HiveLinkedService,
25891
+ HiveObjectDataset: HiveObjectDataset,
25892
+ HiveSource: HiveSource,
25893
+ HttpDataset: HttpDataset,
25894
+ HttpLinkedService: HttpLinkedService,
25895
+ HttpReadSettings: HttpReadSettings,
25896
+ HttpServerLocation: HttpServerLocation,
25897
+ HttpSource: HttpSource,
25898
+ HubspotLinkedService: HubspotLinkedService,
25899
+ HubspotObjectDataset: HubspotObjectDataset,
25900
+ HubspotSource: HubspotSource,
25901
+ IfConditionActivity: IfConditionActivity,
25902
+ ImpalaLinkedService: ImpalaLinkedService,
25903
+ ImpalaObjectDataset: ImpalaObjectDataset,
25904
+ ImpalaSource: ImpalaSource,
25905
+ ImportSettings: ImportSettings,
25906
+ InformixLinkedService: InformixLinkedService,
25907
+ InformixSink: InformixSink,
25908
+ InformixSource: InformixSource,
25909
+ InformixTableDataset: InformixTableDataset,
25910
+ IntegrationRuntime: IntegrationRuntime,
25911
+ IntegrationRuntimeComputeProperties: IntegrationRuntimeComputeProperties,
25912
+ IntegrationRuntimeCustomSetupScriptProperties: IntegrationRuntimeCustomSetupScriptProperties,
25913
+ IntegrationRuntimeDataFlowProperties: IntegrationRuntimeDataFlowProperties,
25914
+ IntegrationRuntimeDataProxyProperties: IntegrationRuntimeDataProxyProperties,
25915
+ IntegrationRuntimeDebugResource: IntegrationRuntimeDebugResource,
25916
+ IntegrationRuntimeListResponse: IntegrationRuntimeListResponse,
25917
+ IntegrationRuntimeReference: IntegrationRuntimeReference,
25918
+ IntegrationRuntimeResource: IntegrationRuntimeResource,
25919
+ IntegrationRuntimeSsisCatalogInfo: IntegrationRuntimeSsisCatalogInfo,
25920
+ IntegrationRuntimeSsisProperties: IntegrationRuntimeSsisProperties,
25921
+ IntegrationRuntimeVNetProperties: IntegrationRuntimeVNetProperties,
25922
+ JiraLinkedService: JiraLinkedService,
25923
+ JiraObjectDataset: JiraObjectDataset,
25924
+ JiraSource: JiraSource,
25925
+ JsonDataset: JsonDataset,
25926
+ JsonFormat: JsonFormat,
25927
+ JsonReadSettings: JsonReadSettings,
25928
+ JsonSink: JsonSink,
25929
+ JsonSource: JsonSource,
25930
+ JsonWriteSettings: JsonWriteSettings,
25931
+ KqlScript: KqlScript,
25932
+ KqlScriptContent: KqlScriptContent,
25933
+ KqlScriptContentCurrentConnection: KqlScriptContentCurrentConnection,
25934
+ KqlScriptContentMetadata: KqlScriptContentMetadata,
25935
+ KqlScriptResource: KqlScriptResource,
25936
+ KqlScriptsResourceCollectionResponse: KqlScriptsResourceCollectionResponse,
25937
+ LibraryInfo: LibraryInfo,
25938
+ LibraryListResponse: LibraryListResponse,
25939
+ LibraryRequirements: LibraryRequirements,
25940
+ LibraryResource: LibraryResource,
25941
+ LibraryResourceInfo: LibraryResourceInfo,
25942
+ LibraryResourceProperties: LibraryResourceProperties,
25943
+ LinkConnection: LinkConnection,
25944
+ LinkConnectionCompute: LinkConnectionCompute,
25945
+ LinkConnectionDetailedStatus: LinkConnectionDetailedStatus,
25946
+ LinkConnectionLandingZone: LinkConnectionLandingZone,
25606
25947
  LinkConnectionListResponse: LinkConnectionListResponse,
25948
+ LinkConnectionQueryTableStatus: LinkConnectionQueryTableStatus,
25949
+ LinkConnectionRefreshStatus: LinkConnectionRefreshStatus,
25607
25950
  LinkConnectionResource: LinkConnectionResource,
25608
- LinkConnection: LinkConnection,
25609
25951
  LinkConnectionSourceDatabase: LinkConnectionSourceDatabase,
25610
- LinkedServiceReference: LinkedServiceReference,
25611
25952
  LinkConnectionSourceDatabaseTypeProperties: LinkConnectionSourceDatabaseTypeProperties,
25612
25953
  LinkConnectionTargetDatabase: LinkConnectionTargetDatabase,
25613
25954
  LinkConnectionTargetDatabaseTypeProperties: LinkConnectionTargetDatabaseTypeProperties,
25614
- LinkConnectionLandingZone: LinkConnectionLandingZone,
25615
- SecretBase: SecretBase,
25616
- LinkConnectionCompute: LinkConnectionCompute,
25617
- CloudError: CloudError,
25618
- EditTablesRequest: EditTablesRequest,
25955
+ LinkTableListResponse: LinkTableListResponse,
25619
25956
  LinkTableRequest: LinkTableRequest,
25620
25957
  LinkTableRequestSource: LinkTableRequestSource,
25621
25958
  LinkTableRequestTarget: LinkTableRequestTarget,
25622
25959
  LinkTableRequestTargetDistributionOptions: LinkTableRequestTargetDistributionOptions,
25623
25960
  LinkTableRequestTargetStructureOptions: LinkTableRequestTargetStructureOptions,
25624
- LinkConnectionDetailedStatus: LinkConnectionDetailedStatus,
25625
- LinkConnectionRefreshStatus: LinkConnectionRefreshStatus,
25626
- LinkTableListResponse: LinkTableListResponse,
25627
25961
  LinkTableResource: LinkTableResource,
25628
- QueryTableStatusRequest: QueryTableStatusRequest,
25629
- LinkConnectionQueryTableStatus: LinkConnectionQueryTableStatus,
25630
25962
  LinkTableStatus: LinkTableStatus,
25631
- UpdateLandingZoneCredential: UpdateLandingZoneCredential,
25632
- RunNotebookRequest: RunNotebookRequest,
25633
- RunNotebookSparkSessionOptions: RunNotebookSparkSessionOptions,
25634
- RunNotebookParameter: RunNotebookParameter,
25635
- RunNotebookResponse: RunNotebookResponse,
25636
- RunNotebookResult: RunNotebookResult,
25637
- RunNotebookError: RunNotebookError,
25638
- RunNotebookSnapshotResponse: RunNotebookSnapshotResponse,
25639
- RunNotebookSnapshotResult: RunNotebookSnapshotResult,
25640
- RunNotebookSnapshot: RunNotebookSnapshot,
25641
- NotebookResource: NotebookResource,
25642
- Notebook: Notebook,
25643
- BigDataPoolReference: BigDataPoolReference,
25644
- SparkConfigurationReference: SparkConfigurationReference,
25645
- NotebookSessionProperties: NotebookSessionProperties,
25646
- NotebookMetadata: NotebookMetadata,
25647
- NotebookKernelSpec: NotebookKernelSpec,
25648
- NotebookLanguageInfo: NotebookLanguageInfo,
25649
- NotebookCell: NotebookCell,
25650
- NotebookCellOutputItem: NotebookCellOutputItem,
25651
- NotebookFolder: NotebookFolder,
25652
- KqlScriptsResourceCollectionResponse: KqlScriptsResourceCollectionResponse,
25653
- KqlScriptResource: KqlScriptResource,
25654
- KqlScript: KqlScript,
25655
- KqlScriptContent: KqlScriptContent,
25656
- KqlScriptContentMetadata: KqlScriptContentMetadata,
25657
- KqlScriptContentCurrentConnection: KqlScriptContentCurrentConnection,
25658
- ErrorContract: ErrorContract,
25659
- ErrorResponse: ErrorResponse,
25660
- ErrorAdditionalInfo: ErrorAdditionalInfo,
25661
- ArtifactRenameRequest: ArtifactRenameRequest,
25963
+ LinkedIntegrationRuntimeKeyAuthorization: LinkedIntegrationRuntimeKeyAuthorization,
25964
+ LinkedIntegrationRuntimeRbacAuthorization: LinkedIntegrationRuntimeRbacAuthorization,
25965
+ LinkedIntegrationRuntimeType: LinkedIntegrationRuntimeType,
25966
+ LinkedService: LinkedService,
25967
+ LinkedServiceDebugResource: LinkedServiceDebugResource,
25968
+ LinkedServiceListResponse: LinkedServiceListResponse,
25969
+ LinkedServiceReference: LinkedServiceReference,
25970
+ LinkedServiceResource: LinkedServiceResource,
25971
+ LogLocationSettings: LogLocationSettings,
25972
+ LogSettings: LogSettings,
25973
+ LogStorageSettings: LogStorageSettings,
25974
+ LookupActivity: LookupActivity,
25975
+ MagentoLinkedService: MagentoLinkedService,
25976
+ MagentoObjectDataset: MagentoObjectDataset,
25977
+ MagentoSource: MagentoSource,
25978
+ ManagedIdentity: ManagedIdentity,
25979
+ ManagedIntegrationRuntime: ManagedIntegrationRuntime,
25980
+ ManagedVirtualNetworkReference: ManagedVirtualNetworkReference,
25981
+ ManagedVirtualNetworkSettings: ManagedVirtualNetworkSettings,
25982
+ MappingDataFlow: MappingDataFlow,
25983
+ MariaDBLinkedService: MariaDBLinkedService,
25984
+ MariaDBSource: MariaDBSource,
25985
+ MariaDBTableDataset: MariaDBTableDataset,
25986
+ MarketoLinkedService: MarketoLinkedService,
25987
+ MarketoObjectDataset: MarketoObjectDataset,
25988
+ MarketoSource: MarketoSource,
25662
25989
  MetastoreRegisterObject: MetastoreRegisterObject,
25663
25990
  MetastoreRegistrationResponse: MetastoreRegistrationResponse,
25664
25991
  MetastoreRequestSuccessResponse: MetastoreRequestSuccessResponse,
25665
25992
  MetastoreUpdateObject: MetastoreUpdateObject,
25666
25993
  MetastoreUpdationResponse: MetastoreUpdationResponse,
25667
- SparkConfigurationListResponse: SparkConfigurationListResponse,
25668
- SparkConfiguration: SparkConfiguration,
25669
- Resource: Resource,
25670
- BigDataPoolResourceInfoListResult: BigDataPoolResourceInfoListResult,
25671
- AutoScaleProperties: AutoScaleProperties,
25672
- AutoPauseProperties: AutoPauseProperties,
25673
- DynamicExecutorAllocation: DynamicExecutorAllocation,
25674
- LibraryRequirements: LibraryRequirements,
25675
- LibraryInfo: LibraryInfo,
25676
- DataFlow: DataFlow,
25677
- DataFlowFolder: DataFlowFolder,
25678
- DataFlowListResponse: DataFlowListResponse,
25679
- CreateDataFlowDebugSessionRequest: CreateDataFlowDebugSessionRequest,
25680
- IntegrationRuntime: IntegrationRuntime,
25681
- SubResourceDebugResource: SubResourceDebugResource,
25682
- CreateDataFlowDebugSessionResponse: CreateDataFlowDebugSessionResponse,
25683
- QueryDataFlowDebugSessionsResponse: QueryDataFlowDebugSessionsResponse,
25684
- DataFlowDebugSessionInfo: DataFlowDebugSessionInfo,
25685
- DataFlowDebugPackage: DataFlowDebugPackage,
25686
- Dataset: Dataset,
25687
- ParameterSpecification: ParameterSpecification,
25688
- DatasetFolder: DatasetFolder,
25689
- LinkedService: LinkedService,
25690
- IntegrationRuntimeReference: IntegrationRuntimeReference,
25691
- DataFlowStagingInfo: DataFlowStagingInfo,
25692
- DataFlowDebugPackageDebugSettings: DataFlowDebugPackageDebugSettings,
25693
- DataFlowSourceSetting: DataFlowSourceSetting,
25694
- AddDataFlowToDebugSessionResponse: AddDataFlowToDebugSessionResponse,
25695
- DeleteDataFlowDebugSessionRequest: DeleteDataFlowDebugSessionRequest,
25696
- DataFlowDebugCommandRequest: DataFlowDebugCommandRequest,
25697
- DataFlowDebugCommandPayload: DataFlowDebugCommandPayload,
25698
- DataFlowDebugCommandResponse: DataFlowDebugCommandResponse,
25699
- DatasetListResponse: DatasetListResponse,
25700
- GitHubAccessTokenRequest: GitHubAccessTokenRequest,
25701
- GitHubAccessTokenResponse: GitHubAccessTokenResponse,
25702
- IntegrationRuntimeListResponse: IntegrationRuntimeListResponse,
25703
- LibraryListResponse: LibraryListResponse,
25704
- LibraryResourceProperties: LibraryResourceProperties,
25705
- LibraryResourceInfo: LibraryResourceInfo,
25706
- OperationResult: OperationResult,
25707
- LinkedServiceListResponse: LinkedServiceListResponse,
25994
+ MicrosoftAccessLinkedService: MicrosoftAccessLinkedService,
25995
+ MicrosoftAccessSink: MicrosoftAccessSink,
25996
+ MicrosoftAccessSource: MicrosoftAccessSource,
25997
+ MicrosoftAccessTableDataset: MicrosoftAccessTableDataset,
25998
+ MongoDbAtlasCollectionDataset: MongoDbAtlasCollectionDataset,
25999
+ MongoDbAtlasLinkedService: MongoDbAtlasLinkedService,
26000
+ MongoDbAtlasSource: MongoDbAtlasSource,
26001
+ MongoDbCollectionDataset: MongoDbCollectionDataset,
26002
+ MongoDbCursorMethodsProperties: MongoDbCursorMethodsProperties,
26003
+ MongoDbLinkedService: MongoDbLinkedService,
26004
+ MongoDbSource: MongoDbSource,
26005
+ MongoDbV2CollectionDataset: MongoDbV2CollectionDataset,
26006
+ MongoDbV2LinkedService: MongoDbV2LinkedService,
26007
+ MongoDbV2Source: MongoDbV2Source,
26008
+ MultiplePipelineTrigger: MultiplePipelineTrigger,
26009
+ MySqlLinkedService: MySqlLinkedService,
26010
+ MySqlSource: MySqlSource,
26011
+ MySqlTableDataset: MySqlTableDataset,
26012
+ NetezzaLinkedService: NetezzaLinkedService,
26013
+ NetezzaPartitionSettings: NetezzaPartitionSettings,
26014
+ NetezzaSource: NetezzaSource,
26015
+ NetezzaTableDataset: NetezzaTableDataset,
26016
+ Notebook: Notebook,
26017
+ NotebookCell: NotebookCell,
26018
+ NotebookCellOutputItem: NotebookCellOutputItem,
26019
+ NotebookFolder: NotebookFolder,
26020
+ NotebookKernelSpec: NotebookKernelSpec,
26021
+ NotebookLanguageInfo: NotebookLanguageInfo,
25708
26022
  NotebookListResponse: NotebookListResponse,
25709
- PipelineListResponse: PipelineListResponse,
25710
- Activity: Activity,
25711
- ActivityDependency: ActivityDependency,
25712
- UserProperty: UserProperty,
25713
- VariableSpecification: VariableSpecification,
26023
+ NotebookMetadata: NotebookMetadata,
26024
+ NotebookParameter: NotebookParameter,
26025
+ NotebookResource: NotebookResource,
26026
+ NotebookSessionProperties: NotebookSessionProperties,
26027
+ ODataLinkedService: ODataLinkedService,
26028
+ ODataResourceDataset: ODataResourceDataset,
26029
+ ODataSource: ODataSource,
26030
+ OdbcLinkedService: OdbcLinkedService,
26031
+ OdbcSink: OdbcSink,
26032
+ OdbcSource: OdbcSource,
26033
+ OdbcTableDataset: OdbcTableDataset,
26034
+ Office365Dataset: Office365Dataset,
26035
+ Office365LinkedService: Office365LinkedService,
26036
+ Office365Source: Office365Source,
26037
+ OperationResult: OperationResult,
26038
+ OracleLinkedService: OracleLinkedService,
26039
+ OraclePartitionSettings: OraclePartitionSettings,
26040
+ OracleServiceCloudLinkedService: OracleServiceCloudLinkedService,
26041
+ OracleServiceCloudObjectDataset: OracleServiceCloudObjectDataset,
26042
+ OracleServiceCloudSource: OracleServiceCloudSource,
26043
+ OracleSink: OracleSink,
26044
+ OracleSource: OracleSource,
26045
+ OracleTableDataset: OracleTableDataset,
26046
+ OrcDataset: OrcDataset,
26047
+ OrcFormat: OrcFormat,
26048
+ OrcSink: OrcSink,
26049
+ OrcSource: OrcSource,
26050
+ OrcWriteSettings: OrcWriteSettings,
26051
+ OutputColumn: OutputColumn,
26052
+ ParameterSpecification: ParameterSpecification,
26053
+ ParquetDataset: ParquetDataset,
26054
+ ParquetFormat: ParquetFormat,
26055
+ ParquetSink: ParquetSink,
26056
+ ParquetSource: ParquetSource,
26057
+ ParquetWriteSettings: ParquetWriteSettings,
26058
+ PaypalLinkedService: PaypalLinkedService,
26059
+ PaypalObjectDataset: PaypalObjectDataset,
26060
+ PaypalSource: PaypalSource,
26061
+ PhoenixLinkedService: PhoenixLinkedService,
26062
+ PhoenixObjectDataset: PhoenixObjectDataset,
26063
+ PhoenixSource: PhoenixSource,
25714
26064
  PipelineFolder: PipelineFolder,
25715
- CreateRunResponse: CreateRunResponse,
25716
- RunFilterParameters: RunFilterParameters,
25717
- RunQueryFilter: RunQueryFilter,
25718
- RunQueryOrderBy: RunQueryOrderBy,
25719
- PipelineRunsQueryResponse: PipelineRunsQueryResponse,
26065
+ PipelineListResponse: PipelineListResponse,
26066
+ PipelineReference: PipelineReference,
26067
+ PipelineResource: PipelineResource,
25720
26068
  PipelineRun: PipelineRun,
25721
26069
  PipelineRunInvokedBy: PipelineRunInvokedBy,
25722
- ActivityRunsQueryResponse: ActivityRunsQueryResponse,
25723
- ActivityRun: ActivityRun,
25724
- SparkJobDefinitionsListResponse: SparkJobDefinitionsListResponse,
25725
- SparkJobDefinition: SparkJobDefinition,
25726
- SparkJobProperties: SparkJobProperties,
25727
- SparkJobDefinitionFolder: SparkJobDefinitionFolder,
25728
- SparkBatchJob: SparkBatchJob,
25729
- SparkBatchJobState: SparkBatchJobState,
25730
- SparkRequest: SparkRequest,
25731
- SparkScheduler: SparkScheduler,
25732
- SparkServicePlugin: SparkServicePlugin,
25733
- SparkServiceError: SparkServiceError,
25734
- SqlPoolInfoListResult: SqlPoolInfoListResult,
25735
- Sku: Sku,
25736
- SqlScriptsListResponse: SqlScriptsListResponse,
25737
- SqlScriptResource: SqlScriptResource,
25738
- SqlScript: SqlScript,
25739
- SqlScriptContent: SqlScriptContent,
25740
- SqlConnection: SqlConnection,
25741
- SqlScriptMetadata: SqlScriptMetadata,
25742
- SqlScriptFolder: SqlScriptFolder,
25743
- TriggerListResponse: TriggerListResponse,
25744
- Trigger: Trigger,
25745
- TriggerSubscriptionOperationStatus: TriggerSubscriptionOperationStatus,
25746
- TriggerRunsQueryResponse: TriggerRunsQueryResponse,
25747
- TriggerRun: TriggerRun,
25748
- DataLakeStorageAccountDetails: DataLakeStorageAccountDetails,
25749
- VirtualNetworkProfile: VirtualNetworkProfile,
26070
+ PipelineRunsQueryResponse: PipelineRunsQueryResponse,
26071
+ PolybaseSettings: PolybaseSettings,
26072
+ PostgreSqlLinkedService: PostgreSqlLinkedService,
26073
+ PostgreSqlSource: PostgreSqlSource,
26074
+ PostgreSqlTableDataset: PostgreSqlTableDataset,
26075
+ PowerBIWorkspaceLinkedService: PowerBIWorkspaceLinkedService,
26076
+ PrestoLinkedService: PrestoLinkedService,
26077
+ PrestoObjectDataset: PrestoObjectDataset,
26078
+ PrestoSource: PrestoSource,
25750
26079
  PrivateEndpoint: PrivateEndpoint,
26080
+ PrivateEndpointConnection: PrivateEndpointConnection,
25751
26081
  PrivateLinkServiceConnectionState: PrivateLinkServiceConnectionState,
25752
- EncryptionDetails: EncryptionDetails,
25753
- CustomerManagedKeyDetails: CustomerManagedKeyDetails,
25754
- WorkspaceKeyDetails: WorkspaceKeyDetails,
25755
- ManagedVirtualNetworkSettings: ManagedVirtualNetworkSettings,
25756
- WorkspaceRepositoryConfiguration: WorkspaceRepositoryConfiguration,
25757
- GitHubClientSecret: GitHubClientSecret,
26082
+ ProxyResource: ProxyResource,
25758
26083
  PurviewConfiguration: PurviewConfiguration,
25759
- ManagedIdentity: ManagedIdentity,
25760
- Expression: Expression,
25761
- TriggerDependencyProvisioningStatus: TriggerDependencyProvisioningStatus,
25762
- PipelineReference: PipelineReference,
25763
- TriggerPipelineReference: TriggerPipelineReference,
25764
- WorkspaceUpdateParameters: WorkspaceUpdateParameters,
25765
- WorkspaceIdentity: WorkspaceIdentity,
25766
- DatasetReference: DatasetReference,
25767
- DataFlowReference: DataFlowReference,
25768
- RerunTumblingWindowTriggerActionParameters: RerunTumblingWindowTriggerActionParameters,
25769
- GetSsisObjectMetadataRequest: GetSsisObjectMetadataRequest,
25770
- SsisObjectMetadataStatusResponse: SsisObjectMetadataStatusResponse,
25771
- ExposureControlRequest: ExposureControlRequest,
25772
- ExposureControlResponse: ExposureControlResponse,
25773
- SynapseNotebookReference: SynapseNotebookReference,
25774
- SynapseSparkJobReference: SynapseSparkJobReference,
25775
- SqlPoolReference: SqlPoolReference,
25776
- BigDataPoolParametrizationReference: BigDataPoolParametrizationReference,
25777
- CredentialReference: CredentialReference,
25778
- StartDataFlowDebugSessionRequest: StartDataFlowDebugSessionRequest,
25779
- StartDataFlowDebugSessionResponse: StartDataFlowDebugSessionResponse,
25780
- DataFlowDebugPreviewDataRequest: DataFlowDebugPreviewDataRequest,
25781
- DataFlowDebugStatisticsRequest: DataFlowDebugStatisticsRequest,
25782
- EvaluateDataFlowExpressionRequest: EvaluateDataFlowExpressionRequest,
25783
- DataFlowDebugQueryResponse: DataFlowDebugQueryResponse,
25784
- DataFlowDebugResultResponse: DataFlowDebugResultResponse,
25785
- RerunTriggerListResponse: RerunTriggerListResponse,
25786
- Transformation: Transformation,
25787
- DatasetLocation: DatasetLocation,
25788
- DatasetDataElement: DatasetDataElement,
25789
- DatasetSchemaDataElement: DatasetSchemaDataElement,
25790
- DatasetStorageFormat: DatasetStorageFormat,
25791
- DatasetCompression: DatasetCompression,
25792
- SqlAlwaysEncryptedProperties: SqlAlwaysEncryptedProperties,
25793
- WebLinkedServiceTypeProperties: WebLinkedServiceTypeProperties,
25794
- ScriptAction: ScriptAction,
25795
- ActivityPolicy: ActivityPolicy,
25796
- StoreReadSettings: StoreReadSettings,
25797
- StoreWriteSettings: StoreWriteSettings,
25798
- DistcpSettings: DistcpSettings,
25799
- FormatReadSettings: FormatReadSettings,
25800
- CompressionReadSettings: CompressionReadSettings,
25801
- FormatWriteSettings: FormatWriteSettings,
25802
- CopySource: CopySource,
25803
- CopySink: CopySink,
25804
- StagingSettings: StagingSettings,
25805
- RedirectIncompatibleRowSettings: RedirectIncompatibleRowSettings,
25806
- LogStorageSettings: LogStorageSettings,
25807
- LogSettings: LogSettings,
25808
- CopyActivityLogSettings: CopyActivityLogSettings,
25809
- LogLocationSettings: LogLocationSettings,
25810
- SkipErrorFile: SkipErrorFile,
25811
- SapHanaPartitionSettings: SapHanaPartitionSettings,
25812
- SapTablePartitionSettings: SapTablePartitionSettings,
25813
- StoredProcedureParameter: StoredProcedureParameter,
25814
- SqlPartitionSettings: SqlPartitionSettings,
25815
- OraclePartitionSettings: OraclePartitionSettings,
25816
- AmazonRdsForOraclePartitionSettings: AmazonRdsForOraclePartitionSettings,
25817
- TeradataPartitionSettings: TeradataPartitionSettings,
25818
- MongoDbCursorMethodsProperties: MongoDbCursorMethodsProperties,
25819
- OutputColumn: OutputColumn,
25820
- NetezzaPartitionSettings: NetezzaPartitionSettings,
25821
- RedshiftUnloadSettings: RedshiftUnloadSettings,
25822
- ExportSettings: ExportSettings,
25823
- ImportSettings: ImportSettings,
25824
- NotebookParameter: NotebookParameter,
25825
- PolybaseSettings: PolybaseSettings,
25826
- DWCopyCommandSettings: DWCopyCommandSettings,
25827
- DWCopyCommandDefaultValue: DWCopyCommandDefaultValue,
25828
- AdditionalColumns: AdditionalColumns,
25829
- CopyTranslator: CopyTranslator,
25830
- TypeConversionSettings: TypeConversionSettings,
25831
- SsisPackageLocation: SsisPackageLocation,
25832
- SsisAccessCredential: SsisAccessCredential,
25833
- SsisChildPackage: SsisChildPackage,
25834
- SsisExecutionCredential: SsisExecutionCredential,
25835
- SsisExecutionParameter: SsisExecutionParameter,
25836
- SsisPropertyOverride: SsisPropertyOverride,
25837
- SsisLogLocation: SsisLogLocation,
25838
- CustomActivityReferenceObject: CustomActivityReferenceObject,
25839
- WebActivityAuthentication: WebActivityAuthentication,
25840
- SwitchCase: SwitchCase,
25841
- AzureMLWebServiceFile: AzureMLWebServiceFile,
25842
- SecureInputOutputPolicy: SecureInputOutputPolicy,
25843
- ExecuteDataFlowActivityTypePropertiesCompute: ExecuteDataFlowActivityTypePropertiesCompute,
25844
- ScriptActivityScriptBlock: ScriptActivityScriptBlock,
25845
- ScriptActivityParameter: ScriptActivityParameter,
25846
- ScriptActivityTypePropertiesLogSettings: ScriptActivityTypePropertiesLogSettings,
25847
- SparkConfigurationParametrizationReference: SparkConfigurationParametrizationReference,
25848
- ScheduleTriggerRecurrence: ScheduleTriggerRecurrence,
26084
+ QueryDataFlowDebugSessionsResponse: QueryDataFlowDebugSessionsResponse,
26085
+ QueryTableStatusRequest: QueryTableStatusRequest,
26086
+ QuickBooksLinkedService: QuickBooksLinkedService,
26087
+ QuickBooksObjectDataset: QuickBooksObjectDataset,
26088
+ QuickBooksSource: QuickBooksSource,
26089
+ QuickbaseLinkedService: QuickbaseLinkedService,
25849
26090
  RecurrenceSchedule: RecurrenceSchedule,
25850
26091
  RecurrenceScheduleOccurrence: RecurrenceScheduleOccurrence,
25851
- RetryPolicy: RetryPolicy,
25852
- DependencyReference: DependencyReference,
25853
- TriggerReference: TriggerReference,
25854
- IntegrationRuntimeComputeProperties: IntegrationRuntimeComputeProperties,
25855
- IntegrationRuntimeDataFlowProperties: IntegrationRuntimeDataFlowProperties,
25856
- IntegrationRuntimeVNetProperties: IntegrationRuntimeVNetProperties,
25857
- IntegrationRuntimeSsisProperties: IntegrationRuntimeSsisProperties,
25858
- IntegrationRuntimeSsisCatalogInfo: IntegrationRuntimeSsisCatalogInfo,
25859
- IntegrationRuntimeCustomSetupScriptProperties: IntegrationRuntimeCustomSetupScriptProperties,
25860
- IntegrationRuntimeDataProxyProperties: IntegrationRuntimeDataProxyProperties,
25861
- EntityReference: EntityReference,
25862
- CustomSetupBase: CustomSetupBase,
25863
- ManagedVirtualNetworkReference: ManagedVirtualNetworkReference,
25864
- LinkedIntegrationRuntimeType: LinkedIntegrationRuntimeType,
25865
- SecureString: SecureString,
25866
- AzureKeyVaultSecretReference: AzureKeyVaultSecretReference,
25867
- AzureEntityResource: AzureEntityResource,
25868
- TrackedResource: TrackedResource,
25869
- ProxyResource: ProxyResource,
25870
- MappingDataFlow: MappingDataFlow,
25871
- Flowlet: Flowlet,
25872
- ManagedIntegrationRuntime: ManagedIntegrationRuntime,
25873
- SelfHostedIntegrationRuntime: SelfHostedIntegrationRuntime,
25874
- IntegrationRuntimeDebugResource: IntegrationRuntimeDebugResource,
25875
- DataFlowDebugResource: DataFlowDebugResource,
25876
- DatasetDebugResource: DatasetDebugResource,
25877
- LinkedServiceDebugResource: LinkedServiceDebugResource,
25878
- AmazonS3Dataset: AmazonS3Dataset,
25879
- AvroDataset: AvroDataset,
25880
- ExcelDataset: ExcelDataset,
25881
- ParquetDataset: ParquetDataset,
25882
- DelimitedTextDataset: DelimitedTextDataset,
25883
- JsonDataset: JsonDataset,
25884
- XmlDataset: XmlDataset,
25885
- OrcDataset: OrcDataset,
25886
- BinaryDataset: BinaryDataset,
25887
- AzureBlobDataset: AzureBlobDataset,
25888
- AzureTableDataset: AzureTableDataset,
25889
- AzureSqlTableDataset: AzureSqlTableDataset,
25890
- AzureSqlMITableDataset: AzureSqlMITableDataset,
25891
- AzureSqlDWTableDataset: AzureSqlDWTableDataset,
25892
- CassandraTableDataset: CassandraTableDataset,
25893
- CustomDataset: CustomDataset,
25894
- CosmosDbSqlApiCollectionDataset: CosmosDbSqlApiCollectionDataset,
25895
- DocumentDbCollectionDataset: DocumentDbCollectionDataset,
25896
- DynamicsEntityDataset: DynamicsEntityDataset,
25897
- DynamicsCrmEntityDataset: DynamicsCrmEntityDataset,
25898
- CommonDataServiceForAppsEntityDataset: CommonDataServiceForAppsEntityDataset,
25899
- AzureDataLakeStoreDataset: AzureDataLakeStoreDataset,
25900
- AzureBlobFSDataset: AzureBlobFSDataset,
25901
- Office365Dataset: Office365Dataset,
25902
- FileShareDataset: FileShareDataset,
25903
- MongoDbCollectionDataset: MongoDbCollectionDataset,
25904
- MongoDbAtlasCollectionDataset: MongoDbAtlasCollectionDataset,
25905
- MongoDbV2CollectionDataset: MongoDbV2CollectionDataset,
25906
- CosmosDbMongoDbApiCollectionDataset: CosmosDbMongoDbApiCollectionDataset,
25907
- ODataResourceDataset: ODataResourceDataset,
25908
- OracleTableDataset: OracleTableDataset,
25909
- AmazonRdsForOracleTableDataset: AmazonRdsForOracleTableDataset,
25910
- TeradataTableDataset: TeradataTableDataset,
25911
- AzureMySqlTableDataset: AzureMySqlTableDataset,
25912
- AmazonRedshiftTableDataset: AmazonRedshiftTableDataset,
25913
- Db2TableDataset: Db2TableDataset,
26092
+ RedirectIncompatibleRowSettings: RedirectIncompatibleRowSettings,
26093
+ RedshiftUnloadSettings: RedshiftUnloadSettings,
26094
+ RelationalSource: RelationalSource,
25914
26095
  RelationalTableDataset: RelationalTableDataset,
25915
- InformixTableDataset: InformixTableDataset,
25916
- OdbcTableDataset: OdbcTableDataset,
25917
- MySqlTableDataset: MySqlTableDataset,
25918
- PostgreSqlTableDataset: PostgreSqlTableDataset,
25919
- MicrosoftAccessTableDataset: MicrosoftAccessTableDataset,
26096
+ RerunTriggerListResponse: RerunTriggerListResponse,
26097
+ RerunTriggerResource: RerunTriggerResource,
26098
+ RerunTumblingWindowTrigger: RerunTumblingWindowTrigger,
26099
+ RerunTumblingWindowTriggerActionParameters: RerunTumblingWindowTriggerActionParameters,
26100
+ Resource: Resource,
26101
+ ResponsysLinkedService: ResponsysLinkedService,
26102
+ ResponsysObjectDataset: ResponsysObjectDataset,
26103
+ ResponsysSource: ResponsysSource,
26104
+ RestResourceDataset: RestResourceDataset,
26105
+ RestServiceLinkedService: RestServiceLinkedService,
26106
+ RestSink: RestSink,
26107
+ RestSource: RestSource,
26108
+ RetryPolicy: RetryPolicy,
26109
+ RunFilterParameters: RunFilterParameters,
26110
+ RunNotebookCreateRunHeaders: RunNotebookCreateRunHeaders,
26111
+ RunNotebookError: RunNotebookError,
26112
+ RunNotebookParameter: RunNotebookParameter,
26113
+ RunNotebookRequest: RunNotebookRequest,
26114
+ RunNotebookResponse: RunNotebookResponse,
26115
+ RunNotebookResult: RunNotebookResult,
26116
+ RunNotebookSnapshot: RunNotebookSnapshot,
26117
+ RunNotebookSnapshotResponse: RunNotebookSnapshotResponse,
26118
+ RunNotebookSnapshotResult: RunNotebookSnapshotResult,
26119
+ RunNotebookSparkSessionOptions: RunNotebookSparkSessionOptions,
26120
+ RunQueryFilter: RunQueryFilter,
26121
+ RunQueryOrderBy: RunQueryOrderBy,
26122
+ SalesforceLinkedService: SalesforceLinkedService,
26123
+ SalesforceMarketingCloudLinkedService: SalesforceMarketingCloudLinkedService,
26124
+ SalesforceMarketingCloudObjectDataset: SalesforceMarketingCloudObjectDataset,
26125
+ SalesforceMarketingCloudSource: SalesforceMarketingCloudSource,
25920
26126
  SalesforceObjectDataset: SalesforceObjectDataset,
26127
+ SalesforceServiceCloudLinkedService: SalesforceServiceCloudLinkedService,
25921
26128
  SalesforceServiceCloudObjectDataset: SalesforceServiceCloudObjectDataset,
25922
- SybaseTableDataset: SybaseTableDataset,
26129
+ SalesforceServiceCloudSink: SalesforceServiceCloudSink,
26130
+ SalesforceServiceCloudSource: SalesforceServiceCloudSource,
26131
+ SalesforceSink: SalesforceSink,
26132
+ SalesforceSource: SalesforceSource,
26133
+ SapBWLinkedService: SapBWLinkedService,
25923
26134
  SapBwCubeDataset: SapBwCubeDataset,
26135
+ SapBwSource: SapBwSource,
26136
+ SapCloudForCustomerLinkedService: SapCloudForCustomerLinkedService,
25924
26137
  SapCloudForCustomerResourceDataset: SapCloudForCustomerResourceDataset,
26138
+ SapCloudForCustomerSink: SapCloudForCustomerSink,
26139
+ SapCloudForCustomerSource: SapCloudForCustomerSource,
26140
+ SapEccLinkedService: SapEccLinkedService,
25925
26141
  SapEccResourceDataset: SapEccResourceDataset,
26142
+ SapEccSource: SapEccSource,
26143
+ SapHanaLinkedService: SapHanaLinkedService,
26144
+ SapHanaPartitionSettings: SapHanaPartitionSettings,
26145
+ SapHanaSource: SapHanaSource,
25926
26146
  SapHanaTableDataset: SapHanaTableDataset,
26147
+ SapOdpLinkedService: SapOdpLinkedService,
26148
+ SapOdpResourceDataset: SapOdpResourceDataset,
26149
+ SapOdpSource: SapOdpSource,
26150
+ SapOpenHubLinkedService: SapOpenHubLinkedService,
26151
+ SapOpenHubSource: SapOpenHubSource,
25927
26152
  SapOpenHubTableDataset: SapOpenHubTableDataset,
25928
- SqlServerTableDataset: SqlServerTableDataset,
25929
- AmazonRdsForSqlServerTableDataset: AmazonRdsForSqlServerTableDataset,
25930
- RestResourceDataset: RestResourceDataset,
26153
+ SapTableLinkedService: SapTableLinkedService,
26154
+ SapTablePartitionSettings: SapTablePartitionSettings,
25931
26155
  SapTableResourceDataset: SapTableResourceDataset,
25932
- SapOdpResourceDataset: SapOdpResourceDataset,
25933
- WebTableDataset: WebTableDataset,
25934
- AzureSearchIndexDataset: AzureSearchIndexDataset,
25935
- HttpDataset: HttpDataset,
25936
- AmazonMWSObjectDataset: AmazonMWSObjectDataset,
25937
- AzurePostgreSqlTableDataset: AzurePostgreSqlTableDataset,
25938
- ConcurObjectDataset: ConcurObjectDataset,
25939
- CouchbaseTableDataset: CouchbaseTableDataset,
25940
- DrillTableDataset: DrillTableDataset,
25941
- EloquaObjectDataset: EloquaObjectDataset,
25942
- GoogleBigQueryObjectDataset: GoogleBigQueryObjectDataset,
25943
- GreenplumTableDataset: GreenplumTableDataset,
25944
- HBaseObjectDataset: HBaseObjectDataset,
25945
- HiveObjectDataset: HiveObjectDataset,
25946
- HubspotObjectDataset: HubspotObjectDataset,
25947
- ImpalaObjectDataset: ImpalaObjectDataset,
25948
- JiraObjectDataset: JiraObjectDataset,
25949
- MagentoObjectDataset: MagentoObjectDataset,
25950
- MariaDBTableDataset: MariaDBTableDataset,
25951
- AzureMariaDBTableDataset: AzureMariaDBTableDataset,
25952
- MarketoObjectDataset: MarketoObjectDataset,
25953
- PaypalObjectDataset: PaypalObjectDataset,
25954
- PhoenixObjectDataset: PhoenixObjectDataset,
25955
- PrestoObjectDataset: PrestoObjectDataset,
25956
- QuickBooksObjectDataset: QuickBooksObjectDataset,
26156
+ SapTableSource: SapTableSource,
26157
+ ScheduleTrigger: ScheduleTrigger,
26158
+ ScheduleTriggerRecurrence: ScheduleTriggerRecurrence,
26159
+ ScriptAction: ScriptAction,
26160
+ ScriptActivity: ScriptActivity,
26161
+ ScriptActivityParameter: ScriptActivityParameter,
26162
+ ScriptActivityScriptBlock: ScriptActivityScriptBlock,
26163
+ ScriptActivityTypePropertiesLogSettings: ScriptActivityTypePropertiesLogSettings,
26164
+ SecretBase: SecretBase,
26165
+ SecureInputOutputPolicy: SecureInputOutputPolicy,
26166
+ SecureString: SecureString,
26167
+ SelfDependencyTumblingWindowTriggerReference: SelfDependencyTumblingWindowTriggerReference,
26168
+ SelfHostedIntegrationRuntime: SelfHostedIntegrationRuntime,
26169
+ ServiceNowLinkedService: ServiceNowLinkedService,
25957
26170
  ServiceNowObjectDataset: ServiceNowObjectDataset,
26171
+ ServiceNowSource: ServiceNowSource,
26172
+ SetVariableActivity: SetVariableActivity,
26173
+ SftpLocation: SftpLocation,
26174
+ SftpReadSettings: SftpReadSettings,
26175
+ SftpServerLinkedService: SftpServerLinkedService,
26176
+ SftpWriteSettings: SftpWriteSettings,
26177
+ SharePointOnlineListLinkedService: SharePointOnlineListLinkedService,
26178
+ SharePointOnlineListResourceDataset: SharePointOnlineListResourceDataset,
26179
+ SharePointOnlineListSource: SharePointOnlineListSource,
26180
+ ShopifyLinkedService: ShopifyLinkedService,
25958
26181
  ShopifyObjectDataset: ShopifyObjectDataset,
25959
- SparkObjectDataset: SparkObjectDataset,
25960
- SquareObjectDataset: SquareObjectDataset,
25961
- XeroObjectDataset: XeroObjectDataset,
25962
- ZohoObjectDataset: ZohoObjectDataset,
25963
- NetezzaTableDataset: NetezzaTableDataset,
25964
- VerticaTableDataset: VerticaTableDataset,
25965
- SalesforceMarketingCloudObjectDataset: SalesforceMarketingCloudObjectDataset,
25966
- ResponsysObjectDataset: ResponsysObjectDataset,
25967
- DynamicsAXResourceDataset: DynamicsAXResourceDataset,
25968
- OracleServiceCloudObjectDataset: OracleServiceCloudObjectDataset,
25969
- AzureDataExplorerTableDataset: AzureDataExplorerTableDataset,
25970
- GoogleAdWordsObjectDataset: GoogleAdWordsObjectDataset,
26182
+ ShopifySource: ShopifySource,
26183
+ SkipErrorFile: SkipErrorFile,
26184
+ Sku: Sku,
26185
+ SmartsheetLinkedService: SmartsheetLinkedService,
25971
26186
  SnowflakeDataset: SnowflakeDataset,
25972
- SharePointOnlineListResourceDataset: SharePointOnlineListResourceDataset,
25973
- AzureDatabricksDeltaLakeDataset: AzureDatabricksDeltaLakeDataset,
25974
- AzureStorageLinkedService: AzureStorageLinkedService,
25975
- AzureBlobStorageLinkedService: AzureBlobStorageLinkedService,
25976
- AzureTableStorageLinkedService: AzureTableStorageLinkedService,
25977
- AzureSqlDWLinkedService: AzureSqlDWLinkedService,
26187
+ SnowflakeExportCopyCommand: SnowflakeExportCopyCommand,
26188
+ SnowflakeImportCopyCommand: SnowflakeImportCopyCommand,
26189
+ SnowflakeLinkedService: SnowflakeLinkedService,
26190
+ SnowflakeSink: SnowflakeSink,
26191
+ SnowflakeSource: SnowflakeSource,
26192
+ SparkBatchJob: SparkBatchJob,
26193
+ SparkBatchJobState: SparkBatchJobState,
26194
+ SparkConfiguration: SparkConfiguration,
26195
+ SparkConfigurationListResponse: SparkConfigurationListResponse,
26196
+ SparkConfigurationParametrizationReference: SparkConfigurationParametrizationReference,
26197
+ SparkConfigurationReference: SparkConfigurationReference,
26198
+ SparkConfigurationResource: SparkConfigurationResource,
26199
+ SparkJobDefinition: SparkJobDefinition,
26200
+ SparkJobDefinitionFolder: SparkJobDefinitionFolder,
26201
+ SparkJobDefinitionResource: SparkJobDefinitionResource,
26202
+ SparkJobDefinitionsListResponse: SparkJobDefinitionsListResponse,
26203
+ SparkJobProperties: SparkJobProperties,
26204
+ SparkLinkedService: SparkLinkedService,
26205
+ SparkObjectDataset: SparkObjectDataset,
26206
+ SparkRequest: SparkRequest,
26207
+ SparkScheduler: SparkScheduler,
26208
+ SparkServiceError: SparkServiceError,
26209
+ SparkServicePlugin: SparkServicePlugin,
26210
+ SparkSource: SparkSource,
26211
+ SqlAlwaysEncryptedProperties: SqlAlwaysEncryptedProperties,
26212
+ SqlConnection: SqlConnection,
26213
+ SqlDWSink: SqlDWSink,
26214
+ SqlDWSource: SqlDWSource,
26215
+ SqlMISink: SqlMISink,
26216
+ SqlMISource: SqlMISource,
26217
+ SqlPartitionSettings: SqlPartitionSettings,
26218
+ SqlPool: SqlPool,
26219
+ SqlPoolInfoListResult: SqlPoolInfoListResult,
26220
+ SqlPoolReference: SqlPoolReference,
26221
+ SqlPoolStoredProcedureActivity: SqlPoolStoredProcedureActivity,
26222
+ SqlScript: SqlScript,
26223
+ SqlScriptContent: SqlScriptContent,
26224
+ SqlScriptFolder: SqlScriptFolder,
26225
+ SqlScriptMetadata: SqlScriptMetadata,
26226
+ SqlScriptResource: SqlScriptResource,
26227
+ SqlScriptsListResponse: SqlScriptsListResponse,
25978
26228
  SqlServerLinkedService: SqlServerLinkedService,
25979
- AmazonRdsForSqlServerLinkedService: AmazonRdsForSqlServerLinkedService,
25980
- AzureSqlDatabaseLinkedService: AzureSqlDatabaseLinkedService,
25981
- AzureSqlMILinkedService: AzureSqlMILinkedService,
25982
- AzureBatchLinkedService: AzureBatchLinkedService,
25983
- AzureKeyVaultLinkedService: AzureKeyVaultLinkedService,
25984
- CosmosDbLinkedService: CosmosDbLinkedService,
25985
- DynamicsLinkedService: DynamicsLinkedService,
25986
- DynamicsCrmLinkedService: DynamicsCrmLinkedService,
25987
- CommonDataServiceForAppsLinkedService: CommonDataServiceForAppsLinkedService,
25988
- HDInsightLinkedService: HDInsightLinkedService,
25989
- FileServerLinkedService: FileServerLinkedService,
25990
- AzureFileStorageLinkedService: AzureFileStorageLinkedService,
25991
- GoogleCloudStorageLinkedService: GoogleCloudStorageLinkedService,
25992
- OracleLinkedService: OracleLinkedService,
25993
- AmazonRdsForOracleLinkedService: AmazonRdsForOracleLinkedService,
25994
- AzureMySqlLinkedService: AzureMySqlLinkedService,
25995
- MySqlLinkedService: MySqlLinkedService,
25996
- PostgreSqlLinkedService: PostgreSqlLinkedService,
26229
+ SqlServerSink: SqlServerSink,
26230
+ SqlServerSource: SqlServerSource,
26231
+ SqlServerStoredProcedureActivity: SqlServerStoredProcedureActivity,
26232
+ SqlServerTableDataset: SqlServerTableDataset,
26233
+ SqlSink: SqlSink,
26234
+ SqlSource: SqlSource,
26235
+ SquareLinkedService: SquareLinkedService,
26236
+ SquareObjectDataset: SquareObjectDataset,
26237
+ SquareSource: SquareSource,
26238
+ SsisAccessCredential: SsisAccessCredential,
26239
+ SsisChildPackage: SsisChildPackage,
26240
+ SsisExecutionCredential: SsisExecutionCredential,
26241
+ SsisExecutionParameter: SsisExecutionParameter,
26242
+ SsisLogLocation: SsisLogLocation,
26243
+ SsisObjectMetadataStatusResponse: SsisObjectMetadataStatusResponse,
26244
+ SsisPackageLocation: SsisPackageLocation,
26245
+ SsisPropertyOverride: SsisPropertyOverride,
26246
+ StagingSettings: StagingSettings,
26247
+ StartDataFlowDebugSessionRequest: StartDataFlowDebugSessionRequest,
26248
+ StartDataFlowDebugSessionResponse: StartDataFlowDebugSessionResponse,
26249
+ StoreReadSettings: StoreReadSettings,
26250
+ StoreWriteSettings: StoreWriteSettings,
26251
+ StoredProcedureParameter: StoredProcedureParameter,
26252
+ SubResource: SubResource,
26253
+ SubResourceDebugResource: SubResourceDebugResource,
26254
+ SwitchActivity: SwitchActivity,
26255
+ SwitchCase: SwitchCase,
25997
26256
  SybaseLinkedService: SybaseLinkedService,
25998
- Db2LinkedService: Db2LinkedService,
25999
- TeradataLinkedService: TeradataLinkedService,
26000
- AzureMLLinkedService: AzureMLLinkedService,
26001
- AzureMLServiceLinkedService: AzureMLServiceLinkedService,
26002
- OdbcLinkedService: OdbcLinkedService,
26003
- InformixLinkedService: InformixLinkedService,
26004
- MicrosoftAccessLinkedService: MicrosoftAccessLinkedService,
26005
- HdfsLinkedService: HdfsLinkedService,
26006
- ODataLinkedService: ODataLinkedService,
26007
- WebLinkedService: WebLinkedService,
26008
- CassandraLinkedService: CassandraLinkedService,
26009
- MongoDbLinkedService: MongoDbLinkedService,
26010
- MongoDbAtlasLinkedService: MongoDbAtlasLinkedService,
26011
- MongoDbV2LinkedService: MongoDbV2LinkedService,
26012
- CosmosDbMongoDbApiLinkedService: CosmosDbMongoDbApiLinkedService,
26013
- AzureDataLakeStoreLinkedService: AzureDataLakeStoreLinkedService,
26014
- AzureBlobFSLinkedService: AzureBlobFSLinkedService,
26015
- Office365LinkedService: Office365LinkedService,
26016
- SalesforceLinkedService: SalesforceLinkedService,
26017
- SalesforceServiceCloudLinkedService: SalesforceServiceCloudLinkedService,
26018
- SapCloudForCustomerLinkedService: SapCloudForCustomerLinkedService,
26019
- SapEccLinkedService: SapEccLinkedService,
26020
- SapOpenHubLinkedService: SapOpenHubLinkedService,
26021
- SapOdpLinkedService: SapOdpLinkedService,
26022
- RestServiceLinkedService: RestServiceLinkedService,
26257
+ SybaseSource: SybaseSource,
26258
+ SybaseTableDataset: SybaseTableDataset,
26259
+ SynapseNotebookActivity: SynapseNotebookActivity,
26260
+ SynapseNotebookReference: SynapseNotebookReference,
26261
+ SynapseSparkJobDefinitionActivity: SynapseSparkJobDefinitionActivity,
26262
+ SynapseSparkJobReference: SynapseSparkJobReference,
26263
+ TabularSource: TabularSource,
26264
+ TabularTranslator: TabularTranslator,
26265
+ TarGZipReadSettings: TarGZipReadSettings,
26266
+ TarReadSettings: TarReadSettings,
26023
26267
  TeamDeskLinkedService: TeamDeskLinkedService,
26024
- QuickbaseLinkedService: QuickbaseLinkedService,
26025
- SmartsheetLinkedService: SmartsheetLinkedService,
26026
- ZendeskLinkedService: ZendeskLinkedService,
26027
- DataworldLinkedService: DataworldLinkedService,
26028
- AppFiguresLinkedService: AppFiguresLinkedService,
26029
- AsanaLinkedService: AsanaLinkedService,
26268
+ TeradataLinkedService: TeradataLinkedService,
26269
+ TeradataPartitionSettings: TeradataPartitionSettings,
26270
+ TeradataSource: TeradataSource,
26271
+ TeradataTableDataset: TeradataTableDataset,
26272
+ TextFormat: TextFormat,
26273
+ TrackedResource: TrackedResource,
26274
+ Transformation: Transformation,
26275
+ Trigger: Trigger,
26276
+ TriggerDependencyProvisioningStatus: TriggerDependencyProvisioningStatus,
26277
+ TriggerDependencyReference: TriggerDependencyReference,
26278
+ TriggerListResponse: TriggerListResponse,
26279
+ TriggerPipelineReference: TriggerPipelineReference,
26280
+ TriggerReference: TriggerReference,
26281
+ TriggerResource: TriggerResource,
26282
+ TriggerRun: TriggerRun,
26283
+ TriggerRunsQueryResponse: TriggerRunsQueryResponse,
26284
+ TriggerSubscriptionOperationStatus: TriggerSubscriptionOperationStatus,
26285
+ TumblingWindowTrigger: TumblingWindowTrigger,
26286
+ TumblingWindowTriggerDependencyReference: TumblingWindowTriggerDependencyReference,
26030
26287
  TwilioLinkedService: TwilioLinkedService,
26031
- GoogleSheetsLinkedService: GoogleSheetsLinkedService,
26032
- AmazonS3LinkedService: AmazonS3LinkedService,
26033
- AmazonRedshiftLinkedService: AmazonRedshiftLinkedService,
26034
- CustomDataSourceLinkedService: CustomDataSourceLinkedService,
26035
- AzureSearchLinkedService: AzureSearchLinkedService,
26036
- HttpLinkedService: HttpLinkedService,
26037
- FtpServerLinkedService: FtpServerLinkedService,
26038
- SftpServerLinkedService: SftpServerLinkedService,
26039
- SapBWLinkedService: SapBWLinkedService,
26040
- SapHanaLinkedService: SapHanaLinkedService,
26041
- AmazonMWSLinkedService: AmazonMWSLinkedService,
26042
- AzurePostgreSqlLinkedService: AzurePostgreSqlLinkedService,
26043
- ConcurLinkedService: ConcurLinkedService,
26044
- CouchbaseLinkedService: CouchbaseLinkedService,
26045
- DrillLinkedService: DrillLinkedService,
26046
- EloquaLinkedService: EloquaLinkedService,
26047
- GoogleBigQueryLinkedService: GoogleBigQueryLinkedService,
26048
- GreenplumLinkedService: GreenplumLinkedService,
26049
- HBaseLinkedService: HBaseLinkedService,
26050
- HiveLinkedService: HiveLinkedService,
26051
- HubspotLinkedService: HubspotLinkedService,
26052
- ImpalaLinkedService: ImpalaLinkedService,
26053
- JiraLinkedService: JiraLinkedService,
26054
- MagentoLinkedService: MagentoLinkedService,
26055
- MariaDBLinkedService: MariaDBLinkedService,
26056
- AzureMariaDBLinkedService: AzureMariaDBLinkedService,
26057
- MarketoLinkedService: MarketoLinkedService,
26058
- PaypalLinkedService: PaypalLinkedService,
26059
- PhoenixLinkedService: PhoenixLinkedService,
26060
- PrestoLinkedService: PrestoLinkedService,
26061
- QuickBooksLinkedService: QuickBooksLinkedService,
26062
- ServiceNowLinkedService: ServiceNowLinkedService,
26063
- ShopifyLinkedService: ShopifyLinkedService,
26064
- SparkLinkedService: SparkLinkedService,
26065
- SquareLinkedService: SquareLinkedService,
26066
- XeroLinkedService: XeroLinkedService,
26067
- ZohoLinkedService: ZohoLinkedService,
26288
+ TypeConversionSettings: TypeConversionSettings,
26289
+ UntilActivity: UntilActivity,
26290
+ UpdateLandingZoneCredential: UpdateLandingZoneCredential,
26291
+ UserProperty: UserProperty,
26292
+ ValidationActivity: ValidationActivity,
26293
+ VariableSpecification: VariableSpecification,
26068
26294
  VerticaLinkedService: VerticaLinkedService,
26069
- NetezzaLinkedService: NetezzaLinkedService,
26070
- SalesforceMarketingCloudLinkedService: SalesforceMarketingCloudLinkedService,
26071
- HDInsightOnDemandLinkedService: HDInsightOnDemandLinkedService,
26072
- AzureDataLakeAnalyticsLinkedService: AzureDataLakeAnalyticsLinkedService,
26073
- AzureDatabricksLinkedService: AzureDatabricksLinkedService,
26074
- AzureDatabricksDeltaLakeLinkedService: AzureDatabricksDeltaLakeLinkedService,
26075
- ResponsysLinkedService: ResponsysLinkedService,
26076
- DynamicsAXLinkedService: DynamicsAXLinkedService,
26077
- OracleServiceCloudLinkedService: OracleServiceCloudLinkedService,
26078
- GoogleAdWordsLinkedService: GoogleAdWordsLinkedService,
26079
- SapTableLinkedService: SapTableLinkedService,
26080
- AzureDataExplorerLinkedService: AzureDataExplorerLinkedService,
26081
- AzureFunctionLinkedService: AzureFunctionLinkedService,
26082
- SnowflakeLinkedService: SnowflakeLinkedService,
26083
- SharePointOnlineListLinkedService: SharePointOnlineListLinkedService,
26084
- AzureSynapseArtifactsLinkedService: AzureSynapseArtifactsLinkedService,
26085
- PowerBIWorkspaceLinkedService: PowerBIWorkspaceLinkedService,
26086
- ControlActivity: ControlActivity,
26087
- ExecutionActivity: ExecutionActivity,
26088
- SqlPoolStoredProcedureActivity: SqlPoolStoredProcedureActivity,
26089
- RerunTumblingWindowTrigger: RerunTumblingWindowTrigger,
26090
- MultiplePipelineTrigger: MultiplePipelineTrigger,
26091
- TumblingWindowTrigger: TumblingWindowTrigger,
26092
- ChainingTrigger: ChainingTrigger,
26093
- DataFlowSource: DataFlowSource,
26094
- DataFlowSink: DataFlowSink,
26095
- AzureBlobStorageLocation: AzureBlobStorageLocation,
26096
- AzureBlobFSLocation: AzureBlobFSLocation,
26097
- AzureDataLakeStoreLocation: AzureDataLakeStoreLocation,
26098
- AmazonS3Location: AmazonS3Location,
26099
- FileServerLocation: FileServerLocation,
26100
- AzureFileStorageLocation: AzureFileStorageLocation,
26101
- GoogleCloudStorageLocation: GoogleCloudStorageLocation,
26102
- FtpServerLocation: FtpServerLocation,
26103
- SftpLocation: SftpLocation,
26104
- HttpServerLocation: HttpServerLocation,
26105
- HdfsLocation: HdfsLocation,
26106
- TextFormat: TextFormat,
26107
- JsonFormat: JsonFormat,
26108
- AvroFormat: AvroFormat,
26109
- OrcFormat: OrcFormat,
26110
- ParquetFormat: ParquetFormat,
26295
+ VerticaSource: VerticaSource,
26296
+ VerticaTableDataset: VerticaTableDataset,
26297
+ VirtualNetworkProfile: VirtualNetworkProfile,
26298
+ WaitActivity: WaitActivity,
26299
+ WebActivity: WebActivity,
26300
+ WebActivityAuthentication: WebActivityAuthentication,
26111
26301
  WebAnonymousAuthentication: WebAnonymousAuthentication,
26112
26302
  WebBasicAuthentication: WebBasicAuthentication,
26113
26303
  WebClientCertificateAuthentication: WebClientCertificateAuthentication,
26114
- AzureBlobStorageReadSettings: AzureBlobStorageReadSettings,
26115
- AzureBlobFSReadSettings: AzureBlobFSReadSettings,
26116
- AzureDataLakeStoreReadSettings: AzureDataLakeStoreReadSettings,
26117
- AmazonS3ReadSettings: AmazonS3ReadSettings,
26118
- FileServerReadSettings: FileServerReadSettings,
26119
- AzureFileStorageReadSettings: AzureFileStorageReadSettings,
26120
- GoogleCloudStorageReadSettings: GoogleCloudStorageReadSettings,
26121
- FtpReadSettings: FtpReadSettings,
26122
- SftpReadSettings: SftpReadSettings,
26123
- HttpReadSettings: HttpReadSettings,
26124
- HdfsReadSettings: HdfsReadSettings,
26125
- SftpWriteSettings: SftpWriteSettings,
26126
- AzureBlobStorageWriteSettings: AzureBlobStorageWriteSettings,
26127
- AzureBlobFSWriteSettings: AzureBlobFSWriteSettings,
26128
- AzureDataLakeStoreWriteSettings: AzureDataLakeStoreWriteSettings,
26129
- FileServerWriteSettings: FileServerWriteSettings,
26130
- AzureFileStorageWriteSettings: AzureFileStorageWriteSettings,
26131
- DelimitedTextReadSettings: DelimitedTextReadSettings,
26132
- JsonReadSettings: JsonReadSettings,
26133
- XmlReadSettings: XmlReadSettings,
26134
- BinaryReadSettings: BinaryReadSettings,
26135
- ZipDeflateReadSettings: ZipDeflateReadSettings,
26136
- TarReadSettings: TarReadSettings,
26137
- TarGZipReadSettings: TarGZipReadSettings,
26138
- AvroWriteSettings: AvroWriteSettings,
26139
- OrcWriteSettings: OrcWriteSettings,
26140
- ParquetWriteSettings: ParquetWriteSettings,
26141
- DelimitedTextWriteSettings: DelimitedTextWriteSettings,
26142
- JsonWriteSettings: JsonWriteSettings,
26143
- AvroSource: AvroSource,
26144
- ExcelSource: ExcelSource,
26145
- ParquetSource: ParquetSource,
26146
- DelimitedTextSource: DelimitedTextSource,
26147
- JsonSource: JsonSource,
26148
- XmlSource: XmlSource,
26149
- OrcSource: OrcSource,
26150
- BinarySource: BinarySource,
26151
- TabularSource: TabularSource,
26152
- BlobSource: BlobSource,
26153
- DocumentDbCollectionSource: DocumentDbCollectionSource,
26154
- CosmosDbSqlApiSource: CosmosDbSqlApiSource,
26155
- DynamicsSource: DynamicsSource,
26156
- DynamicsCrmSource: DynamicsCrmSource,
26157
- CommonDataServiceForAppsSource: CommonDataServiceForAppsSource,
26158
- RelationalSource: RelationalSource,
26159
- MicrosoftAccessSource: MicrosoftAccessSource,
26160
- ODataSource: ODataSource,
26161
- SalesforceServiceCloudSource: SalesforceServiceCloudSource,
26162
- RestSource: RestSource,
26163
- FileSystemSource: FileSystemSource,
26164
- HdfsSource: HdfsSource,
26165
- AzureDataExplorerSource: AzureDataExplorerSource,
26166
- OracleSource: OracleSource,
26167
- AmazonRdsForOracleSource: AmazonRdsForOracleSource,
26304
+ WebHookActivity: WebHookActivity,
26305
+ WebLinkedService: WebLinkedService,
26306
+ WebLinkedServiceTypeProperties: WebLinkedServiceTypeProperties,
26168
26307
  WebSource: WebSource,
26169
- MongoDbSource: MongoDbSource,
26170
- MongoDbAtlasSource: MongoDbAtlasSource,
26171
- MongoDbV2Source: MongoDbV2Source,
26172
- CosmosDbMongoDbApiSource: CosmosDbMongoDbApiSource,
26173
- Office365Source: Office365Source,
26174
- AzureDataLakeStoreSource: AzureDataLakeStoreSource,
26175
- AzureBlobFSSource: AzureBlobFSSource,
26176
- HttpSource: HttpSource,
26177
- SnowflakeSource: SnowflakeSource,
26178
- AzureDatabricksDeltaLakeSource: AzureDatabricksDeltaLakeSource,
26179
- SharePointOnlineListSource: SharePointOnlineListSource,
26180
- DelimitedTextSink: DelimitedTextSink,
26181
- JsonSink: JsonSink,
26182
- OrcSink: OrcSink,
26183
- RestSink: RestSink,
26184
- AzurePostgreSqlSink: AzurePostgreSqlSink,
26185
- AzureMySqlSink: AzureMySqlSink,
26186
- AzureDatabricksDeltaLakeSink: AzureDatabricksDeltaLakeSink,
26187
- SapCloudForCustomerSink: SapCloudForCustomerSink,
26188
- AzureQueueSink: AzureQueueSink,
26189
- AzureTableSink: AzureTableSink,
26190
- AvroSink: AvroSink,
26191
- ParquetSink: ParquetSink,
26192
- BinarySink: BinarySink,
26193
- BlobSink: BlobSink,
26194
- FileSystemSink: FileSystemSink,
26195
- DocumentDbCollectionSink: DocumentDbCollectionSink,
26196
- CosmosDbSqlApiSink: CosmosDbSqlApiSink,
26197
- SqlSink: SqlSink,
26198
- SqlServerSink: SqlServerSink,
26199
- AzureSqlSink: AzureSqlSink,
26200
- SqlMISink: SqlMISink,
26201
- SqlDWSink: SqlDWSink,
26202
- SnowflakeSink: SnowflakeSink,
26203
- OracleSink: OracleSink,
26204
- AzureDataLakeStoreSink: AzureDataLakeStoreSink,
26205
- AzureBlobFSSink: AzureBlobFSSink,
26206
- AzureSearchIndexSink: AzureSearchIndexSink,
26207
- OdbcSink: OdbcSink,
26208
- InformixSink: InformixSink,
26209
- MicrosoftAccessSink: MicrosoftAccessSink,
26210
- DynamicsSink: DynamicsSink,
26211
- DynamicsCrmSink: DynamicsCrmSink,
26212
- CommonDataServiceForAppsSink: CommonDataServiceForAppsSink,
26213
- AzureDataExplorerSink: AzureDataExplorerSink,
26214
- SalesforceSink: SalesforceSink,
26215
- SalesforceServiceCloudSink: SalesforceServiceCloudSink,
26216
- CosmosDbMongoDbApiSink: CosmosDbMongoDbApiSink,
26217
- SnowflakeExportCopyCommand: SnowflakeExportCopyCommand,
26218
- AzureDatabricksDeltaLakeExportCommand: AzureDatabricksDeltaLakeExportCommand,
26219
- AzureDatabricksDeltaLakeImportCommand: AzureDatabricksDeltaLakeImportCommand,
26220
- SnowflakeImportCopyCommand: SnowflakeImportCopyCommand,
26221
- TabularTranslator: TabularTranslator,
26222
- TriggerDependencyReference: TriggerDependencyReference,
26223
- SelfDependencyTumblingWindowTriggerReference: SelfDependencyTumblingWindowTriggerReference,
26224
- LinkedIntegrationRuntimeKeyAuthorization: LinkedIntegrationRuntimeKeyAuthorization,
26225
- LinkedIntegrationRuntimeRbacAuthorization: LinkedIntegrationRuntimeRbacAuthorization,
26226
- SubResource: SubResource,
26227
- BigDataPoolResourceInfo: BigDataPoolResourceInfo,
26228
- SqlPool: SqlPool,
26308
+ WebTableDataset: WebTableDataset,
26229
26309
  Workspace: Workspace,
26230
- PrivateEndpointConnection: PrivateEndpointConnection,
26231
- ExecutePipelineActivity: ExecutePipelineActivity,
26232
- IfConditionActivity: IfConditionActivity,
26233
- SwitchActivity: SwitchActivity,
26234
- ForEachActivity: ForEachActivity,
26235
- WaitActivity: WaitActivity,
26236
- FailActivity: FailActivity,
26237
- UntilActivity: UntilActivity,
26238
- ValidationActivity: ValidationActivity,
26239
- FilterActivity: FilterActivity,
26240
- SetVariableActivity: SetVariableActivity,
26241
- AppendVariableActivity: AppendVariableActivity,
26242
- WebHookActivity: WebHookActivity,
26243
- CopyActivity: CopyActivity,
26244
- HDInsightHiveActivity: HDInsightHiveActivity,
26245
- HDInsightPigActivity: HDInsightPigActivity,
26246
- HDInsightMapReduceActivity: HDInsightMapReduceActivity,
26247
- HDInsightStreamingActivity: HDInsightStreamingActivity,
26248
- HDInsightSparkActivity: HDInsightSparkActivity,
26249
- ExecuteSsisPackageActivity: ExecuteSsisPackageActivity,
26250
- CustomActivity: CustomActivity,
26251
- SqlServerStoredProcedureActivity: SqlServerStoredProcedureActivity,
26252
- DeleteActivity: DeleteActivity,
26253
- AzureDataExplorerCommandActivity: AzureDataExplorerCommandActivity,
26254
- LookupActivity: LookupActivity,
26255
- WebActivity: WebActivity,
26256
- GetMetadataActivity: GetMetadataActivity,
26257
- AzureMLBatchExecutionActivity: AzureMLBatchExecutionActivity,
26258
- AzureMLUpdateResourceActivity: AzureMLUpdateResourceActivity,
26259
- AzureMLExecutePipelineActivity: AzureMLExecutePipelineActivity,
26260
- DataLakeAnalyticsUsqlActivity: DataLakeAnalyticsUsqlActivity,
26261
- DatabricksNotebookActivity: DatabricksNotebookActivity,
26262
- DatabricksSparkJarActivity: DatabricksSparkJarActivity,
26263
- DatabricksSparkPythonActivity: DatabricksSparkPythonActivity,
26264
- AzureFunctionActivity: AzureFunctionActivity,
26265
- ExecuteDataFlowActivity: ExecuteDataFlowActivity,
26266
- ScriptActivity: ScriptActivity,
26267
- SynapseNotebookActivity: SynapseNotebookActivity,
26268
- SynapseSparkJobDefinitionActivity: SynapseSparkJobDefinitionActivity,
26269
- ScheduleTrigger: ScheduleTrigger,
26270
- BlobTrigger: BlobTrigger,
26271
- BlobEventsTrigger: BlobEventsTrigger,
26272
- CustomEventsTrigger: CustomEventsTrigger,
26273
- AzureTableSource: AzureTableSource,
26274
- InformixSource: InformixSource,
26275
- Db2Source: Db2Source,
26276
- OdbcSource: OdbcSource,
26277
- MySqlSource: MySqlSource,
26278
- PostgreSqlSource: PostgreSqlSource,
26279
- SybaseSource: SybaseSource,
26280
- SapBwSource: SapBwSource,
26281
- SalesforceSource: SalesforceSource,
26282
- SapCloudForCustomerSource: SapCloudForCustomerSource,
26283
- SapEccSource: SapEccSource,
26284
- SapHanaSource: SapHanaSource,
26285
- SapOpenHubSource: SapOpenHubSource,
26286
- SapOdpSource: SapOdpSource,
26287
- SapTableSource: SapTableSource,
26288
- SqlSource: SqlSource,
26289
- SqlServerSource: SqlServerSource,
26290
- AmazonRdsForSqlServerSource: AmazonRdsForSqlServerSource,
26291
- AzureSqlSource: AzureSqlSource,
26292
- SqlMISource: SqlMISource,
26293
- SqlDWSource: SqlDWSource,
26294
- AzureMySqlSource: AzureMySqlSource,
26295
- TeradataSource: TeradataSource,
26296
- CassandraSource: CassandraSource,
26297
- AmazonMWSSource: AmazonMWSSource,
26298
- AzurePostgreSqlSource: AzurePostgreSqlSource,
26299
- ConcurSource: ConcurSource,
26300
- CouchbaseSource: CouchbaseSource,
26301
- DrillSource: DrillSource,
26302
- EloquaSource: EloquaSource,
26303
- GoogleBigQuerySource: GoogleBigQuerySource,
26304
- GreenplumSource: GreenplumSource,
26305
- HBaseSource: HBaseSource,
26306
- HiveSource: HiveSource,
26307
- HubspotSource: HubspotSource,
26308
- ImpalaSource: ImpalaSource,
26309
- JiraSource: JiraSource,
26310
- MagentoSource: MagentoSource,
26311
- MariaDBSource: MariaDBSource,
26312
- AzureMariaDBSource: AzureMariaDBSource,
26313
- MarketoSource: MarketoSource,
26314
- PaypalSource: PaypalSource,
26315
- PhoenixSource: PhoenixSource,
26316
- PrestoSource: PrestoSource,
26317
- QuickBooksSource: QuickBooksSource,
26318
- ServiceNowSource: ServiceNowSource,
26319
- ShopifySource: ShopifySource,
26320
- SparkSource: SparkSource,
26321
- SquareSource: SquareSource,
26310
+ WorkspaceIdentity: WorkspaceIdentity,
26311
+ WorkspaceKeyDetails: WorkspaceKeyDetails,
26312
+ WorkspaceRepositoryConfiguration: WorkspaceRepositoryConfiguration,
26313
+ WorkspaceUpdateParameters: WorkspaceUpdateParameters,
26314
+ XeroLinkedService: XeroLinkedService,
26315
+ XeroObjectDataset: XeroObjectDataset,
26322
26316
  XeroSource: XeroSource,
26317
+ XmlDataset: XmlDataset,
26318
+ XmlReadSettings: XmlReadSettings,
26319
+ XmlSource: XmlSource,
26320
+ ZendeskLinkedService: ZendeskLinkedService,
26321
+ ZipDeflateReadSettings: ZipDeflateReadSettings,
26322
+ ZohoLinkedService: ZohoLinkedService,
26323
+ ZohoObjectDataset: ZohoObjectDataset,
26323
26324
  ZohoSource: ZohoSource,
26324
- NetezzaSource: NetezzaSource,
26325
- VerticaSource: VerticaSource,
26326
- SalesforceMarketingCloudSource: SalesforceMarketingCloudSource,
26327
- ResponsysSource: ResponsysSource,
26328
- DynamicsAXSource: DynamicsAXSource,
26329
- OracleServiceCloudSource: OracleServiceCloudSource,
26330
- GoogleAdWordsSource: GoogleAdWordsSource,
26331
- AmazonRedshiftSource: AmazonRedshiftSource,
26332
- TumblingWindowTriggerDependencyReference: TumblingWindowTriggerDependencyReference,
26333
- SparkConfigurationResource: SparkConfigurationResource,
26334
- DataFlowResource: DataFlowResource,
26335
- DatasetResource: DatasetResource,
26336
- IntegrationRuntimeResource: IntegrationRuntimeResource,
26337
- LibraryResource: LibraryResource,
26338
- LinkedServiceResource: LinkedServiceResource,
26339
- PipelineResource: PipelineResource,
26340
- SparkJobDefinitionResource: SparkJobDefinitionResource,
26341
- TriggerResource: TriggerResource,
26342
- RerunTriggerResource: RerunTriggerResource,
26343
- RunNotebookCreateRunHeaders: RunNotebookCreateRunHeaders,
26344
- DataFlowDebugSessionCreateDataFlowDebugSessionHeaders: DataFlowDebugSessionCreateDataFlowDebugSessionHeaders,
26345
- DataFlowDebugSessionExecuteCommandHeaders: DataFlowDebugSessionExecuteCommandHeaders,
26346
26325
  discriminators: discriminators
26347
26326
  });
26348
26327
 
@@ -26976,16 +26955,11 @@ class LinkConnectionOperationsImpl {
26976
26955
  return tslib.__asyncGenerator(this, arguments, function* listByWorkspacePagingAll_1() {
26977
26956
  var _a, e_1, _b, _c;
26978
26957
  try {
26979
- for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
26958
+ for (var _d = true, _e = tslib.__asyncValues(this.listByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
26980
26959
  _c = _f.value;
26981
26960
  _d = false;
26982
- try {
26983
- const page = _c;
26984
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26985
- }
26986
- finally {
26987
- _d = true;
26988
- }
26961
+ const page = _c;
26962
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
26989
26963
  }
26990
26964
  }
26991
26965
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -27634,16 +27608,11 @@ class KqlScriptsImpl {
27634
27608
  return tslib.__asyncGenerator(this, arguments, function* getAllPagingAll_1() {
27635
27609
  var _a, e_1, _b, _c;
27636
27610
  try {
27637
- for (var _d = true, _e = tslib.__asyncValues(this.getAllPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
27611
+ for (var _d = true, _e = tslib.__asyncValues(this.getAllPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
27638
27612
  _c = _f.value;
27639
27613
  _d = false;
27640
- try {
27641
- const page = _c;
27642
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
27643
- }
27644
- finally {
27645
- _d = true;
27646
- }
27614
+ const page = _c;
27615
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
27647
27616
  }
27648
27617
  }
27649
27618
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -28166,16 +28135,11 @@ class SparkConfigurationOperationsImpl {
28166
28135
  return tslib.__asyncGenerator(this, arguments, function* getSparkConfigurationsByWorkspacePagingAll_1() {
28167
28136
  var _a, e_1, _b, _c;
28168
28137
  try {
28169
- for (var _d = true, _e = tslib.__asyncValues(this.getSparkConfigurationsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
28138
+ for (var _d = true, _e = tslib.__asyncValues(this.getSparkConfigurationsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
28170
28139
  _c = _f.value;
28171
28140
  _d = false;
28172
- try {
28173
- const page = _c;
28174
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28175
- }
28176
- finally {
28177
- _d = true;
28178
- }
28141
+ const page = _c;
28142
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28179
28143
  }
28180
28144
  }
28181
28145
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -28626,16 +28590,11 @@ class DataFlowOperationsImpl {
28626
28590
  return tslib.__asyncGenerator(this, arguments, function* getDataFlowsByWorkspacePagingAll_1() {
28627
28591
  var _a, e_1, _b, _c;
28628
28592
  try {
28629
- for (var _d = true, _e = tslib.__asyncValues(this.getDataFlowsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
28593
+ for (var _d = true, _e = tslib.__asyncValues(this.getDataFlowsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
28630
28594
  _c = _f.value;
28631
28595
  _d = false;
28632
- try {
28633
- const page = _c;
28634
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28635
- }
28636
- finally {
28637
- _d = true;
28638
- }
28596
+ const page = _c;
28597
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
28639
28598
  }
28640
28599
  }
28641
28600
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -29014,16 +28973,11 @@ class DataFlowDebugSessionImpl {
29014
28973
  return tslib.__asyncGenerator(this, arguments, function* queryDataFlowDebugSessionsByWorkspacePagingAll_1() {
29015
28974
  var _a, e_1, _b, _c;
29016
28975
  try {
29017
- for (var _d = true, _e = tslib.__asyncValues(this.queryDataFlowDebugSessionsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
28976
+ for (var _d = true, _e = tslib.__asyncValues(this.queryDataFlowDebugSessionsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
29018
28977
  _c = _f.value;
29019
28978
  _d = false;
29020
- try {
29021
- const page = _c;
29022
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29023
- }
29024
- finally {
29025
- _d = true;
29026
- }
28979
+ const page = _c;
28980
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29027
28981
  }
29028
28982
  }
29029
28983
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -29362,16 +29316,11 @@ class DatasetOperationsImpl {
29362
29316
  return tslib.__asyncGenerator(this, arguments, function* getDatasetsByWorkspacePagingAll_1() {
29363
29317
  var _a, e_1, _b, _c;
29364
29318
  try {
29365
- for (var _d = true, _e = tslib.__asyncValues(this.getDatasetsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
29319
+ for (var _d = true, _e = tslib.__asyncValues(this.getDatasetsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
29366
29320
  _c = _f.value;
29367
29321
  _d = false;
29368
- try {
29369
- const page = _c;
29370
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29371
- }
29372
- finally {
29373
- _d = true;
29374
- }
29322
+ const page = _c;
29323
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29375
29324
  }
29376
29325
  }
29377
29326
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -29870,16 +29819,11 @@ class LibraryImpl {
29870
29819
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
29871
29820
  var _a, e_1, _b, _c;
29872
29821
  try {
29873
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
29822
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
29874
29823
  _c = _f.value;
29875
29824
  _d = false;
29876
- try {
29877
- const page = _c;
29878
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29879
- }
29880
- finally {
29881
- _d = true;
29882
- }
29825
+ const page = _c;
29826
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
29883
29827
  }
29884
29828
  }
29885
29829
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -30307,16 +30251,11 @@ class LinkedServiceOperationsImpl {
30307
30251
  return tslib.__asyncGenerator(this, arguments, function* getLinkedServicesByWorkspacePagingAll_1() {
30308
30252
  var _a, e_1, _b, _c;
30309
30253
  try {
30310
- for (var _d = true, _e = tslib.__asyncValues(this.getLinkedServicesByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
30254
+ for (var _d = true, _e = tslib.__asyncValues(this.getLinkedServicesByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
30311
30255
  _c = _f.value;
30312
30256
  _d = false;
30313
- try {
30314
- const page = _c;
30315
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30316
- }
30317
- finally {
30318
- _d = true;
30319
- }
30257
+ const page = _c;
30258
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30320
30259
  }
30321
30260
  }
30322
30261
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -30696,16 +30635,11 @@ class NotebookOperationsImpl {
30696
30635
  return tslib.__asyncGenerator(this, arguments, function* getNotebooksByWorkspacePagingAll_1() {
30697
30636
  var _a, e_1, _b, _c;
30698
30637
  try {
30699
- for (var _d = true, _e = tslib.__asyncValues(this.getNotebooksByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
30638
+ for (var _d = true, _e = tslib.__asyncValues(this.getNotebooksByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
30700
30639
  _c = _f.value;
30701
30640
  _d = false;
30702
- try {
30703
- const page = _c;
30704
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30705
- }
30706
- finally {
30707
- _d = true;
30708
- }
30641
+ const page = _c;
30642
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30709
30643
  }
30710
30644
  }
30711
30645
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -30762,16 +30696,11 @@ class NotebookOperationsImpl {
30762
30696
  return tslib.__asyncGenerator(this, arguments, function* getNotebookSummaryByWorkSpacePagingAll_1() {
30763
30697
  var _a, e_2, _b, _c;
30764
30698
  try {
30765
- for (var _d = true, _e = tslib.__asyncValues(this.getNotebookSummaryByWorkSpacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
30699
+ for (var _d = true, _e = tslib.__asyncValues(this.getNotebookSummaryByWorkSpacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
30766
30700
  _c = _f.value;
30767
30701
  _d = false;
30768
- try {
30769
- const page = _c;
30770
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30771
- }
30772
- finally {
30773
- _d = true;
30774
- }
30702
+ const page = _c;
30703
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
30775
30704
  }
30776
30705
  }
30777
30706
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -31249,16 +31178,11 @@ class PipelineOperationsImpl {
31249
31178
  return tslib.__asyncGenerator(this, arguments, function* getPipelinesByWorkspacePagingAll_1() {
31250
31179
  var _a, e_1, _b, _c;
31251
31180
  try {
31252
- for (var _d = true, _e = tslib.__asyncValues(this.getPipelinesByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
31181
+ for (var _d = true, _e = tslib.__asyncValues(this.getPipelinesByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
31253
31182
  _c = _f.value;
31254
31183
  _d = false;
31255
- try {
31256
- const page = _c;
31257
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
31258
- }
31259
- finally {
31260
- _d = true;
31261
- }
31184
+ const page = _c;
31185
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
31262
31186
  }
31263
31187
  }
31264
31188
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -31803,16 +31727,11 @@ class SparkJobDefinitionOperationsImpl {
31803
31727
  return tslib.__asyncGenerator(this, arguments, function* getSparkJobDefinitionsByWorkspacePagingAll_1() {
31804
31728
  var _a, e_1, _b, _c;
31805
31729
  try {
31806
- for (var _d = true, _e = tslib.__asyncValues(this.getSparkJobDefinitionsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
31730
+ for (var _d = true, _e = tslib.__asyncValues(this.getSparkJobDefinitionsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
31807
31731
  _c = _f.value;
31808
31732
  _d = false;
31809
- try {
31810
- const page = _c;
31811
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
31812
- }
31813
- finally {
31814
- _d = true;
31815
- }
31733
+ const page = _c;
31734
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
31816
31735
  }
31817
31736
  }
31818
31737
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -32419,16 +32338,11 @@ class SqlScriptOperationsImpl {
32419
32338
  return tslib.__asyncGenerator(this, arguments, function* getSqlScriptsByWorkspacePagingAll_1() {
32420
32339
  var _a, e_1, _b, _c;
32421
32340
  try {
32422
- for (var _d = true, _e = tslib.__asyncValues(this.getSqlScriptsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
32341
+ for (var _d = true, _e = tslib.__asyncValues(this.getSqlScriptsByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
32423
32342
  _c = _f.value;
32424
32343
  _d = false;
32425
- try {
32426
- const page = _c;
32427
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
32428
- }
32429
- finally {
32430
- _d = true;
32431
- }
32344
+ const page = _c;
32345
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
32432
32346
  }
32433
32347
  }
32434
32348
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -32808,16 +32722,11 @@ class TriggerOperationsImpl {
32808
32722
  return tslib.__asyncGenerator(this, arguments, function* getTriggersByWorkspacePagingAll_1() {
32809
32723
  var _a, e_1, _b, _c;
32810
32724
  try {
32811
- for (var _d = true, _e = tslib.__asyncValues(this.getTriggersByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
32725
+ for (var _d = true, _e = tslib.__asyncValues(this.getTriggersByWorkspacePagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
32812
32726
  _c = _f.value;
32813
32727
  _d = false;
32814
- try {
32815
- const page = _c;
32816
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
32817
- }
32818
- finally {
32819
- _d = true;
32820
- }
32728
+ const page = _c;
32729
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
32821
32730
  }
32822
32731
  }
32823
32732
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -33539,7 +33448,7 @@ class ArtifactsClient extends coreClient__namespace.ServiceClient {
33539
33448
  * Initializes a new instance of the ArtifactsClient class.
33540
33449
  * @param credentials Subscription credentials which uniquely identify client subscription.
33541
33450
  * @param endpoint The workspace development endpoint, for example
33542
- * https://myworkspace.dev.azuresynapse.net.
33451
+ * `https://myworkspace.dev.azuresynapse.net`.
33543
33452
  * @param options The parameter options
33544
33453
  */
33545
33454
  constructor(credentials, endpoint, options) {
@@ -33558,7 +33467,7 @@ class ArtifactsClient extends coreClient__namespace.ServiceClient {
33558
33467
  requestContentType: "application/json; charset=utf-8",
33559
33468
  credential: credentials
33560
33469
  };
33561
- const packageDetails = `azsdk-js-synapse-artifacts/1.0.0-beta.13`;
33470
+ const packageDetails = `azsdk-js-synapse-artifacts/1.0.0-beta.14`;
33562
33471
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
33563
33472
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
33564
33473
  : `${packageDetails}`;