Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support parameterized recipes #396

Closed
sebastienros opened this issue Dec 9, 2016 · 3 comments
Closed

Support parameterized recipes #396

sebastienros opened this issue Dec 9, 2016 · 3 comments
Assignees

Comments

@sebastienros
Copy link
Member

See https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-authoring-templates for an example. There are two important sections: parameters which describe the values that are expected, and how they should be provided (data type, validation, ...) and variables which are local expressions that can be reused in the json document.

A scenario would be to enhance the setup screen with these parameters, or to create recipes with dynamic logic like inject a guid automatically.

@sebastienros
Copy link
Member Author

I implemented a very temporary solution to unblock my requirement, see IRecipeInterpreter. But it's extensible so some of it would be reusable when we decide to implement it correctly.

@agriffard
Copy link
Member

Scipting modules and recipes implemented in #419.
Still needs documentation.

@sebastienros
Copy link
Member Author

Thanks for the reminder 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants