You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/24 14:20:24 UTC

[camel] 02/02: CAMEL-17372: Fixed camel-azure-servicebus wrong uri syntax

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit d1530a907a9d66b343ce82e02abf817bc192876f
Author: Claus Ibsen <cl...@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,