Skip to content

Commit 5afcd12

Browse files
touchdreameranandanthony
authored andcommitted
snowflake swagger (Azure#21552)
Co-authored-by: Zehua Chen <[email protected]>
1 parent 9f821fa commit 5afcd12

File tree

2 files changed

+8
-2
lines changed
  • specification/synapse/data-plane/Microsoft.Synapse

2 files changed

+8
-2
lines changed

specification/synapse/data-plane/Microsoft.Synapse/preview/2021-06-01-preview/entityTypes/Pipeline.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3643,7 +3643,10 @@
36433643
"$ref": "#/definitions/SnowflakeExportCopyCommand",
36443644
"description": "Snowflake export settings."
36453645
}
3646-
}
3646+
},
3647+
"required": [
3648+
"exportSettings"
3649+
]
36473650
},
36483651
"ExportSettings": {
36493652
"description": "Export command settings.",

specification/synapse/data-plane/Microsoft.Synapse/stable/2020-12-01/entityTypes/Pipeline.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3670,7 +3670,10 @@
36703670
"$ref": "#/definitions/SnowflakeExportCopyCommand",
36713671
"description": "Snowflake export settings."
36723672
}
3673-
}
3673+
},
3674+
"required": [
3675+
"exportSettings"
3676+
]
36743677
},
36753678
"ExportSettings": {
36763679
"description": "Export command settings.",

0 commit comments

Comments
 (0)