Update first-party Pulumi dependencies (#344)
This commit is contained in:
committed by
GitHub
parent
fe283da7bb
commit
9d00d64258
7
sdk/dotnet/Utilities.cs
generated
7
sdk/dotnet/Utilities.cs
generated
@@ -56,6 +56,13 @@ namespace Pulumi.DockerBuild
|
||||
return dst;
|
||||
}
|
||||
|
||||
public static global::Pulumi.InvokeOutputOptions WithDefaults(this global::Pulumi.InvokeOutputOptions? src)
|
||||
{
|
||||
var dst = src ?? new global::Pulumi.InvokeOutputOptions{};
|
||||
dst.Version = src?.Version ?? Version;
|
||||
return dst;
|
||||
}
|
||||
|
||||
private readonly static string version;
|
||||
public static string Version => version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user