You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/07 13:55:47 UTC

[camel-kamelets] branch azure-storage-cdc-source-3.20.x created (now d560304f)

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

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


      at d560304f Convert all the parameters with multiple possible values to enum - Azure Storage Blob CDC

This branch includes the following new commits:

     new 086bff5c Convert all the parameters with multiple possible values to enum - Azure Storage Blob CDC
     new d560304f Convert all the parameters with multiple possible values to enum - Azure Storage Blob CDC

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets] 02/02: Convert all the parameters with multiple possible values to enum - Azure Storage Blob CDC

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d560304f5b42d7281d5af1e3297226f91a33ce19
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 14:53:21 2023 +0100

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

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-cdc-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
index c04d4d8e..299c9774 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/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"]


[camel-kamelets] 01/02: Convert all the parameters with multiple possible values to enum - Azure Storage Blob CDC

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 086bff5c30af0174b1ec90135a1bc9d6a03ff9a3
Author: Andrea Cosentino <an...@gmail.com>
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 <an...@gmail.com>
---
 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 c04d4d8e..299c9774 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"]