Skip to content

Commit

Permalink
{datamigration} update description of datamigration sql-db create (#6604
Browse files Browse the repository at this point in the history
)

* update description of sqldb migration

* update the link
  • Loading branch information
yadongyaly authored Aug 15, 2023
1 parent 4f00afe commit e610854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/datamigration/azext_datamigration/generated/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

helps['datamigration sql-db create'] = """
type: command
short-summary: "Create a new database migration to a given SQL DB."
short-summary: "Create a new database migration to a given SQL Db. This command can migrate data from the selected source database tables to the target database tables. If the target database have no table existing, please use New-AzDataMigrationSqlServerSchema command to migrate schema objects from source database to target databse. The link of New-AzDataMigrationSqlServerSchema is https://learn.microsoft.com/cli/azure/datamigration?view=azure-cli-latest#az-datamigration-sql-server-schema"
parameters:
- name: --source-sql-connection
short-summary: "Source SQL Server connection details."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ async def begin_create_or_update(
parameters: "models.DatabaseMigrationSqlDb",
**kwargs
) -> AsyncLROPoller["models.DatabaseMigrationSqlDb"]:
"""Create a new database migration to a given SQL DB.
"""Create a new database migration to a given SQL Db. This command can migrate data from the selected source database tables to the target database tables. If the target database have no table existing, please use New-AzDataMigrationSqlServerSchema command to migrate schema objects from source database to target databse. The link of New-AzDataMigrationSqlServerSchema is https://learn.microsoft.com/cli/azure/datamigration?view=azure-cli-latest#az-datamigration-sql-server-schema
:param resource_group_name: Name of the resource group that contains the resource. You can
obtain this value from the Azure Resource Manager API or the portal.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def begin_create_or_update(
**kwargs # type: Any
):
# type: (...) -> LROPoller["models.DatabaseMigrationSqlDb"]
"""Create a new database migration to a given SQL DB.
"""Create a new database migration to a given SQL Db. This command can migrate data from the selected source database tables to the target database tables. If the target database have no table existing, please use New-AzDataMigrationSqlServerSchema command to migrate schema objects from source database to target databse. The link of New-AzDataMigrationSqlServerSchema is https://learn.microsoft.com/cli/azure/datamigration?view=azure-cli-latest#az-datamigration-sql-server-schema
:param resource_group_name: Name of the resource group that contains the resource. You can
obtain this value from the Azure Resource Manager API or the portal.
Expand Down

0 comments on commit e610854

Please sign in to comment.