From 00b488b6011a686e6f44cd48c44f5a8554dc99f0 Mon Sep 17 00:00:00 2001 From: v-ajnava Date: Mon, 28 Jan 2019 11:02:58 -0800 Subject: [PATCH 1/3] Added skipEmptyArchives to Eventhub CaptureDescription --- .../Microsoft.EventHub/stable/2017-04-01/EventHub.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json index 21af98876a91..8193d93cf8c6 100644 --- a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json +++ b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json @@ -2250,7 +2250,11 @@ "destination": { "$ref": "#/definitions/Destination", "description": "Properties of Destination where capture will be stored. (Storage Account, Blob Names)" - } + }, + "skipEmptyArchives": { + "type": "boolean", + "description": "A value that indicates whether to Skip Empty Archives" + }, }, "description": "Properties to configure capture description for eventhub" }, From a5bc337827b704dd39648b1946ce01fc3fc6a6ec Mon Sep 17 00:00:00 2001 From: v-ajnava Date: Mon, 28 Jan 2019 11:09:27 -0800 Subject: [PATCH 2/3] updated formating --- .../Microsoft.EventHub/stable/2017-04-01/EventHub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json index 8193d93cf8c6..29c760200b09 100644 --- a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json +++ b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json @@ -2251,10 +2251,10 @@ "$ref": "#/definitions/Destination", "description": "Properties of Destination where capture will be stored. (Storage Account, Blob Names)" }, - "skipEmptyArchives": { + "skipEmptyArchives": { "type": "boolean", "description": "A value that indicates whether to Skip Empty Archives" - }, + } }, "description": "Properties to configure capture description for eventhub" }, From b7d1b926b468d7a71f65473228cd72f53c849d40 Mon Sep 17 00:00:00 2001 From: v-ajnava Date: Mon, 28 Jan 2019 16:21:33 -0800 Subject: [PATCH 3/3] fixed indentation. --- .../Microsoft.EventHub/stable/2017-04-01/EventHub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json index 29c760200b09..d3eb676181c1 100644 --- a/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json +++ b/specification/eventhub/resource-manager/Microsoft.EventHub/stable/2017-04-01/EventHub.json @@ -2251,7 +2251,7 @@ "$ref": "#/definitions/Destination", "description": "Properties of Destination where capture will be stored. (Storage Account, Blob Names)" }, - "skipEmptyArchives": { + "skipEmptyArchives": { "type": "boolean", "description": "A value that indicates whether to Skip Empty Archives" }