pulumi/tests/testdata/codegen/transpiled_examples/azure-app-service-pp/python
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
..
azure-app-service.py Fix apply in python (#16941) 2024-08-12 13:07:33 +00:00