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 830dafcffe440de79ce3a37b0cc856727cc824b7
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Mar 9 13:13:47 2022 +0100

    Azure Servicebus Source Kamelet: add serviceBusReceiveMode option
---
 kamelets/azure-servicebus-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/azure-servicebus-source.kamelet.yaml 
b/kamelets/azure-servicebus-source.kamelet.yaml
index 257b298..aafaf72 100644
--- a/kamelets/azure-servicebus-source.kamelet.yaml
+++ b/kamelets/azure-servicebus-source.kamelet.yaml
@@ -50,7 +50,7 @@ spec:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
       serviceBusReceiveMode:
-        title: Servicebus Receive mode
+        title: Servicebus Receive Mode
         description: Sets the receive mode for the receiver, possible values 
are PEEK_LOCK and RECEIVE_AND_DELETE
         type: String
         default: PEEK_LOCK

Reply via email to