pulumi/tests/testdata/codegen/transpiled_examples
Julien ca60d337e2
Generate TypedDict input types by default (#16704)
With https://github.com/pulumi/pulumi/pull/15957 we introduced the
schema setting `Languages.Python.InputTypes` to optionally generate
TypedDict based input types side-by-side with Args classes. This setting
defaulted to `classes`, meaning that only Args classes are generated. To
enable the TypedDict types, SDK authors had to explicitly opt in by
setting it to `classes-and-dicts`.

We now flip this setting to generating TypedDict input types
side-by-side with the Args classes, unless explicitly disabled by
setting it to `classes`.

Fixes https://github.com/pulumi/pulumi/issues/16375
2024-07-23 11:26:54 +00:00
..
aws-eks-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
aws-static-website-pp Generate TypedDict input types by default (#16704) 2024-07-23 11:26:54 +00:00
awsx-fargate-pp Generate TypedDict input types by default (#16704) 2024-07-23 11:26:54 +00:00
azure-app-service-pp Generate TypedDict input types by default (#16704) 2024-07-23 11:26:54 +00:00
azure-container-apps-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
azure-static-website-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
cue-eks-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
cue-random-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
getting-started-pp Generate TypedDict input types by default (#16704) 2024-07-23 11:26:54 +00:00
kubernetes-pp Generate TypedDict input types by default (#16704) 2024-07-23 11:26:54 +00:00
pulumi-variable-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
random-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
readme-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
stackreference-consumer-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
stackreference-producer-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
webserver-json-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00
webserver-pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00