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 5ed8a4fbe1a5aeb44fff151535b841e3962bb657 Author: Andrea Cosentino <[email protected]> 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 <[email protected]> --- 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 5ca8164c..d622c3b5 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"
