fix regression in the listBackupSchedules API (#12402)

This commit is contained in:
Bernardo De Marco Gonçalves 2026-01-26 17:00:53 -03:00 committed by GitHub
parent d50899427a
commit 9b0c28c16d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ public class ListBackupScheduleCmd extends BaseListProjectAndAccountResourcesCmd
@Parameter(name = ApiConstants.VIRTUAL_MACHINE_ID,
type = CommandType.UUID,
entityType = UserVmResponse.class,
required = true,
description = "ID of the Instance")
private Long vmId;