pulumi/tests/testdata/codegen/transpiled_examples/azure-app-service-pp
Fraser Waters 4c8ab47d80
Fix apply in python (#16941)
Noticed while working on another codegen related task. Python apply
calls weren't being generated correctly, they looked valid but they
didn't actually execute. They would fail with an error that the lambda
had been called without all required positional arguments.

This fixes it to use `all` in dictionary form and to index into the
dictionary in the lambda body.
2024-08-12 13:07:33 +00:00
..
nodejs [program-gen] Fix enum resolution from types of the form Union[string, Enum] and emit fully qualified enum cases (#15696) 2024-03-15 17:49:12 +00:00
python Fix apply in python (#16941) 2024-08-12 13:07:33 +00:00
azure-app-service.pp Move codegen testdata (#15549) 2024-03-06 20:36:50 +00:00