Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConversionResult ¶
type ConversionResult struct {
TypesContent string
IndexContent string
DocumentationContent string
}
ConversionResult represents the output of converting a manifest to Bicep types
func Convert ¶
func Convert(provider *manifest.ResourceProvider) (*ConversionResult, error)
Convert transforms a ResourceProvider manifest into Bicep extension files. This function guarantees deterministic output by sorting resource type and API version keys before processing. This is important to make sure CI checks are reliable and the generated files are always the same every time.
Click to show internal directories.
Click to hide internal directories.