mirror of https://github.com/pulumi/pulumi.git
6a33b4b7ee
These changes fix a regression introduced by #6686 that caused the SDK code generators for .NET, Python, and Typescript to omit definitions for plain object types. This regression occurred because #6686 drew a clearer line between types used as resource arguments and types used as function arguments, but conflated "resource arguments" with "inputty types". This caused the code generators to generate inputty types for any types used as resource arguments, even those that are used for plainly-typed properties. Fixes #6796. |
||
---|---|---|
.. | ||
doc.go | ||
doc_test.go | ||
gen.go | ||
gen_intrinsics.go | ||
gen_program.go | ||
gen_program_expressions.go | ||
gen_program_test.go | ||
gen_test.go | ||
importer.go | ||
templates.go | ||
utilities.go | ||
utilities_test.go |