Skip to content

Commit

Permalink
Use camel case enum name
Browse files Browse the repository at this point in the history
  • Loading branch information
eladperets committed Jul 31, 2020
1 parent 7890285 commit c3a90c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5930,7 +5930,7 @@
"Delete"
],
"x-ms-enum": {
"name": "TagsPatchOperation",
"name": "tagsPatchOperation",
"modelAsString": true,
"values": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6083,7 +6083,7 @@
"Delete"
],
"x-ms-enum": {
"name": "TagsPatchOperation",
"name": "tagsPatchOperation",
"modelAsString": true,
"values": [
{
Expand Down

0 comments on commit c3a90c0

Please sign in to comment.