mirror of https://github.com/pulumi/pulumi.git
ca60d337e2
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 |
||
---|---|---|
.. | ||
aws-eks-pp | ||
aws-static-website-pp | ||
awsx-fargate-pp | ||
azure-app-service-pp | ||
azure-container-apps-pp | ||
azure-static-website-pp | ||
cue-eks-pp | ||
cue-random-pp | ||
getting-started-pp | ||
kubernetes-pp | ||
pulumi-variable-pp | ||
random-pp | ||
readme-pp | ||
stackreference-consumer-pp | ||
stackreference-producer-pp | ||
webserver-json-pp | ||
webserver-pp |