Skip to content

Commit 3565523

Browse files
authored
Merge pull request #96449 from puya-ms/patch-1
Update child-resource-name-type.md
2 parents 66dbc9d + 41c2951 commit 3565523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/child-resource-name-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following example shows the child resource outside of the parent resource. Y
9292
]
9393
```
9494

95-
When defined outside of the parent resource, you format the type and with slashes to include the parent type and name.
95+
When defined outside of the parent resource, you format the type and name values with slashes to include the parent type and name.
9696

9797
```json
9898
"type": "{resource-provider-namespace}/{parent-resource-type}/{child-resource-type}",

0 commit comments

Comments
 (0)