Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] datamigration/resource-manager #5548

Merged
merged 2 commits into from
Aug 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions profiles/latest/datamigration/mgmt/datamigration/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ const (
type CommandType = original.CommandType

const (
CommandTypeCommandProperties CommandType = original.CommandTypeCommandProperties
CommandTypeMigrateSQLServerAzureDbSQLMiComplete CommandType = original.CommandTypeMigrateSQLServerAzureDbSQLMiComplete
CommandTypeMigrateSyncCompleteDatabase CommandType = original.CommandTypeMigrateSyncCompleteDatabase
CommandTypeUnknown CommandType = original.CommandTypeUnknown
)

type DatabaseCompatLevel = original.DatabaseCompatLevel
Expand Down Expand Up @@ -486,7 +486,7 @@ const (
TaskTypeMigrateSQLServerAzureSQLDbMISyncLRS TaskType = original.TaskTypeMigrateSQLServerAzureSQLDbMISyncLRS
TaskTypeMigrateSQLServerAzureSQLDbSync TaskType = original.TaskTypeMigrateSQLServerAzureSQLDbSync
TaskTypeMigrateSQLServerSQLDb TaskType = original.TaskTypeMigrateSQLServerSQLDb
TaskTypeUnknown TaskType = original.TaskTypeUnknown
TaskTypeProjectTaskProperties TaskType = original.TaskTypeProjectTaskProperties
TaskTypeValidateMigrationInputSQLServerAzureSQLDbMI TaskType = original.TaskTypeValidateMigrationInputSQLServerAzureSQLDbMI
TaskTypeValidateMigrationInputSQLServerAzureSQLDbMISyncLRS TaskType = original.TaskTypeValidateMigrationInputSQLServerAzureSQLDbMISyncLRS
TaskTypeValidateMigrationInputSQLServerSQLDbSync TaskType = original.TaskTypeValidateMigrationInputSQLServerSQLDbSync
Expand All @@ -495,11 +495,11 @@ const (
type Type = original.Type

const (
TypeConnectionInfo Type = original.TypeConnectionInfo
TypeMiSQLConnectionInfo Type = original.TypeMiSQLConnectionInfo
TypeMySQLConnectionInfo Type = original.TypeMySQLConnectionInfo
TypePostgreSQLConnectionInfo Type = original.TypePostgreSQLConnectionInfo
TypeSQLConnectionInfo Type = original.TypeSQLConnectionInfo
TypeUnknown Type = original.TypeUnknown
)

type UpdateActionType = original.UpdateActionType
Expand Down
6 changes: 3 additions & 3 deletions profiles/preview/datamigration/mgmt/datamigration/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ const (
type CommandType = original.CommandType

const (
CommandTypeCommandProperties CommandType = original.CommandTypeCommandProperties
CommandTypeMigrateSQLServerAzureDbSQLMiComplete CommandType = original.CommandTypeMigrateSQLServerAzureDbSQLMiComplete
CommandTypeMigrateSyncCompleteDatabase CommandType = original.CommandTypeMigrateSyncCompleteDatabase
CommandTypeUnknown CommandType = original.CommandTypeUnknown
)

type DatabaseCompatLevel = original.DatabaseCompatLevel
Expand Down Expand Up @@ -486,7 +486,7 @@ const (
TaskTypeMigrateSQLServerAzureSQLDbMISyncLRS TaskType = original.TaskTypeMigrateSQLServerAzureSQLDbMISyncLRS
TaskTypeMigrateSQLServerAzureSQLDbSync TaskType = original.TaskTypeMigrateSQLServerAzureSQLDbSync
TaskTypeMigrateSQLServerSQLDb TaskType = original.TaskTypeMigrateSQLServerSQLDb
TaskTypeUnknown TaskType = original.TaskTypeUnknown
TaskTypeProjectTaskProperties TaskType = original.TaskTypeProjectTaskProperties
TaskTypeValidateMigrationInputSQLServerAzureSQLDbMI TaskType = original.TaskTypeValidateMigrationInputSQLServerAzureSQLDbMI
TaskTypeValidateMigrationInputSQLServerAzureSQLDbMISyncLRS TaskType = original.TaskTypeValidateMigrationInputSQLServerAzureSQLDbMISyncLRS
TaskTypeValidateMigrationInputSQLServerSQLDbSync TaskType = original.TaskTypeValidateMigrationInputSQLServerSQLDbSync
Expand All @@ -495,11 +495,11 @@ const (
type Type = original.Type

const (
TypeConnectionInfo Type = original.TypeConnectionInfo
TypeMiSQLConnectionInfo Type = original.TypeMiSQLConnectionInfo
TypeMySQLConnectionInfo Type = original.TypeMySQLConnectionInfo
TypePostgreSQLConnectionInfo Type = original.TypePostgreSQLConnectionInfo
TypeSQLConnectionInfo Type = original.TypeSQLConnectionInfo
TypeUnknown Type = original.TypeUnknown
)

type UpdateActionType = original.UpdateActionType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ type CommandType = original.CommandType

const (
CommandTypeCancel CommandType = original.CommandTypeCancel
CommandTypeCommandProperties CommandType = original.CommandTypeCommandProperties
CommandTypeFinish CommandType = original.CommandTypeFinish
CommandTypeMigrateSQLServerAzureDbSQLMiComplete CommandType = original.CommandTypeMigrateSQLServerAzureDbSQLMiComplete
CommandTypeMigrateSyncCompleteDatabase CommandType = original.CommandTypeMigrateSyncCompleteDatabase
CommandTypeRestart CommandType = original.CommandTypeRestart
CommandTypeUnknown CommandType = original.CommandTypeUnknown
)

type DatabaseCompatLevel = original.DatabaseCompatLevel
Expand Down Expand Up @@ -618,10 +618,10 @@ const (
TaskTypeMigrateSQLServerAzureSQLDbSync TaskType = original.TaskTypeMigrateSQLServerAzureSQLDbSync
TaskTypeMigrateSQLServerSQLDb TaskType = original.TaskTypeMigrateSQLServerSQLDb
TaskTypeMigrateSsis TaskType = original.TaskTypeMigrateSsis
TaskTypeProjectTaskProperties TaskType = original.TaskTypeProjectTaskProperties
TaskTypeServiceCheckOCI TaskType = original.TaskTypeServiceCheckOCI
TaskTypeServiceInstallOCI TaskType = original.TaskTypeServiceInstallOCI
TaskTypeServiceUploadOCI TaskType = original.TaskTypeServiceUploadOCI
TaskTypeUnknown TaskType = original.TaskTypeUnknown
TaskTypeValidateMigrationInputSQLServerAzureSQLDbMI TaskType = original.TaskTypeValidateMigrationInputSQLServerAzureSQLDbMI
TaskTypeValidateMigrationInputSQLServerAzureSQLDbMISyncLRS TaskType = original.TaskTypeValidateMigrationInputSQLServerAzureSQLDbMISyncLRS
TaskTypeValidateMigrationInputSQLServerSQLDbSync TaskType = original.TaskTypeValidateMigrationInputSQLServerSQLDbSync
Expand All @@ -632,13 +632,13 @@ const (
type Type = original.Type

const (
TypeConnectionInfo Type = original.TypeConnectionInfo
TypeMiSQLConnectionInfo Type = original.TypeMiSQLConnectionInfo
TypeMongoDbConnectionInfo Type = original.TypeMongoDbConnectionInfo
TypeMySQLConnectionInfo Type = original.TypeMySQLConnectionInfo
TypeOracleConnectionInfo Type = original.TypeOracleConnectionInfo
TypePostgreSQLConnectionInfo Type = original.TypePostgreSQLConnectionInfo
TypeSQLConnectionInfo Type = original.TypeSQLConnectionInfo
TypeUnknown Type = original.TypeUnknown
)

type UpdateActionType = original.UpdateActionType
Expand Down
Loading