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
Given the below example foder/file structure it should be possible to do a repro.
The files are typed mostly out of memory, so there might be small typos, please excuse me for that. But the pipeline runs completely fine in Azure DevOps, so it got me triggered to file an issue here.
Couldn't read template ../../infra/tenants//subs///variables.yaml resolved to infra/tenants/subs/variables.yaml (self)
Seems like this is the issue:
Calculating the path is missing the access to the parameters, so it replaces them with empty string
Further, the path treats // or /// as a single /
This does work in real life, so it's a false negative
The text was updated successfully, but these errors were encountered:
You might need to provide more context, the minimal example works on my end (syntax errors removed, but not far away from your post)
I have attached it here for reference: test.zip
Using [ { name: a, subs: [{ name: a }] } ] as input if the extension asks about the required parameter
Given the below example foder/file structure it should be possible to do a repro.
The files are typed mostly out of memory, so there might be small typos, please excuse me for that. But the pipeline runs completely fine in Azure DevOps, so it got me triggered to file an issue here.
filesystem/repo:
azure-pipeline.yml:
stage.yml:
variables.yml:
Validation outcome:
Seems like this is the issue:
Calculating the path is missing the access to the parameters, so it replaces them with empty string
Further, the path treats
//
or///
as a single/
This does work in real life, so it's a false negative
The text was updated successfully, but these errors were encountered: