File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,15 @@ class SuggestionType(StrEnum):
2020 ADOPT_DATA_DISK = "adopt_data_disk"
2121 CLEAR_FULL_BACKUP = "clear_full_backup"
2222 CREATE_FULL_BACKUP = "create_full_backup"
23+ DISABLE_BOOT = "disable_boot"
2324 EXECUTE_INTEGRITY = "execute_integrity"
2425 EXECUTE_REBOOT = "execute_reboot"
2526 EXECUTE_REBUILD = "execute_rebuild"
2627 EXECUTE_RELOAD = "execute_reload"
2728 EXECUTE_REMOVE = "execute_remove"
2829 EXECUTE_REPAIR = "execute_repair"
2930 EXECUTE_RESET = "execute_reset"
31+ EXECUTE_START = "execute_start"
3032 EXECUTE_STOP = "execute_stop"
3133 EXECUTE_UPDATE = "execute_update"
3234 REGISTRY_LOGIN = "registry_login"
@@ -41,6 +43,7 @@ class IssueType(StrEnum):
4143 in this list parsed as strings on older versions of the client.
4244 """
4345
46+ BOOT_FAIL = "boot_fail"
4447 CORRUPT_DOCKER = "corrupt_docker"
4548 CORRUPT_REPOSITORY = "corrupt_repository"
4649 CORRUPT_FILESYSTEM = "corrupt_filesystem"
You can’t perform that action at this time.
0 commit comments