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
commit b67ccaff0d3c103af5df84df60b5fcb081b429a2 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 3 11:56:08 2025 +0100 Kamelets Catalog - Make the description a one liner - Azure Storage Blob Changefeed Source Signed-off-by: Andrea Cosentino <[email protected]> --- .../ROOT/partials/azure-storage-blob-append-sink-description.adoc | 2 +- .../partials/azure-storage-blob-changefeed-source-description.adoc | 5 +++++ kamelets/azure-storage-blob-changefeed-source.kamelet.yaml | 3 +-- .../kamelets/azure-storage-blob-changefeed-source.kamelet.yaml | 3 +-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/partials/azure-storage-blob-append-sink-description.adoc b/docs/modules/ROOT/partials/azure-storage-blob-append-sink-description.adoc index 9362ac02..ed95ab8c 100644 --- a/docs/modules/ROOT/partials/azure-storage-blob-append-sink-description.adoc +++ b/docs/modules/ROOT/partials/azure-storage-blob-append-sink-description.adoc @@ -1,4 +1,4 @@ -== Azure Servicebus Sink Kamelet Description +== Azure Storage Blob Append Sink Kamelet Description === Authentication methods diff --git a/docs/modules/ROOT/partials/azure-storage-blob-changefeed-source-description.adoc b/docs/modules/ROOT/partials/azure-storage-blob-changefeed-source-description.adoc new file mode 100644 index 00000000..f6459380 --- /dev/null +++ b/docs/modules/ROOT/partials/azure-storage-blob-changefeed-source-description.adoc @@ -0,0 +1,5 @@ +== Azure Storage Blob Changefeed Source Kamelet Description + +=== Authentication methods + +In this Kamelet you have to use the shared account key of your Azure Storage Blob Container. diff --git a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml index f0176c49..7c0e0c3e 100644 --- a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml +++ b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml @@ -31,8 +31,7 @@ metadata: spec: definition: title: "Azure Storage Blob Changefeed Source" - description: |- - Consume events from an Azure Storage Blob change feed. + description: Consume events from an Azure Storage Blob change feed. required: - period - accountName 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 f0176c49..7c0e0c3e 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 @@ -31,8 +31,7 @@ metadata: spec: definition: title: "Azure Storage Blob Changefeed Source" - description: |- - Consume events from an Azure Storage Blob change feed. + description: Consume events from an Azure Storage Blob change feed. required: - period - accountName
