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

iuliana pushed a commit to branch fix/dsl-mention
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git

commit 7d85efa5948cbec38473245cca6f6f826c2a18ba
Author: iuliana <[email protected]>
AuthorDate: Wed May 11 14:05:06 2022 +0100

    Added mention that there are places where DSL expressions are not
    supported
---
 guide/blueprints/yaml-reference.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/guide/blueprints/yaml-reference.md 
b/guide/blueprints/yaml-reference.md
index ca4995a0..72a3e175 100644
--- a/guide/blueprints/yaml-reference.md
+++ b/guide/blueprints/yaml-reference.md
@@ -263,8 +263,9 @@ concise DSL defined here:
 
 <!-- TODO examples for object and entitySpec -->
 
-Parameters above can be supplied either as strings or as lists and maps in 
YAML, 
-and the `$brooklyn:` syntax can be used within those parameters.  
+Parameters above can be supplied either as strings or as lists and maps in 
YAML, and the `$brooklyn:` syntax can be used within those parameters.  
+
+**Note:** The DSL is always supported for the values of config keys on 
entities. The DSL is supported in many other places also, but not all, 
depending on how the value is used there. For instance some aspects of a 
location or initializer may need to be retrieved without an entity context and 
so do not support DSL.
 
 
 ## Some Powerful YAML Entities

Reply via email to