You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
Every properties from the current Concourse pipeline descriptor specification should be recognized by the extension.
Including old_name on resources (cf. doc) and load_var steps (cf doc).
Current Behavior (with v1.25.1)
If I try to specify an old_name on a resource, the extension marks it as an error : Unknown property 'old_name' for type 'Resource'(YamlSchemaProblem).
If I put a load_var step, I get the error Unknown property 'load_var' for type 'Step'(YamlSchemaProblem)
Expected Behavior
Every properties from the current Concourse pipeline descriptor specification should be recognized by the extension.
Including
old_name
on resources (cf. doc) andload_var
steps (cf doc).Current Behavior (with v1.25.1)
If I try to specify an
old_name
on a resource, the extension marks it as an error :Unknown property 'old_name' for type 'Resource'(YamlSchemaProblem)
.If I put a
load_var
step, I get the errorUnknown property 'load_var' for type 'Step'(YamlSchemaProblem)
Context
The text was updated successfully, but these errors were encountered: