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 2024/03/25 08:44:56 UTC

(camel-kamelets) branch main updated: Fixes Azure Storage Queue types (#1963)

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


The following commit(s) were added to refs/heads/main by this push:
     new a1dcc81f Fixes Azure Storage Queue types (#1963)
a1dcc81f is described below

commit a1dcc81f8a0cba92527d2d75d0ab3dd3f0e076ee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 25 09:44:52 2024 +0100

    Fixes Azure Storage Queue types (#1963)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/azure-storage-queue-source.kamelet.yaml                        | 2 +-
 .../src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/azure-storage-queue-source.kamelet.yaml b/kamelets/azure-storage-queue-source.kamelet.yaml
index 340669ca..56ccfc5d 100644
--- a/kamelets/azure-storage-queue-source.kamelet.yaml
+++ b/kamelets/azure-storage-queue-source.kamelet.yaml
@@ -99,7 +99,7 @@ spec:
           description: The number of times the message has been dequeued
           type: long
       types:
-        binary:
+        text:
           format: "text-plain"
           description: Default text representation of the Message dequeued from the queue.
           mediaType: text/plain
diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml
index 340669ca..56ccfc5d 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-queue-source.kamelet.yaml
@@ -99,7 +99,7 @@ spec:
           description: The number of times the message has been dequeued
           type: long
       types:
-        binary:
+        text:
           format: "text-plain"
           description: Default text representation of the Message dequeued from the queue.
           mediaType: text/plain