pulumi/sdk/python/lib
Sean Gillespie e0b516d0cc
Fix an issue with empty ID for CustomResource (#2449)
* Fix an issue with empty ID for CustomResource

The Python runtime was checking the ID field it receives from the engine
against None, assuming that the engine would not set the ID field if one
was not present. However, it does set the ID field; it is set to the
empty string when an ID is not known.

This commit fixes an issue that can cause certain IDs to be erroneously
considered to be known during previews, which can cause problems during
the Check phase of resources that directly reference IDs of other
resources.

* Add CHANGELOG
2019-02-15 09:55:19 -08:00
..
pulumi Fix an issue with empty ID for CustomResource (#2449) 2019-02-15 09:55:19 -08:00
test Fix an issue with empty ID for CustomResource (#2449) 2019-02-15 09:55:19 -08:00
MANIFEST.in Include README in pypi package 2018-07-13 18:19:42 -07:00
setup.py Remove dependency on Six (#2372) 2019-01-18 13:59:37 -08:00