Skip to content

Commit

Permalink
Fix x-ms-enum name conflict (Azure#8465)
Browse files Browse the repository at this point in the history
  • Loading branch information
leni-msft authored and microsoft-rin committed Feb 27, 2020
1 parent 08623d4 commit bef5210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@
"Lifecycle"
],
"x-ms-enum": {
"name": "type",
"name": "RuleType",
"modelAsString": true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@
"Lifecycle"
],
"x-ms-enum": {
"name": "type",
"name": "RuleType",
"modelAsString": true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2933,7 +2933,7 @@
"Lifecycle"
],
"x-ms-enum": {
"name": "type",
"name": "RuleType",
"modelAsString": true
}
},
Expand Down

0 comments on commit bef5210

Please sign in to comment.