This is an automated email from the ASF dual-hosted git repository. iuliana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
commit bedfd73166cb48e27575df2973929ccc47098653 Author: iuliana <[email protected]> AuthorDate: Wed May 11 14:05:06 2022 +0100 fix/dsl-mention --- 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
