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/03/23 10:21:16 UTC

[camel-kamelets] branch 0.9.x updated (a9feb4b6 -> 4252debf)

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

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


    from a9feb4b6 Azure Storage Blob Kamelets: Use just the SHARED_ACCOUNT_KEY credentials as default
     new 9a64f693 Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation
     new 4252debf Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation

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-sink.kamelet.yaml                      | 7 +------
 .../main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml   | 7 +------
 2 files changed, 2 insertions(+), 12 deletions(-)


[camel-kamelets] 02/02: Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation

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

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

commit 4252debfd695bb7eb982978b86718e06b93088f4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 23 11:15:28 2023 +0100

    Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../main/resources/kamelets/azure-storage-blob-sink.kamelet.yaml   | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

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 a6e5a62d..9f82fb02 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
@@ -58,11 +58,6 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
-      operation:
-        title: Operation name
-        description: The operation to perform.
-        type: string
-        default: uploadBlockBlob
   dependencies:
     - "camel:core"
     - "camel:azure-storage-blob"
@@ -92,5 +87,5 @@ spec:
           uri: "azure-storage-blob://{{accountName}}/{{containerName}}"
           parameters:
             accessKey: "{{accessKey}}"
-            operation: "{{operation}}"
+            operation: "uploadBlockBlob"
             credentialType: "SHARED_ACCOUNT_KEY"


[camel-kamelets] 01/02: Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation

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

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

commit 9a64f693998c699479fdc05f2453c427dffefe95
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 23 11:15:03 2023 +0100

    Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/azure-storage-blob-sink.kamelet.yaml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/kamelets/azure-storage-blob-sink.kamelet.yaml b/kamelets/azure-storage-blob-sink.kamelet.yaml
index a6e5a62d..9f82fb02 100644
--- a/kamelets/azure-storage-blob-sink.kamelet.yaml
+++ b/kamelets/azure-storage-blob-sink.kamelet.yaml
@@ -58,11 +58,6 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
-      operation:
-        title: Operation name
-        description: The operation to perform.
-        type: string
-        default: uploadBlockBlob
   dependencies:
     - "camel:core"
     - "camel:azure-storage-blob"
@@ -92,5 +87,5 @@ spec:
           uri: "azure-storage-blob://{{accountName}}/{{containerName}}"
           parameters:
             accessKey: "{{accessKey}}"
-            operation: "{{operation}}"
+            operation: "uploadBlockBlob"
             credentialType: "SHARED_ACCOUNT_KEY"