You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/13 09:35:09 UTC

(camel) 02/02: Camel-Azure components: Define a unique configuration for authentication - Azure CosmosDB - Migration docs

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

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

commit 60171fa494cc1cac730b747e3e129bd59d1341ea
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 13 10:34:36 2023 +0100

    Camel-Azure components: Define a unique configuration for authentication - Azure CosmosDB - Migration docs
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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 2e53cdc5e7f..136a310b11e 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
@@ -9,4 +9,9 @@ from both 4.0 to 4.1 and 4.1 to 4.2.
 === camel-core
 
 Removed the deprecated constructor from the internal class `org.apache.camel.util.StopWatch`. Users of this class are advised to
-use the default constructor if necessary.
\ No newline at end of file
+use the default constructor if necessary.
+
+=== camel-azure-cosmosdb
+
+The useDefaultIdentity parameter has been removed in favor of the credentialType parameter. Now user should select between SHARED_ACCOUNT_KEY and AZURE_IDENTITY.
+This is part of the effort explained in CAMEL-18590.