Skip to content

Commit b1016fc

Browse files
add type to enums to fix Linter error R3015 (#16775)
1 parent 47b551f commit b1016fc

File tree

1 file changed

+2
-0
lines changed
  • specification/reservations/resource-manager/Microsoft.Capacity/stable/2020-10-25

1 file changed

+2
-0
lines changed

specification/reservations/resource-manager/Microsoft.Capacity/stable/2020-10-25/quota.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
"Failed",
749749
"InProgress"
750750
],
751+
"type": "string",
751752
"x-ms-enum": {
752753
"name": "QuotaRequestState",
753754
"modelAsString": true
@@ -762,6 +763,7 @@
762763
"shared",
763764
"serviceSpecific"
764765
],
766+
"type": "string",
765767
"x-ms-enum": {
766768
"name": "ResourceType",
767769
"modelAsString": true

0 commit comments

Comments
 (0)