converter

package
v0.59.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL