@azure/synapse-artifacts 1.0.0-beta.8 → 1.0.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.js +887 -280
- package/dist/index.js.map +1 -1
- package/dist-esm/src/artifactsClient.js +29 -3
- package/dist-esm/src/artifactsClient.js.map +1 -1
- package/dist-esm/src/index.js +0 -1
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.js +47 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.js +342 -1
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/operations/bigDataPools.js.map +1 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
- package/dist-esm/src/operations/dataFlowOperations.js.map +1 -1
- package/dist-esm/src/operations/datasetOperations.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/kqlScriptOperations.js.map +1 -1
- package/dist-esm/src/operations/kqlScripts.js.map +1 -1
- package/dist-esm/src/operations/library.js.map +1 -1
- package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -1
- package/dist-esm/src/operations/metastore.js.map +1 -1
- package/dist-esm/src/operations/notebookOperationResult.js.map +1 -1
- package/dist-esm/src/operations/notebookOperations.js.map +1 -1
- package/dist-esm/src/operations/pipelineOperations.js.map +1 -1
- package/dist-esm/src/operations/pipelineRunOperations.js.map +1 -1
- package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist-esm/src/operations/sqlPools.js.map +1 -1
- package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -1
- package/dist-esm/src/operations/triggerOperations.js.map +1 -1
- package/dist-esm/src/operations/triggerRunOperations.js.map +1 -1
- package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist-esm/src/operations/workspaceOperations.js.map +1 -1
- package/package.json +13 -12
- package/types/synapse-artifacts.d.ts +253 -20
- package/dist-esm/src/artifactsClientContext.js +0 -47
- package/dist-esm/src/artifactsClientContext.js.map +0 -1
|
@@ -4520,7 +4520,7 @@ export const SynapseNotebookReference = {
|
|
|
4520
4520
|
serializedName: "referenceName",
|
|
4521
4521
|
required: true,
|
|
4522
4522
|
type: {
|
|
4523
|
-
name: "
|
|
4523
|
+
name: "any"
|
|
4524
4524
|
}
|
|
4525
4525
|
}
|
|
4526
4526
|
}
|
|
@@ -4570,6 +4570,28 @@ export const SqlPoolReference = {
|
|
|
4570
4570
|
}
|
|
4571
4571
|
}
|
|
4572
4572
|
};
|
|
4573
|
+
export const BigDataPoolParametrizationReference = {
|
|
4574
|
+
type: {
|
|
4575
|
+
name: "Composite",
|
|
4576
|
+
className: "BigDataPoolParametrizationReference",
|
|
4577
|
+
modelProperties: {
|
|
4578
|
+
type: {
|
|
4579
|
+
serializedName: "type",
|
|
4580
|
+
required: true,
|
|
4581
|
+
type: {
|
|
4582
|
+
name: "String"
|
|
4583
|
+
}
|
|
4584
|
+
},
|
|
4585
|
+
referenceName: {
|
|
4586
|
+
serializedName: "referenceName",
|
|
4587
|
+
required: true,
|
|
4588
|
+
type: {
|
|
4589
|
+
name: "any"
|
|
4590
|
+
}
|
|
4591
|
+
}
|
|
4592
|
+
}
|
|
4593
|
+
}
|
|
4594
|
+
};
|
|
4573
4595
|
export const StartDataFlowDebugSessionRequest = {
|
|
4574
4596
|
type: {
|
|
4575
4597
|
name: "Composite",
|
|
@@ -6375,6 +6397,100 @@ export const ExecuteDataFlowActivityTypePropertiesCompute = {
|
|
|
6375
6397
|
}
|
|
6376
6398
|
}
|
|
6377
6399
|
};
|
|
6400
|
+
export const ScriptActivityScriptBlock = {
|
|
6401
|
+
type: {
|
|
6402
|
+
name: "Composite",
|
|
6403
|
+
className: "ScriptActivityScriptBlock",
|
|
6404
|
+
modelProperties: {
|
|
6405
|
+
text: {
|
|
6406
|
+
serializedName: "text",
|
|
6407
|
+
required: true,
|
|
6408
|
+
type: {
|
|
6409
|
+
name: "any"
|
|
6410
|
+
}
|
|
6411
|
+
},
|
|
6412
|
+
type: {
|
|
6413
|
+
serializedName: "type",
|
|
6414
|
+
required: true,
|
|
6415
|
+
type: {
|
|
6416
|
+
name: "String"
|
|
6417
|
+
}
|
|
6418
|
+
},
|
|
6419
|
+
parameters: {
|
|
6420
|
+
serializedName: "parameters",
|
|
6421
|
+
type: {
|
|
6422
|
+
name: "Sequence",
|
|
6423
|
+
element: {
|
|
6424
|
+
type: {
|
|
6425
|
+
name: "Composite",
|
|
6426
|
+
className: "ScriptActivityParameter"
|
|
6427
|
+
}
|
|
6428
|
+
}
|
|
6429
|
+
}
|
|
6430
|
+
}
|
|
6431
|
+
}
|
|
6432
|
+
}
|
|
6433
|
+
};
|
|
6434
|
+
export const ScriptActivityParameter = {
|
|
6435
|
+
type: {
|
|
6436
|
+
name: "Composite",
|
|
6437
|
+
className: "ScriptActivityParameter",
|
|
6438
|
+
modelProperties: {
|
|
6439
|
+
name: {
|
|
6440
|
+
serializedName: "name",
|
|
6441
|
+
type: {
|
|
6442
|
+
name: "any"
|
|
6443
|
+
}
|
|
6444
|
+
},
|
|
6445
|
+
type: {
|
|
6446
|
+
serializedName: "type",
|
|
6447
|
+
type: {
|
|
6448
|
+
name: "String"
|
|
6449
|
+
}
|
|
6450
|
+
},
|
|
6451
|
+
value: {
|
|
6452
|
+
serializedName: "value",
|
|
6453
|
+
type: {
|
|
6454
|
+
name: "any"
|
|
6455
|
+
}
|
|
6456
|
+
},
|
|
6457
|
+
direction: {
|
|
6458
|
+
serializedName: "direction",
|
|
6459
|
+
type: {
|
|
6460
|
+
name: "String"
|
|
6461
|
+
}
|
|
6462
|
+
},
|
|
6463
|
+
size: {
|
|
6464
|
+
serializedName: "size",
|
|
6465
|
+
type: {
|
|
6466
|
+
name: "Number"
|
|
6467
|
+
}
|
|
6468
|
+
}
|
|
6469
|
+
}
|
|
6470
|
+
}
|
|
6471
|
+
};
|
|
6472
|
+
export const ScriptActivityTypePropertiesLogSettings = {
|
|
6473
|
+
type: {
|
|
6474
|
+
name: "Composite",
|
|
6475
|
+
className: "ScriptActivityTypePropertiesLogSettings",
|
|
6476
|
+
modelProperties: {
|
|
6477
|
+
logDestination: {
|
|
6478
|
+
serializedName: "logDestination",
|
|
6479
|
+
required: true,
|
|
6480
|
+
type: {
|
|
6481
|
+
name: "String"
|
|
6482
|
+
}
|
|
6483
|
+
},
|
|
6484
|
+
logLocationSettings: {
|
|
6485
|
+
serializedName: "logLocationSettings",
|
|
6486
|
+
type: {
|
|
6487
|
+
name: "Composite",
|
|
6488
|
+
className: "LogLocationSettings"
|
|
6489
|
+
}
|
|
6490
|
+
}
|
|
6491
|
+
}
|
|
6492
|
+
}
|
|
6493
|
+
};
|
|
6378
6494
|
export const ScheduleTriggerRecurrence = {
|
|
6379
6495
|
type: {
|
|
6380
6496
|
name: "Composite",
|
|
@@ -11449,6 +11565,146 @@ export const RestServiceLinkedService = {
|
|
|
11449
11565
|
} })
|
|
11450
11566
|
}
|
|
11451
11567
|
};
|
|
11568
|
+
export const TeamDeskLinkedService = {
|
|
11569
|
+
serializedName: "TeamDesk",
|
|
11570
|
+
type: {
|
|
11571
|
+
name: "Composite",
|
|
11572
|
+
className: "TeamDeskLinkedService",
|
|
11573
|
+
uberParent: "LinkedService",
|
|
11574
|
+
additionalProperties: { type: { name: "Object" } },
|
|
11575
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
11576
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { authenticationType: {
|
|
11577
|
+
serializedName: "typeProperties.authenticationType",
|
|
11578
|
+
required: true,
|
|
11579
|
+
type: {
|
|
11580
|
+
name: "String"
|
|
11581
|
+
}
|
|
11582
|
+
}, url: {
|
|
11583
|
+
serializedName: "typeProperties.url",
|
|
11584
|
+
required: true,
|
|
11585
|
+
type: {
|
|
11586
|
+
name: "any"
|
|
11587
|
+
}
|
|
11588
|
+
}, userName: {
|
|
11589
|
+
serializedName: "typeProperties.userName",
|
|
11590
|
+
type: {
|
|
11591
|
+
name: "any"
|
|
11592
|
+
}
|
|
11593
|
+
}, password: {
|
|
11594
|
+
serializedName: "typeProperties.password",
|
|
11595
|
+
type: {
|
|
11596
|
+
name: "Composite",
|
|
11597
|
+
className: "SecretBase"
|
|
11598
|
+
}
|
|
11599
|
+
}, apiToken: {
|
|
11600
|
+
serializedName: "typeProperties.apiToken",
|
|
11601
|
+
type: {
|
|
11602
|
+
name: "Composite",
|
|
11603
|
+
className: "SecretBase"
|
|
11604
|
+
}
|
|
11605
|
+
}, encryptedCredential: {
|
|
11606
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
11607
|
+
type: {
|
|
11608
|
+
name: "any"
|
|
11609
|
+
}
|
|
11610
|
+
} })
|
|
11611
|
+
}
|
|
11612
|
+
};
|
|
11613
|
+
export const QuickbaseLinkedService = {
|
|
11614
|
+
serializedName: "Quickbase",
|
|
11615
|
+
type: {
|
|
11616
|
+
name: "Composite",
|
|
11617
|
+
className: "QuickbaseLinkedService",
|
|
11618
|
+
uberParent: "LinkedService",
|
|
11619
|
+
additionalProperties: { type: { name: "Object" } },
|
|
11620
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
11621
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { url: {
|
|
11622
|
+
serializedName: "typeProperties.url",
|
|
11623
|
+
required: true,
|
|
11624
|
+
type: {
|
|
11625
|
+
name: "any"
|
|
11626
|
+
}
|
|
11627
|
+
}, userToken: {
|
|
11628
|
+
serializedName: "typeProperties.userToken",
|
|
11629
|
+
type: {
|
|
11630
|
+
name: "Composite",
|
|
11631
|
+
className: "SecretBase"
|
|
11632
|
+
}
|
|
11633
|
+
}, encryptedCredential: {
|
|
11634
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
11635
|
+
type: {
|
|
11636
|
+
name: "any"
|
|
11637
|
+
}
|
|
11638
|
+
} })
|
|
11639
|
+
}
|
|
11640
|
+
};
|
|
11641
|
+
export const SmartsheetLinkedService = {
|
|
11642
|
+
serializedName: "Smartsheet",
|
|
11643
|
+
type: {
|
|
11644
|
+
name: "Composite",
|
|
11645
|
+
className: "SmartsheetLinkedService",
|
|
11646
|
+
uberParent: "LinkedService",
|
|
11647
|
+
additionalProperties: { type: { name: "Object" } },
|
|
11648
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
11649
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { apiToken: {
|
|
11650
|
+
serializedName: "typeProperties.apiToken",
|
|
11651
|
+
type: {
|
|
11652
|
+
name: "Composite",
|
|
11653
|
+
className: "SecretBase"
|
|
11654
|
+
}
|
|
11655
|
+
}, encryptedCredential: {
|
|
11656
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
11657
|
+
type: {
|
|
11658
|
+
name: "any"
|
|
11659
|
+
}
|
|
11660
|
+
} })
|
|
11661
|
+
}
|
|
11662
|
+
};
|
|
11663
|
+
export const ZendeskLinkedService = {
|
|
11664
|
+
serializedName: "Zendesk",
|
|
11665
|
+
type: {
|
|
11666
|
+
name: "Composite",
|
|
11667
|
+
className: "ZendeskLinkedService",
|
|
11668
|
+
uberParent: "LinkedService",
|
|
11669
|
+
additionalProperties: { type: { name: "Object" } },
|
|
11670
|
+
polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
|
|
11671
|
+
modelProperties: Object.assign(Object.assign({}, LinkedService.type.modelProperties), { authenticationType: {
|
|
11672
|
+
serializedName: "typeProperties.authenticationType",
|
|
11673
|
+
required: true,
|
|
11674
|
+
type: {
|
|
11675
|
+
name: "String"
|
|
11676
|
+
}
|
|
11677
|
+
}, url: {
|
|
11678
|
+
serializedName: "typeProperties.url",
|
|
11679
|
+
required: true,
|
|
11680
|
+
type: {
|
|
11681
|
+
name: "any"
|
|
11682
|
+
}
|
|
11683
|
+
}, userName: {
|
|
11684
|
+
serializedName: "typeProperties.userName",
|
|
11685
|
+
type: {
|
|
11686
|
+
name: "any"
|
|
11687
|
+
}
|
|
11688
|
+
}, password: {
|
|
11689
|
+
serializedName: "typeProperties.password",
|
|
11690
|
+
type: {
|
|
11691
|
+
name: "Composite",
|
|
11692
|
+
className: "SecretBase"
|
|
11693
|
+
}
|
|
11694
|
+
}, apiToken: {
|
|
11695
|
+
serializedName: "typeProperties.apiToken",
|
|
11696
|
+
type: {
|
|
11697
|
+
name: "Composite",
|
|
11698
|
+
className: "SecretBase"
|
|
11699
|
+
}
|
|
11700
|
+
}, encryptedCredential: {
|
|
11701
|
+
serializedName: "typeProperties.encryptedCredential",
|
|
11702
|
+
type: {
|
|
11703
|
+
name: "any"
|
|
11704
|
+
}
|
|
11705
|
+
} })
|
|
11706
|
+
}
|
|
11707
|
+
};
|
|
11452
11708
|
export const AmazonS3LinkedService = {
|
|
11453
11709
|
serializedName: "AmazonS3",
|
|
11454
11710
|
type: {
|
|
@@ -19848,6 +20104,34 @@ export const ExecuteDataFlowActivity = {
|
|
|
19848
20104
|
} })
|
|
19849
20105
|
}
|
|
19850
20106
|
};
|
|
20107
|
+
export const ScriptActivity = {
|
|
20108
|
+
serializedName: "Script",
|
|
20109
|
+
type: {
|
|
20110
|
+
name: "Composite",
|
|
20111
|
+
className: "ScriptActivity",
|
|
20112
|
+
uberParent: "Activity",
|
|
20113
|
+
additionalProperties: { type: { name: "Object" } },
|
|
20114
|
+
polymorphicDiscriminator: Activity.type.polymorphicDiscriminator,
|
|
20115
|
+
modelProperties: Object.assign(Object.assign({}, ExecutionActivity.type.modelProperties), { scripts: {
|
|
20116
|
+
serializedName: "typeProperties.scripts",
|
|
20117
|
+
type: {
|
|
20118
|
+
name: "Sequence",
|
|
20119
|
+
element: {
|
|
20120
|
+
type: {
|
|
20121
|
+
name: "Composite",
|
|
20122
|
+
className: "ScriptActivityScriptBlock"
|
|
20123
|
+
}
|
|
20124
|
+
}
|
|
20125
|
+
}
|
|
20126
|
+
}, logSettings: {
|
|
20127
|
+
serializedName: "typeProperties.logSettings",
|
|
20128
|
+
type: {
|
|
20129
|
+
name: "Composite",
|
|
20130
|
+
className: "ScriptActivityTypePropertiesLogSettings"
|
|
20131
|
+
}
|
|
20132
|
+
} })
|
|
20133
|
+
}
|
|
20134
|
+
};
|
|
19851
20135
|
export const SynapseNotebookActivity = {
|
|
19852
20136
|
serializedName: "SynapseNotebook",
|
|
19853
20137
|
type: {
|
|
@@ -19862,6 +20146,12 @@ export const SynapseNotebookActivity = {
|
|
|
19862
20146
|
name: "Composite",
|
|
19863
20147
|
className: "SynapseNotebookReference"
|
|
19864
20148
|
}
|
|
20149
|
+
}, sparkPool: {
|
|
20150
|
+
serializedName: "typeProperties.sparkPool",
|
|
20151
|
+
type: {
|
|
20152
|
+
name: "Composite",
|
|
20153
|
+
className: "BigDataPoolParametrizationReference"
|
|
20154
|
+
}
|
|
19865
20155
|
}, parameters: {
|
|
19866
20156
|
serializedName: "typeProperties.parameters",
|
|
19867
20157
|
type: {
|
|
@@ -19895,6 +20185,52 @@ export const SynapseSparkJobDefinitionActivity = {
|
|
|
19895
20185
|
}
|
|
19896
20186
|
}
|
|
19897
20187
|
}
|
|
20188
|
+
}, file: {
|
|
20189
|
+
serializedName: "typeProperties.file",
|
|
20190
|
+
type: {
|
|
20191
|
+
name: "any"
|
|
20192
|
+
}
|
|
20193
|
+
}, className: {
|
|
20194
|
+
serializedName: "typeProperties.className",
|
|
20195
|
+
type: {
|
|
20196
|
+
name: "any"
|
|
20197
|
+
}
|
|
20198
|
+
}, files: {
|
|
20199
|
+
serializedName: "typeProperties.files",
|
|
20200
|
+
type: {
|
|
20201
|
+
name: "Sequence",
|
|
20202
|
+
element: {
|
|
20203
|
+
type: {
|
|
20204
|
+
name: "any"
|
|
20205
|
+
}
|
|
20206
|
+
}
|
|
20207
|
+
}
|
|
20208
|
+
}, targetBigDataPool: {
|
|
20209
|
+
serializedName: "typeProperties.targetBigDataPool",
|
|
20210
|
+
type: {
|
|
20211
|
+
name: "Composite",
|
|
20212
|
+
className: "BigDataPoolParametrizationReference"
|
|
20213
|
+
}
|
|
20214
|
+
}, executorSize: {
|
|
20215
|
+
serializedName: "typeProperties.executorSize",
|
|
20216
|
+
type: {
|
|
20217
|
+
name: "any"
|
|
20218
|
+
}
|
|
20219
|
+
}, conf: {
|
|
20220
|
+
serializedName: "typeProperties.conf",
|
|
20221
|
+
type: {
|
|
20222
|
+
name: "any"
|
|
20223
|
+
}
|
|
20224
|
+
}, driverSize: {
|
|
20225
|
+
serializedName: "typeProperties.driverSize",
|
|
20226
|
+
type: {
|
|
20227
|
+
name: "any"
|
|
20228
|
+
}
|
|
20229
|
+
}, numExecutors: {
|
|
20230
|
+
serializedName: "typeProperties.numExecutors",
|
|
20231
|
+
type: {
|
|
20232
|
+
name: "Number"
|
|
20233
|
+
}
|
|
19898
20234
|
} })
|
|
19899
20235
|
}
|
|
19900
20236
|
};
|
|
@@ -21665,6 +22001,10 @@ export let discriminators = {
|
|
|
21665
22001
|
"LinkedService.SapEcc": SapEccLinkedService,
|
|
21666
22002
|
"LinkedService.SapOpenHub": SapOpenHubLinkedService,
|
|
21667
22003
|
"LinkedService.RestService": RestServiceLinkedService,
|
|
22004
|
+
"LinkedService.TeamDesk": TeamDeskLinkedService,
|
|
22005
|
+
"LinkedService.Quickbase": QuickbaseLinkedService,
|
|
22006
|
+
"LinkedService.Smartsheet": SmartsheetLinkedService,
|
|
22007
|
+
"LinkedService.Zendesk": ZendeskLinkedService,
|
|
21668
22008
|
"LinkedService.AmazonS3": AmazonS3LinkedService,
|
|
21669
22009
|
"LinkedService.AmazonRedshift": AmazonRedshiftLinkedService,
|
|
21670
22010
|
"LinkedService.CustomDataSource": CustomDataSourceLinkedService,
|
|
@@ -21891,6 +22231,7 @@ export let discriminators = {
|
|
|
21891
22231
|
"Activity.DatabricksSparkPython": DatabricksSparkPythonActivity,
|
|
21892
22232
|
"Activity.AzureFunctionActivity": AzureFunctionActivity,
|
|
21893
22233
|
"Activity.ExecuteDataFlow": ExecuteDataFlowActivity,
|
|
22234
|
+
"Activity.Script": ScriptActivity,
|
|
21894
22235
|
"Activity.SynapseNotebook": SynapseNotebookActivity,
|
|
21895
22236
|
"Activity.SparkJob": SynapseSparkJobDefinitionActivity,
|
|
21896
22237
|
"Trigger.ScheduleTrigger": ScheduleTrigger,
|