-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently validators are not used for parameters of type array in command argument parsing. For instance :
tenantIds:
description: "The identifier for the list of tenants being migrated."
type: array<string>
validator:
callback: "tenant_migration_util::validateDatabasePrefix"
The function validateDatabasePrefix is not called when the commands is called, which means there's no validation on tenantIds.