Skip to content

Commit

Permalink
Update EventHub.json (Azure#17565)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft authored and mstrisoline committed Feb 1, 2022
1 parent 74732e4 commit 74c4b47
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.EventHub.CaptureFileCreated event.",
"type": "object",
"properties": {
"fileurl": {
"fileUrl": {
"description": "The path to the capture file.",
"type": "string"
"type": "string",
"x-ms-client-name": "fileurl"
},
"fileType": {
"description": "The file type of the capture file.",
Expand Down

0 comments on commit 74c4b47

Please sign in to comment.