Skip to content

Commit d273c3f

Browse files
committed
update
1 parent 9d59df8 commit d273c3f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

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

1010
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).
1111

12+
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).
13+
1214
## Linter rule code
1315

1416
Use the following value in the [Bicep configuration file](bicep-config-linter.md) to customize rule settings:

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460
href: linter-rule-explicit-values-for-loc-params.md
461461
- name: Use parent property
462462
displayName: linter
463-
href: linter-rule-use-parent-property
463+
href: linter-rule-use-parent-property.md
464464
- name: use recent API versions
465465
displayName: linter
466466
href: linter-rule-use-recent-api-versions.md

0 commit comments

Comments
 (0)