pulumi/sdk
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
..
dotnet Remove .NET examples (#3419) 2019-10-30 08:16:06 +01:00
go Add publishing to nuget support (#3416) 2019-10-29 20:14:49 -07:00
nodejs Omit unknowns in resources in stack outputs during preview. (#3427) 2019-10-30 11:36:03 -07:00
proto Add support for aggregate resource analysis (#3366) 2019-10-25 08:29:02 -07:00
python Omit unknowns in resources in stack outputs during preview. (#3427) 2019-10-30 11:36:03 -07: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/.