Skip to content

Commit

Permalink
Switch new enums to modelAsString
Browse files Browse the repository at this point in the history
  • Loading branch information
mentat9 committed Feb 24, 2020
1 parent c758a41 commit 695b4a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4418,7 +4418,7 @@
],
"x-ms-enum": {
"name": "AliasPatternType",
"modelAsString": false,
"modelAsString": true,
"values": [
{
"value": "NotSpecified",
Expand Down Expand Up @@ -4458,7 +4458,7 @@
],
"x-ms-enum": {
"name": "AliasType",
"modelAsString": false,
"modelAsString": true,
"values": [
{
"value": "NotSpecified",
Expand Down

0 comments on commit 695b4a9

Please sign in to comment.