From 62d6b99200748f4810ce6e3d3456d6f9a7572897 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 9 Feb 2023 03:08:44 +0000 Subject: [PATCH] CodeGen from PR 22501 in Azure/azure-rest-api-specs Merge 428d4e1d8d3066943eb99ef0025679f8362e9364 into 50e7b9b2c1527ee2342032595541b2ffd12ae10d --- .../DataMigrationServiceCollection.cs | 12 ++--- .../Generated/DataMigrationServiceResource.cs | 32 ++++++------ .../Extensions/DataMigrationExtensions.cs | 16 +++--- .../SubscriptionResourceExtensionClient.cs | 12 ++--- .../src/Generated/Models/CommandProperties.cs | 2 +- .../ConnectToTargetSqlMISyncTaskInput.cs | 4 +- .../MigrateSqlServerSqlMISyncTaskInput.cs | 4 +- .../Generated/Models/ProjectTaskProperties.cs | 2 +- .../src/Generated/Models/ResourceSku.cs | 6 +-- .../Generated/Models/ResourceSkusResult.cs | 6 +-- .../Models/SqlServerSqlMISyncTaskInput.cs | 6 +-- .../src/Generated/Models/SsisMigrationInfo.cs | 4 +- .../Models/SsisMigrationOverwriteOption.cs | 2 +- .../src/Generated/Models/SsisStoreType.cs | 2 +- ...grationInputSqlServerSqlMISyncTaskInput.cs | 4 +- .../src/Generated/ProjectResource.cs | 4 +- .../ResourceSkusRestOperations.cs | 8 +-- .../ServiceTasksRestOperations.cs | 28 +++++----- .../RestOperations/ServicesRestOperations.cs | 52 +++++++++---------- .../RestOperations/TasksRestOperations.cs | 32 ++++++------ .../RestOperations/UsagesRestOperations.cs | 8 +-- .../Generated/ServiceProjectTaskCollection.cs | 12 ++--- .../Generated/ServiceProjectTaskResource.cs | 20 +++---- .../Generated/ServiceServiceTaskCollection.cs | 12 ++--- .../Generated/ServiceServiceTaskResource.cs | 16 +++--- .../src/autorest.md | 2 +- 26 files changed, 154 insertions(+), 154 deletions(-) diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/DataMigrationServiceCollection.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/DataMigrationServiceCollection.cs index 99a3f8200f36..3ace5469cf26 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/DataMigrationServiceCollection.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/DataMigrationServiceCollection.cs @@ -54,7 +54,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// 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. + /// 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. /// /// /// Request Path @@ -95,7 +95,7 @@ public virtual async Task> CreateOrUp } /// - /// 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. + /// 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. /// /// /// Request Path @@ -136,7 +136,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUnt } /// - /// The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. + /// 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. /// /// /// Request Path @@ -173,7 +173,7 @@ public virtual async Task> GetAsync(strin } /// - /// The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. + /// 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. /// /// /// Request Path @@ -210,7 +210,7 @@ public virtual Response Get(string serviceName, Ca } /// - /// 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. + /// 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. /// /// /// Request Path @@ -232,7 +232,7 @@ public virtual AsyncPageable GetAllAsync(Cancellat } /// - /// 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. + /// 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. /// /// /// Request Path diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/DataMigrationServiceResource.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/DataMigrationServiceResource.cs index 4cb69b6cd40e..f1fad708840a 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/DataMigrationServiceResource.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/DataMigrationServiceResource.cs @@ -97,7 +97,7 @@ public virtual ServiceServiceTaskCollection GetServiceServiceTasks() } /// - /// 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. + /// 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. /// /// /// Request Path @@ -121,7 +121,7 @@ public virtual async Task> GetServiceServic } /// - /// 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. + /// 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. /// /// /// Request Path @@ -198,7 +198,7 @@ public virtual Response GetProject(string projectName, Cancella } /// - /// The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. + /// 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. /// /// /// Request Path @@ -230,7 +230,7 @@ public virtual async Task> GetAsync(Cance } /// - /// The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. + /// 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. /// /// /// Request Path @@ -262,7 +262,7 @@ public virtual Response Get(CancellationToken canc } /// - /// 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. + /// 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. /// /// /// Request Path @@ -297,7 +297,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, bool? d } /// - /// 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. + /// 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. /// /// /// Request Path @@ -332,7 +332,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, bool? deleteRunningTasks } /// - /// 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"). + /// 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"). /// /// /// Request Path @@ -370,7 +370,7 @@ public virtual async Task> UpdateAsyn } /// - /// 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"). + /// 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"). /// /// /// Request Path @@ -408,7 +408,7 @@ public virtual ArmOperation Update(WaitUntil waitU } /// - /// 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. + /// 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. /// /// /// Request Path @@ -438,7 +438,7 @@ public virtual async Task> CheckSta } /// - /// 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. + /// 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. /// /// /// Request Path @@ -468,7 +468,7 @@ public virtual Response CheckStatus(Cancella } /// - /// 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. + /// 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. /// /// /// Request Path @@ -502,7 +502,7 @@ public virtual async Task StartAsync(WaitUntil waitUntil, Cancella } /// - /// 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. + /// 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. /// /// /// Request Path @@ -536,7 +536,7 @@ public virtual ArmOperation Start(WaitUntil waitUntil, CancellationToken cancell } /// - /// 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. + /// 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. /// /// /// Request Path @@ -570,7 +570,7 @@ public virtual async Task StopAsync(WaitUntil waitUntil, Cancellat } /// - /// 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. + /// 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. /// /// /// Request Path @@ -604,7 +604,7 @@ public virtual ArmOperation Stop(WaitUntil waitUntil, CancellationToken cancella } /// - /// 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. + /// 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. /// /// /// Request Path @@ -626,7 +626,7 @@ public virtual AsyncPageable GetSkusAsync(CancellationToken } /// - /// 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. + /// 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. /// /// /// Request Path diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Extensions/DataMigrationExtensions.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Extensions/DataMigrationExtensions.cs index f15bc666dd9c..22c0965b57e1 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Extensions/DataMigrationExtensions.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Extensions/DataMigrationExtensions.cs @@ -71,7 +71,7 @@ public static Pageable GetSqlMigrationServices(this } /// - /// The skus action returns the list of SKUs that DMS supports. + /// The skus action returns the list of SKUs that DMS (classic) supports. /// /// /// Request Path @@ -92,7 +92,7 @@ public static AsyncPageable GetSkusResourceSkusAsync(this Subscript } /// - /// The skus action returns the list of SKUs that DMS supports. + /// The skus action returns the list of SKUs that DMS (classic) supports. /// /// /// Request Path @@ -113,7 +113,7 @@ public static Pageable GetSkusResourceSkus(this SubscriptionResourc } /// - /// 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. + /// 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. /// /// /// Request Path @@ -134,7 +134,7 @@ public static AsyncPageable GetDataMigrationServic } /// - /// 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. + /// 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. /// /// /// Request Path @@ -205,7 +205,7 @@ public static Response CheckNameAvailabilityService(th } /// - /// This method returns region-specific quotas and resource usage information for the Database Migration Service. + /// This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic). /// /// /// Request Path @@ -227,7 +227,7 @@ public static AsyncPageable GetUsagesAsync(this SubscriptionResource subs } /// - /// This method returns region-specific quotas and resource usage information for the Database Migration Service. + /// This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic). /// /// /// Request Path @@ -508,7 +508,7 @@ public static DataMigrationServiceCollection GetDataMigrationServices(this Resou } /// - /// The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. + /// 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. /// /// /// Request Path @@ -532,7 +532,7 @@ public static async Task> GetDataMigratio } /// - /// The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. + /// 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. /// /// /// Request Path diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs index b357a6967a35..958a0173ae64 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Extensions/SubscriptionResourceExtensionClient.cs @@ -100,7 +100,7 @@ public virtual Pageable GetSqlMigrationServices(Can } /// - /// The skus action returns the list of SKUs that DMS supports. + /// The skus action returns the list of SKUs that DMS (classic) supports. /// /// /// Request Path @@ -122,7 +122,7 @@ public virtual AsyncPageable GetSkusResourceSkusAsync(CancellationT } /// - /// The skus action returns the list of SKUs that DMS supports. + /// The skus action returns the list of SKUs that DMS (classic) supports. /// /// /// Request Path @@ -144,7 +144,7 @@ public virtual Pageable GetSkusResourceSkus(CancellationToken cance } /// - /// 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. + /// 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. /// /// /// Request Path @@ -166,7 +166,7 @@ public virtual AsyncPageable GetDataMigrationServi } /// - /// 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. + /// 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. /// /// /// Request Path @@ -252,7 +252,7 @@ public virtual Response CheckNameAvailabilityService(A } /// - /// This method returns region-specific quotas and resource usage information for the Database Migration Service. + /// This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic). /// /// /// Request Path @@ -275,7 +275,7 @@ public virtual AsyncPageable GetUsagesAsync(AzureLocation location, Cance } /// - /// This method returns region-specific quotas and resource usage information for the Database Migration Service. + /// This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic). /// /// /// Request Path diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/CommandProperties.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/CommandProperties.cs index a9df9c4cb06c..1ea84a5f5b67 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/CommandProperties.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/CommandProperties.cs @@ -11,7 +11,7 @@ namespace Azure.ResourceManager.DataMigration.Models { /// - /// Base class for all types of DMS command properties. If command is not supported by current client, this object is returned. + /// Base class for all types of DMS (classic) command properties. If command is not supported by current client, this object is returned. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include , , , and . /// diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ConnectToTargetSqlMISyncTaskInput.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ConnectToTargetSqlMISyncTaskInput.cs index 9a2f3beb9410..e72a69ee30a6 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ConnectToTargetSqlMISyncTaskInput.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ConnectToTargetSqlMISyncTaskInput.cs @@ -15,7 +15,7 @@ public partial class ConnectToTargetSqlMISyncTaskInput { /// Initializes a new instance of ConnectToTargetSqlMISyncTaskInput. /// Connection information for Azure SQL Database Managed Instance. - /// 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. + /// 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. /// or is null. public ConnectToTargetSqlMISyncTaskInput(MISqlConnectionInfo targetConnectionInfo, AzureActiveDirectoryApp azureApp) { @@ -28,7 +28,7 @@ public ConnectToTargetSqlMISyncTaskInput(MISqlConnectionInfo targetConnectionInf /// Connection information for Azure SQL Database Managed Instance. public MISqlConnectionInfo TargetConnectionInfo { get; set; } - /// 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. + /// 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. public AzureActiveDirectoryApp AzureApp { get; set; } } } diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/MigrateSqlServerSqlMISyncTaskInput.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/MigrateSqlServerSqlMISyncTaskInput.cs index 08d126e428ec..ab93ca8098c4 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/MigrateSqlServerSqlMISyncTaskInput.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/MigrateSqlServerSqlMISyncTaskInput.cs @@ -19,7 +19,7 @@ public partial class MigrateSqlServerSqlMISyncTaskInput : SqlServerSqlMISyncTask /// Fully qualified resourceId of storage. /// Connection information for source SQL Server. /// Connection information for Azure SQL Database Managed Instance. - /// 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. + /// 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. /// , , , or is null. public MigrateSqlServerSqlMISyncTaskInput(IEnumerable selectedDatabases, string storageResourceId, SqlConnectionInfo sourceConnectionInfo, MISqlConnectionInfo targetConnectionInfo, AzureActiveDirectoryApp azureApp) : base(selectedDatabases, storageResourceId, sourceConnectionInfo, targetConnectionInfo, azureApp) { @@ -36,7 +36,7 @@ public MigrateSqlServerSqlMISyncTaskInput(IEnumerable Fully qualified resourceId of storage. /// Connection information for source SQL Server. /// Connection information for Azure SQL Database Managed Instance. - /// 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. + /// 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. /// Number of database migrations to start in parallel. internal MigrateSqlServerSqlMISyncTaskInput(IList selectedDatabases, FileShare backupFileShare, string storageResourceId, SqlConnectionInfo sourceConnectionInfo, MISqlConnectionInfo targetConnectionInfo, AzureActiveDirectoryApp azureApp, float? numberOfParallelDatabaseMigrations) : base(selectedDatabases, backupFileShare, storageResourceId, sourceConnectionInfo, targetConnectionInfo, azureApp) { diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ProjectTaskProperties.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ProjectTaskProperties.cs index 0e763cf13d5c..cf7c6e91219e 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ProjectTaskProperties.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ProjectTaskProperties.cs @@ -11,7 +11,7 @@ namespace Azure.ResourceManager.DataMigration.Models { /// - /// Base class for all types of DMS task properties. If task is not supported by current client, this object is returned. + /// Base class for all types of DMS (classic) task properties. If task is not supported by current client, this object is returned. /// Please note is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. /// The available derived classes include , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and . /// diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ResourceSku.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ResourceSku.cs index c597ad20b02d..a93288cd08c3 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ResourceSku.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ResourceSku.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.DataMigration.Models { - /// Describes an available DMS SKU. + /// Describes an available DMS (classic) SKU. public partial class ResourceSku { /// Initializes a new instance of ResourceSku. @@ -26,7 +26,7 @@ internal ResourceSku() /// Initializes a new instance of ResourceSku. /// The type of resource the SKU applies to. /// The name of SKU. - /// Specifies the tier of DMS in a scale set. + /// Specifies the tier of DMS (classic) in a scale set. /// The Size of the SKU. /// The Family of this particular SKU. /// The Kind of resources that are supported in this SKU. @@ -56,7 +56,7 @@ internal ResourceSku(string resourceType, string name, string tier, string size, public string ResourceType { get; } /// The name of SKU. public string Name { get; } - /// Specifies the tier of DMS in a scale set. + /// Specifies the tier of DMS (classic) in a scale set. public string Tier { get; } /// The Size of the SKU. public string Size { get; } diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ResourceSkusResult.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ResourceSkusResult.cs index f67ff10e99a9..2bbab54ad704 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ResourceSkusResult.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ResourceSkusResult.cs @@ -12,7 +12,7 @@ namespace Azure.ResourceManager.DataMigration.Models { - /// The DMS List SKUs operation response. + /// The DMS (classic) List SKUs operation response. internal partial class ResourceSkusResult { /// Initializes a new instance of ResourceSkusResult. @@ -27,7 +27,7 @@ internal ResourceSkusResult(IEnumerable value) /// Initializes a new instance of ResourceSkusResult. /// The list of SKUs available for the subscription. - /// The uri to fetch the next page of DMS SKUs. Call ListNext() with this to fetch the next page of DMS SKUs. + /// The uri to fetch the next page of DMS (classic) SKUs. Call ListNext() with this to fetch the next page of DMS (classic) SKUs. internal ResourceSkusResult(IReadOnlyList value, string nextLink) { Value = value; @@ -36,7 +36,7 @@ internal ResourceSkusResult(IReadOnlyList value, string nextLink) /// The list of SKUs available for the subscription. public IReadOnlyList Value { get; } - /// The uri to fetch the next page of DMS SKUs. Call ListNext() with this to fetch the next page of DMS SKUs. + /// The uri to fetch the next page of DMS (classic) SKUs. Call ListNext() with this to fetch the next page of DMS (classic) SKUs. public string NextLink { get; } } } diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SqlServerSqlMISyncTaskInput.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SqlServerSqlMISyncTaskInput.cs index 7b95dd51b5b6..043e70a5d4eb 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SqlServerSqlMISyncTaskInput.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SqlServerSqlMISyncTaskInput.cs @@ -20,7 +20,7 @@ public partial class SqlServerSqlMISyncTaskInput /// Fully qualified resourceId of storage. /// Connection information for source SQL Server. /// Connection information for Azure SQL Database Managed Instance. - /// 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. + /// 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. /// , , , or is null. public SqlServerSqlMISyncTaskInput(IEnumerable selectedDatabases, string storageResourceId, SqlConnectionInfo sourceConnectionInfo, MISqlConnectionInfo targetConnectionInfo, AzureActiveDirectoryApp azureApp) { @@ -43,7 +43,7 @@ public SqlServerSqlMISyncTaskInput(IEnumerable Fully qualified resourceId of storage. /// Connection information for source SQL Server. /// Connection information for Azure SQL Database Managed Instance. - /// 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. + /// 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. internal SqlServerSqlMISyncTaskInput(IList selectedDatabases, FileShare backupFileShare, string storageResourceId, SqlConnectionInfo sourceConnectionInfo, MISqlConnectionInfo targetConnectionInfo, AzureActiveDirectoryApp azureApp) { SelectedDatabases = selectedDatabases; @@ -64,7 +64,7 @@ internal SqlServerSqlMISyncTaskInput(IList s public SqlConnectionInfo SourceConnectionInfo { get; set; } /// Connection information for Azure SQL Database Managed Instance. public MISqlConnectionInfo TargetConnectionInfo { get; set; } - /// 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. + /// 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. public AzureActiveDirectoryApp AzureApp { get; set; } } } diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisMigrationInfo.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisMigrationInfo.cs index 4e52e8da9bab..2145d493e365 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisMigrationInfo.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisMigrationInfo.cs @@ -16,7 +16,7 @@ public SsisMigrationInfo() } /// Initializes a new instance of SsisMigrationInfo. - /// The SSIS store type of source, only SSIS catalog is supported now in DMS. + /// The SSIS store type of source, only SSIS catalog is supported now in DMS (classic). /// The overwrite option for the SSIS project migration. /// The overwrite option for the SSIS environment migration. internal SsisMigrationInfo(SsisStoreType? ssisStoreType, SsisMigrationOverwriteOption? projectOverwriteOption, SsisMigrationOverwriteOption? environmentOverwriteOption) @@ -26,7 +26,7 @@ internal SsisMigrationInfo(SsisStoreType? ssisStoreType, SsisMigrationOverwriteO EnvironmentOverwriteOption = environmentOverwriteOption; } - /// The SSIS store type of source, only SSIS catalog is supported now in DMS. + /// The SSIS store type of source, only SSIS catalog is supported now in DMS (classic). public SsisStoreType? SsisStoreType { get; set; } /// The overwrite option for the SSIS project migration. public SsisMigrationOverwriteOption? ProjectOverwriteOption { get; set; } diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisMigrationOverwriteOption.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisMigrationOverwriteOption.cs index bbb7194b61b9..f5097fc954e0 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisMigrationOverwriteOption.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisMigrationOverwriteOption.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.DataMigration.Models { - /// 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. + /// 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. public readonly partial struct SsisMigrationOverwriteOption : IEquatable { private readonly string _value; diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisStoreType.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisStoreType.cs index e018d8a0c2ad..f8f2a051ba89 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisStoreType.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/SsisStoreType.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.DataMigration.Models { - /// An enumeration of supported source SSIS store type in DMS. + /// An enumeration of supported source SSIS store type in DMS (classic). public readonly partial struct SsisStoreType : IEquatable { private readonly string _value; diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ValidateMigrationInputSqlServerSqlMISyncTaskInput.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ValidateMigrationInputSqlServerSqlMISyncTaskInput.cs index 77af1259093d..2c2898e1dbd1 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ValidateMigrationInputSqlServerSqlMISyncTaskInput.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/Models/ValidateMigrationInputSqlServerSqlMISyncTaskInput.cs @@ -19,7 +19,7 @@ public partial class ValidateMigrationInputSqlServerSqlMISyncTaskInput : SqlServ /// Fully qualified resourceId of storage. /// Connection information for source SQL Server. /// Connection information for Azure SQL Database Managed Instance. - /// 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. + /// 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. /// , , , or is null. public ValidateMigrationInputSqlServerSqlMISyncTaskInput(IEnumerable selectedDatabases, string storageResourceId, SqlConnectionInfo sourceConnectionInfo, MISqlConnectionInfo targetConnectionInfo, AzureActiveDirectoryApp azureApp) : base(selectedDatabases, storageResourceId, sourceConnectionInfo, targetConnectionInfo, azureApp) { @@ -36,7 +36,7 @@ public ValidateMigrationInputSqlServerSqlMISyncTaskInput(IEnumerable Fully qualified resourceId of storage. /// Connection information for source SQL Server. /// Connection information for Azure SQL Database Managed Instance. - /// 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. + /// 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. internal ValidateMigrationInputSqlServerSqlMISyncTaskInput(IList selectedDatabases, FileShare backupFileShare, string storageResourceId, SqlConnectionInfo sourceConnectionInfo, MISqlConnectionInfo targetConnectionInfo, AzureActiveDirectoryApp azureApp) : base(selectedDatabases, backupFileShare, storageResourceId, sourceConnectionInfo, targetConnectionInfo, azureApp) { } diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ProjectResource.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ProjectResource.cs index 1ffe878c53d7..d49f3054ed91 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ProjectResource.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ProjectResource.cs @@ -95,7 +95,7 @@ public virtual ServiceProjectTaskCollection GetServiceProjectTasks() } /// - /// The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. + /// 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. /// /// /// Request Path @@ -119,7 +119,7 @@ public virtual async Task> GetServiceProjec } /// - /// The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. + /// 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. /// /// /// Request Path diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ResourceSkusRestOperations.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ResourceSkusRestOperations.cs index b5c9d5b08813..61f62b9be26a 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ResourceSkusRestOperations.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ResourceSkusRestOperations.cs @@ -54,7 +54,7 @@ internal HttpMessage CreateListSkusRequest(string subscriptionId) return message; } - /// The skus action returns the list of SKUs that DMS supports. + /// The skus action returns the list of SKUs that DMS (classic) supports. /// Subscription ID that identifies an Azure subscription. /// The cancellation token to use. /// is null. @@ -79,7 +79,7 @@ public async Task> ListSkusAsync(string subscriptio } } - /// The skus action returns the list of SKUs that DMS supports. + /// The skus action returns the list of SKUs that DMS (classic) supports. /// Subscription ID that identifies an Azure subscription. /// The cancellation token to use. /// is null. @@ -118,7 +118,7 @@ internal HttpMessage CreateListSkusNextPageRequest(string nextLink, string subsc return message; } - /// The skus action returns the list of SKUs that DMS supports. + /// The skus action returns the list of SKUs that DMS (classic) supports. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// The cancellation token to use. @@ -145,7 +145,7 @@ public async Task> ListSkusNextPageAsync(string nex } } - /// The skus action returns the list of SKUs that DMS supports. + /// The skus action returns the list of SKUs that DMS (classic) supports. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// The cancellation token to use. diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ServiceTasksRestOperations.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ServiceTasksRestOperations.cs index 961812299e1f..7aeae4e07cd1 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ServiceTasksRestOperations.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ServiceTasksRestOperations.cs @@ -62,7 +62,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string groupName, return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -92,7 +92,7 @@ public async Task> ListAsync(string subscriptionId, string gr } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -148,7 +148,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string g return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -182,7 +182,7 @@ public async Task> CreateOrUpdateAsync(string subscrip } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -242,7 +242,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string groupName, s return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -276,7 +276,7 @@ public async Task> GetAsync(string subscriptionId, str } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -336,7 +336,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string groupName return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -364,7 +364,7 @@ public async Task DeleteAsync(string subscriptionId, string groupName, } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -418,7 +418,7 @@ internal HttpMessage CreateUpdateRequest(string subscriptionId, string groupName return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -451,7 +451,7 @@ public async Task> UpdateAsync(string subscriptionId, } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -507,7 +507,7 @@ internal HttpMessage CreateCancelRequest(string subscriptionId, string groupName return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -538,7 +538,7 @@ public async Task> CancelAsync(string subscriptionId, } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -583,7 +583,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript return message; } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. @@ -615,7 +615,7 @@ public async Task> ListNextPageAsync(string nextLink, string } } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ServicesRestOperations.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ServicesRestOperations.cs index a1c7b210aeca..e833f6718ce1 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ServicesRestOperations.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/ServicesRestOperations.cs @@ -61,7 +61,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string g return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -89,7 +89,7 @@ public async Task CreateOrUpdateAsync(string subscriptionId, string gr } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -137,7 +137,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string groupName, s return message; } - /// The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -168,7 +168,7 @@ public async Task> GetAsync(string subscripti } } - /// The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -223,7 +223,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string groupName return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -250,7 +250,7 @@ public async Task DeleteAsync(string subscriptionId, string groupName, } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -301,7 +301,7 @@ internal HttpMessage CreateUpdateRequest(string subscriptionId, string groupName return message; } - /// 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"). + /// 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"). /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -328,7 +328,7 @@ public async Task UpdateAsync(string subscriptionId, string groupName, } } - /// 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"). + /// 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"). /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -376,7 +376,7 @@ internal HttpMessage CreateCheckStatusRequest(string subscriptionId, string grou return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -405,7 +405,7 @@ public async Task> CheckStatusAsync } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -455,7 +455,7 @@ internal HttpMessage CreateStartRequest(string subscriptionId, string groupName, return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -480,7 +480,7 @@ public async Task StartAsync(string subscriptionId, string groupName, } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -526,7 +526,7 @@ internal HttpMessage CreateStopRequest(string subscriptionId, string groupName, return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -551,7 +551,7 @@ public async Task StopAsync(string subscriptionId, string groupName, s } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -597,7 +597,7 @@ internal HttpMessage CreateListSkusRequest(string subscriptionId, string groupNa return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -626,7 +626,7 @@ public async Task> ListSkusAsync(string subscriptionId, } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -761,7 +761,7 @@ internal HttpMessage CreateListByResourceGroupRequest(string subscriptionId, str return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// The cancellation token to use. @@ -788,7 +788,7 @@ public async Task> ListByResourceGroupAsync(s } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// The cancellation token to use. @@ -832,7 +832,7 @@ internal HttpMessage CreateListRequest(string subscriptionId) return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// The cancellation token to use. /// is null. @@ -857,7 +857,7 @@ public async Task> ListAsync(string subscript } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// The cancellation token to use. /// is null. @@ -975,7 +975,7 @@ internal HttpMessage CreateListSkusNextPageRequest(string nextLink, string subsc return message; } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. @@ -1006,7 +1006,7 @@ public async Task> ListSkusNextPageAsync(string nextLin } } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. @@ -1051,7 +1051,7 @@ internal HttpMessage CreateListByResourceGroupNextPageRequest(string nextLink, s return message; } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. @@ -1080,7 +1080,7 @@ public async Task> ListByResourceGroupNextPag } } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. @@ -1123,7 +1123,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript return message; } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// The cancellation token to use. @@ -1150,7 +1150,7 @@ public async Task> ListNextPageAsync(string n } } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// The cancellation token to use. diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/TasksRestOperations.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/TasksRestOperations.cs index e580a95314fe..48bdcb6df7fd 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/TasksRestOperations.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/TasksRestOperations.cs @@ -64,7 +64,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, string groupName, return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -96,7 +96,7 @@ public async Task> ListAsync(string subscriptionId, string gr } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -156,7 +156,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string subscriptionId, string g return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -192,7 +192,7 @@ public async Task> CreateOrUpdateAsync(string subscrip } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -256,7 +256,7 @@ internal HttpMessage CreateGetRequest(string subscriptionId, string groupName, s return message; } - /// The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -292,7 +292,7 @@ public async Task> GetAsync(string subscriptionId, str } } - /// The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -356,7 +356,7 @@ internal HttpMessage CreateDeleteRequest(string subscriptionId, string groupName return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -386,7 +386,7 @@ public async Task DeleteAsync(string subscriptionId, string groupName, } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -444,7 +444,7 @@ internal HttpMessage CreateUpdateRequest(string subscriptionId, string groupName return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -479,7 +479,7 @@ public async Task> UpdateAsync(string subscriptionId, } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -539,7 +539,7 @@ internal HttpMessage CreateCancelRequest(string subscriptionId, string groupName return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -572,7 +572,7 @@ public async Task> CancelAsync(string subscriptionId, } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -634,7 +634,7 @@ internal HttpMessage CreateCommandRequest(string subscriptionId, string groupNam return message; } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -669,7 +669,7 @@ public async Task> CommandAsync(string subscriptionI } } - /// 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. + /// 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. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. /// Name of the service. @@ -718,7 +718,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript return message; } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. @@ -752,7 +752,7 @@ public async Task> ListNextPageAsync(string nextLink, string } } - /// 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. + /// 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. /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// Name of the resource group. diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/UsagesRestOperations.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/UsagesRestOperations.cs index 4b172d20aabe..9bf73e85a61e 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/UsagesRestOperations.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/RestOperations/UsagesRestOperations.cs @@ -56,7 +56,7 @@ internal HttpMessage CreateListRequest(string subscriptionId, AzureLocation loca return message; } - /// This method returns region-specific quotas and resource usage information for the Database Migration Service. + /// This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic). /// Subscription ID that identifies an Azure subscription. /// The Azure region of the operation. /// The cancellation token to use. @@ -82,7 +82,7 @@ public async Task> ListAsync(string subscriptionId, AzureLoc } } - /// This method returns region-specific quotas and resource usage information for the Database Migration Service. + /// This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic). /// Subscription ID that identifies an Azure subscription. /// The Azure region of the operation. /// The cancellation token to use. @@ -122,7 +122,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string subscript return message; } - /// This method returns region-specific quotas and resource usage information for the Database Migration Service. + /// This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic). /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// The Azure region of the operation. @@ -150,7 +150,7 @@ public async Task> ListNextPageAsync(string nextLink, string } } - /// This method returns region-specific quotas and resource usage information for the Database Migration Service. + /// This method returns region-specific quotas and resource usage information for the Azure Database Migration Service (classic). /// The URL to the next page of results. /// Subscription ID that identifies an Azure subscription. /// The Azure region of the operation. diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceProjectTaskCollection.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceProjectTaskCollection.cs index 42c7463b3868..56429b75dbaf 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceProjectTaskCollection.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceProjectTaskCollection.cs @@ -53,7 +53,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// 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. + /// 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. /// /// /// Request Path @@ -94,7 +94,7 @@ public virtual async Task> CreateOrUpda } /// - /// 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. + /// 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. /// /// /// Request Path @@ -135,7 +135,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil } /// - /// The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. + /// 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. /// /// /// Request Path @@ -173,7 +173,7 @@ public virtual async Task> GetAsync(string } /// - /// The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. + /// 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. /// /// /// Request Path @@ -211,7 +211,7 @@ public virtual Response Get(string taskName, string } /// - /// 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. + /// 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. /// /// /// Request Path @@ -234,7 +234,7 @@ public virtual AsyncPageable GetAllAsync(string task } /// - /// 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. + /// 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. /// /// /// Request Path diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceProjectTaskResource.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceProjectTaskResource.cs index 14aad5857028..6c24a2d6a989 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceProjectTaskResource.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceProjectTaskResource.cs @@ -88,7 +88,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. + /// 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. /// /// /// Request Path @@ -121,7 +121,7 @@ public virtual async Task> GetAsync(string } /// - /// The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. + /// 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. /// /// /// Request Path @@ -154,7 +154,7 @@ public virtual Response Get(string expand = null, Ca } /// - /// 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. + /// 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. /// /// /// Request Path @@ -189,7 +189,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, bool? d } /// - /// 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. + /// 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. /// /// /// Request Path @@ -224,7 +224,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, bool? deleteRunningTasks } /// - /// 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. + /// 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. /// /// /// Request Path @@ -258,7 +258,7 @@ public virtual async Task> UpdateAsync(Proj } /// - /// 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. + /// 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. /// /// /// Request Path @@ -292,7 +292,7 @@ public virtual Response Update(ProjectTaskData data, } /// - /// 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. + /// 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. /// /// /// Request Path @@ -322,7 +322,7 @@ public virtual async Task> CancelAsync(Canc } /// - /// 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. + /// 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. /// /// /// Request Path @@ -352,7 +352,7 @@ public virtual Response Cancel(CancellationToken can } /// - /// 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. + /// 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. /// /// /// Request Path @@ -386,7 +386,7 @@ public virtual async Task> CommandAsync(CommandPrope } /// - /// 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. + /// 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. /// /// /// Request Path diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceServiceTaskCollection.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceServiceTaskCollection.cs index bdced691f919..aedb7fb84b67 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceServiceTaskCollection.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceServiceTaskCollection.cs @@ -53,7 +53,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// 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. + /// 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. /// /// /// Request Path @@ -94,7 +94,7 @@ public virtual async Task> CreateOrUpda } /// - /// 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. + /// 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. /// /// /// Request Path @@ -135,7 +135,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUntil } /// - /// 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. + /// 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. /// /// /// Request Path @@ -173,7 +173,7 @@ public virtual async Task> GetAsync(string } /// - /// 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. + /// 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. /// /// /// Request Path @@ -211,7 +211,7 @@ public virtual Response Get(string taskName, string } /// - /// 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. + /// 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. /// /// /// Request Path @@ -234,7 +234,7 @@ public virtual AsyncPageable GetAllAsync(string task } /// - /// 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. + /// 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. /// /// /// Request Path diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceServiceTaskResource.cs b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceServiceTaskResource.cs index c0283005ffeb..cadfb2cb4ce8 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceServiceTaskResource.cs +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/Generated/ServiceServiceTaskResource.cs @@ -87,7 +87,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) } /// - /// 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. + /// 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. /// /// /// Request Path @@ -120,7 +120,7 @@ public virtual async Task> GetAsync(string } /// - /// 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. + /// 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. /// /// /// Request Path @@ -153,7 +153,7 @@ public virtual Response Get(string expand = null, Ca } /// - /// 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. + /// 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. /// /// /// Request Path @@ -188,7 +188,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, bool? d } /// - /// 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. + /// 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. /// /// /// Request Path @@ -223,7 +223,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, bool? deleteRunningTasks } /// - /// 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. + /// 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. /// /// /// Request Path @@ -257,7 +257,7 @@ public virtual async Task> UpdateAsync(Proj } /// - /// 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. + /// 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. /// /// /// Request Path @@ -291,7 +291,7 @@ public virtual Response Update(ProjectTaskData data, } /// - /// 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. + /// 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. /// /// /// Request Path @@ -321,7 +321,7 @@ public virtual async Task> CancelAsync(Canc } /// - /// 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. + /// 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. /// /// /// Request Path diff --git a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/autorest.md b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/autorest.md index 2115ffc87f08..3a86424cef47 100644 --- a/sdk/datamigration/Azure.ResourceManager.DataMigration/src/autorest.md +++ b/sdk/datamigration/Azure.ResourceManager.DataMigration/src/autorest.md @@ -9,7 +9,7 @@ csharp: true library-name: DataMigration namespace: Azure.ResourceManager.DataMigration # default tag is a preview version -require: https://github.com/Azure/azure-rest-api-specs/blob/2f28b5026a4b44adefd0237087acb0c48cfe31a6/specification/datamigration/resource-manager/readme.md +require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/datamigration/resource-manager/readme.md output-folder: $(this-folder)/Generated clear-output-folder: true skip-csproj: true