pulumi/pkg/codegen/internal/test/testdata/external-resource-schema
Pat Gavlin 6a33b4b7ee
Distinguish between inputty and plain args types. (#6811)
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.
2021-04-19 16:40:39 -07:00
..
docs Distinguish between inputty and plain args types. (#6811) 2021-04-19 16:40:39 -07:00
dotnet [codegen/dotnet]: Fix bugs referencing external resources/types (#6182) 2021-01-26 11:02:34 -08:00
go [deps] Ensuring pulumi/pulumi pkg references pulumi sdk v3.0.0-beta.1 2021-04-14 19:32:18 +01:00
nodejs Fix inconsistent object type naming. (#6686) 2021-04-15 19:03:28 -07:00
python/pulumi_example Distinguish between inputty and plain args types. (#6811) 2021-04-19 16:40:39 -07:00
schema.json Option to generate container types resources now specified in GoPackageInfo 2021-01-20 11:29:01 -08:00