pulumi/pkg/codegen/testing/test/testdata/simple-enum-schema/go/plant
Zaid Ajaj 91bcce199a
Revert "[sdk-gen/go] Fix compiling plain element type with plain maps" (#15059)
Reverts pulumi/pulumi#14704 

Fixes #15023 because the PR above changed how object types are
referenced when they are plain. It seems that we only support _shallow_
plain types (only container of nested objects can be plain, not the
object itself) which is why we confused the previous diffs to be
correct.

This reverts the PR previous to fix the breaking change at hand but will
reopen #14662 and make sure the fix for it is to generate `ObjectType`
_and_ `ObjectTypeArgs` regardless of whether the location where the
object type is referenced in the schema.
2024-01-05 15:22:41 +00:00
..
internal Support returning plain values from methods (#13592) 2023-11-18 06:02:06 +00:00
tree/v1 [sdk-gen/go] Fix generated usage documentation for enum input types (#14739) 2023-12-12 17:52:25 +00:00
x Revert "[sdk-gen/go] Fix compiling plain element type with plain maps" (#15059) 2024-01-05 15:22:41 +00:00
doc.go codegen/go: Remove superfluous newline in doc.go 2022-11-30 14:17:13 +00:00
init.go Generate new tests 2023-06-14 09:34:49 -07:00
provider.go codegen/go: Implement pux.Input[T] for generated types (#13510) 2023-08-28 16:42:37 +00:00
pulumi-plugin.json Consistently set (or not) respectSchemaVersion 2023-03-26 15:56:35 +01:00
pulumiEnums.go [sdk-gen/go] Fix generated usage documentation for enum input types (#14739) 2023-12-12 17:52:25 +00:00
pulumiTypes.go codegen/go: Implement pux.Input[T] for generated types (#13510) 2023-08-28 16:42:37 +00:00