Skip to content

Replace deny_unknown_fields with warn and ignore logic #1221

@andyleejordan

Description

@andyleejordan

Just a heads up that as noted in the PR, Bicep has and will likely continue to add new fields (especially when using experimental features) and since we're setting #[serde(deny_unknown_fields)] we're allowing that to break us rather than warn us. I highly recommend we switch from that to an ignore and warn approach instead. /cc @michaeltlombardi

Originally posted by @andyleejordan in #1210 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions