Skip to content

Commit

Permalink
Convert all the parameters with multiple possible values to enum - Az…
Browse files Browse the repository at this point in the history
…ure Storage Blob Source

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Feb 7, 2023
1 parent 3c6f87b commit 49cf730
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ spec:
- urn:camel:group:credentials
credentialType:
title: Credential Type
description: Determines the credential strategy to adopt. Possible values are SHARED_ACCOUNT_KEY, SHARED_KEY_CREDENTIAL and AZURE_IDENTITY
description: Determines the credential strategy to adopt.
type: string
default: SHARED_ACCOUNT_KEY
enum: ["SHARED_ACCOUNT_KEY", "SHARED_KEY_CREDENTIAL", "AZURE_IDENTITY"]
delay:
title: Delay
description: The number of milliseconds before the next poll of the selected blob.
Expand Down

0 comments on commit 49cf730

Please sign in to comment.