From 3443f1bb499933c354226772dd187eabcaf1aafe Mon Sep 17 00:00:00 2001 From: Ashish Shinde Date: Wed, 8 Feb 2023 19:50:34 -0800 Subject: [PATCH] Rename Azure Database Migration Service to Azure Database Migration (#22501) Service (classic) --- .../2022-03-30-preview/datamigration.json | 62 +++++++++---------- .../definitions/Commands.json | 4 +- .../definitions/Common.json | 2 +- .../definitions/ConnectToSourceMySqlTask.json | 2 +- .../ConnectToSourcePostgreSqlSyncTask.json | 2 +- .../ConnectToSourceSqlServerTask.json | 2 +- .../ConnectToTargetAzureDbForMySqlTask.json | 2 +- ...tToTargetAzureDbForPostgreSqlSyncTask.json | 2 +- .../definitions/ConnectToTargetSqlDbTask.json | 2 +- .../definitions/ConnectToTargetSqlMITask.json | 2 +- .../ConnectToTargetSqlMiSyncTask.json | 4 +- .../ConnectToTargetSqlSqlDbSyncTask.json | 2 +- .../2022-03-30-preview/definitions/Files.json | 2 +- .../GetTdeCertificatesSqlTask.json | 2 +- .../definitions/GetUserTablesMySqlTask.json | 2 +- .../definitions/GetUserTablesSqlSyncTask.json | 2 +- .../definitions/GetUserTablesSqlTask.json | 2 +- ...igrateMySqlAzureDbForMySqlOfflineTask.json | 2 +- .../MigrateMySqlAzureDbForMySqlSyncTask.json | 2 +- ...ostgreSqlAzureDbForPostgreSqlSyncTask.json | 2 +- .../MigrateSchemaSqlServerSqlDbTask.json | 2 +- .../MigrateSqlServerSqlDbSyncTask.json | 2 +- .../MigrateSqlServerSqlDbTask.json | 2 +- .../MigrateSqlServerSqlMITask.json | 2 +- .../MigrateSqlServerSqlMiSyncTask.json | 2 +- .../definitions/MigrateSsisTask.json | 2 +- .../definitions/MigrationValidation.json | 2 +- .../definitions/MongoDbTasks.json | 2 +- .../OracleAzureDbPostgreSqlSyncTask.json | 2 +- .../definitions/Projects.json | 2 +- .../definitions/ResourceSkus.json | 10 +-- .../definitions/ServiceFeatureOCITask.json | 2 +- .../definitions/ServiceTasks.json | 2 +- .../definitions/Services.json | 8 +-- .../2022-03-30-preview/definitions/Tasks.json | 4 +- .../definitions/TasksCommon.json | 10 +-- ...idateMigrationInputSqlServerSqlMITask.json | 2 +- ...eMigrationInputSqlServerSqlMiSyncTask.json | 2 +- ...lidateSyncMigrationInputSqlServerTask.json | 2 +- 39 files changed, 83 insertions(+), 83 deletions(-) diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/datamigration.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/datamigration.json index 8c6ac3a0f8b4..1a205d9a77ce 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/datamigration.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/datamigration.json @@ -1,9 +1,9 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview", - "description": "The Database Migration Service helps people migrate their data from on-premise database servers to Azure, or from older database software to newer software. The service manages one or more workers that are joined to a customer's virtual network, which is assumed to provide connectivity to their databases. To avoid frequent updates to the resource provider, data migration tasks are implemented by the resource provider in a generic way as task resources, each of which has a task type (which identifies the type of work to run), input, and output. The client is responsible for providing appropriate task type and inputs, which will be passed through unexamined to the machines that implement the functionality, and for understanding the output, which is passed back unexamined to the client.", + "description": "The Database Migration Service (classic) helps people migrate their data from on-premise database servers to Azure, or from older database software to newer software. The service manages one or more workers that are joined to a customer's virtual network, which is assumed to provide connectivity to their databases. To avoid frequent updates to the resource provider, data migration tasks are implemented by the resource provider in a generic way as task resources, each of which has a task type (which identifies the type of work to run), input, and output. The client is responsible for providing appropriate task type and inputs, which will be passed through unexamined to the machines that implement the functionality, and for understanding the output, which is passed back unexamined to the client.", "x-ms-code-generation-settings": { "name": "DataMigrationServiceClient", "useDateTimeOffset": true @@ -41,7 +41,7 @@ "/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/skus": { "get": { "summary": "Get supported SKUs", - "description": "The skus action returns the list of SKUs that DMS supports.", + "description": "The skus action returns the list of SKUs that DMS (classic) supports.", "tags": [ "Standard operation", "GET" @@ -95,8 +95,8 @@ } ], "put": { - "summary": "Create or update DMS Instance", - "description": "The services resource is the top-level resource that represents the Database Migration Service. The PUT method creates a new service or updates an existing one. When a service is updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single kind, \"vm\", which refers to a VM-based service, although other kinds may be added in the future. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request (\"ServiceIsBusy\"). The provider will reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState property.", + "summary": "Create or update DMS (classic) Instance", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The PUT method creates a new service or updates an existing one. When a service is updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single kind, \"vm\", which refers to a VM-based service, although other kinds may be added in the future. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request (\"ServiceIsBusy\"). The provider will reply when successful with 200 OK or 201 Created. Long-running operations use the provisioningState property.", "tags": [ "Service resource", "Standard operation", @@ -139,8 +139,8 @@ } }, "get": { - "summary": "Get DMS Service Instance", - "description": "The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance.", + "summary": "Get DMS (classic) Service Instance", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The GET method retrieves information about a service instance.", "tags": [ "Service resource", "Standard operation", @@ -168,8 +168,8 @@ } }, "delete": { - "summary": "Delete DMS Service Instance", - "description": "The services resource is the top-level resource that represents the Database Migration Service. The DELETE method deletes a service. Any running tasks will be canceled.", + "summary": "Delete DMS (classic) Service Instance", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The DELETE method deletes a service. Any running tasks will be canceled.", "tags": [ "Service resource", "Standard operation", @@ -206,8 +206,8 @@ } }, "patch": { - "summary": "Create or update DMS Service Instance", - "description": "The services resource is the top-level resource that represents the Database Migration Service. The PATCH method updates an existing service. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request (\"ServiceIsBusy\").", + "summary": "Create or update DMS (classic) Service Instance", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). The PATCH method updates an existing service. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will fail with 400 Bad Request (\"ServiceIsBusy\").", "tags": [ "Service resource", "Standard operation", @@ -247,7 +247,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/checkStatus": { "post": { "summary": "Check service health status", - "description": "The services resource is the top-level resource that represents the Database Migration Service. This action performs a health check and returns the status of the service and virtual machine size.", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action performs a health check and returns the status of the service and virtual machine size.", "tags": [ "Service resource", "Custom operation", @@ -292,7 +292,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/start": { "post": { "summary": "Start service", - "description": "The services resource is the top-level resource that represents the Database Migration Service. This action starts the service and the service can be used for data migration.", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action starts the service and the service can be used for data migration.", "tags": [ "Service resource", "Custom operation", @@ -338,7 +338,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/stop": { "post": { "summary": "Stop service", - "description": "The services resource is the top-level resource that represents the Database Migration Service. This action stops the service and the service cannot be used for data migration. The service owner won't be billed when the service is stopped.", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This action stops the service and the service cannot be used for data migration. The service owner won't be billed when the service is stopped.", "tags": [ "Service resource", "Custom operation", @@ -384,7 +384,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/skus": { "get": { "summary": "Get compatible SKUs", - "description": "The services resource is the top-level resource that represents the Database Migration Service. The skus action returns the list of SKUs that a service resource can be updated to.", + "description": "The services resource is the top-level resource that represents the Database Migration Service (classic). The skus action returns the list of SKUs that a service resource can be updated to.", "tags": [ "Service resource", "Standard operation", @@ -432,7 +432,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks": { "get": { "summary": "Get tasks in a service", - "description": "The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of tasks owned by a service resource. Some tasks may have a status of Unknown, which indicates that an error occurred while querying the status of that task.", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of tasks owned by a service resource. Some tasks may have a status of Unknown, which indicates that an error occurred while querying the status of that task.", "tags": [ "Service resource", "Standard operation", @@ -486,7 +486,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks": { "get": { "summary": "Get service level tasks for a service", - "description": "The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service level tasks owned by a service resource. Some tasks may have a status of Unknown, which indicates that an error occurred while querying the status of that task.", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service level tasks owned by a service resource. Some tasks may have a status of Unknown, which indicates that an error occurred while querying the status of that task.", "tags": [ "Service resource", "Standard operation", @@ -584,7 +584,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services": { "get": { "summary": "Get services in resource group", - "description": "The Services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service resources in a resource group.", + "description": "The Services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a resource group.", "tags": [ "Service resource", "Standard operation", @@ -629,7 +629,7 @@ "/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/services": { "get": { "summary": "Get services in subscription", - "description": "The services resource is the top-level resource that represents the Database Migration Service. This method returns a list of service resources in a subscription.", + "description": "The services resource is the top-level resource that represents the Azure Database Migration Service (classic). This method returns a list of service resources in a subscription.", "tags": [ "Service resource", "Standard operation", @@ -691,7 +691,7 @@ ], "put": { "summary": "Create or update task", - "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PUT method creates a new task or updates an existing one, although since tasks have no mutable custom properties, there is little reason to update an existing one.", + "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The PUT method creates a new task or updates an existing one, although since tasks have no mutable custom properties, there is little reason to update an existing one.", "tags": [ "Task resource", "Standard operation", @@ -731,7 +731,7 @@ }, "get": { "summary": "Get task information", - "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task.", + "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The GET method retrieves information about a task.", "tags": [ "Task resource", "Standard operation", @@ -769,7 +769,7 @@ }, "delete": { "summary": "Delete task", - "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The DELETE method deletes a task, canceling it first if it's running.", + "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The DELETE method deletes a task, canceling it first if it's running.", "tags": [ "Task resource", "Standard operation", @@ -803,7 +803,7 @@ }, "patch": { "summary": "Create or update task", - "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PATCH method updates an existing task, but since tasks have no mutable custom properties, there is little reason to do so.", + "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The PATCH method updates an existing task, but since tasks have no mutable custom properties, there is little reason to do so.", "tags": [ "Task resource", "Standard operation", @@ -856,7 +856,7 @@ ], "put": { "summary": "Create or update service task", - "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PUT method creates a new service task or updates an existing one, although since service tasks have no mutable custom properties, there is little reason to update an existing one.", + "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The PUT method creates a new service task or updates an existing one, although since service tasks have no mutable custom properties, there is little reason to update an existing one.", "tags": [ "Service Task resource", "Standard operation", @@ -896,7 +896,7 @@ }, "get": { "summary": "Get service task information", - "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a service task.", + "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The GET method retrieves information about a service task.", "tags": [ "Service Task resource", "Standard operation", @@ -934,7 +934,7 @@ }, "delete": { "summary": "Delete service task", - "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The DELETE method deletes a service task, canceling it first if it's running.", + "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The DELETE method deletes a service task, canceling it first if it's running.", "tags": [ "Service Task resource", "Standard operation", @@ -968,7 +968,7 @@ }, "patch": { "summary": "Create or update service task", - "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The PATCH method updates an existing service task, but since service tasks have no mutable custom properties, there is little reason to do so.", + "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The PATCH method updates an existing service task, but since service tasks have no mutable custom properties, there is little reason to do so.", "tags": [ "Service Task resource", "Standard operation", @@ -1004,7 +1004,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks/{taskName}/cancel": { "post": { "summary": "Cancel a task", - "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. This method cancels a task if it's currently queued or running.", + "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. This method cancels a task if it's currently queued or running.", "tags": [ "Task resource", "Custom operation", @@ -1055,7 +1055,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/serviceTasks/{taskName}/cancel": { "post": { "summary": "Cancel a service task", - "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. This method cancels a service task if it's currently queued or running.", + "description": "The service tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. This method cancels a service task if it's currently queued or running.", "tags": [ "Service Task resource", "Custom operation", @@ -1103,7 +1103,7 @@ "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}/projects/{projectName}/tasks/{taskName}/command": { "post": { "summary": "Execute a command on a task", - "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. This method executes a command on a running task.", + "description": "The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. This method executes a command on a running task.", "tags": [ "Task resource", "Custom operation", @@ -1405,7 +1405,7 @@ "/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usages": { "get": { "summary": "Get resource quotas and usage information", - "description": "This method returns region-specific quotas and resource usage information for the Database Migration Service.", + "description": "This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic).", "tags": [ "Standard operation", "GET" diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Commands.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Commands.json index b389adce26d9..f36019b78b81 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Commands.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Commands.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { @@ -19,7 +19,7 @@ "definitions": { "CommandProperties": { "type": "object", - "description": "Base class for all types of DMS command properties. If command is not supported by current client, this object is returned.", + "description": "Base class for all types of DMS (classic) command properties. If command is not supported by current client, this object is returned.", "properties": { "commandType": { "enum": [ diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Common.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Common.json index c299b26f8e9a..4edee42fc075 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Common.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Common.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourceMySqlTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourceMySqlTask.json index ba289b21584c..739fae6fbe16 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourceMySqlTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourceMySqlTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourcePostgreSqlSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourcePostgreSqlSyncTask.json index c2c12ccc2034..866f80a8f09c 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourcePostgreSqlSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourcePostgreSqlSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourceSqlServerTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourceSqlServerTask.json index df399ed0da68..7e2e684f8bcc 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourceSqlServerTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToSourceSqlServerTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetAzureDbForMySqlTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetAzureDbForMySqlTask.json index d0f485274220..01aea0227181 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetAzureDbForMySqlTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetAzureDbForMySqlTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetAzureDbForPostgreSqlSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetAzureDbForPostgreSqlSyncTask.json index 8adef4a2fab1..e08e26fbb2b1 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetAzureDbForPostgreSqlSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetAzureDbForPostgreSqlSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlDbTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlDbTask.json index 78c1b9ab8e8e..1b40baf96cea 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlDbTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlDbTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlMITask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlMITask.json index 6a1ab89cc797..df027ec7e904 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlMITask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlMITask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlMiSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlMiSyncTask.json index fc84b1c2a284..b5bbd425e3a3 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlMiSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlMiSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { @@ -26,7 +26,7 @@ "description": "Connection information for Azure SQL Database Managed Instance" }, "azureApp": { - "description": "Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account", + "description": "Azure Active Directory Application the DMS (classic) instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account", "$ref": "./Common.json#/definitions/AzureActiveDirectoryApp" } }, diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlSqlDbSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlSqlDbSyncTask.json index 3363ba6c57ed..0317a6ed0a72 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlSqlDbSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ConnectToTargetSqlSqlDbSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Files.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Files.json index cb35f2264d41..6b465437291e 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Files.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Files.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Data Migration Service Resource Provider", + "title": "Azure Data Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetTdeCertificatesSqlTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetTdeCertificatesSqlTask.json index d8246731aaa3..6ea22830f016 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetTdeCertificatesSqlTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetTdeCertificatesSqlTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesMySqlTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesMySqlTask.json index 5a701314a332..64c75608bee2 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesMySqlTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesMySqlTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesSqlSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesSqlSyncTask.json index b6383fcc7d58..8f2687090d02 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesSqlSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesSqlSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesSqlTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesSqlTask.json index bc0a59ae18d5..1fa021b09098 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesSqlTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/GetUserTablesSqlTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateMySqlAzureDbForMySqlOfflineTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateMySqlAzureDbForMySqlOfflineTask.json index 8fd58e91eacb..4fb7391dfe23 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateMySqlAzureDbForMySqlOfflineTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateMySqlAzureDbForMySqlOfflineTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateMySqlAzureDbForMySqlSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateMySqlAzureDbForMySqlSyncTask.json index 930fcd8234ba..1d7e8f51cfc1 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateMySqlAzureDbForMySqlSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateMySqlAzureDbForMySqlSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigratePostgreSqlAzureDbForPostgreSqlSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigratePostgreSqlAzureDbForPostgreSqlSyncTask.json index 859fe4c66cc8..ad6df6a9dca2 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigratePostgreSqlAzureDbForPostgreSqlSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigratePostgreSqlAzureDbForPostgreSqlSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSchemaSqlServerSqlDbTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSchemaSqlServerSqlDbTask.json index 09ab522f1b56..6039da0e925d 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSchemaSqlServerSqlDbTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSchemaSqlServerSqlDbTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlDbSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlDbSyncTask.json index ae21148d05a3..0bcda47df219 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlDbSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlDbSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlDbTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlDbTask.json index e10c7a75acd8..72c88da34740 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlDbTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlDbTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlMITask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlMITask.json index 8c58e0487d90..4ae117058dd7 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlMITask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlMITask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlMiSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlMiSyncTask.json index 991080975303..63cbe2076ae1 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlMiSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSqlServerSqlMiSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSsisTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSsisTask.json index 9f444ac673e3..e3c6a09ec00d 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSsisTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrateSsisTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrationValidation.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrationValidation.json index 05bcf7c8cc71..f4090f43e564 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrationValidation.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MigrationValidation.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MongoDbTasks.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MongoDbTasks.json index e35b6aec60cc..1c670685120d 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MongoDbTasks.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/MongoDbTasks.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/OracleAzureDbPostgreSqlSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/OracleAzureDbPostgreSqlSyncTask.json index bfae64871037..f8e9245e03e8 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/OracleAzureDbPostgreSqlSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/OracleAzureDbPostgreSqlSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Projects.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Projects.json index eb17e04d3f71..378d668d4f40 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Projects.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Projects.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ResourceSkus.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ResourceSkus.json index 14906b9cc023..4b6164ddf886 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ResourceSkus.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ResourceSkus.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { @@ -32,7 +32,7 @@ "tier": { "readOnly": true, "type": "string", - "description": "Specifies the tier of DMS in a scale set." + "description": "Specifies the tier of DMS (classic) in a scale set." }, "size": { "readOnly": true, @@ -95,7 +95,7 @@ "description": "The restrictions because of which SKU cannot be used. This is empty if there are no restrictions." } }, - "description": "Describes an available DMS SKU." + "description": "Describes an available DMS (classic) SKU." }, "ResourceSkuCapacity": { "properties": { @@ -219,13 +219,13 @@ }, "nextLink": { "type": "string", - "description": "The uri to fetch the next page of DMS SKUs. Call ListNext() with this to fetch the next page of DMS SKUs." + "description": "The uri to fetch the next page of DMS (classic) SKUs. Call ListNext() with this to fetch the next page of DMS (classic) SKUs." } }, "required": [ "value" ], - "description": "The DMS List SKUs operation response." + "description": "The DMS (classic) List SKUs operation response." } } } diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ServiceFeatureOCITask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ServiceFeatureOCITask.json index 3d23d0cf8bfd..212b73c12db3 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ServiceFeatureOCITask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ServiceFeatureOCITask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ServiceTasks.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ServiceTasks.json index 745f820ef4f5..125105783056 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ServiceTasks.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ServiceTasks.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Data Migration Service Resource Provider", + "title": "Azure Data Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Services.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Services.json index ebe0e3d8f05c..6acc3c337a0a 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Services.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Services.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { @@ -82,7 +82,7 @@ }, "DataMigrationService": { "type": "object", - "description": "A Database Migration Service resource", + "description": "An Azure Database Migration Service (classic) resource", "properties": { "etag": { "type": "string", @@ -132,7 +132,7 @@ }, "DataMigrationServiceProperties": { "type": "object", - "description": "Properties of the Database Migration Service instance", + "description": "Properties of the Azure Database Migration Service (classic) instance", "properties": { "provisioningState": { "type": "string", @@ -209,7 +209,7 @@ }, "ServiceOperation": { "type": "object", - "description": "Description of an action supported by the Database Migration Service", + "description": "Description of an action supported by the Azure Database Migration Service (classic)", "properties": { "name": { "type": "string", diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Tasks.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Tasks.json index 1180b8e2fa8d..ca1d9f42c97c 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Tasks.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/Tasks.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { @@ -19,7 +19,7 @@ "definitions": { "ProjectTaskProperties": { "type": "object", - "description": "Base class for all types of DMS task properties. If task is not supported by current client, this object is returned.", + "description": "Base class for all types of DMS (classic) task properties. If task is not supported by current client, this object is returned.", "properties": { "taskType": { "enum": [ diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/TasksCommon.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/TasksCommon.json index 4c248cad3c53..a8108c0d3d15 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/TasksCommon.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/TasksCommon.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { @@ -388,7 +388,7 @@ }, "azureApp": { "$ref": "./Common.json#/definitions/AzureActiveDirectoryApp", - "description": "Azure Active Directory Application the DMS instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account" + "description": "Azure Active Directory Application the DMS (classic) instance will use to connect to the target instance of Azure SQL Database Managed Instance and the Azure Storage Account" } }, "required": [ @@ -1259,7 +1259,7 @@ "properties": { "ssisStoreType": { "$ref": "#/definitions/SsisStoreType", - "description": "The SSIS store type of source, only SSIS catalog is supported now in DMS" + "description": "The SSIS store type of source, only SSIS catalog is supported now in DMS (classic)" }, "projectOverwriteOption": { "$ref": "#/definitions/SsisMigrationOverwriteOption", @@ -1273,7 +1273,7 @@ }, "SsisStoreType": { "type": "string", - "description": "An enumeration of supported source SSIS store type in DMS", + "description": "An enumeration of supported source SSIS store type in DMS (classic)", "enum": [ "SsisCatalog" ], @@ -1284,7 +1284,7 @@ }, "SsisMigrationOverwriteOption": { "type": "string", - "description": "The overwrite option for SSIS object migration, only ignore and overwrite are supported in DMS now and future may add Reuse option for container object", + "description": "The overwrite option for SSIS object migration, only ignore and overwrite are supported in DMS (classic) now and future may add Reuse option for container object", "enum": [ "Ignore", "Overwrite" diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateMigrationInputSqlServerSqlMITask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateMigrationInputSqlServerSqlMITask.json index 5027585b8090..0045f7358c63 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateMigrationInputSqlServerSqlMITask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateMigrationInputSqlServerSqlMITask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateMigrationInputSqlServerSqlMiSyncTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateMigrationInputSqlServerSqlMiSyncTask.json index 80362b7eb587..1c1ce347cc6c 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateMigrationInputSqlServerSqlMiSyncTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateMigrationInputSqlServerSqlMiSyncTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": { diff --git a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateSyncMigrationInputSqlServerTask.json b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateSyncMigrationInputSqlServerTask.json index 85e6460f673b..b1b9c81ff136 100644 --- a/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateSyncMigrationInputSqlServerTask.json +++ b/specification/datamigration/resource-manager/Microsoft.DataMigration/preview/2022-03-30-preview/definitions/ValidateSyncMigrationInputSqlServerTask.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Azure Database Migration Service Resource Provider", + "title": "Azure Database Migration Service (classic) Resource Provider", "version": "2022-03-30-preview" }, "securityDefinitions": {