Skip to content

Commit

Permalink
Fix default LivyApiVersion value in Synapse (#15585)
Browse files Browse the repository at this point in the history
* Fix default LivyApiVersion value in Synapse

* Fix in the preview swagger too for multiapi
  • Loading branch information
jianghaolu authored Aug 9, 2021
1 parent 03a05aa commit 37c4ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@
"description": "Valid api-version for the request.",
"required": true,
"type": "string",
"default": "2019-11-01-preview",
"x-ms-client-default": "2019-11-01-preview",
"x-ms-skip-url-encoding": true,
"x-ms-parameter-location": "client"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@
"description": "Valid api-version for the request.",
"required": true,
"type": "string",
"default": "2019-11-01-preview",
"x-ms-client-default": "2019-11-01-preview",
"x-ms-skip-url-encoding": true,
"x-ms-parameter-location": "client"
},
Expand Down

0 comments on commit 37c4ff1

Please sign in to comment.