Azure / Azure/bicep

@description should not be suggested or allowed on metadata

Open
#10,714 1 comment 1 reaction 1 assignee Assigned to @Copilot View on GitHub
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:
image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.