Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions src/DataMigration/DataMigration/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
-->
## Upcoming Release
* Updated the link of storage account for users to download LoginsMigration.zip file.
* Renaming Azure Database Migration Service to Azure Database Migration Service (classic)

## Version 0.12.0
* Added custom cmdlets for LoginsMigration:
Expand Down
30 changes: 15 additions & 15 deletions src/DataMigration/DataMigration/help/Az.DataMigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Start assessment on SQL Server instance(s)
Collect performance data for given SQL Server instance(s)

### [Get-AzDataMigrationProject](Get-AzDataMigrationProject.md)
Retrieves the properties of an Azure Database Migration project.
Retrieves the properties of an Azure Database Migration Service (classic) project.

### [Get-AzDataMigrationService](Get-AzDataMigrationService.md)
Retrieves the properties associated with an instance of the Azure Database Migration Service.
Retrieves the properties associated with an instance of the Azure Database Migration Service (classic).

### [Get-AzDataMigrationSkuRecommendation](Get-AzDataMigrationSkuRecommendation.md)
Gives SKU recommendations for Azure SQL offerings
Expand All @@ -39,7 +39,7 @@ Retrieve the registered Integration Runtime nodes and their monitoring data for
Retrieve the List of database migrations attached to the service.

### [Get-AzDataMigrationTask](Get-AzDataMigrationTask.md)
Retrieves the PSProjectTask object associated with an Azure Database Migration Service migration task.
Retrieves the PSProjectTask object associated with an Azure Database Migration Service (classic) migration task.

### [Get-AzDataMigrationToSqlDb](Get-AzDataMigrationToSqlDb.md)
Retrieve the specified database migration for a given SQL Db.
Expand All @@ -51,7 +51,7 @@ Retrieve the specified database migration for a given SQL Managed Instance.
Retrieve the specified database migration for a given SQL VM.

### [Invoke-AzDataMigrationCommand](Invoke-AzDataMigrationCommand.md)
Creates a new command to be executed on an existing DMS task.
Creates a new command to be executed on an existing DMS (classic) task.

### [Invoke-AzDataMigrationCutoverToSqlManagedInstance](Invoke-AzDataMigrationCutoverToSqlManagedInstance.md)
Initiate cutover for in-progress online database migration to SQL Managed Instance.
Expand All @@ -66,10 +66,10 @@ Create a new instance DataMigration Azure ActiveDirectory Application details.
Creates a new Connection Info object specifying the server type and name for connection.

### [New-AzDataMigrationDatabaseInfo](New-AzDataMigrationDatabaseInfo.md)
Creates the DatabaseInfo object for the Azure Database Migration Service, which specifies the database source for migration.
Creates the DatabaseInfo object for the Azure Database Migration Service (classic), which specifies the database source for migration.

### [New-AzDataMigrationFileShare](New-AzDataMigrationFileShare.md)
Creates the FileShare object for the Azure Database Migration Service, which specifies the local network share to take the source database backups to.
Creates the FileShare object for the Azure Database Migration Service (classic), which specifies the local network share to take the source database backups to.

### [New-AzDataMigrationLoginsMigration](New-AzDataMigrationLoginsMigration.md)
Migrate logins from the source Sql Servers to the target Azure Sql Servers.
Expand All @@ -81,13 +81,13 @@ Creates collection setting for migration according for the mongoDb migration
Creates database setting for migration for the mongoDb migration

### [New-AzDataMigrationProject](New-AzDataMigrationProject.md)
Creates a new Azure Database Migration Service project.
Creates a new Azure Database Migration Service (classic) project.

### [New-AzDataMigrationSelectedDBObject](New-AzDataMigrationSelectedDBObject.md)
Creates a database input object that contains information about source and target databases for migration.

### [New-AzDataMigrationService](New-AzDataMigrationService.md)
Creates a new instance of the Azure Database Migration Service.
Creates a new instance of the Azure Database Migration Service (classic).

### [New-AzDataMigrationSqlService](New-AzDataMigrationSqlService.md)
Create or Update Database Migration Service.
Expand All @@ -99,7 +99,7 @@ Regenerate a new set of Authentication Keys for Self Hosted Integration Runtime.
Creates a database info object specific to the sync scenario to be used for a migration task.

### [New-AzDataMigrationTask](New-AzDataMigrationTask.md)
Creates and starts a data migration task in the Azure Database Migration Service.
Creates and starts a data migration task in the Azure Database Migration Service (classic).

### [New-AzDataMigrationToSqlDb](New-AzDataMigrationToSqlDb.md)
Create a new database migration to a given SQL Db.
Expand All @@ -114,10 +114,10 @@ Create a new database migration to a given SQL VM.
Registers Sql Migration Service on Integration Runtime

### [Remove-AzDataMigrationProject](Remove-AzDataMigrationProject.md)
Removes an Azure Database Migration Service project from Azure.
Removes an Azure Database Migration Service (classic) project from Azure.

### [Remove-AzDataMigrationService](Remove-AzDataMigrationService.md)
Removes an instance of the Azure Database Migration Service from Azure.
Removes an instance of the Azure Database Migration Service (classic) from Azure.

### [Remove-AzDataMigrationSqlService](Remove-AzDataMigrationSqlService.md)
Delete Database Migration Service.
Expand All @@ -126,19 +126,19 @@ Delete Database Migration Service.
Delete the integration runtime node.

### [Remove-AzDataMigrationTask](Remove-AzDataMigrationTask.md)
Removes an Azure Database Migration Service task from Azure.
Removes an Azure Database Migration Service (classic) task from Azure.

### [Remove-AzDataMigrationToSqlDb](Remove-AzDataMigrationToSqlDb.md)
Remove the specified database migration for a given SQL Db.

### [Start-AzDataMigrationService](Start-AzDataMigrationService.md)
Starts an instance of the Azure Database Migration Service in a stopped state.
Starts an instance of the Azure Database Migration Service (classic) in a stopped state.

### [Stop-AzDataMigrationService](Stop-AzDataMigrationService.md)
Stops an instance of the Azure Database Migration Service that is in a running state.
Starts an instance of the Azure Database Migration Service (classic) in a stopped state.

### [Stop-AzDataMigrationTask](Stop-AzDataMigrationTask.md)
Stops an Azure Database Migration Service task that is in a running state.
Stops an Azure Database Migration Service (classic) task that is in a running state.

### [Stop-AzDataMigrationToSqlDb](Stop-AzDataMigrationToSqlDb.md)
Stop in-progress database migration to SQL Db.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-AzDataMigrationProject

## SYNOPSIS
Retrieves the properties of an Azure Database Migration project.
Retrieves the properties of an Azure Database Migration Service (classic) project.

## SYNTAX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-AzDataMigrationService

## SYNOPSIS
Retrieves the properties associated with an instance of the Azure Database Migration Service.
Retrieves the properties associated with an instance of the Azure Database Migration Service (classic).

## SYNTAX

Expand All @@ -31,7 +31,7 @@ Get-AzDataMigrationService [-ResourceGroupName] <String> [-Name] <String>
```

## DESCRIPTION
The Get-AzDataMigrationService cmdlet retrieves the properties associated with an instance of the Azure Database Migration Service based on Service name and Azure Resource Group name as input parameters.
The Get-AzDataMigrationService cmdlet retrieves the properties associated with an instance of the Azure Database Migration Service (classic) based on Service name and Azure Resource Group name as input parameters.

## EXAMPLES

Expand All @@ -40,14 +40,14 @@ The Get-AzDataMigrationService cmdlet retrieves the properties associated with a
Get-AzDataMigrationService -ResourceGroupName testResourceGroup -Name testService
```

The above example retrieves the properties of the Azure Database Migration Service instance called testService.
The above example retrieves the properties of the Azure Database Migration Service (classic) instance called testService.

### Example 2
```powershell
Get-AzDataMigrationService -ResourceGroupName testResourceGroup
```

The above example retrieves Azure Database Migration Services in the resource group called testResourceGroup.
The above example retrieves Azure Database Migration Services (classic) in the resource group called testResourceGroup.

## PARAMETERS

Expand All @@ -67,7 +67,7 @@ Accept wildcard characters: False
```

### -Name
Name of Database Migration Service.
Name of Azure Database Migration Service (classic).

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-AzDataMigrationTask

## SYNOPSIS
Retrieves the PSProjectTask object associated with an Azure Database Migration Service migration task.
Retrieves the PSProjectTask object associated with an Azure Database Migration Service (classic) migration task.

## SYNTAX

Expand Down Expand Up @@ -67,7 +67,7 @@ Get-AzDataMigrationTask -ResourceGroupName <String> -ServiceName <String> -Proje
```

## DESCRIPTION
The Get-AzDataMigrationTask cmdlet retrieves the properties associated with an Azure Database Migration Service migration task.
The Get-AzDataMigrationTask cmdlet retrieves the properties associated with an Azure Database Migration Service (classic) migration task.

## EXAMPLES

Expand All @@ -76,7 +76,7 @@ The Get-AzDataMigrationTask cmdlet retrieves the properties associated with an A
Get-AzDataMigrationTask -TaskName myTestTask -ServiceName myTestService -ProjectName MyTestProject -ResourceGroupName MyResourceGroup -Expand
```

The above example illustrates the use of Get-AzDataMigrationTask cmdlet to retrieve the properties associated with an Azure Database Migration Service migration task based on task name passed in as input parameter
The above example illustrates the use of Get-AzDataMigrationTask cmdlet to retrieve the properties associated with an Azure Database Migration Service (classic) migration task based on task name passed in as input parameter

### Example 2
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Invoke-AzDataMigrationCommand

## SYNOPSIS
Creates a new command to be executed on an existing DMS task.
Creates a new command to be executed on an existing DMS (classic) task.

## SYNTAX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzDataMigrationFileShare

## SYNOPSIS
Creates the FileShare object for the Azure Database Migration Service, which specifies the local network share to take the source database backups to.
Creates the FileShare object for the Azure Database Migration Service (classic), which specifies the local network share to take the source database backups to.

## SYNTAX

Expand All @@ -18,7 +18,7 @@ New-AzDataMigrationFileShare -Path <String> -Credential <PSCredential>
```

## DESCRIPTION
The New-AzDataMigrationFileShare cmdlet creates the FileShare object that specifies the local network share that Azure Database Migration Service can take source database backups to. The service account running source SQL Server instance must have write privileges on this network share.
The New-AzDataMigrationFileShare cmdlet creates the FileShare object that specifies the local network share that Azure Database Migration Service (classic) can take source database backups to. The service account running source SQL Server instance must have write privileges on this network share.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzDataMigrationProject

## SYNOPSIS
Creates a new Azure Database Migration Service project.
Creates a new Azure Database Migration Service (classic) project.

## SYNTAX

Expand Down Expand Up @@ -37,7 +37,7 @@ New-AzDataMigrationProject [-ResourceId] <String> -Location <String> -Name <Stri
```

## DESCRIPTION
The New-AzDataMigrationProject cmdlet creates a new Azure Database Migration Service project. This cmdlet takes in all necessary parameters, such as the name of the Azure Resource Group, the name of Azure Data Migration Service in which new project is to be created, the region in which the project is to be created, the unique name of the new project, the source and target connection objects, and the target type object, as input for the list of databases to migrate. Use the New-AzDataMigrationConnectionInfo cmdlet to create a new ConnectionInfo object for both the source and target connections. The list of Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo is expected for selected databases; this object can be created by using New-AzDataMigrationDatabaseInfo cmdlet.
The New-AzDataMigrationProject cmdlet creates a new Azure Database Migration Service (classic) project. This cmdlet takes in all necessary parameters, such as the name of the Azure Resource Group, the name of Azure Data Migration Service in which new project is to be created, the region in which the project is to be created, the unique name of the new project, the source and target connection objects, and the target type object, as input for the list of databases to migrate. Use the New-AzDataMigrationConnectionInfo cmdlet to create a new ConnectionInfo object for both the source and target connections. The list of Microsoft.Azure.Management.DataMigration.Models.DatabaseInfo is expected for selected databases; this object can be created by using New-AzDataMigrationDatabaseInfo cmdlet.

## EXAMPLES

Expand All @@ -46,7 +46,7 @@ The New-AzDataMigrationProject cmdlet creates a new Azure Database Migration Ser
New-AzDataMigrationProject -ResourceGroupName MyResourceGroup -ServiceName TestService -ProjectName MyDMSProject -Location "central us" -SourceType SQL -TargetType SQLDB -SourceConnection $sourceConnInfo -TargetConnection $targetConnInfo -DatabaseInfo $dbList
```

The above example shows how to create new project named MyDMSProject located in Central US region under the Azure Database Migration Service instance named TestService.
The above example shows how to create new project named MyDMSProject located in Central US region under the Azure Database Migration Service (classic) instance named TestService.

## PARAMETERS

Expand Down Expand Up @@ -96,7 +96,7 @@ Accept wildcard characters: False
```

### -Location
The location of the Azure Database Migration Service instance.
The location of the Azure Database Migration Service (classic) instance.

```yaml
Type: System.String
Expand Down Expand Up @@ -156,7 +156,7 @@ Accept wildcard characters: False
```

### -ServiceName
The name of the Azure Database Migration Service instance.
The name of the Azure Database Migration Service (classic) instance.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzDataMigrationService

## SYNOPSIS
Creates a new instance of the Azure Database Migration Service.
Creates a new instance of the Azure Database Migration Service (classic).

## SYNTAX

Expand All @@ -18,7 +18,7 @@ New-AzDataMigrationService -ResourceGroupName <String> -Name <String> -Location
```

## DESCRIPTION
The New-AzDataMigrationService cmdlet creates a new instance of the Azure Database Migration Service. This cmdlet takes in name of existing Azure Resource Group, the unique name for the new instance of the Azure Database Migration Service to be created, the region in which the instance is provisioned, the name of the DMS Worker SKU, and the name of the Azure Virtual Subnet on which the service is to reside. There is no parameter for subscription name, because it is expected for the user to specify the default subscription of the Azure login session or execute Get-AzSubscription -SubscriptionName "MySubscription" | Select-AzSubscription to select another subscription.
The New-AzDataMigrationService cmdlet creates a new instance of the Azure Database Migration Service (classic). This cmdlet takes in name of existing Azure Resource Group, the unique name for the new instance of the Azure Database Migration Service to be created, the region in which the instance is provisioned, the name of the DMS Worker SKU, and the name of the Azure Virtual Subnet on which the service is to reside. There is no parameter for subscription name, because it is expected for the user to specify the default subscription of the Azure login session or execute Get-AzSubscription -SubscriptionName "MySubscription" | Select-AzSubscription to select another subscription.

## EXAMPLES

Expand All @@ -27,7 +27,7 @@ The New-AzDataMigrationService cmdlet creates a new instance of the Azure Databa
New-AzDataMigrationService -ResourceGroupName myResourceGroup -Name TestService -Location "Central US" -Sku Basic_2vCores -VirtualSubnetId $virtualSubNetId
```

The above example shows how to create a new instance of the Azure Database Migration Service named TestService in Central US region.
The above example shows how to create a new instance of the Azure Database Migration Service (classic) named TestService in Central US region.

## PARAMETERS

Expand All @@ -47,7 +47,7 @@ Accept wildcard characters: False
```

### -Location
The location of the Azure Database Migration Service instance to be created, which corresponds to an Azure region.
The location of the Azure Database Migration Service (classic) instance to be created, which corresponds to an Azure region.

```yaml
Type: System.String
Expand All @@ -62,7 +62,7 @@ Accept wildcard characters: False
```

### -Name
Database Migration Service Name.
Azure Database Migration Service (classic) Name.

```yaml
Type: System.String
Expand Down Expand Up @@ -92,7 +92,7 @@ Accept wildcard characters: False
```

### -Sku
The sku for the Azure Database Migration Service instance. Possible values currently are Standard_1vCores, Standard_2vCores, Standard_4vCores, Premium_4vCores.
The sku for the Azure Database Migration Service (classic) instance. Possible values currently are Standard_1vCores, Standard_2vCores, Standard_4vCores, Premium_4vCores.

```yaml
Type: System.String
Expand All @@ -107,7 +107,7 @@ Accept wildcard characters: False
```

### -VirtualSubnetId
The name of the subnet under the specified virtual network to use for the Azure Database Migration Service instance.
The name of the subnet under the specified virtual network to use for the Azure Database Migration Service (classic) instance.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# New-AzDataMigrationTask

## SYNOPSIS
Creates and starts a data migration task in the Azure Database Migration Service.
Creates and starts a data migration task in the Azure Database Migration Service (classic).

## SYNTAX

Expand All @@ -32,7 +32,7 @@ New-AzDataMigrationTask [-ResourceId] <String> -TaskType <TaskTypeEnum> -Name <S
```

## DESCRIPTION
The New-AzDataMigrationTask cmdlet creates data migration task. This cmdlet takes in parameters for Task Type enumerator, Azure Resource Group, name of associated Azure Database Migration Service and Project as input.
The New-AzDataMigrationTask cmdlet creates data migration task. This cmdlet takes in parameters for Task Type enumerator, Azure Resource Group, name of associated Azure Database Migration Service (classic) and Project as input.

## EXAMPLES

Expand Down Expand Up @@ -136,7 +136,7 @@ Accept wildcard characters: False
```

### -ServiceName
Database Migration Service Name.
Azure Database Migration Service (classic) Name.

```yaml
Type: System.String
Expand Down
Loading