Skip to content

Commit

Permalink
[AutoPR datamigration/resource-manager] Adding objects necessary for …
Browse files Browse the repository at this point in the history
…mapping Oracle schemas and tables to PostgreSQL databases and tables (#5121)

* Generated from 835bf096bcbb0db18081cb31338036c70108ccd5

Adding objects necessary for mapping Oracle schemas and tables to PostgreSQL databases and tables.

* Generated from 4f5182d37c4186591e8206f751be4c47bb32b08c

Adding objects necessary for mapping Oracle schemas and tables to PostgreSQL databases and tables 2
  • Loading branch information
AutorestCI authored Jul 11, 2019
1 parent 78bc03a commit 9e2493b
Show file tree
Hide file tree
Showing 2 changed files with 1,164 additions and 159 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ const (
TaskTypeConnectToTargetSQLDbSync TaskType = original.TaskTypeConnectToTargetSQLDbSync
TaskTypeGetTDECertificatesSQL TaskType = original.TaskTypeGetTDECertificatesSQL
TaskTypeGetUserTablesAzureSQLDbSync TaskType = original.TaskTypeGetUserTablesAzureSQLDbSync
TaskTypeGetUserTablesOracle TaskType = original.TaskTypeGetUserTablesOracle
TaskTypeGetUserTablesPostgreSQL TaskType = original.TaskTypeGetUserTablesPostgreSQL
TaskTypeGetUserTablesSQL TaskType = original.TaskTypeGetUserTablesSQL
TaskTypeMigrateMongoDb TaskType = original.TaskTypeMigrateMongoDb
TaskTypeMigrateMySQLAzureDbForMySQLSync TaskType = original.TaskTypeMigrateMySQLAzureDbForMySQLSync
Expand Down Expand Up @@ -681,6 +683,7 @@ type ConnectToTargetAzureDbForPostgreSQLSyncTaskOutput = original.ConnectToTarge
type ConnectToTargetAzureDbForPostgreSQLSyncTaskProperties = original.ConnectToTargetAzureDbForPostgreSQLSyncTaskProperties
type ConnectToTargetOracleAzureDbForPostgreSQLSyncTaskInput = original.ConnectToTargetOracleAzureDbForPostgreSQLSyncTaskInput
type ConnectToTargetOracleAzureDbForPostgreSQLSyncTaskOutput = original.ConnectToTargetOracleAzureDbForPostgreSQLSyncTaskOutput
type ConnectToTargetOracleAzureDbForPostgreSQLSyncTaskOutputDatabaseSchemaMapItem = original.ConnectToTargetOracleAzureDbForPostgreSQLSyncTaskOutputDatabaseSchemaMapItem
type ConnectToTargetOracleAzureDbForPostgreSQLSyncTaskProperties = original.ConnectToTargetOracleAzureDbForPostgreSQLSyncTaskProperties
type ConnectToTargetSQLDbTaskInput = original.ConnectToTargetSQLDbTaskInput
type ConnectToTargetSQLDbTaskOutput = original.ConnectToTargetSQLDbTaskOutput
Expand Down Expand Up @@ -716,6 +719,12 @@ type GetProjectDetailsNonSQLTaskInput = original.GetProjectDetailsNonSQLTaskInpu
type GetTdeCertificatesSQLTaskInput = original.GetTdeCertificatesSQLTaskInput
type GetTdeCertificatesSQLTaskOutput = original.GetTdeCertificatesSQLTaskOutput
type GetTdeCertificatesSQLTaskProperties = original.GetTdeCertificatesSQLTaskProperties
type GetUserTablesOracleTaskInput = original.GetUserTablesOracleTaskInput
type GetUserTablesOracleTaskOutput = original.GetUserTablesOracleTaskOutput
type GetUserTablesOracleTaskProperties = original.GetUserTablesOracleTaskProperties
type GetUserTablesPostgreSQLTaskInput = original.GetUserTablesPostgreSQLTaskInput
type GetUserTablesPostgreSQLTaskOutput = original.GetUserTablesPostgreSQLTaskOutput
type GetUserTablesPostgreSQLTaskProperties = original.GetUserTablesPostgreSQLTaskProperties
type GetUserTablesSQLSyncTaskInput = original.GetUserTablesSQLSyncTaskInput
type GetUserTablesSQLSyncTaskOutput = original.GetUserTablesSQLSyncTaskOutput
type GetUserTablesSQLSyncTaskProperties = original.GetUserTablesSQLSyncTaskProperties
Expand Down
Loading

0 comments on commit 9e2493b

Please sign in to comment.