Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,6 @@ export const marshalReinstallServerRequest = (
defaults: DefaultValues,
): Record<string, unknown> => ({
os_id: request.osId,
runner_configuration:
request.runnerConfiguration !== undefined
? marshalRunnerConfiguration(request.runnerConfiguration, defaults)
: undefined,
})

export const marshalStartConnectivityDiagnosticRequest = (
Expand Down
4 changes: 0 additions & 4 deletions packages_generated/applesilicon/src/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,10 +712,6 @@ export type ReinstallServerRequest = {
* Reinstall the server with the target OS, when no os_id provided the default OS for the server type is used.
*/
osId?: string
/**
* Specify the configuration to install an optional CICD runner on the server during installation.
*/
runnerConfiguration?: RunnerConfiguration
}

export interface SetServerPrivateNetworksResponse {
Expand Down
Loading