mirror of https://github.com/pulumi/pulumi.git
fcbe3b1626
This PR adds case insensitive duplicate detection across resources and functions during schema binding. We do not expect this to break existing schemas, since no language backend (except Pulumi YAML) correctly handles this case. Fixes #17796 |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.