pulumi/pkg/codegen/testing/test/testdata/functions-secrets/nodejs/scripts
Justin Van Patten 94fef806d2 [codegen/dotnet] Fix codegen for functions with secret parameters
The non-`Output<T>` returning functions take parameters as plain values, which cannot be made secrets. Before this change, .NET codegen was trying to convert the inputs into secrets, but this would error during compilation because the plain types are not `Input<T>`.
2022-09-23 13:47:15 -07:00
..
install-pulumi-plugin.js [codegen/dotnet] Fix codegen for functions with secret parameters 2022-09-23 13:47:15 -07:00