Skip to content

Commit 2abe647

Browse files
mitagargMita Garg
andauthored
Linter - adding x-ms-enum type for enum (#18190)
Co-authored-by: Mita Garg <[email protected]>
1 parent 9aff6fb commit 2abe647

File tree

1 file changed

+5
-1
lines changed
  • specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01

1 file changed

+5
-1
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/stable/2021-10-01/costmanagement.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,11 @@
14451445
"enum": [
14461446
"Ascending",
14471447
"Descending"
1448-
]
1448+
],
1449+
"x-ms-enum": {
1450+
"name": "ReportConfigSortingType",
1451+
"modelAsString": true
1452+
}
14491453
},
14501454
"name": {
14511455
"description": "The name of the column to sort.",

0 commit comments

Comments
 (0)