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

acosentino pushed a commit to branch CAMEL-21179-azure-key-vault
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c388490e40e40a27af99e876f7e12c78e71ab2dd
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Sep 10 16:00:00 2024 +0200

    CAMEL-21179 - Secret Properties Functions: Supporting secret name 
containing "/" - Azure Key Vault
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc     | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
index 2dae5e2299e..fa99185a788 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc
@@ -57,6 +57,20 @@ to this
 
 You could find more details on CAMEL-21179 issue
 
+=== camel-azure-key-vault properties function
+
+The syntax for retrieving a single field of a secret has been changed.
+
+From this
+
+`{{azure:database/username}}`
+
+to this
+
+`{{azure:database#username}}`
+
+You could find more details on CAMEL-21179 issue
+
 === camel-test
 
 The `CamelTestSupport` class was modified so that the JUnit 5 extension code 
that was part of the class itself,

Reply via email to