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

Custom expression/function in Yaml #601

Closed
FreesonM3as opened this issue Sep 14, 2023 · 1 comment
Closed

Custom expression/function in Yaml #601

FreesonM3as opened this issue Sep 14, 2023 · 1 comment
Labels
Area: Yaml enhancement New feature or request

Comments

@FreesonM3as
Copy link

Hope to be able to provide a custom function in yaml by a Azure DevOps Extension contribution point.
For example:

- template: sometemplate.yaml
  parameters:
     parameterContext: ${{ merge(parameters.parameterContext, convertFromJson('{"dryRun":true}') ) }}

where merge and convertFromJson are custom functions.

@FreesonM3as FreesonM3as changed the title Customize expression/function in Yaml Custom expression/function in Yaml Sep 14, 2023
@aleksandrlevochkin aleksandrlevochkin added enhancement New feature or request and removed triage labels Sep 25, 2023
@max-zaytsev
Copy link
Contributor

Please post your suggestion on the Developer Community to get the right eyes on it, since this repo is mostly for questions about templates located in this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Yaml enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants