From 626a56a7ba44b36f9a6b0da3768d0215c0b7880b Mon Sep 17 00:00:00 2001 From: v-ajnava Date: Mon, 9 Dec 2019 19:24:17 -0800 Subject: [PATCH 1/2] Added 3 optional properties in Destiantion --- .../stable/2017-04-01/EventHub.json | 12 ++++++++++++ 1 file changed, 12 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 ae46ad3a898e..701268cd9835 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 @@ -2495,6 +2495,18 @@ "archiveNameFormat": { "type": "string", "description": "Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order" + }, + "dataLakeSubscriptionId": { + "type": "string", + "description": "DataLake SubscriptionId" + }, + "dataLakeAccountName": { + "type": "string", + "description": "DataLake AccountName" + }, + "dataLakeFolderPath": { + "type": "string", + "description": "DataLake FolderPath" } }, "description": "Properties describing the storage account, blob container and archive name format for capture destination" From df267ec8adaeb7347b0ed257b3fe0721a3a2bdca Mon Sep 17 00:00:00 2001 From: v-ajnava Date: Wed, 18 Dec 2019 17:43:38 -0800 Subject: [PATCH 2/2] formatting --- .../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 701268cd9835..c276845ca289 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 @@ -2495,7 +2495,7 @@ "archiveNameFormat": { "type": "string", "description": "Blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order" - }, + }, "dataLakeSubscriptionId": { "type": "string", "description": "DataLake SubscriptionId"