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

[camel-kamelets] branch 3.20.x updated (43165be8 -> 49cf7305)

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 43165be8 Convert all the parameters with multiple possible values to enum - Azure Storage Blob Changefeed
     new 2975b3f5 Convert all the parameters with multiple possible values to enum - Azure Storage Blob Sink
     new 37cb4558 Convert all the parameters with multiple possible values to enum - Azure Storage Blob Sink
     new 3c6f87b5 Convert all the parameters with multiple possible values to enum - Azure Storage Blob Source
     new 49cf7305 Convert all the parameters with multiple possible values to enum - Azure Storage Blob Source

The 4 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-sink.kamelet.yaml                          | 3 ++-
 kamelets/azure-storage-blob-source.kamelet.yaml                        | 3 ++-
 .../src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml   | 3 ++-
 .../src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)


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

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 37cb455897774197473c6df3c53c6710f430b571
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 14:16:18 2023 +0100

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

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml
index 5fdc4b5b..c72d10a2 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml
@@ -65,9 +65,10 @@ spec:
         default: uploadBlockBlob
       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"]
   dependencies:
     - "camel:core"
     - "camel:azure-storage-blob"


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

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 3c6f87b5cbdaf2e10da3dfde89dfc4d65ffc5098
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 14:16:57 2023 +0100

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

diff --git a/kamelets/azure-storage-blob-source.kamelet.yaml b/kamelets/azure-storage-blob-source.kamelet.yaml
index ff721439..8b1bec6a 100644
--- a/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -60,9 +60,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"]
       delay:
         title: Delay
         description: The number of milliseconds before the next poll of the selected blob.


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

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 49cf7305c40407e1f21696b9c6af7846a2b734da
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 14:17:28 2023 +0100

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

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
index ff721439..8b1bec6a 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -60,9 +60,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"]
       delay:
         title: Delay
         description: The number of milliseconds before the next poll of the selected blob.


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

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 2975b3f5d6e23d6865a8aa571e17857cdcff3baf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 14:15:41 2023 +0100

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

diff --git a/kamelets/azure-storage-blob-sink.kamelet.yaml b/kamelets/azure-storage-blob-sink.kamelet.yaml
index 5fdc4b5b..c72d10a2 100644
--- a/kamelets/azure-storage-blob-sink.kamelet.yaml
+++ b/kamelets/azure-storage-blob-sink.kamelet.yaml
@@ -65,9 +65,10 @@ spec:
         default: uploadBlockBlob
       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"]
   dependencies:
     - "camel:core"
     - "camel:azure-storage-blob"