pulumi/sdk/python/lib/pulumi
Pat Gavlin c383810bf8
Omit unknowns in resources in stack outputs during preview. (#3427)
If a stack output includes a `Resource`, we will as of a recent change
always show the output diff, but this diff will potentially include
unknowns, leading to spurious output like:

```
+ namePrefix : output<string>
```

These changes supress these diffs by adding a special key to the POJO
we generate for resources *during preview only* that indicates that the
POJO represents a Pulumi resource, then stripping all adds of unknown
values from diffs for objects marked with that key.

Fixes #3314.
2019-10-30 11:36:03 -07:00
..
dynamic Revert "Propagate inputs to outputs during preview. (#3245)" (#3324) 2019-10-10 10:33:05 -07:00
runtime Omit unknowns in resources in stack outputs during preview. (#3427) 2019-10-30 11:36:03 -07:00
__init__.py Add Python resource transformations support (#3319) 2019-10-14 19:35:00 -05:00
asset.py Update python FileAsset to accept os.PathLike in addition to str. (#3368) 2019-10-18 14:31:59 -07:00
config.py Fixes python get_secret always returning None (#3022) 2019-08-02 09:59:51 -07:00
errors.py Python Dynamic Providers (#2900) 2019-07-19 10:18:25 -07:00
invoke.py Plumb provider version through language hosts to engine (#2656) 2019-04-23 11:02:51 -07:00
log.py Clean up documentation for Python SDK (#2398) 2019-01-31 10:36:03 -08:00
metadata.py Clean up documentation for Python SDK (#2398) 2019-01-31 10:36:03 -08:00
output.py Revert "Propagate inputs to outputs during preview. (#3245)" (#3324) 2019-10-10 10:33:05 -07:00
resource.py Add Python resource transformations support (#3319) 2019-10-14 19:35:00 -05:00
stack_reference.py Respond to PR feedback 2019-08-15 12:42:51 -07:00