'metadata' top-level property rejected on resources
Open
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 21m
- Merged PRs (30d)
- 79
Description
Currently 'metadata' is a supported property in ARM templates for storing customer metadata of any type (it's effectively ignored by ARM). In Bicep, specifying metadata in the top-level resource results in a rejection:
`Error BCP037: The property 'metadata' is not allowed on objects of type 'Microsoft.Storage/storageAccounts@2019-04-01'.`
Contributor guide
Assessment
This issue has not been assessed yet.