Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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