This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch azure-storage-cdc-source
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit f9e80d9dc826cb669ffe20fe385e6190086c1a14
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Feb 7 14:52:28 2023 +0100

    Convert all the parameters with multiple possible values to enum - Azure 
Storage Blob CDC
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 kamelets/azure-storage-blob-cdc-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml 
b/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
index db2935f7..740cd717 100644
--- a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
@@ -58,7 +58,7 @@ spec:
         - urn:camel:group:credentials
       serviceBusReceiveMode:
         title: Servicebus Receive Mode
-        description: Sets the receive mode for the receiver, possible values 
are PEEK_LOCK and RECEIVE_AND_DELETE
+        description: Sets the receive mode for the receiver.
         type: string
         default: RECEIVE_AND_DELETE
         enum: ["RECEIVE_AND_DELETE", "PEEK_LOCK"]

Reply via email to