Skip to content

Commit

Permalink
Start enum values with uppercase like it is actually defined in RP (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gubalasu authored Jul 15, 2020
1 parent 4d7a442 commit 115dee0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3914,9 +3914,9 @@
"description": "Indicates the purpose of the parameter",
"type": "string",
"enum": [
"expires",
"keyId",
"signature"
"Expires",
"KeyId",
"Signature"
]
},
"paramName": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3918,9 +3918,9 @@
"description": "Indicates the purpose of the parameter",
"type": "string",
"enum": [
"expires",
"keyId",
"signature"
"Expires",
"KeyId",
"Signature"
],
"x-ms-enum": {
"name": "paramIndicator",
Expand Down

0 comments on commit 115dee0

Please sign in to comment.