Skip to content

Commit 8dc7b55

Browse files
authored
Merge pull request #107696 from tejas-nagchandi/patch-2
Update linter-rule-use-parent-property.md
2 parents af7a7ec + ab02ee3 commit 8dc7b55

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
@@ -8,8 +8,6 @@ ms.date: 01/30/2023
88

99
# Linter rule - use parent property
1010

11-
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).
12-
1311
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).
1412

1513
## Linter rule code

0 commit comments

Comments
 (0)