From b7d17a043be05543e93cfc2eded352f375b81287 Mon Sep 17 00:00:00 2001 From: Ajit Navasare Date: Thu, 31 Jan 2019 14:14:48 -0800 Subject: [PATCH] Eventhub: Added skipEmptyArchives to Eventhub CaptureDescription (#5105) * Added skipEmptyArchives to Eventhub CaptureDescription * updated formating * fixed indentation. --- .../Microsoft.EventHub/stable/2017-04-01/EventHub.json | 4 ++++ 1 file changed, 4 insertions(+) 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..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 @@ -2250,6 +2250,10 @@ "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"