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 = (
496
496
defaults : DefaultValues ,
497
497
) : Record < string , unknown > => ( {
498
498
os_id : request . osId ,
499
- runner_configuration :
500
- request . runnerConfiguration !== undefined
501
- ? marshalRunnerConfiguration ( request . runnerConfiguration , defaults )
502
- : undefined ,
503
499
} )
504
500
505
501
export const marshalStartConnectivityDiagnosticRequest = (
Original file line number Diff line number Diff line change @@ -712,10 +712,6 @@ export type ReinstallServerRequest = {
712
712
* Reinstall the server with the target OS, when no os_id provided the default OS for the server type is used.
713
713
*/
714
714
osId ?: string
715
- /**
716
- * Specify the configuration to install an optional CICD runner on the server during installation.
717
- */
718
- runnerConfiguration ?: RunnerConfiguration
719
715
}
720
716
721
717
export interface SetServerPrivateNetworksResponse {
You can’t perform that action at this time.
0 commit comments