Skip to content

Commit 1d8ce74

Browse files
author
Paige
committed
[#172489607]Edit description of keys for product version property
1 parent b1d1626 commit 1d8ce74

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

property-template-references.html.md.erb

+8-3
Original file line numberDiff line numberDiff line change
@@ -445,11 +445,14 @@ A list of tile dependencies. If the required tile is not present in the <%= vars
445445
Supported restriction operators are `=`, `!=`, `>`, `<`, `>=`, `<=`, and `~>`.
446446

447447
The following keys are supported:
448+
448449
- `name`: The name of the tile required by your tile. This is a required key.
449450
- `version`: The version range required by your tile. This is a required key.
450-
- `optional`: Whether or not this dependency is optional. This is an optional key which defaults to *false*.
451-
452-
<p class="note warning"><strong>Warning:</strong> The <code>optional</code> key was introduced in Ops Manager 2.8. It will be ignored in earlier versions, causing your declared dependency to be non-optional.</p>
451+
- `optional`: Whether or not this dependency is optional. This is an optional key that defaults to false.
452+
<p class="note warning"><strong>Warning:</strong> The <code>optional</code> key was introduced in Ops Manager v2.8.
453+
It is ignored in earlier versions.
454+
This means that declared dependencies are required in Ops Manager v2.7 and earlier.
455+
</p>
453456

454457
For example:
455458

@@ -462,6 +465,8 @@ For example:
462465
optional: true
463466
```
464467

468+
For more information about required and optional dependencies, see [Dependencies](tile-structure.html#dependencies) in _How Tiles Work_.
469+
465470
### <a id='top-release'></a> releases
466471

467472
* **Format:** Array of hashes

0 commit comments

Comments
 (0)