Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FixupAPIVersions ¶
FixupAPIVersions inserts an apiVersion field into the ARM template for each resource (the field is missing from the internal Azure type).
func FixupDepends ¶
FixupDepends inserts a dependsOn field into the ARM template for each resource that needs it (the field is missing from the internal Azure type).
Types ¶
type Template ¶
type Template struct {
Schema string `json:"$schema,omitempty"`
ContentVersion string `json:"contentVersion,omitempty"`
Parameters struct{} `json:"parameters,omitempty"`
Variables struct{} `json:"variables,omitempty"`
Resources []interface{} `json:"resources,omitempty"`
Outputs struct{} `json:"outputs,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.