Skip to content

Commit

Permalink
fixing case (#3683)
Browse files Browse the repository at this point in the history
Co-authored-by: Ajay Sainy <[email protected]>
  • Loading branch information
ajay-sainy and Ajay Sainy authored May 1, 2021
1 parent 8bed5e2 commit 6fe5d77
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@
"description": "The type of identity that creates/modifies resources",
"type": "string",
"enum": [
"user",
"application",
"managedIdentity",
"key"
"User",
"Application",
"ManagedIdentity",
"Key"
],
"x-ms-enum": {
"name": "IdentityType",
Expand Down

0 comments on commit 6fe5d77

Please sign in to comment.