pulumi/sdk/nodejs/runtime
Joe Duffy b33d4d762c
Skip reading unknown IDs (#1124)
This change skips unknown IDs during read operations.  This can happen
when a read is performed using the output property of another resource
during planning.  This is intentionally supported via ID being an
Input<ID> and all we need to do for this to work correctly is skip the
actual provider RPC and the runtime will propagate unknown outputs as
usual.
2018-04-07 07:52:10 -07:00
..
closure Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
native Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
config.ts Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
debuggable.ts Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
index.ts Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
invoke.ts Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
resource.ts Skip reading unknown IDs (#1124) 2018-04-07 07:52:10 -07:00
rpc.ts Add the ability to read an existing resource 2018-04-05 09:48:09 -07:00
settings.ts Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack.ts Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00