We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4251faf commit 03da592Copy full SHA for 03da592
specification/eventgrid/data-plane/Microsoft.EventHub/stable/2018-01-01/EventHub.json
@@ -11,9 +11,10 @@
11
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.EventHub.CaptureFileCreated event.",
12
"type": "object",
13
"properties": {
14
- "fileurl": {
+ "fileUrl": {
15
"description": "The path to the capture file.",
16
- "type": "string"
+ "type": "string",
17
+ "x-ms-client-name": "fileurl"
18
},
19
"fileType": {
20
"description": "The file type of the capture file.",
0 commit comments