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.git

commit d1530a907a9d66b343ce82e02abf817bc192876f
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Dec 24 15:19:49 2021 +0100

    CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax
---
 .../resources/org/apache/camel/catalog/components/azure-servicebus.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
index 839c424..578ceb0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/azure-servicebus.json
@@ -14,7 +14,7 @@
     "version": "3.15.0-SNAPSHOT",
     "scheme": "azure-servicebus",
     "extendsScheme": "",
-    "syntax": "azure-servicebus:queueNameOrTopicName",
+    "syntax": "azure-servicebus:topicOrQueueName",
     "async": false,
     "api": false,
     "consumerOnly": false,

Reply via email to