pulumi/sdk
Sean Gillespie a3c64ed19a
Fix a Python issue when previewing providers (#2342)
When previewing a real first-class provider, it is often the case that
the provider's ID is unknown during a preview. This commit fixes a bug
where we did not translate an unknown ID into the rpc layer's sentinel
UNKNOWN value where we should have, which caused the engine to fail to
resolve the provider reference.
2019-01-10 13:14:59 -08:00
..
go Use Infof instead of Infoln when we have format strings 2018-11-08 14:11:52 -08:00
nodejs Fix error codes for early exceptions (#2337) 2019-01-07 09:59:29 -08:00
proto Fix, formalize and add tests for property rewrites (#2187) 2018-11-12 09:26:31 -08:00
python Fix a Python issue when previewing providers (#2342) 2019-01-10 13:14:59 -08: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/.