LinkedTemplateArtifact interface
Represents a Template Spec artifact containing an embedded Azure Resource Manager template for use as a linked template.
Properties
path | A filesystem safe relative path of the artifact. |
template | The Azure Resource Manager template. |
Property Details
path
A filesystem safe relative path of the artifact.
path: string
Property Value
string
template
The Azure Resource Manager template.
template: Record<string, unknown>
Property Value
Record<string, unknown>