Skip to content

Commit a267dd5

Browse files
authored
Another quick query update (#8549)
1 parent 1ed17c5 commit a267dd5

File tree

1 file changed

+3
-3
lines changed
  • specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12

1 file changed

+3
-3
lines changed

specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9640,7 +9640,7 @@
96409640
"QuickQueryType"
96419641
],
96429642
"properties": {
9643-
"QuickQueryType": {
9643+
"Type": {
96449644
"$ref": "#/definitions/QuickQueryType"
96459645
},
96469646
"DelimitedTextConfiguration": {
@@ -9667,13 +9667,13 @@
96679667
},
96689668
"QuickQueryType": {
96699669
"type": "string",
9670-
"description": "the quick query type",
9670+
"description": "The quick query format type.",
96719671
"enum": [
96729672
"delimited",
96739673
"json"
96749674
],
96759675
"x-ms-enum": {
9676-
"name": "QuickQueryType",
9676+
"name": "QuickQueryFormatType",
96779677
"modelAsString": false
96789678
},
96799679
"xml": {

0 commit comments

Comments
 (0)