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

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

commit e8b964ca5a69a95ac3a84ef15a3bc0259afbe209
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 12 13:57:02 2024 +0100

    Added Azure Files Sink Kamelet
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 docs/modules/ROOT/nav.adoc                     | 1 +
 kamelets/azure-storage-files-sink.kamelet.yaml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 7f27d8d8..bf0466ef 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -42,6 +42,7 @@
 * xref:azure-storage-blob-source.adoc[]
 * xref:azure-storage-datalake-sink.adoc[]
 * xref:azure-storage-datalake-source.adoc[]
+* xref:azure-storage-files-sink.adoc[]
 * xref:azure-storage-files-source.adoc[]
 * xref:azure-storage-queue-sink.adoc[]
 * xref:azure-storage-queue-source.adoc[]
diff --git a/kamelets/azure-storage-files-sink.kamelet.yaml 
b/kamelets/azure-storage-files-sink.kamelet.yaml
index 4aea5802..f86f13ec 100644
--- a/kamelets/azure-storage-files-sink.kamelet.yaml
+++ b/kamelets/azure-storage-files-sink.kamelet.yaml
@@ -37,7 +37,7 @@ spec:
       In the header, you can set the `file` / `ce-file` property to specify 
the filename to upload. If you do set property in the header, the Kamelet uses 
the exchange ID as filename.
     required:
       - accountName
-      - containerName
+      - shareName
     type: object
     properties:
       accountName:

Reply via email to