Skip to content
Prev Previous commit
Fix update backup
  • Loading branch information
hodd committed Mar 23, 2021
commit b953f98bd37a34bb0a2dc1977d068519ed8e3bd7
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def load_backups_command_groups(self, netappfiles_backups_sdk):
g.command('list', 'list')
g.command('delete', 'begin_delete')
g.custom_command('update', 'update_backup',
client_factory=backups_mgmt_client_factory,
doc_string_source='azure.mgmt.netapp.models#BackupPatch',
exception_handler=netappfiles_exception_handler)
g.custom_command('create', 'create_backup',
Expand Down