File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
builtin/core/data/queries/co Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Parameters:
137137 CidVersion :
138138 Type : String
139139 MinLength : 5
140- Default : 0.2.16
140+ Default : 0.2.17
141141 Description : A version of CID package
142142 Suffix :
143143 Type : String
Original file line number Diff line number Diff line change 11
2- __version__ = '0.2.16 '
2+ __version__ = '0.2.17 '
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ CREATE OR REPLACE VIEW compute_optimizer_all_options AS
55 compute_optimizer_ec2_instance_options
66UNION SELECT *
77 FROM
8- compute_optimizer_ebs_volume_options
8+ compute_optimizer_auto_scale_options
99UNION SELECT *
1010 FROM
11- compute_optimizer_auto_scale_options
11+ compute_optimizer_ebs_volume_options
1212UNION SELECT *
1313 FROM
1414 compute_optimizer_lambda_options
Original file line number Diff line number Diff line change 350350 "Type" : " string"
351351 },
352352 {
353- "Name" : " effectiverecommendationpreferencescpuvendorarchitectures " ,
353+ "Name" : " effectiverecommendationpreferencesinferredworkloadtypes " ,
354354 "Type" : " string"
355355 },
356356 {
357- "Name" : " effectiverecommendationpreferencesenhancedinfrastructuremetrics " ,
357+ "Name" : " inferredworkloadtypes " ,
358358 "Type" : " string"
359359 },
360360 {
361- "Name" : " effectiverecommendationpreferencesinferredworkloadtypes " ,
361+ "Name" : " recommendationoptions_1_migrationeffort " ,
362362 "Type" : " string"
363363 },
364364 {
365- "Name" : " inferredworkloadtypes " ,
365+ "Name" : " recommendationoptions_2_migrationeffort " ,
366366 "Type" : " string"
367367 },
368368 {
369- "Name" : " recommendationoptions_1_migrationeffort " ,
369+ "Name" : " recommendationoptions_3_migrationeffort " ,
370370 "Type" : " string"
371371 },
372372 {
373- "Name" : " recommendationoptions_2_migrationeffort " ,
373+ "Name" : " effectiverecommendationpreferencescpuvendorarchitectures " ,
374374 "Type" : " string"
375375 },
376376 {
377- "Name" : " recommendationoptions_3_migrationeffort " ,
377+ "Name" : " effectiverecommendationpreferencesenhancedinfrastructuremetrics " ,
378378 "Type" : " string"
379379 }
380380 ],
You can’t perform that action at this time.
0 commit comments