Justin Van Patten
Justin Van Patten
I suspect this should be a relatively easy to fix. We already made the changes in the Node.js SDK to avoid the global state issue for Automation API, we just...
Thanks for opening this request, @aucampia, and sorry for the trouble. @Frassle, any suggestions on how to work around this in the meantime?
Hi @kindy, sorry for the trouble and long delay getting back to you! Thanks for your patience. When you read the config into your program with `cfg.RequireObject`, the values will...
The config value will be stored encrypted as a secret. But when you read it into the program, it's on you to ensure it's read-in as a secret via `RequireSecretObject`...
Docs updates are in-progress at https://github.com/pulumi/docs/pull/11851. It's on my list to mention this.
Hi @rtrindvg, sorry for the delay! Haven't had a chance to dig into the discrepancy here yet, but I'm curious if you saw https://github.com/pulumi/pulumi-docker/issues/424#issuecomment-2077894259 and if you'd get better output...
In addition to the schema + codegen changes, fully supporting this requires updates to the state and wire protocols, which currently encodes numbers as floats (like JSON). Integer support today...
@mrlnstpn, looks like you're requesting a feature for Azure Native? I'll go ahead and move this issue to that repro and someone will take a look soon.
This looks specific to Azure Native, so moving to the appropriate repo and someone will take a look soon.
Glad you found a workaround. Since this looks specific to Azure Native, I'll move the issue to that repo.