From e61330dfa3b43558ece987fbed80fd8f7469325d Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 18 May 2023 20:54:45 +0000 Subject: [PATCH] CodeGen from PR 24056 in Azure/azure-rest-api-specs Merge e576ea62e73bff95e646da2c7b0235e5e0749ac4 into 97a3d07807c5e7f23e0f47f532d0555ff2aa5d5d --- schemas/2022-10-01-preview/Microsoft.EventHub.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/2022-10-01-preview/Microsoft.EventHub.json b/schemas/2022-10-01-preview/Microsoft.EventHub.json index e484fb9548..7bf547da06 100644 --- a/schemas/2022-10-01-preview/Microsoft.EventHub.json +++ b/schemas/2022-10-01-preview/Microsoft.EventHub.json @@ -1774,7 +1774,7 @@ "type": "string", "enum": [ "Delete", - "Compaction" + "Compact" ] }, { @@ -1792,7 +1792,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "Number of hours to retain the events for this Event Hub. This value is only used when cleanupPolicy is Delete. If cleanupPolicy is Compaction the returned value of this property is Long.MaxValue " + "description": "Number of hours to retain the events for this Event Hub. This value is only used when cleanupPolicy is Delete. If cleanupPolicy is Compact the returned value of this property is Long.MaxValue " }, "tombstoneRetentionTimeInHours": { "oneOf": [ @@ -1803,7 +1803,7 @@ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "Number of hours to retain the tombstone markers of a compacted Event Hub. This value is only used when cleanupPolicy is Compaction. Consumer must complete reading the tombstone marker within this specified amount of time if consumer begins from starting offset to ensure they get a valid snapshot for the specific key described by the tombstone marker within the compacted Event Hub" + "description": "Number of hours to retain the tombstone markers of a compacted Event Hub. This value is only used when cleanupPolicy is Compact. Consumer must complete reading the tombstone marker within this specified amount of time if consumer begins from starting offset to ensure they get a valid snapshot for the specific key described by the tombstone marker within the compacted Event Hub" } }, "description": "Properties to configure retention settings for the eventhub"