Skip to content
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
2 changes: 1 addition & 1 deletion sdk/datamigration/azure-mgmt-datamigration/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the Microsoft Azure Data Migration Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
This package has been tested with Python 2.7, 3.5, 3.6 and 3.7.

For the older Azure Service Management (ASM) libraries, see
`azure-servicemanagement-legacy <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
from ._models_py3 import ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties
from ._models_py3 import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput
from ._models_py3 import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput
from ._models_py3 import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem
from ._models_py3 import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties
from ._models_py3 import ConnectToTargetSqlDbTaskInput
from ._models_py3 import ConnectToTargetSqlDbTaskOutput
Expand Down Expand Up @@ -82,6 +83,12 @@
from ._models_py3 import GetTdeCertificatesSqlTaskInput
from ._models_py3 import GetTdeCertificatesSqlTaskOutput
from ._models_py3 import GetTdeCertificatesSqlTaskProperties
from ._models_py3 import GetUserTablesOracleTaskInput
from ._models_py3 import GetUserTablesOracleTaskOutput
from ._models_py3 import GetUserTablesOracleTaskProperties
from ._models_py3 import GetUserTablesPostgreSqlTaskInput
from ._models_py3 import GetUserTablesPostgreSqlTaskOutput
from ._models_py3 import GetUserTablesPostgreSqlTaskProperties
from ._models_py3 import GetUserTablesSqlSyncTaskInput
from ._models_py3 import GetUserTablesSqlSyncTaskOutput
from ._models_py3 import GetUserTablesSqlSyncTaskProperties
Expand Down Expand Up @@ -295,6 +302,7 @@
from ._models import ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties
from ._models import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput
from ._models import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput
from ._models import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem
from ._models import ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties
from ._models import ConnectToTargetSqlDbTaskInput
from ._models import ConnectToTargetSqlDbTaskOutput
Expand Down Expand Up @@ -328,6 +336,12 @@
from ._models import GetTdeCertificatesSqlTaskInput
from ._models import GetTdeCertificatesSqlTaskOutput
from ._models import GetTdeCertificatesSqlTaskProperties
from ._models import GetUserTablesOracleTaskInput
from ._models import GetUserTablesOracleTaskOutput
from ._models import GetUserTablesOracleTaskProperties
from ._models import GetUserTablesPostgreSqlTaskInput
from ._models import GetUserTablesPostgreSqlTaskOutput
from ._models import GetUserTablesPostgreSqlTaskProperties
from ._models import GetUserTablesSqlSyncTaskInput
from ._models import GetUserTablesSqlSyncTaskOutput
from ._models import GetUserTablesSqlSyncTaskProperties
Expand Down Expand Up @@ -594,6 +608,7 @@
'ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties',
'ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput',
'ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput',
'ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem',
'ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties',
'ConnectToTargetSqlDbTaskInput',
'ConnectToTargetSqlDbTaskOutput',
Expand Down Expand Up @@ -627,6 +642,12 @@
'GetTdeCertificatesSqlTaskInput',
'GetTdeCertificatesSqlTaskOutput',
'GetTdeCertificatesSqlTaskProperties',
'GetUserTablesOracleTaskInput',
'GetUserTablesOracleTaskOutput',
'GetUserTablesOracleTaskProperties',
'GetUserTablesPostgreSqlTaskInput',
'GetUserTablesPostgreSqlTaskOutput',
'GetUserTablesPostgreSqlTaskProperties',
'GetUserTablesSqlSyncTaskInput',
'GetUserTablesSqlSyncTaskOutput',
'GetUserTablesSqlSyncTaskProperties',
Expand Down
Loading