File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
packages_generated/applesilicon/src/v1alpha1 Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -496,10 +496,6 @@ export const marshalReinstallServerRequest = (
496496 defaults : DefaultValues ,
497497) : Record < string , unknown > => ( {
498498 os_id : request . osId ,
499- runner_configuration :
500- request . runnerConfiguration !== undefined
501- ? marshalRunnerConfiguration ( request . runnerConfiguration , defaults )
502- : undefined ,
503499} )
504500
505501export const marshalStartConnectivityDiagnosticRequest = (
Original file line number Diff line number Diff line change @@ -712,10 +712,6 @@ export type ReinstallServerRequest = {
712712 * Reinstall the server with the target OS, when no os_id provided the default OS for the server type is used.
713713 */
714714 osId ?: string
715- /**
716- * Specify the configuration to install an optional CICD runner on the server during installation.
717- */
718- runnerConfiguration ?: RunnerConfiguration
719715}
720716
721717export interface SetServerPrivateNetworksResponse {
You can’t perform that action at this time.
0 commit comments