Skip to content

Commit 03da592

Browse files
Update EventHub.json (#17565)
1 parent 4251faf commit 03da592

File tree

1 file changed

+3
-2
lines changed
  • specification/eventgrid/data-plane/Microsoft.EventHub/stable/2018-01-01

1 file changed

+3
-2
lines changed

specification/eventgrid/data-plane/Microsoft.EventHub/stable/2018-01-01/EventHub.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.EventHub.CaptureFileCreated event.",
1212
"type": "object",
1313
"properties": {
14-
"fileurl": {
14+
"fileUrl": {
1515
"description": "The path to the capture file.",
16-
"type": "string"
16+
"type": "string",
17+
"x-ms-client-name": "fileurl"
1718
},
1819
"fileType": {
1920
"description": "The file type of the capture file.",

0 commit comments

Comments
 (0)