Skip to content

Commit eebf98c

Browse files
author
Dongwei Wang
committed
Correct type of result limit
1 parent 631a992 commit eebf98c

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"resultLimit": {
6363
"description": "Limit of results, '-1' for no limit.",
64-
"type": "number"
64+
"type": "integer"
6565
},
6666
"metadata": {
6767
"description": "The metadata of the SQL script.",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"resultLimit": {
6363
"description": "Limit of results, '-1' for no limit.",
64-
"type": "number"
64+
"type": "integer"
6565
},
6666
"metadata": {
6767
"description": "The metadata of the SQL script.",

0 commit comments

Comments
 (0)