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

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 (62) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1375 -1791
  3. package/dist/index.js.map +1 -1
  4. package/dist-esm/src/artifactsClient.js +18 -1
  5. package/dist-esm/src/artifactsClient.js.map +1 -1
  6. package/dist-esm/src/models/index.js +378 -0
  7. package/dist-esm/src/models/index.js.map +1 -1
  8. package/dist-esm/src/models/mappers.js +583 -29
  9. package/dist-esm/src/models/mappers.js.map +1 -1
  10. package/dist-esm/src/models/parameters.js +1 -1
  11. package/dist-esm/src/models/parameters.js.map +1 -1
  12. package/dist-esm/src/operations/bigDataPools.js +7 -32
  13. package/dist-esm/src/operations/bigDataPools.js.map +1 -1
  14. package/dist-esm/src/operations/dataFlowDebugSession.js +19 -92
  15. package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
  16. package/dist-esm/src/operations/dataFlowOperations.js +19 -92
  17. package/dist-esm/src/operations/dataFlowOperations.js.map +1 -1
  18. package/dist-esm/src/operations/datasetOperations.js +19 -92
  19. package/dist-esm/src/operations/datasetOperations.js.map +1 -1
  20. package/dist-esm/src/operations/integrationRuntimes.js +7 -32
  21. package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
  22. package/dist-esm/src/operations/kqlScriptOperations.js +13 -62
  23. package/dist-esm/src/operations/kqlScriptOperations.js.map +1 -1
  24. package/dist-esm/src/operations/kqlScripts.js +7 -32
  25. package/dist-esm/src/operations/kqlScripts.js.map +1 -1
  26. package/dist-esm/src/operations/library.js +25 -122
  27. package/dist-esm/src/operations/library.js.map +1 -1
  28. package/dist-esm/src/operations/linkConnectionOperations.js +37 -182
  29. package/dist-esm/src/operations/linkConnectionOperations.js.map +1 -1
  30. package/dist-esm/src/operations/linkedServiceOperations.js +19 -92
  31. package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -1
  32. package/dist-esm/src/operations/metastore.js +13 -62
  33. package/dist-esm/src/operations/metastore.js.map +1 -1
  34. package/dist-esm/src/operations/notebookOperationResult.js +4 -17
  35. package/dist-esm/src/operations/notebookOperationResult.js.map +1 -1
  36. package/dist-esm/src/operations/notebookOperations.js +25 -122
  37. package/dist-esm/src/operations/notebookOperations.js.map +1 -1
  38. package/dist-esm/src/operations/pipelineOperations.js +22 -107
  39. package/dist-esm/src/operations/pipelineOperations.js.map +1 -1
  40. package/dist-esm/src/operations/pipelineRunOperations.js +13 -62
  41. package/dist-esm/src/operations/pipelineRunOperations.js.map +1 -1
  42. package/dist-esm/src/operations/sparkConfigurationOperations.js +19 -92
  43. package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -1
  44. package/dist-esm/src/operations/sparkJobDefinitionOperations.js +25 -122
  45. package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -1
  46. package/dist-esm/src/operations/sqlPools.js +7 -32
  47. package/dist-esm/src/operations/sqlPools.js.map +1 -1
  48. package/dist-esm/src/operations/sqlScriptOperations.js +19 -92
  49. package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -1
  50. package/dist-esm/src/operations/triggerOperations.js +31 -152
  51. package/dist-esm/src/operations/triggerOperations.js.map +1 -1
  52. package/dist-esm/src/operations/triggerRunOperations.js +10 -47
  53. package/dist-esm/src/operations/triggerRunOperations.js.map +1 -1
  54. package/dist-esm/src/operations/workspaceGitRepoManagement.js +4 -17
  55. package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +1 -1
  56. package/dist-esm/src/operations/workspaceOperations.js +4 -17
  57. package/dist-esm/src/operations/workspaceOperations.js.map +1 -1
  58. package/dist-esm/src/tracing.js +4 -3
  59. package/dist-esm/src/tracing.js.map +1 -1
  60. package/package.json +5 -5
  61. package/types/synapse-artifacts.d.ts +1557 -948
  62. package/CHANGELOG.md +0 -65
@@ -61,6 +61,12 @@ export const LinkConnectionResource = {
61
61
  name: "Composite",
62
62
  className: "LinkConnection"
63
63
  }
64
+ },
65
+ description: {
66
+ serializedName: "description",
67
+ type: {
68
+ name: "String"
69
+ }
64
70
  }
65
71
  }
66
72
  }
@@ -183,6 +189,33 @@ export const LinkConnectionTargetDatabase = {
183
189
  name: "Composite",
184
190
  className: "LinkedServiceReference"
185
191
  }
192
+ },
193
+ typeProperties: {
194
+ serializedName: "typeProperties",
195
+ type: {
196
+ name: "Composite",
197
+ className: "LinkConnectionTargetDatabaseTypeProperties"
198
+ }
199
+ }
200
+ }
201
+ }
202
+ };
203
+ export const LinkConnectionTargetDatabaseTypeProperties = {
204
+ type: {
205
+ name: "Composite",
206
+ className: "LinkConnectionTargetDatabaseTypeProperties",
207
+ modelProperties: {
208
+ crossTableTransaction: {
209
+ serializedName: "crossTableTransaction",
210
+ type: {
211
+ name: "Boolean"
212
+ }
213
+ },
214
+ dropExistingTargetTableOnStart: {
215
+ serializedName: "dropExistingTargetTableOnStart",
216
+ type: {
217
+ name: "Boolean"
218
+ }
186
219
  }
187
220
  }
188
221
  }
@@ -257,6 +290,16 @@ export const LinkConnectionCompute = {
257
290
  type: {
258
291
  name: "String"
259
292
  }
293
+ },
294
+ dataProcessIntervalMinutes: {
295
+ constraints: {
296
+ InclusiveMaximum: 60,
297
+ InclusiveMinimum: 20
298
+ },
299
+ serializedName: "dataProcessIntervalMinutes",
300
+ type: {
301
+ name: "Number"
302
+ }
260
303
  }
261
304
  }
262
305
  }
@@ -398,6 +441,13 @@ export const LinkTableRequestTarget = {
398
441
  name: "Composite",
399
442
  className: "LinkTableRequestTargetDistributionOptions"
400
443
  }
444
+ },
445
+ structureOptions: {
446
+ serializedName: "structureOptions",
447
+ type: {
448
+ name: "Composite",
449
+ className: "LinkTableRequestTargetStructureOptions"
450
+ }
401
451
  }
402
452
  }
403
453
  }
@@ -422,6 +472,20 @@ export const LinkTableRequestTargetDistributionOptions = {
422
472
  }
423
473
  }
424
474
  };
475
+ export const LinkTableRequestTargetStructureOptions = {
476
+ type: {
477
+ name: "Composite",
478
+ className: "LinkTableRequestTargetStructureOptions",
479
+ modelProperties: {
480
+ type: {
481
+ serializedName: "type",
482
+ type: {
483
+ name: "String"
484
+ }
485
+ }
486
+ }
487
+ }
488
+ };
425
489
  export const LinkConnectionDetailedStatus = {
426
490
  type: {
427
491
  name: "Composite",
@@ -480,6 +544,41 @@ export const LinkConnectionDetailedStatus = {
480
544
  type: {
481
545
  name: "any"
482
546
  }
547
+ },
548
+ refreshStatus: {
549
+ serializedName: "refreshStatus",
550
+ type: {
551
+ name: "Composite",
552
+ className: "LinkConnectionRefreshStatus"
553
+ }
554
+ },
555
+ landingZoneCredentialExpireTime: {
556
+ serializedName: "landingZoneCredentialExpireTime",
557
+ type: {
558
+ name: "DateTime"
559
+ }
560
+ }
561
+ }
562
+ }
563
+ };
564
+ export const LinkConnectionRefreshStatus = {
565
+ type: {
566
+ name: "Composite",
567
+ className: "LinkConnectionRefreshStatus",
568
+ modelProperties: {
569
+ refreshStatus: {
570
+ serializedName: "refreshStatus",
571
+ readOnly: true,
572
+ type: {
573
+ name: "String"
574
+ }
575
+ },
576
+ errorMessage: {
577
+ serializedName: "errorMessage",
578
+ readOnly: true,
579
+ type: {
580
+ name: "String"
581
+ }
483
582
  }
484
583
  }
485
584
  }
@@ -544,6 +643,9 @@ export const QueryTableStatusRequest = {
544
643
  className: "QueryTableStatusRequest",
545
644
  modelProperties: {
546
645
  maxSegmentCount: {
646
+ constraints: {
647
+ InclusiveMaximum: 1000
648
+ },
547
649
  serializedName: "maxSegmentCount",
548
650
  type: {
549
651
  name: "Number"
@@ -618,6 +720,30 @@ export const LinkTableStatus = {
618
720
  type: {
619
721
  name: "any"
620
722
  }
723
+ },
724
+ linkTableId: {
725
+ serializedName: "linkTableId",
726
+ type: {
727
+ name: "String"
728
+ }
729
+ },
730
+ errorCode: {
731
+ serializedName: "errorCode",
732
+ type: {
733
+ name: "String"
734
+ }
735
+ },
736
+ lastProcessedData: {
737
+ serializedName: "lastProcessedData",
738
+ type: {
739
+ name: "DateTime"
740
+ }
741
+ },
742
+ lastTransactionCommitTime: {
743
+ serializedName: "lastTransactionCommitTime",
744
+ type: {
745
+ name: "DateTime"
746
+ }
621
747
  }
622
748
  }
623
749
  }
@@ -2382,6 +2508,13 @@ export const Notebook = {
2382
2508
  className: "BigDataPoolReference"
2383
2509
  }
2384
2510
  },
2511
+ targetSparkConfiguration: {
2512
+ serializedName: "targetSparkConfiguration",
2513
+ type: {
2514
+ name: "Composite",
2515
+ className: "SparkConfigurationReference"
2516
+ }
2517
+ },
2385
2518
  sessionProperties: {
2386
2519
  serializedName: "sessionProperties",
2387
2520
  type: {
@@ -2455,6 +2588,28 @@ export const BigDataPoolReference = {
2455
2588
  }
2456
2589
  }
2457
2590
  };
2591
+ export const SparkConfigurationReference = {
2592
+ type: {
2593
+ name: "Composite",
2594
+ className: "SparkConfigurationReference",
2595
+ modelProperties: {
2596
+ type: {
2597
+ serializedName: "type",
2598
+ required: true,
2599
+ type: {
2600
+ name: "String"
2601
+ }
2602
+ },
2603
+ referenceName: {
2604
+ serializedName: "referenceName",
2605
+ required: true,
2606
+ type: {
2607
+ name: "String"
2608
+ }
2609
+ }
2610
+ }
2611
+ }
2612
+ };
2458
2613
  export const NotebookSessionProperties = {
2459
2614
  type: {
2460
2615
  name: "Composite",
@@ -3297,6 +3452,13 @@ export const SparkJobDefinition = {
3297
3452
  className: "BigDataPoolReference"
3298
3453
  }
3299
3454
  },
3455
+ targetSparkConfiguration: {
3456
+ serializedName: "targetSparkConfiguration",
3457
+ type: {
3458
+ name: "Composite",
3459
+ className: "SparkConfigurationReference"
3460
+ }
3461
+ },
3300
3462
  requiredSparkVersion: {
3301
3463
  serializedName: "requiredSparkVersion",
3302
3464
  type: {
@@ -4891,34 +5053,6 @@ export const RerunTumblingWindowTriggerActionParameters = {
4891
5053
  }
4892
5054
  }
4893
5055
  };
4894
- export const RerunTriggerListResponse = {
4895
- type: {
4896
- name: "Composite",
4897
- className: "RerunTriggerListResponse",
4898
- modelProperties: {
4899
- value: {
4900
- serializedName: "value",
4901
- required: true,
4902
- type: {
4903
- name: "Sequence",
4904
- element: {
4905
- type: {
4906
- name: "Composite",
4907
- className: "RerunTriggerResource"
4908
- }
4909
- }
4910
- }
4911
- },
4912
- nextLink: {
4913
- serializedName: "nextLink",
4914
- readOnly: true,
4915
- type: {
4916
- name: "String"
4917
- }
4918
- }
4919
- }
4920
- }
4921
- };
4922
5056
  export const GetSsisObjectMetadataRequest = {
4923
5057
  type: {
4924
5058
  name: "Composite",
@@ -5325,6 +5459,34 @@ export const DataFlowDebugResultResponse = {
5325
5459
  }
5326
5460
  }
5327
5461
  };
5462
+ export const RerunTriggerListResponse = {
5463
+ type: {
5464
+ name: "Composite",
5465
+ className: "RerunTriggerListResponse",
5466
+ modelProperties: {
5467
+ value: {
5468
+ serializedName: "value",
5469
+ required: true,
5470
+ type: {
5471
+ name: "Sequence",
5472
+ element: {
5473
+ type: {
5474
+ name: "Composite",
5475
+ className: "RerunTriggerResource"
5476
+ }
5477
+ }
5478
+ }
5479
+ },
5480
+ nextLink: {
5481
+ serializedName: "nextLink",
5482
+ readOnly: true,
5483
+ type: {
5484
+ name: "String"
5485
+ }
5486
+ }
5487
+ }
5488
+ }
5489
+ };
5328
5490
  export const Transformation = {
5329
5491
  type: {
5330
5492
  name: "Composite",
@@ -7493,6 +7655,7 @@ export const EntityReference = {
7493
7655
  }
7494
7656
  };
7495
7657
  export const CustomSetupBase = {
7658
+ serializedName: "CustomSetupBase",
7496
7659
  type: {
7497
7660
  name: "Composite",
7498
7661
  className: "CustomSetupBase",
@@ -7961,6 +8124,11 @@ export const ExcelDataset = {
7961
8124
  type: {
7962
8125
  name: "any"
7963
8126
  }
8127
+ }, sheetIndex: {
8128
+ serializedName: "typeProperties.sheetIndex",
8129
+ type: {
8130
+ name: "any"
8131
+ }
7964
8132
  }, range: {
7965
8133
  serializedName: "typeProperties.range",
7966
8134
  type: {
@@ -9145,6 +9313,29 @@ export const SapTableResourceDataset = {
9145
9313
  } })
9146
9314
  }
9147
9315
  };
9316
+ export const SapOdpResourceDataset = {
9317
+ serializedName: "SapOdpResource",
9318
+ type: {
9319
+ name: "Composite",
9320
+ className: "SapOdpResourceDataset",
9321
+ uberParent: "Dataset",
9322
+ additionalProperties: { type: { name: "Object" } },
9323
+ polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
9324
+ modelProperties: Object.assign(Object.assign({}, Dataset.type.modelProperties), { context: {
9325
+ serializedName: "typeProperties.context",
9326
+ required: true,
9327
+ type: {
9328
+ name: "any"
9329
+ }
9330
+ }, objectName: {
9331
+ serializedName: "typeProperties.objectName",
9332
+ required: true,
9333
+ type: {
9334
+ name: "any"
9335
+ }
9336
+ } })
9337
+ }
9338
+ };
9148
9339
  export const WebTableDataset = {
9149
9340
  serializedName: "WebTable",
9150
9341
  type: {
@@ -12041,6 +12232,108 @@ export const SapOpenHubLinkedService = {
12041
12232
  } })
12042
12233
  }
12043
12234
  };
12235
+ export const SapOdpLinkedService = {
12236
+ serializedName: "SapOdp",
12237
+ type: {
12238
+ name: "Composite",
12239
+ className: "SapOdpLinkedService",
12240
+ uberParent: "LinkedService",
12241
+ additionalProperties: { type: { name: "Object" } },
12242
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
12243
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { server: {
12244
+ serializedName: "typeProperties.server",
12245
+ type: {
12246
+ name: "any"
12247
+ }
12248
+ }, systemNumber: {
12249
+ serializedName: "typeProperties.systemNumber",
12250
+ type: {
12251
+ name: "any"
12252
+ }
12253
+ }, clientId: {
12254
+ serializedName: "typeProperties.clientId",
12255
+ type: {
12256
+ name: "any"
12257
+ }
12258
+ }, language: {
12259
+ serializedName: "typeProperties.language",
12260
+ type: {
12261
+ name: "any"
12262
+ }
12263
+ }, systemId: {
12264
+ serializedName: "typeProperties.systemId",
12265
+ type: {
12266
+ name: "any"
12267
+ }
12268
+ }, userName: {
12269
+ serializedName: "typeProperties.userName",
12270
+ type: {
12271
+ name: "any"
12272
+ }
12273
+ }, password: {
12274
+ serializedName: "typeProperties.password",
12275
+ type: {
12276
+ name: "Composite",
12277
+ className: "SecretBase"
12278
+ }
12279
+ }, messageServer: {
12280
+ serializedName: "typeProperties.messageServer",
12281
+ type: {
12282
+ name: "any"
12283
+ }
12284
+ }, messageServerService: {
12285
+ serializedName: "typeProperties.messageServerService",
12286
+ type: {
12287
+ name: "any"
12288
+ }
12289
+ }, sncMode: {
12290
+ serializedName: "typeProperties.sncMode",
12291
+ type: {
12292
+ name: "any"
12293
+ }
12294
+ }, sncMyName: {
12295
+ serializedName: "typeProperties.sncMyName",
12296
+ type: {
12297
+ name: "any"
12298
+ }
12299
+ }, sncPartnerName: {
12300
+ serializedName: "typeProperties.sncPartnerName",
12301
+ type: {
12302
+ name: "any"
12303
+ }
12304
+ }, sncLibraryPath: {
12305
+ serializedName: "typeProperties.sncLibraryPath",
12306
+ type: {
12307
+ name: "any"
12308
+ }
12309
+ }, sncQop: {
12310
+ serializedName: "typeProperties.sncQop",
12311
+ type: {
12312
+ name: "any"
12313
+ }
12314
+ }, x509CertificatePath: {
12315
+ serializedName: "typeProperties.x509CertificatePath",
12316
+ type: {
12317
+ name: "any"
12318
+ }
12319
+ }, logonGroup: {
12320
+ serializedName: "typeProperties.logonGroup",
12321
+ type: {
12322
+ name: "any"
12323
+ }
12324
+ }, subscriberName: {
12325
+ serializedName: "typeProperties.subscriberName",
12326
+ type: {
12327
+ name: "any"
12328
+ }
12329
+ }, encryptedCredential: {
12330
+ serializedName: "typeProperties.encryptedCredential",
12331
+ type: {
12332
+ name: "any"
12333
+ }
12334
+ } })
12335
+ }
12336
+ };
12044
12337
  export const RestServiceLinkedService = {
12045
12338
  serializedName: "RestService",
12046
12339
  type: {
@@ -12108,6 +12401,32 @@ export const RestServiceLinkedService = {
12108
12401
  type: {
12109
12402
  name: "any"
12110
12403
  }
12404
+ }, clientId: {
12405
+ serializedName: "typeProperties.clientId",
12406
+ type: {
12407
+ name: "any"
12408
+ }
12409
+ }, clientSecret: {
12410
+ serializedName: "typeProperties.clientSecret",
12411
+ type: {
12412
+ name: "Composite",
12413
+ className: "SecretBase"
12414
+ }
12415
+ }, tokenEndpoint: {
12416
+ serializedName: "typeProperties.tokenEndpoint",
12417
+ type: {
12418
+ name: "any"
12419
+ }
12420
+ }, resource: {
12421
+ serializedName: "typeProperties.resource",
12422
+ type: {
12423
+ name: "any"
12424
+ }
12425
+ }, scope: {
12426
+ serializedName: "typeProperties.scope",
12427
+ type: {
12428
+ name: "any"
12429
+ }
12111
12430
  } })
12112
12431
  }
12113
12432
  };
@@ -12251,6 +12570,124 @@ export const ZendeskLinkedService = {
12251
12570
  } })
12252
12571
  }
12253
12572
  };
12573
+ export const DataworldLinkedService = {
12574
+ serializedName: "Dataworld",
12575
+ type: {
12576
+ name: "Composite",
12577
+ className: "DataworldLinkedService",
12578
+ uberParent: "LinkedService",
12579
+ additionalProperties: { type: { name: "Object" } },
12580
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
12581
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { apiToken: {
12582
+ serializedName: "typeProperties.apiToken",
12583
+ type: {
12584
+ name: "Composite",
12585
+ className: "SecretBase"
12586
+ }
12587
+ }, encryptedCredential: {
12588
+ serializedName: "typeProperties.encryptedCredential",
12589
+ type: {
12590
+ name: "any"
12591
+ }
12592
+ } })
12593
+ }
12594
+ };
12595
+ export const AppFiguresLinkedService = {
12596
+ serializedName: "AppFigures",
12597
+ type: {
12598
+ name: "Composite",
12599
+ className: "AppFiguresLinkedService",
12600
+ uberParent: "LinkedService",
12601
+ additionalProperties: { type: { name: "Object" } },
12602
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
12603
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { userName: {
12604
+ serializedName: "typeProperties.userName",
12605
+ required: true,
12606
+ type: {
12607
+ name: "any"
12608
+ }
12609
+ }, password: {
12610
+ serializedName: "typeProperties.password",
12611
+ type: {
12612
+ name: "Composite",
12613
+ className: "SecretBase"
12614
+ }
12615
+ }, clientKey: {
12616
+ serializedName: "typeProperties.clientKey",
12617
+ type: {
12618
+ name: "Composite",
12619
+ className: "SecretBase"
12620
+ }
12621
+ } })
12622
+ }
12623
+ };
12624
+ export const AsanaLinkedService = {
12625
+ serializedName: "Asana",
12626
+ type: {
12627
+ name: "Composite",
12628
+ className: "AsanaLinkedService",
12629
+ uberParent: "LinkedService",
12630
+ additionalProperties: { type: { name: "Object" } },
12631
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
12632
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { apiToken: {
12633
+ serializedName: "typeProperties.apiToken",
12634
+ type: {
12635
+ name: "Composite",
12636
+ className: "SecretBase"
12637
+ }
12638
+ }, encryptedCredential: {
12639
+ serializedName: "typeProperties.encryptedCredential",
12640
+ type: {
12641
+ name: "any"
12642
+ }
12643
+ } })
12644
+ }
12645
+ };
12646
+ export const TwilioLinkedService = {
12647
+ serializedName: "Twilio",
12648
+ type: {
12649
+ name: "Composite",
12650
+ className: "TwilioLinkedService",
12651
+ uberParent: "LinkedService",
12652
+ additionalProperties: { type: { name: "Object" } },
12653
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
12654
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { userName: {
12655
+ serializedName: "typeProperties.userName",
12656
+ required: true,
12657
+ type: {
12658
+ name: "any"
12659
+ }
12660
+ }, password: {
12661
+ serializedName: "typeProperties.password",
12662
+ type: {
12663
+ name: "Composite",
12664
+ className: "SecretBase"
12665
+ }
12666
+ } })
12667
+ }
12668
+ };
12669
+ export const GoogleSheetsLinkedService = {
12670
+ serializedName: "GoogleSheets",
12671
+ type: {
12672
+ name: "Composite",
12673
+ className: "GoogleSheetsLinkedService",
12674
+ uberParent: "LinkedService",
12675
+ additionalProperties: { type: { name: "Object" } },
12676
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
12677
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { apiToken: {
12678
+ serializedName: "typeProperties.apiToken",
12679
+ type: {
12680
+ name: "Composite",
12681
+ className: "SecretBase"
12682
+ }
12683
+ }, encryptedCredential: {
12684
+ serializedName: "typeProperties.encryptedCredential",
12685
+ type: {
12686
+ name: "any"
12687
+ }
12688
+ } })
12689
+ }
12690
+ };
12254
12691
  export const AmazonS3LinkedService = {
12255
12692
  serializedName: "AmazonS3",
12256
12693
  type: {
@@ -15057,6 +15494,28 @@ export const SharePointOnlineListLinkedService = {
15057
15494
  } })
15058
15495
  }
15059
15496
  };
15497
+ export const AzureSynapseArtifactsLinkedService = {
15498
+ serializedName: "AzureSynapseArtifacts",
15499
+ type: {
15500
+ name: "Composite",
15501
+ className: "AzureSynapseArtifactsLinkedService",
15502
+ uberParent: "LinkedService",
15503
+ additionalProperties: { type: { name: "Object" } },
15504
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
15505
+ modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { endpoint: {
15506
+ serializedName: "typeProperties.endpoint",
15507
+ required: true,
15508
+ type: {
15509
+ name: "any"
15510
+ }
15511
+ }, authentication: {
15512
+ serializedName: "typeProperties.authentication",
15513
+ type: {
15514
+ name: "any"
15515
+ }
15516
+ } })
15517
+ }
15518
+ };
15060
15519
  export const ControlActivity = {
15061
15520
  serializedName: "Container",
15062
15521
  type: {
@@ -15322,6 +15781,12 @@ export const DataFlowSink = {
15322
15781
  name: "Composite",
15323
15782
  className: "LinkedServiceReference"
15324
15783
  }
15784
+ }, rejectedDataLinkedService: {
15785
+ serializedName: "rejectedDataLinkedService",
15786
+ type: {
15787
+ name: "Composite",
15788
+ className: "LinkedServiceReference"
15789
+ }
15325
15790
  } })
15326
15791
  }
15327
15792
  };
@@ -19230,6 +19695,29 @@ export const WaitActivity = {
19230
19695
  } })
19231
19696
  }
19232
19697
  };
19698
+ export const FailActivity = {
19699
+ serializedName: "Fail",
19700
+ type: {
19701
+ name: "Composite",
19702
+ className: "FailActivity",
19703
+ uberParent: "Activity",
19704
+ additionalProperties: { type: { name: "Object" } },
19705
+ polymorphicDiscriminator: Activity.type.polymorphicDiscriminator,
19706
+ modelProperties: Object.assign(Object.assign({}, ControlActivity.type.modelProperties), { message: {
19707
+ serializedName: "typeProperties.message",
19708
+ required: true,
19709
+ type: {
19710
+ name: "any"
19711
+ }
19712
+ }, errorCode: {
19713
+ serializedName: "typeProperties.errorCode",
19714
+ required: true,
19715
+ type: {
19716
+ name: "any"
19717
+ }
19718
+ } })
19719
+ }
19720
+ };
19233
19721
  export const UntilActivity = {
19234
19722
  serializedName: "Until",
19235
19723
  type: {
@@ -20601,6 +21089,11 @@ export const ExecuteDataFlowActivity = {
20601
21089
  type: {
20602
21090
  name: "any"
20603
21091
  }
21092
+ }, sourceStagingConcurrency: {
21093
+ serializedName: "typeProperties.sourceStagingConcurrency",
21094
+ type: {
21095
+ name: "any"
21096
+ }
20604
21097
  } })
20605
21098
  }
20606
21099
  };
@@ -20658,6 +21151,26 @@ export const SynapseNotebookActivity = {
20658
21151
  name: "Dictionary",
20659
21152
  value: { type: { name: "Composite", className: "NotebookParameter" } }
20660
21153
  }
21154
+ }, executorSize: {
21155
+ serializedName: "typeProperties.executorSize",
21156
+ type: {
21157
+ name: "any"
21158
+ }
21159
+ }, conf: {
21160
+ serializedName: "typeProperties.conf",
21161
+ type: {
21162
+ name: "any"
21163
+ }
21164
+ }, driverSize: {
21165
+ serializedName: "typeProperties.driverSize",
21166
+ type: {
21167
+ name: "any"
21168
+ }
21169
+ }, numExecutors: {
21170
+ serializedName: "typeProperties.numExecutors",
21171
+ type: {
21172
+ name: "Number"
21173
+ }
20661
21174
  } })
20662
21175
  }
20663
21176
  };
@@ -21120,6 +21633,37 @@ export const SapOpenHubSource = {
21120
21633
  } })
21121
21634
  }
21122
21635
  };
21636
+ export const SapOdpSource = {
21637
+ serializedName: "SapOdpSource",
21638
+ type: {
21639
+ name: "Composite",
21640
+ className: "SapOdpSource",
21641
+ uberParent: "CopySource",
21642
+ additionalProperties: { type: { name: "Object" } },
21643
+ polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,
21644
+ modelProperties: Object.assign(Object.assign({}, TabularSource.type.modelProperties), { extractionMode: {
21645
+ serializedName: "extractionMode",
21646
+ type: {
21647
+ name: "any"
21648
+ }
21649
+ }, subscriberProcess: {
21650
+ serializedName: "subscriberProcess",
21651
+ type: {
21652
+ name: "any"
21653
+ }
21654
+ }, selection: {
21655
+ serializedName: "selection",
21656
+ type: {
21657
+ name: "any"
21658
+ }
21659
+ }, projection: {
21660
+ serializedName: "projection",
21661
+ type: {
21662
+ name: "any"
21663
+ }
21664
+ } })
21665
+ }
21666
+ };
21123
21667
  export const SapTableSource = {
21124
21668
  serializedName: "SapTableSource",
21125
21669
  type: {
@@ -22352,7 +22896,7 @@ export let discriminators = {
22352
22896
  ImportSettings: ImportSettings,
22353
22897
  CopyTranslator: CopyTranslator,
22354
22898
  DependencyReference: DependencyReference,
22355
- "CustomSetupBase.undefined": CustomSetupBase,
22899
+ "CustomSetupBase.CustomSetupBase": CustomSetupBase,
22356
22900
  LinkedIntegrationRuntimeType: LinkedIntegrationRuntimeType,
22357
22901
  "SecretBase.SecureString": SecureString,
22358
22902
  "SecretBase.AzureKeyVaultSecret": AzureKeyVaultSecretReference,
@@ -22414,6 +22958,7 @@ export let discriminators = {
22414
22958
  "Dataset.AmazonRdsForSqlServerTable": AmazonRdsForSqlServerTableDataset,
22415
22959
  "Dataset.RestResource": RestResourceDataset,
22416
22960
  "Dataset.SapTableResource": SapTableResourceDataset,
22961
+ "Dataset.SapOdpResource": SapOdpResourceDataset,
22417
22962
  "Dataset.WebTable": WebTableDataset,
22418
22963
  "Dataset.AzureSearchIndex": AzureSearchIndexDataset,
22419
22964
  "Dataset.HttpFile": HttpDataset,
@@ -22502,11 +23047,17 @@ export let discriminators = {
22502
23047
  "LinkedService.SapCloudForCustomer": SapCloudForCustomerLinkedService,
22503
23048
  "LinkedService.SapEcc": SapEccLinkedService,
22504
23049
  "LinkedService.SapOpenHub": SapOpenHubLinkedService,
23050
+ "LinkedService.SapOdp": SapOdpLinkedService,
22505
23051
  "LinkedService.RestService": RestServiceLinkedService,
22506
23052
  "LinkedService.TeamDesk": TeamDeskLinkedService,
22507
23053
  "LinkedService.Quickbase": QuickbaseLinkedService,
22508
23054
  "LinkedService.Smartsheet": SmartsheetLinkedService,
22509
23055
  "LinkedService.Zendesk": ZendeskLinkedService,
23056
+ "LinkedService.Dataworld": DataworldLinkedService,
23057
+ "LinkedService.AppFigures": AppFiguresLinkedService,
23058
+ "LinkedService.Asana": AsanaLinkedService,
23059
+ "LinkedService.Twilio": TwilioLinkedService,
23060
+ "LinkedService.GoogleSheets": GoogleSheetsLinkedService,
22510
23061
  "LinkedService.AmazonS3": AmazonS3LinkedService,
22511
23062
  "LinkedService.AmazonRedshift": AmazonRedshiftLinkedService,
22512
23063
  "LinkedService.CustomDataSource": CustomDataSourceLinkedService,
@@ -22559,6 +23110,7 @@ export let discriminators = {
22559
23110
  "LinkedService.AzureFunction": AzureFunctionLinkedService,
22560
23111
  "LinkedService.Snowflake": SnowflakeLinkedService,
22561
23112
  "LinkedService.SharePointOnlineList": SharePointOnlineListLinkedService,
23113
+ "LinkedService.AzureSynapseArtifacts": AzureSynapseArtifactsLinkedService,
22562
23114
  "Activity.Container": ControlActivity,
22563
23115
  "Activity.Execution": ExecutionActivity,
22564
23116
  "Activity.SqlPoolStoredProcedure": SqlPoolStoredProcedureActivity,
@@ -22702,6 +23254,7 @@ export let discriminators = {
22702
23254
  "Activity.Switch": SwitchActivity,
22703
23255
  "Activity.ForEach": ForEachActivity,
22704
23256
  "Activity.Wait": WaitActivity,
23257
+ "Activity.Fail": FailActivity,
22705
23258
  "Activity.Until": UntilActivity,
22706
23259
  "Activity.Validation": ValidationActivity,
22707
23260
  "Activity.Filter": FilterActivity,
@@ -22751,6 +23304,7 @@ export let discriminators = {
22751
23304
  "CopySource.SapEccSource": SapEccSource,
22752
23305
  "CopySource.SapHanaSource": SapHanaSource,
22753
23306
  "CopySource.SapOpenHubSource": SapOpenHubSource,
23307
+ "CopySource.SapOdpSource": SapOdpSource,
22754
23308
  "CopySource.SapTableSource": SapTableSource,
22755
23309
  "CopySource.SqlSource": SqlSource,
22756
23310
  "CopySource.SqlServerSource": SqlServerSource,