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 2023/02/07 12:44:41 UTC

[camel-kamelets] 01/02: Convert all the parameters with multiple possible values to enum - Azure Storage Blob Changefeed

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

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

commit 88b841a7ab83be01fe0b8bf85e64349ca5727f79
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 7 13:41:21 2023 +0100

    Convert all the parameters with multiple possible values to enum - Azure Storage Blob Changefeed
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/azure-storage-blob-changefeed-source.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
index 87e69b79..428ddfe6 100644
--- a/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
+++ b/kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
@@ -62,6 +62,7 @@ spec:
         description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
         type: string
         default: SHARED_ACCOUNT_KEY
+        enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
   dependencies:
     - "camel:azure-storage-blob"
     - "camel:kamelet"