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

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

commit 19270379ab95326445ea6cc6b177f194287a50cd
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 12 13:14:54 2024 +0100

    Added Azure Files Source Kamelet
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 kamelets/azure-storage-files-source.kamelet.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kamelets/azure-storage-files-source.kamelet.yaml 
b/kamelets/azure-storage-files-source.kamelet.yaml
index 0aa028c0..5beaf9e1 100644
--- a/kamelets/azure-storage-files-source.kamelet.yaml
+++ b/kamelets/azure-storage-files-source.kamelet.yaml
@@ -48,8 +48,8 @@ spec:
         title: Share Name
         description: The Azure Storage File Share share name.
         type: string
-      accessKey:
-        title: Access Key
+      sharedKey:
+        title: Shared Access Key
         description: The Azure Storage Blob access key.
         type: string
         format: password
@@ -90,7 +90,7 @@ spec:
     from:
       uri: "azure-files:{{accountName}}/{{shareName}}/{{directoryName}}"
       parameters:
-        sharedKey: "{{?accessKey}}"
+        sharedKey: "{{?sharedKey}}"
         credentialType: "{{credentialType}}"
         delay: "{{delay}}"
         delete: "{{deleteAfterRead}}"

Reply via email to