Skip to content

Commit

Permalink
Another quick query update (#8549)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Feb 27, 2020
1 parent 1ed17c5 commit a267dd5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9640,7 +9640,7 @@
"QuickQueryType"
],
"properties": {
"QuickQueryType": {
"Type": {
"$ref": "#/definitions/QuickQueryType"
},
"DelimitedTextConfiguration": {
Expand All @@ -9667,13 +9667,13 @@
},
"QuickQueryType": {
"type": "string",
"description": "the quick query type",
"description": "The quick query format type.",
"enum": [
"delimited",
"json"
],
"x-ms-enum": {
"name": "QuickQueryType",
"name": "QuickQueryFormatType",
"modelAsString": false
},
"xml": {
Expand Down

0 comments on commit a267dd5

Please sign in to comment.