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 ee3348888df6ae9b29973a76f9b3154a306aea80
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 12 13:57:35 2024 +0100

    Added Azure Files Sink Kamelet
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../src/main/resources/kamelets/azure-storage-files-sink.kamelet.yaml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-files-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/azure-storage-files-sink.kamelet.yaml
index 4aea5802..f86f13ec 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/azure-storage-files-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/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