@@ -1408,41 +1408,6 @@ def load_arguments(self, _):
1408
1408
1409
1409
# endregion
1410
1410
1411
- # region Gallery applications
1412
- with self .argument_context ('sig gallery-application version' ) as c :
1413
- c .argument ('gallery_application_name' , options_list = ['--application-name' ],
1414
- help = 'The name of the gallery Application' )
1415
- c .argument ('gallery_application_version_name' , options_list = ['--name' , '-n' , '--version-name' ],
1416
- help = 'The name of the gallery Application Version' )
1417
-
1418
- with self .argument_context ('sig gallery-application version create' ) as c :
1419
- c .argument ('package_file_name' , help = 'The name to assign the downloaded package file on the VM. This is limited to 4096 characters.'
1420
- 'If not specified, the package file will be named the same as the Gallery Application name.' )
1421
- c .argument ('config_file_name' , help = 'The name to assign the downloaded config file on the VM. This is limited to 4096 characters. '
1422
- 'If not specified, the config file will be named the Gallery Application name appended with "_config"' )
1423
-
1424
- for scope in ['create' , 'update' ]:
1425
- with self .argument_context ('sig gallery-application version {}' .format (scope )) as c :
1426
- c .argument ('location' , arg_type = get_location_type (self .cli_ctx ), required = False ,
1427
- validator = get_default_location_from_resource_group )
1428
- c .argument ('tags' , tags_type )
1429
- c .argument ('package_file_link' , help = 'The mediaLink of the artifact, must be a readable storage page blob.' )
1430
- c .argument ('install_command' , help = 'The path and arguments to install the gallery application.' )
1431
- c .argument ('remove_command' , help = 'The path and arguments to remove the gallery application.' )
1432
- c .argument ('update_command' , help = 'The path and arguments to update the gallery application. If not present,'
1433
- ' then update operation will invoke remove command on the previous version'
1434
- ' and install command on the current version of the gallery application.' )
1435
- c .argument ('target_regions' , type = validate_file_or_dict , help = 'The target regions where the Image Version is'
1436
- 'going to be replicated to. This property is updatable. Expected value: '
1437
- 'json-string/json-file/@json-file.' )
1438
- c .argument ('default_file_link' , help = 'The default configuration link of the artifact, must be a readable storage page blob.' )
1439
- c .argument ('exclude_from' , arg_type = get_three_state_flag (), help = 'If set to true, Virtual Machines '
1440
- 'deployed from the latest version of the Image Definition won\' t use this Image Version.' ,
1441
- arg_group = 'Publishing Profile' )
1442
- c .argument ('end_of_life_date' , help = 'The end of life date of the gallery image version. This property can be '
1443
- 'used for decommissioning purposes. This property is updatable.' , arg_group = 'Publishing Profile' )
1444
- # endregion
1445
-
1446
1411
# region Proximity Placement Group
1447
1412
with self .argument_context ('ppg' , min_api = '2018-04-01' ) as c :
1448
1413
c .argument ('proximity_placement_group_name' , arg_type = name_arg_type , help = "The name of the proximity placement group." )
0 commit comments