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

Description information not shown for any property name #13893

Open
slavizh opened this issue Apr 17, 2024 · 0 comments · May be fixed by #15990
Open

Description information not shown for any property name #13893

slavizh opened this issue Apr 17, 2024 · 0 comments · May be fixed by #15990
Labels
bug Something isn't working Quality Sprint: Yes

Comments

@slavizh
Copy link
Contributor

slavizh commented Apr 17, 2024

Bicep version
Bicep CLI version 0.26.170 (e9abaf1)

Describe the bug
Description information not shown for any property name

To Reproduce
Steps to reproduce the behavior:

type fooType = {
  @description('Description of foo')
  *: string
}
param foo fooType

using 'test.bicep'
param foo = {
  name: 'test1'
}

It is not shown in both bicep types and bicepparam files. It should show like any other parameters/properties in both.
image

image

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Quality Sprint: Yes
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

4 participants