across step var interpolation doesn't work with resource names
#6061
Replies: 2 comments 5 replies
-
|
@aoldershaw and I have been discussing this - the advent of build-local vars is revealing many places where we don't support interpolation. In the past it was only used for creds, and those only go in a few places, so those were all that we needed to support. Some things can't be interpolated at a fundamental level - |
Beta Was this translation helpful? Give feedback.
-
|
I tried to use across on a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying out the new
acrossstep for a pipeline, and found that references to resource names don't seem to support the variable interpolation.In this example, the task parameters work as expected, but the
input_mappingblock does not.I also found that
getandputresource names are not interpolated with these variables, but that was easier to work around. Is there a way around this limitation that I'm not thinking of?This may be expected behavior for this release of the feature. In that case, it would be really helpful to have resource names supported, as
acrossworks its way to GA.Beta Was this translation helpful? Give feedback.
All reactions