Skip to content

Commit

Permalink
add type to enums to fix Linter error R3015 (Azure#16775)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbudhi-msft authored and LeiWang3 committed Mar 31, 2022
1 parent 9fd5f0e commit 7ea4304
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 7ea4304

Please sign in to comment.