Skip to content

Commit

Permalink
add type to enums to fix Linter error R3015 (#16775)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbudhi-msft authored Nov 24, 2021
1 parent 47b551f commit b1016fc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@
"Failed",
"InProgress"
],
"type": "string",
"x-ms-enum": {
"name": "QuotaRequestState",
"modelAsString": true
Expand All @@ -762,6 +763,7 @@
"shared",
"serviceSpecific"
],
"type": "string",
"x-ms-enum": {
"name": "ResourceType",
"modelAsString": true
Expand Down

0 comments on commit b1016fc

Please sign in to comment.