Joe Duffy
Joe Duffy
In fact, isn't that actually what Node.js is doing? Not truly returning an `undefined`, since I can keep dotting into it without getting any errors?
I guess, for my specific scenario, I'm not following entirely why there has to be a behavioral difference here. Sorry for being slow -- as I'm not following the Azure...
Another repro, fwiw: ``` import pulumi from pulumi_gcp import compute # Declare shared disk / NIC settings. boot_disk = compute.InstanceBootDiskArgs( initialize_params=compute.InstanceBootDiskInitializeParamsArgs( image='debian-cloud/debian-9' ) ) nic = compute.InstanceNetworkInterfaceArgs( network='default' ) #...
I'll admit, I've never truly understood what pulumi/pulumi-azure#192 has to do with this, especially as that's a bug in the Azure repo and this seems like a much more widespread...
> It does feel strange to try to change the meaning of [] and . in Python during previews when operating on known values though... They aren't known values, though....
Can we create an issue in pulumi/pulumi that describes the problem succinctly? I honestly can't follow what's going on in pulumi/pulumi-azure#192. The issue described is something specific to Azure and...