Back to Pulumi

V3.16.0

changelog/v3.16.0.md

3.244.0643 B
Original Source

3.16.0 (2021-10-20)

Improvements

  • [codegen/dotnet] - Add helper function forms $fn.Invoke that accept Inputs, return an Output, 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.

    #7899

  • [auto/dotnet] - Add pulumi state delete and pulumi state unprotect functionality #8202