pulumi/sdk/python/lib
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
..
pulumi Omit unknowns in resources in stack outputs during preview. (#3427) 2019-10-30 11:36:03 -07:00
test Update python FileAsset to accept os.PathLike in addition to str. (#3368) 2019-10-18 14:31:59 -07:00
setup.py Remove the need for pandoc during the build 2019-09-09 11:15:42 -07:00