mirror of https://github.com/pulumi/pulumi.git
637 B
637 B
Improvements
-
[codegen/dotnet] - Add helper function forms
$fn.Invoke
that acceptInput
s, return anOutput
, and wrap the underlying$fn.InvokeAsync
call. This change addreses #5758 for .NET, making it easier to compose functions/datasources with Pulumi resources. NOTE for resource providers: the generated code requires Pulumi .NET SDK 3.15 or higher. -
[auto/dotnet] - Add
pulumi state delete
andpulumi state unprotect
functionality #8202