@@ -208,7 +208,7 @@ def load_command_table(self, _):
208208 from .operations .ppg import PPGShow
209209 self .command_table ["ppg show" ] = PPGShow (loader = self )
210210
211- with self .command_group ('disk' , compute_disk_sdk , operation_group = 'disks' ) as g :
211+ with self .command_group ('disk' , operation_group = 'disks' ) as g :
212212 g .custom_command ('create' , 'create_managed_disk' , supports_no_wait = True , table_transformer = transform_disk_create_table_output , validator = process_disk_create_namespace )
213213 from .operations .disk import DiskUpdate , DiskGrantAccess
214214 self .command_table ["disk grant-access" ] = DiskGrantAccess (loader = self )
@@ -283,7 +283,7 @@ def load_command_table(self, _):
283283 g .custom_command ('remove' , 'remove_template_error_handler' , supports_local_cache = True )
284284 g .custom_show_command ('show' , 'show_template_error_handler' , supports_local_cache = True )
285285
286- with self .command_group ('snapshot' , compute_snapshot_sdk , operation_group = 'snapshots' ) as g :
286+ with self .command_group ('snapshot' , operation_group = 'snapshots' ) as g :
287287 g .custom_command ('create' , 'create_snapshot' , validator = process_snapshot_create_namespace , supports_no_wait = True )
288288 from .operations .snapshot import SnapshotUpdate
289289 self .command_table ['snapshot update' ] = SnapshotUpdate (loader = self )
0 commit comments