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:07:46 UTC

[camel-kamelets] branch 3.20.x updated (343437b9 -> 43165be8)

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 343437b9 Convert all the parameters with multiple possible values to enum - Azure Storage Blob Changefeed
     new d4a00bfc Convert all the parameters with multiple possible values to enum - Azure Storage Blob Changefeed
     new 43165be8 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              | 2 +-
 .../kamelets/azure-storage-blob-changefeed-source.kamelet.yaml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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

commit d4a00bfc3893d415e904c3383078fc1442b5ac15
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 14:05:14 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
index 428ddfe6..3ae07399 100644
--- a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
@@ -59,7 +59,7 @@ 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"]


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

commit 43165be881a7232614ace22dc92ec0b1919474b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 14:05:48 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          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 428ddfe6..3ae07399 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
@@ -59,7 +59,7 @@ 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"]