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 08:46:18 UTC

[camel-kamelets] branch 3.20.x updated (6c57ef23 -> 4bee1917)

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

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


    from 6c57ef23 Convert all the parameters with multiple possible values to enum - AWS Translate
     new bc3d7566 Convert all the parameters with multiple possible values to enum - Azure Storage Blob CDC
     new 4bee1917 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.


Summary of changes:
 kamelets/azure-storage-blob-cdc-source.kamelet.yaml                   | 4 +++-
 .../resources/kamelets/azure-storage-blob-cdc-source.kamelet.yaml     | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)


[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 3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit bc3d7566af18d0e602b54e08d33fb905ba70c2da
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 09:38:14 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 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml b/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
index 2c47b9f8..c04d4d8e 100644
--- a/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-cdc-source.kamelet.yaml
@@ -61,6 +61,7 @@ spec:
         description: Sets the receive mode for the receiver, possible values are PEEK_LOCK and RECEIVE_AND_DELETE
         type: string
         default: RECEIVE_AND_DELETE
+        enum: ["RECEIVE_AND_DELETE", "PEEK_LOCK"]
       subscriptionName:
         title: Subscription Name
         description: Sets the name of the subscription in the topic to listen to. This parameter is mandatory in case of topic.
@@ -85,9 +86,10 @@ spec:
         - urn:camel:group:credentials
       credentialType:
         title: Credential Type
-        description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
+        description: Determines the credential strategy to adopt.
         type: string
         default: SHARED_ACCOUNT_KEY
+        enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
       getBlob:
         title: Get Object in Container
         description: >-


[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 3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 4bee1917924d9022907c90d970fd95b9b112a129
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 09:39:51 2023 +0100

    Convert all the parameters with multiple possible values to enum - Azure Storage Blob CDC
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../resources/kamelets/azure-storage-blob-cdc-source.kamelet.yaml     | 4 +++-
 1 file changed, 3 insertions(+), 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 2c47b9f8..c04d4d8e 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
@@ -61,6 +61,7 @@ spec:
         description: Sets the receive mode for the receiver, possible values are PEEK_LOCK and RECEIVE_AND_DELETE
         type: string
         default: RECEIVE_AND_DELETE
+        enum: ["RECEIVE_AND_DELETE", "PEEK_LOCK"]
       subscriptionName:
         title: Subscription Name
         description: Sets the name of the subscription in the topic to listen to. This parameter is mandatory in case of topic.
@@ -85,9 +86,10 @@ spec:
         - urn:camel:group:credentials
       credentialType:
         title: Credential Type
-        description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
+        description: Determines the credential strategy to adopt.
         type: string
         default: SHARED_ACCOUNT_KEY
+        enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
       getBlob:
         title: Get Object in Container
         description: >-