Skip to content

Commit

Permalink
Linter - adding x-ms-enum type for enum (Azure#18190)
Browse files Browse the repository at this point in the history
Co-authored-by: Mita Garg <v-migarg@microsoft.com>
  • Loading branch information
2 people authored and FredericHeem committed May 16, 2022
1 parent fd31fda commit 779e256
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,11 @@
"enum": [
"Ascending",
"Descending"
]
],
"x-ms-enum": {
"name": "ReportConfigSortingType",
"modelAsString": true
}
},
"name": {
"description": "The name of the column to sort.",
Expand Down

0 comments on commit 779e256

Please sign in to comment.