From 74c4b47e17b0d440b18beef5bf1d5e3c7c1661d3 Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Mon, 31 Jan 2022 18:10:00 -0800 Subject: [PATCH] Update EventHub.json (#17565) --- .../Microsoft.EventHub/stable/2018-01-01/EventHub.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/eventgrid/data-plane/Microsoft.EventHub/stable/2018-01-01/EventHub.json b/specification/eventgrid/data-plane/Microsoft.EventHub/stable/2018-01-01/EventHub.json index bd84945c2413..ec8409e15d30 100644 --- a/specification/eventgrid/data-plane/Microsoft.EventHub/stable/2018-01-01/EventHub.json +++ b/specification/eventgrid/data-plane/Microsoft.EventHub/stable/2018-01-01/EventHub.json @@ -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.",