Skip to content

Commit 5119374

Browse files
authored
feat(applesilicon): remove support for runner_configuration (scaleway#2457)
1 parent a64b907 commit 5119374

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

505501
export const marshalStartConnectivityDiagnosticRequest = (

packages_generated/applesilicon/src/v1alpha1/types.gen.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

721717
export interface SetServerPrivateNetworksResponse {

0 commit comments

Comments
 (0)