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

acosentino pushed a commit to branch CAMEL-18590-servicebus
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 263f19b76f73b506648b200761a94d1c2b0606ab
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Dec 14 14:35:34 2023 +0100

    CAMEL-18590 - Camel-Azure components: Define a unique configuration for 
authentication - Azure Servicebus - Migration Docs
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc            | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
index ed29cc15f57..e9d33a5b449 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
@@ -23,3 +23,11 @@ With the CONNECTION_STRING mode the user could explicitly 
set the connectionStri
 With the TOKEN_CREDENTIAL mode the user could pass a TokenCredential instance.
 With the AZURE_IDENTITY mode the user will be able to use the Default Azure 
Credentials Chain.
 This is part of the effort explained in CAMEL-18590.
+
+=== camel-azure-servicebus
+
+The credentialType parameter has been introduced with three possible values: 
AZURE_IDENTITY, CONNECTION_STRING and TOKEN_CREDENTIAL.
+With the CONNECTION_STRING mode the user could explicitly set the 
connectionString parameter.
+With the TOKEN_CREDENTIAL mode the user could pass a TokenCredential instance.
+With the AZURE_IDENTITY mode the user will be able to use the Default Azure 
Credentials Chain.
+This is part of the effort explained in CAMEL-18590.

Reply via email to