File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,8 @@ exports.options = kebabcaseKeys({
495
495
cloudType : {
496
496
type : 'string' ,
497
497
description :
498
- 'Instance type. Choices: [m, l, xl]. Also supports native types like i.e. t2.micro'
498
+ 'Instance type. Choices: [m, l, xl]. Also supports native types like i.e. t2.micro' ,
499
+ telemetryData : 'full'
499
500
} ,
500
501
cloudPermissionSet : {
501
502
type : 'string' ,
@@ -518,7 +519,8 @@ exports.options = kebabcaseKeys({
518
519
type : 'string' ,
519
520
description :
520
521
'GPU type. Choices: k80, v100, or native types e.g. nvidia-tesla-t4' ,
521
- coerce : ( val ) => ( val === 'nogpu' ? undefined : val )
522
+ coerce : ( val ) => ( val === 'nogpu' ? undefined : val ) ,
523
+ telemetryData : 'full'
522
524
} ,
523
525
cloudHddSize : {
524
526
type : 'number' ,
You can’t perform that action at this time.
0 commit comments