pulumi/sdk
Sean Gillespie c1582264e1
Fix, formalize and add tests for property rewrites (#2187)
* Fix, formalize and add tests for property rewrites

The Python SDK provides two hooks for resources to override how their
properties are communicated to and from the engine. The code that
performs this transformation is subtle and, before this commit, subtly
incorrect.

This commit adds a test that verifies that the SDK correctly transforms
properties recursively according to the two transformation hooks, while
also fixing a smattering of test issues encountered when adding the new
test.

* CR feedback
2018-11-12 09:26:31 -08:00
..
go Use Infof instead of Infoln when we have format strings 2018-11-08 14:11:52 -08:00
nodejs Merge pull request #2164 from pulumi/ellismg/update-tools 2018-11-10 17:32:14 -08:00
proto Fix, formalize and add tests for property rewrites (#2187) 2018-11-12 09:26:31 -08:00
python Fix, formalize and add tests for property rewrites (#2187) 2018-11-12 09:26:31 -08:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.