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

Variable only templates reporting missing property "stages" #530

Open
DigiBanks99 opened this issue Jun 26, 2023 · 2 comments
Open

Variable only templates reporting missing property "stages" #530

DigiBanks99 opened this issue Jun 26, 2023 · 2 comments
Labels
accurate-yaml-validation Fidelity of matching YAML features Area: VsCodeExtension bug Something isn't working

Comments

@DigiBanks99
Copy link

If I use a variable-only template, I get a warning saying Missing property "stages". An example of a variable only template that produces this result:

variables:
  - group: 'my-variable-group'
  - name: 'myVariable'
    value: 'InitialValue'
``

Extensions version: `v1.208.0`
@DigiBanks99 DigiBanks99 changed the title Variable only templates reporting missing property "stages Variable only templates reporting missing property "stages" Jun 26, 2023
@jfranki
Copy link

jfranki commented Oct 30, 2024

I have this issue too. Extension version v1.247.2.

A more simple example:

variables:
  - name: dotnetSdkVersion
    value: 8.x

@winstliu winstliu added bug Something isn't working accurate-yaml-validation Fidelity of matching YAML features labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accurate-yaml-validation Fidelity of matching YAML features Area: VsCodeExtension bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants