mirror of https://github.com/pulumi/pulumi.git
a2c30f75ed
Before the changes in #1414, all output properties were guaranteed to have values after deserialization. After #1414, any properties with no value were no longer resolved, which was treated as an error. These changes resolve all missing proprties to `undefined`. If a property is missing during an update, its `undefined` value is marked as known. |
||
---|---|---|
.. | ||
000.empty | ||
001.one_resource | ||
002.ten_resources | ||
003.one_complex_resource | ||
004.ten_complex_resources | ||
005.resource_thens | ||
006.asset | ||
007.promises_io | ||
008.ten_depends_on_resources | ||
009.invoke | ||
010.runtime_settings | ||
011.unhandled_error | ||
012.assets_archive | ||
013.unhandled_promise_rejection | ||
014.read_resource | ||
015.runtime_sxs | ||
016.promise_leak |