sparse-intern-71089
05/18/2021, 6:48 PMmysterious-lighter-33699
05/18/2021, 6:48 PMbored-oyster-3147
05/18/2021, 7:04 PMdesired_size
the name of the property in JSON (the @pulumi.getter
attribute) is specified as desiredSize
For instance I use the dotnet SDK which names properties on classes with pascal case. So if I were to provide DesiredSize
in your scenario it also wouldn't work for me, but here I can see that the name we converge on is desiredSize
on the Input
attribute
Of course I'm not saying whether or not that is desirable, you could open an issue if you want or maybe someone else can chime in - but AFAIK that is why it is the way it is so it probably isn't a bugmysterious-lighter-33699
05/18/2021, 7:13 PMbored-oyster-3147
05/18/2021, 7:15 PMmysterious-lighter-33699
05/18/2021, 7:27 PMmysterious-lighter-33699
05/18/2021, 7:27 PMmysterious-lighter-33699
05/18/2021, 7:29 PMbored-oyster-3147
05/18/2021, 7:30 PMdesiredSize
, regardless of that SDK's naming convention - which is what I was getting at. So it is being validated, but all SDKs are being validated to desiredSize
bored-oyster-3147
05/18/2021, 7:31 PM