pulumi/CHANGELOG_PENDING.md
Anton Tayanovskyy 4380a63ad9
Implement 5758 {fn}_output codgen for Python (#7825)
* Implement 5758 {fn}_output codgen for Python

* Fix lint issues

* Accept codegen changes in expected examples

* Test and fix positional arg handling

* Add parameter descriptions to illustrate docstring codegen

* Generate docstrings

* Accept doc changes in expected go codegen file

* Use platform-agnostic API to drive Python tests
2021-08-30 16:52:58 -04:00

498 B

Improvements

  • [build] - make lint returns an accurate status code #7844

  • [codegen/python] - Add helper function forms $fn_output that accept Inputs, return an Output, and wrap the underlying $fn call. This change addreses #5758 for Python, making it easier to compose functions/datasources with Pulumi resources. #7784

Bug Fixes