Skip to content

Commit 274c127

Browse files
committed
Update synapse swagger definition.
1 parent b1d161e commit 274c127

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5857,7 +5857,8 @@
58575857
"properties": {
58585858
"clusterSize": {
58595859
"type": "object",
5860-
"description": "Number of worker/data nodes in the cluster. Suggestion value: 4. Type: string (or Expression with resultType string)."
5860+
"x-ms-format": "dfe-int",
5861+
"description": "Number of worker/data nodes in the cluster. Suggestion value: 4. Type: int (or Expression with resultType int)."
58615862
},
58625863
"timeToLive": {
58635864
"type": "object",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5215,6 +5215,7 @@
52155215
},
52165216
"arguments": {
52175217
"type": "object",
5218+
"x-ms-format": "dfe-list-string",
52185219
"description": "User specified arguments to HDInsightActivity. Type: array (or Expression with resultType array)."
52195220
},
52205221
"getDebugInfo": {

0 commit comments

Comments
 (0)