From e9c29ea8c0ffb8b6b64561a2c768419f8ecdf0a4 Mon Sep 17 00:00:00 2001 From: Prema Grandhi Date: Mon, 24 May 2021 10:47:57 -0700 Subject: [PATCH 1/2] Updating Call Recording Event with updated Recording chunk schema --- .../stable/2018-01-01/AzureCommunicationServices.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json b/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json index 689b7e987042..ca056f9e626e 100644 --- a/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json +++ b/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json @@ -652,6 +652,14 @@ "endReason": { "description": "The reason for ending the recording chunk", "type": "string" + }, + "metadataLocation":{ + "description": "The location of the metadata for this chunk", + "type": "string" + }, + "contentLocation":{ + "description": "The location of the content for this chunk", + "type": "string" } } } From 3fb3e6573bb523d9c4f9393ae8202e5f6275d64d Mon Sep 17 00:00:00 2001 From: Prema Grandhi Date: Mon, 24 May 2021 13:58:01 -0700 Subject: [PATCH 2/2] Prettier check on json --- .../stable/2018-01-01/AzureCommunicationServices.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json b/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json index ca056f9e626e..41a1140046ba 100644 --- a/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json +++ b/specification/eventgrid/data-plane/Microsoft.Communication/stable/2018-01-01/AzureCommunicationServices.json @@ -653,11 +653,11 @@ "description": "The reason for ending the recording chunk", "type": "string" }, - "metadataLocation":{ + "metadataLocation": { "description": "The location of the metadata for this chunk", "type": "string" }, - "contentLocation":{ + "contentLocation": { "description": "The location of the content for this chunk", "type": "string" }