Skip to content

Commit

Permalink
Update enum names to camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco-Gamino committed May 24, 2024
1 parent ab407ed commit aed7a57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,7 @@
"StorageAccountConnectionString"
],
"x-ms-enum": {
"name": "authenticationType",
"name": "AuthenticationType",
"modelAsString": true
}
},
Expand Down Expand Up @@ -3731,7 +3731,7 @@
"custom"
],
"x-ms-enum": {
"name": "runtimeName",
"name": "RuntimeName",
"modelAsString": true
}
},
Expand Down

0 comments on commit aed7a57

Please sign in to comment.