pulumi/sdk
Pat Gavlin edc978d47c Improve resource ref unit tests.
- Add component ref coverage to the existing test
- Add coverage for a downlevel SDK communicating with an engine that
  supports resource refs
- Add coverage for a downlevel engine communicating with an SDK that
  supports resource refs

As part of improving coverage, these changes add a knob to explicitly
disable resource refs in the engine without the use of the environment
variable. The environment variable is now only read by the CLI.

Contributes to #5943.
2020-12-15 22:30:49 -08:00
..
dotnet Extensions to support input collection initializers with union types (#5938) 2020-12-14 20:33:53 +01:00
go Improve resource ref unit tests. 2020-12-15 22:30:49 -08:00
nodejs Enable resource reference feature by default (#5905) 2020-12-10 11:21:05 -07:00
proto Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
python [sdk/python] Implement getResource in the mock monitor (#5919) 2020-12-10 15:23:00 -08:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Add a python shim script to work around https://github.com/golang/go/issues/42919 2020-12-07 14:17:45 -08:00
go.sum Add a python shim script to work around https://github.com/golang/go/issues/42919 2020-12-07 14:17:45 -08: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/.