@description should not be suggested or allowed on metadata
Open
good first issue
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 81
Description
1) The following should give an error because @description has no effect on the generated template:
```bicep
@description('description')
metadata foo = 'foo'
```
2) The following should not suggest adding @description:
Contributor guide
Assessment
This issue has not been assessed yet.