Justin Van Patten

Results 166 comments of Justin Van Patten

@lbargery, just to clarify, are you importing an existing elastic pool into Pulumi, or creating a new elastic pool? If the latter, can `MaxSizeGb` be used?

The typical way to handle this is to use [`Apply`](https://www.pulumi.com/docs/intro/concepts/programming-model/#apply) on the `Output` and call `GetFunctionAppHostKeys` inside the `Apply`, where the value will be a `string`.

> I do want to try out the change with `@pulumi/policy` (I can do it) Ran the tests locally with these changes and the tests all pass 👍

@rshade, Would it be possible for the customer to temporarily modify their `Pulumi.yaml` file to specify the `--trace-warnings` node arg, which will tell node to print stack traces of where...

@maxemann96, The warning you are getting is happening when we add a `process.on("exit")` listener inside `@pulumi/pulumi`. Currently, there are four places in `@pulumi/pulumi` where we add `process.on("exit")` listeners, which counts...

One other thought I will throw into the mix. Are we set on using JSON Patch? Chris also experimented with the equivalent of adding newlines to the checkpoint and doing...

> this is actually generating CustomResources, and then just forwarding them onto the k8s provider Yes. This has always bugged me about crd2pulumi. One way we could address this is...