CloudMigrations: add Library Element as a valid migration resource type (#93781)
This commit is contained in:
@@ -79,9 +79,10 @@ type CloudMigrationResource struct {
|
||||
type MigrateDataType string
|
||||
|
||||
const (
|
||||
DashboardDataType MigrateDataType = "DASHBOARD"
|
||||
DatasourceDataType MigrateDataType = "DATASOURCE"
|
||||
FolderDataType MigrateDataType = "FOLDER"
|
||||
DashboardDataType MigrateDataType = "DASHBOARD"
|
||||
DatasourceDataType MigrateDataType = "DATASOURCE"
|
||||
FolderDataType MigrateDataType = "FOLDER"
|
||||
LibraryElementDataType MigrateDataType = "LIBRARY_ELEMENT"
|
||||
)
|
||||
|
||||
type ItemStatus string
|
||||
|
||||
Reference in New Issue
Block a user