Skip to content

Commit dbb13fe

Browse files
ArcturusZhangLeiWang3
authored andcommitted
add x-ms-enum (Azure#17225)
1 parent 91215a7 commit dbb13fe

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/AlertsManagement.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,11 @@
650650
"enum": [
651651
"asc",
652652
"desc"
653-
]
653+
],
654+
"x-ms-enum": {
655+
"name": "SortOrder",
656+
"modelAsString": true
657+
}
654658
},
655659
"select": {
656660
"description": "This filter allows to selection of the fields(comma separated) which would be part of the essential section. This would allow to project only the required fields rather than getting entire content. Default is to fetch all the fields in the essentials section.",

specification/alertsmanagement/resource-manager/Microsoft.AlertsManagement/preview/2019-05-05-preview/SmartGroups.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,11 @@
437437
"enum": [
438438
"asc",
439439
"desc"
440-
]
440+
],
441+
"x-ms-enum": {
442+
"name": "SortOrder",
443+
"modelAsString": true
444+
}
441445
}
442446
},
443447
"definitions": {

0 commit comments

Comments
 (0)