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 12:49:18 UTC

[camel-kamelets] branch main updated (85698ba0 -> 9e39de78)

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

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


    from 85698ba0 chore: Fix flaky AWS DDB sink YAKS tests
     new 5ed8a4fb Convert all the parameters with multiple possible values to enum - Azure Storage Blob Changefeed
     new 9e39de78 Convert all the parameters with multiple possible values to enum - Azure Storage Blob Changefeed

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-changefeed-source.kamelet.yaml               | 1 +
 .../resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml | 1 +
 2 files changed, 2 insertions(+)


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

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

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

commit 9e39de78d751c421d9a8efb661b8806a5e7eaef6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 13:43:11 2023 +0100

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

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
index 5ca8164c..d622c3b5 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
@@ -62,6 +62,7 @@ spec:
         description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
         type: string
         default: SHARED_ACCOUNT_KEY
+        enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
   dependencies:
     - "camel:azure-storage-blob"
     - "camel:kamelet"


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

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

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

commit 5ed8a4fbe1a5aeb44fff151535b841e3962bb657
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 13:41:21 2023 +0100

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

diff --git a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
index 5ca8164c..d622c3b5 100644
--- a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
@@ -62,6 +62,7 @@ spec:
         description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
         type: string
         default: SHARED_ACCOUNT_KEY
+        enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
   dependencies:
     - "camel:azure-storage-blob"
     - "camel:kamelet"