Skip to content

Commit ab02ee3

Browse files
Update linter-rule-use-parent-property.md
Removed paragraph as the information provided is the same as given in the following paragraph.
1 parent 5b8b40f commit ab02ee3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/azure-resource-manager/bicep/linter-rule-use-parent-property.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ ms.date: 01/30/2023
77

88
# Linter rule - use parent property
99

10-
When defined outside of the parent resource, you format name of the child resource with slashes to include the parent name. Setting the full resource name isn't the recommended approach. The syntax can be simplified by using the `parent` property. For more information, see [Full resource name outside parent](./child-resource-name-type.md#full-resource-name-outside-parent).
11-
1210
When defined outside of the parent resource, you use slashes to include the parent name in the name of the child resource. Setting the full resource name with parent resource name is not recommended. The `parent` property can be used to simplify the syntax. See [Full resource name outside parent](./child-resource-name-type.md#full-resource-name-outside-parent).
1311

1412
## Linter rule code

0 commit comments

Comments
 (0)