Skip to content

Commit 0f12ee2

Browse files
authored
Merge pull request #113383 from tfitzmac/0430fix
fix header
2 parents 59380c3 + a76781c commit 0f12ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/templates/linked-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ To pass parameter values inline, use the **parameters** property.
364364

365365
You can't use both inline parameters and a link to a parameter file. The deployment fails with an error when both `parametersLink` and `parameters` are specified.
366366

367-
## `contentVersion`
367+
## contentVersion
368368

369369
You don't have to provide the `contentVersion` property for the `templateLink` or `parametersLink` property. If you don't provide a `contentVersion`, the current version of the template is deployed. If you provide a value for content version, it must match the version in the linked template; otherwise, the deployment fails with an error.
370370

0 commit comments

Comments
 (0)