How to use the @azbake/core.IngredientManager.CreateIngredient function in @azbake/core

To help you get started, we’ve selected a few @azbake/core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github HomecareHomebase / azure-bake / system / src / ingredients / index.ts View on Github external
public static Build(name: string, ingredient: IIngredient, ctx: DeploymentContext) : BaseIngredient | null {

        return IngredientManager.CreateIngredient(ingredient.properties.type, name, ingredient, ctx)
    }
}

@azbake/core

core bake library to integrate 3rd party ingredients into the system

MIT
Latest version published 2 years ago

Package Health Score

45 / 100
Full package analysis

Similar packages