mirror of https://github.com/pulumi/pulumi.git
786 B
786 B
Improvements
-
[sdk/dotnet] - Add
PluginDownloadURL
as a resource option. When provided by the schema,PluginDownloadURL
will be baked intonew Resource
andInvoke
requests in generated SDKs. #8739 -
[sdk] - Allow property paths to accept
[*]
as sugar for["*"]
. #8743 -
[sdk/dotnet] Add
Union.Bimap
function for converting both sides of a union at once. #8733