Skip to content

Commit ba2d430

Browse files
drosales57Dongwei Wang
andauthored
Update Synapse with ADF swagger changes/2019-06-01-preview (#12924)
* initial changes * Fix CI pipeline issues * address comment * Fix CI pipeline errors * Fix syntax errors in example files * Fix CI pipeline errors * Resolve CI errors * Fix CI issues * Change dataFlow to dataflow * address review comments * address comment * fix enums that support expressions * Fix comment Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
1 parent ca05b27 commit ba2d430

File tree

16 files changed

+2554
-124
lines changed

16 files changed

+2554
-124
lines changed

specification/synapse/data-plane/Microsoft.Synapse/preview/2019-06-01-preview/artifacts.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2661,6 +2661,7 @@
26612661
},
26622662
"SubResourceDebugResource": {
26632663
"description": "Azure Synapse nested debug resource.",
2664+
"type": "object",
26642665
"properties": {
26652666
"name": {
26662667
"type": "string",
@@ -2756,6 +2757,7 @@
27562757
},
27572758
"IntegrationRuntimeReference": {
27582759
"description": "Integration runtime reference type.",
2760+
"type": "object",
27592761
"properties": {
27602762
"type": {
27612763
"type": "string",
@@ -3349,6 +3351,7 @@
33493351
},
33503352
"PipelineReference": {
33513353
"description": "Pipeline reference type.",
3354+
"type": "object",
33523355
"properties": {
33533356
"type": {
33543357
"type": "string",
@@ -3377,6 +3380,7 @@
33773380
},
33783381
"TriggerPipelineReference": {
33793382
"description": "Pipeline that needs to be triggered with the given parameters.",
3383+
"type": "object",
33803384
"properties": {
33813385
"pipelineReference": {
33823386
"description": "Pipeline reference.",
@@ -3390,6 +3394,7 @@
33903394
},
33913395
"TriggerResource": {
33923396
"description": "Trigger resource type.",
3397+
"type": "object",
33933398
"allOf": [
33943399
{
33953400
"$ref": "#/definitions/SubResource"
@@ -3434,6 +3439,7 @@
34343439
},
34353440
"WorkspaceUpdateParameters": {
34363441
"description": "Parameters for updating a workspace resource.",
3442+
"type": "object",
34373443
"properties": {
34383444
"tags": {
34393445
"type": "object",
@@ -3450,6 +3456,7 @@
34503456
},
34513457
"WorkspaceIdentity": {
34523458
"description": "Identity properties of the workspace resource.",
3459+
"type": "object",
34533460
"properties": {
34543461
"type": {
34553462
"type": "string",
@@ -3479,6 +3486,7 @@
34793486
},
34803487
"DatasetReference": {
34813488
"description": "Dataset reference type.",
3489+
"type": "object",
34823490
"properties": {
34833491
"type": {
34843492
"type": "string",
@@ -3507,6 +3515,7 @@
35073515
},
35083516
"DatasetResource": {
35093517
"description": "Dataset resource type.",
3518+
"type": "object",
35103519
"allOf": [
35113520
{
35123521
"$ref": "#/definitions/SubResource"
@@ -3524,6 +3533,7 @@
35243533
},
35253534
"DatasetDebugResource": {
35263535
"description": "Dataset debug resource.",
3536+
"type": "object",
35273537
"allOf": [
35283538
{
35293539
"$ref": "#/definitions/SubResourceDebugResource"
@@ -3541,6 +3551,7 @@
35413551
},
35423552
"LinkedServiceReference": {
35433553
"description": "Linked service reference type.",
3554+
"type": "object",
35443555
"properties": {
35453556
"type": {
35463557
"type": "string",
@@ -3569,6 +3580,7 @@
35693580
},
35703581
"LinkedServiceResource": {
35713582
"description": "Linked service resource type.",
3583+
"type": "object",
35723584
"allOf": [
35733585
{
35743586
"$ref": "#/definitions/SubResource"
@@ -3586,6 +3598,7 @@
35863598
},
35873599
"LinkedServiceDebugResource": {
35883600
"description": "Linked service debug resource.",
3601+
"type": "object",
35893602
"allOf": [
35903603
{
35913604
"$ref": "#/definitions/SubResourceDebugResource"
@@ -3623,6 +3636,7 @@
36233636
},
36243637
"SqlScriptResource": {
36253638
"description": "Sql Script resource type.",
3639+
"type": "object",
36263640
"properties": {
36273641
"id": {
36283642
"readOnly": true,
@@ -3675,6 +3689,7 @@
36753689
},
36763690
"SparkJobDefinitionResource": {
36773691
"description": "Spark job definition resource type.",
3692+
"type": "object",
36783693
"allOf": [
36793694
{
36803695
"$ref": "#/definitions/SubResource"
@@ -3712,6 +3727,7 @@
37123727
},
37133728
"NotebookResource": {
37143729
"description": "Notebook resource type.",
3730+
"type": "object",
37153731
"properties": {
37163732
"id": {
37173733
"readOnly": true,
@@ -3744,6 +3760,7 @@
37443760
},
37453761
"DataFlowResource": {
37463762
"description": "Data flow resource type.",
3763+
"type": "object",
37473764
"allOf": [
37483765
{
37493766
"$ref": "#/definitions/SubResource"
@@ -3761,6 +3778,7 @@
37613778
},
37623779
"DataFlowReference": {
37633780
"description": "Data flow reference type.",
3781+
"type": "object",
37643782
"properties": {
37653783
"type": {
37663784
"type": "string",
@@ -3792,6 +3810,7 @@
37923810
},
37933811
"DataFlowStagingInfo": {
37943812
"description": "Staging info for execute data flow activity.",
3813+
"type": "object",
37953814
"properties": {
37963815
"linkedService": {
37973816
"description": "Staging linked service reference.",
@@ -3878,6 +3897,7 @@
38783897
},
38793898
"DataFlowDebugResource": {
38803899
"description": "Data flow debug resource.",
3900+
"type": "object",
38813901
"allOf": [
38823902
{
38833903
"$ref": "#/definitions/SubResourceDebugResource"
@@ -4398,6 +4418,7 @@
43984418
},
43994419
"RerunTriggerResource": {
44004420
"description": "RerunTrigger resource type.",
4421+
"type": "object",
44014422
"allOf": [
44024423
{
44034424
"$ref": "#/definitions/SubResource"
@@ -4477,6 +4498,7 @@
44774498
},
44784499
"SynapseNotebookReference": {
44794500
"description": "Synapse notebook reference type.",
4501+
"type": "object",
44804502
"properties": {
44814503
"type": {
44824504
"type": "string",
@@ -4501,6 +4523,7 @@
45014523
},
45024524
"SynapseSparkJobReference": {
45034525
"description": "Synapse spark job reference type.",
4526+
"type": "object",
45044527
"properties": {
45054528
"type": {
45064529
"type": "string",
@@ -4525,6 +4548,7 @@
45254548
},
45264549
"SqlPoolReference": {
45274550
"description": "SQL pool reference type.",
4551+
"type": "object",
45284552
"properties": {
45294553
"type": {
45304554
"type": "string",

specification/synapse/data-plane/Microsoft.Synapse/preview/2019-06-01-preview/entityTypes/DataFlow.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
},
6161
"MappingDataFlowTypeProperties": {
6262
"description": "Mapping data flow type properties.",
63+
"type": "object",
6364
"properties": {
6465
"sources": {
6566
"type": "array",
@@ -107,6 +108,7 @@
107108
},
108109
"DataFlowSource": {
109110
"description": "Transformation for data flow source.",
111+
"type": "object",
110112
"allOf": [
111113
{
112114
"$ref": "#/definitions/Transformation"
@@ -116,11 +118,20 @@
116118
"dataset": {
117119
"description": "Dataset reference.",
118120
"$ref": "../artifacts.json#/definitions/DatasetReference"
121+
},
122+
"linkedService": {
123+
"description": "Linked service reference.",
124+
"$ref": "../artifacts.json#/definitions/LinkedServiceReference"
125+
},
126+
"schemaLinkedService": {
127+
"description": "Schema linked service reference.",
128+
"$ref": "../artifacts.json#/definitions/LinkedServiceReference"
119129
}
120130
}
121131
},
122132
"DataFlowSink": {
123133
"description": "Transformation for data flow sink.",
134+
"type": "object",
124135
"allOf": [
125136
{
126137
"$ref": "#/definitions/Transformation"
@@ -130,6 +141,14 @@
130141
"dataset": {
131142
"description": "Dataset reference.",
132143
"$ref": "../artifacts.json#/definitions/DatasetReference"
144+
},
145+
"linkedService": {
146+
"description": "Linked service reference.",
147+
"$ref": "../artifacts.json#/definitions/LinkedServiceReference"
148+
},
149+
"schemaLinkedService": {
150+
"description": "Schema linked service reference.",
151+
"$ref": "../artifacts.json#/definitions/LinkedServiceReference"
133152
}
134153
}
135154
}

0 commit comments

Comments
 (0)