Update pulumi to v3.145.0 #221
Annotations
19 errors and 2 warnings
Unexpected file modified:
sdk/nodejs/remote/chmod.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface ChmodArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.ChmodOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.ChmodOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.ChmodOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.ChmodOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface ChmodArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.ChmodOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.ChmodOptsArgs;
}
|
Unexpected file modified:
sdk/nodejs/remote/curl.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface CurlArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.CurlOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.CurlOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.CurlOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.CurlOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface CurlArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.CurlOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.CurlOptsArgs;
}
|
Unexpected file modified:
sdk/nodejs/remote/etcdctl.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface EtcdctlArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.EtcdctlOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.EtcdctlOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.EtcdctlOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.EtcdctlOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface EtcdctlArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.EtcdctlOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.EtcdctlOptsArgs;
}
|
Unexpected file modified:
sdk/nodejs/remote/hostnamectl.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface HostnamectlArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.HostnamectlOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.HostnamectlOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.HostnamectlOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.HostnamectlOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface HostnamectlArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.HostnamectlOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.HostnamectlOptsArgs;
}
|
Unexpected file modified:
sdk/nodejs/remote/mkdir.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface MkdirArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.MkdirOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.MkdirOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.MkdirOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.MkdirOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface MkdirArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.MkdirOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.MkdirOptsArgs;
}
|
Unexpected file modified:
sdk/nodejs/remote/mktemp.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface MktempArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.MktempOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.MktempOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.MktempOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.MktempOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface MktempArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.MktempOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.MktempOptsArgs;
}
|
Unexpected file modified:
sdk/nodejs/remote/mv.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface MvArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.MvOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.MvOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.MvOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.MvOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface MvArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.MvOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.MvOptsArgs;
}
|
Unexpected file modified:
sdk/nodejs/remote/rm.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface RmArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.RmOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.RmOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.RmOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.RmOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface RmArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.RmOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.RmOptsArgs;
}
|
Unexpected file modified:
sdk/nodejs/remote/sed.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface SedArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.SedOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.SedOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.SedOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.SedOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface SedArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.SedOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.SedOptsArgs;
}
|
Unexpected file modified:
sdk/nodejs/remote/systemctl.ts#L1
File modified:
@@ -135,13 +135,13 @@ export interface SystemctlArgs {
/**
* The command to run on create.
*/
- create?: pulumi.Input<string> | pulumi.Input<inputs.remote.SystemctlOptsArgs>;
+ create?: pulumi.Input<string> | inputs.remote.SystemctlOptsArgs;
/**
* The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT
* and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the
* Command resource from previous create or update steps.
*/
- delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.SystemctlOptsArgs>;
+ delete?: pulumi.Input<string> | inputs.remote.SystemctlOptsArgs;
/**
* Environment variables
*/
@@ -160,5 +160,5 @@ export interface SystemctlArgs {
* are set to the stdout and stderr properties of the Command resource from previous
* create or update steps.
*/
- update?: pulumi.Input<string> | pulumi.Input<inputs.remote.SystemctlOptsArgs>;
+ update?: pulumi.Input<string> | inputs.remote.SystemctlOptsArgs;
}
|
build_sdks (dotnet)
The job was canceled because "nodejs" failed.
|
Unexpected file modified:
sdk/dotnet/Utilities.cs#L1
File modified:
@@ -57,6 +57,14 @@ namespace UnMango.Commandx
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;
+ dst.PluginDownloadURL = src?.PluginDownloadURL ?? "github://api.github.com/UnstoppableMango";
+ return dst;
+ }
+
private readonly static string version;
public static string Version => version;
|
build_sdks (dotnet)
Unexpected changes detected: 1. See file annotations for details.
|
build_sdks (java)
The job was canceled because "nodejs" failed.
|
build_sdks (java)
The operation was canceled.
|
build_sdks (python)
The job was canceled because "nodejs" failed.
|
build_sdks (python)
The operation was canceled.
|
build_sdks (go)
The job was canceled because "nodejs" failed.
|
build_sdks (go)
The operation was canceled.
|
prerequisites
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_sdks (nodejs)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
pulumi-commandx-provider.tar.gz
|
33.5 MB |
|