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:19:56 UTC

[camel-kamelets] branch azure-storage-blob-sink-source-3.20.x created (now feaebf3c)

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

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


      at feaebf3c Convert all the parameters with multiple possible values to enum - Azure Storage Blob Source

This branch includes the following new commits:

     new 89f05cd1 Convert all the parameters with multiple possible values to enum - Azure Storage Blob Sink
     new d85a05ca Convert all the parameters with multiple possible values to enum - Azure Storage Blob Sink
     new ba0e6ef0 Convert all the parameters with multiple possible values to enum - Azure Storage Blob Source
     new feaebf3c 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.



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

commit ba0e6ef03163c13be70d0ee0fcfea7a6d820c8b6
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] 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 azure-storage-blob-sink-source-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit d85a05ca9f7318a9c417233e7a2fe8835ec3815f
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] 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 azure-storage-blob-sink-source-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit feaebf3c07ff2c3287a4c04b0bafb93bd2173a37
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 azure-storage-blob-sink-source-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 89f05cd1fe937859aeab445992d3d97dd7d64299
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"