pulumi/sdk/go/common
Pat Gavlin b1052008ff
[diff] Handle YAML maps with numeric keys. (#9503)
YAML supports mappings with arbitrarily-typed keys (unlike JSON, which
only supports string keys). These mappings decode into
`map[interface{}]interface{}` values, which are not supported by
`resource.NewPropertyValue`. These changes add a function to the display
logic that translates `map[interface{}]interface{}` values decoded from
YAML to `map[string]interface{}` values iff the keys are strings or
numeric values.

Fixes #9502.
2022-05-02 12:11:46 -07:00
..
apitype Revert "Strip Aliases from state (#9275)" (#9282) 2022-03-24 20:08:18 +01:00
constant expose execution kind via update metadata (#5258) 2020-08-31 09:07:59 -07:00
diag Ensure that FormatOptions.Color is set before use in diag.defaultSink (#9334) 2022-04-01 20:22:35 +01:00
encoding Improve error message and add test for #1440 (#8268) 2021-10-26 16:55:52 +01:00
resource [diff] Handle YAML maps with numeric keys. (#9503) 2022-05-02 12:11:46 -07:00
testing ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
tokens Update tokens.Name to match what's actually in the service (#9163) 2022-03-11 17:06:18 +00:00
tools Toward replacing MSBuild with make+bash on Windows (#8617) 2022-01-07 22:27:14 -05:00
util Move InstallDependencies to the language plugin (#9294) 2022-04-03 15:54:59 +01:00
version move pkg/version -> sdk/go/common/version 2020-03-18 15:25:25 -07:00
workspace Fix dynamic providers not on $PATH (#9396) 2022-04-14 12:35:12 +01:00