pulumi/sdk
Justin Van Patten dab47e9b40
[sdk/dotnet] RegisterResourceOutputs: Check for resource ref support (#6172)
.NET's implementation of RegisterResourceOutputs was always serializing resources as resource references, regardless of the monitor's reported support. This change fixes .NET to check if the monitor supports resource references, which is consistent with all the other languages, and with serialization code elsewhere in the .NET SDK.
2021-01-21 17:04:21 -08:00
..
dotnet [sdk/dotnet] RegisterResourceOutputs: Check for resource ref support (#6172) 2021-01-21 17:04:21 -08:00
go Fix malformed resource value bug (#6164) 2021-01-21 16:40:27 -07:00
nodejs Add the ability to pulumi.unsecret an existing output (#6086) 2021-01-14 20:36:52 +00:00
proto Add support for serialized resource references. (#5041) 2020-10-27 10:12:12 -07:00
python Test fixes for other languages due to change in schema. 2021-01-20 11:29:01 -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/.