Skip to content

Commit

Permalink
Fix x-ms-enum name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
leni-msft committed Feb 21, 2020
1 parent d55f0ef commit a350d52
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 a350d52

Please sign in to comment.