Script action environment output regexp is too strict and do not support whitespaces #12102
Labels
feature-request
The issue is a feature request
investigating
needs attention
This issue needs the attention of a contributor.
TA:E2E
Team Area: E2E
Describe the bug
Regular expression to parse teamsfx environment variables from script output is too strict and do not allow whitespaces or ' and "
Was introduced in #8811
To Reproduce
Steps to reproduce the behavior:
Run provisioning using the following yml file
Current behavior
Action script in lifecycle provision succeeded with output {"Test0":"multi","Test1":"multi","Test2":"multi+word+variable"}
Expected behavior
Test0 and Test1 variables in the output should both be "multi word variable"
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: