Skip to content

Commit

Permalink
Add missing type specifier to enum definition. (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Mar 2, 2018
1 parent 955331e commit f0f2bb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@
"enum": [
"SystemAssigned"
],
"type": "string",
"x-ms-enum": {
"name": "ManagedServiceIdentityType",
"modelAsString": true
Expand Down

0 comments on commit f0f2bb7

Please sign in to comment.