From 773c815fddf00a927ee3ae6b4132982b98548f3c Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 3 Dec 2020 14:47:01 +0000 Subject: [PATCH] CodeGen from PR 11832 in Azure/azure-rest-api-specs Merge f69ff78ededec7714db7400817108130c0f20df6 into 8869dfe160cfb608f120faadcee66c163dbb140f --- sdk/netapp/mgmt-v2020_07_01/pom.xml | 4 ++-- .../management/netapp/v2020_07_01/Volumes.java | 2 +- .../v2020_07_01/implementation/VolumesInner.java | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sdk/netapp/mgmt-v2020_07_01/pom.xml b/sdk/netapp/mgmt-v2020_07_01/pom.xml index 5249a33723c0..09e4efe49700 100644 --- a/sdk/netapp/mgmt-v2020_07_01/pom.xml +++ b/sdk/netapp/mgmt-v2020_07_01/pom.xml @@ -11,8 +11,8 @@ com.microsoft.azure azure-arm-parent - 1.3.2 - ../../parents/azure-arm-parent/pom.xml + 1.1.0 + ../../../pom.management.xml azure-mgmt-netapp 1.0.0-beta diff --git a/sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/Volumes.java b/sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/Volumes.java index 960fd9b07845..fe7d1b3b2bce 100644 --- a/sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/Volumes.java +++ b/sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/Volumes.java @@ -46,7 +46,7 @@ public interface Volumes extends SupportsCreating /** * Resync volume replication. - * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination. + * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source. * * @param resourceGroupName The name of the resource group. * @param accountName The name of the NetApp account diff --git a/sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/implementation/VolumesInner.java b/sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/implementation/VolumesInner.java index cd804331d439..cbac6e097a74 100644 --- a/sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/implementation/VolumesInner.java +++ b/sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/implementation/VolumesInner.java @@ -1860,7 +1860,7 @@ private ServiceResponse replicationStatusMethodDelegate( /** * Resync volume replication. - * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination. + * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source. * * @param resourceGroupName The name of the resource group. * @param accountName The name of the NetApp account @@ -1876,7 +1876,7 @@ public void resyncReplication(String resourceGroupName, String accountName, Stri /** * Resync volume replication. - * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination. + * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source. * * @param resourceGroupName The name of the resource group. * @param accountName The name of the NetApp account @@ -1892,7 +1892,7 @@ public ServiceFuture resyncReplicationAsync(String resourceGroupName, Stri /** * Resync volume replication. - * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination. + * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source. * * @param resourceGroupName The name of the resource group. * @param accountName The name of the NetApp account @@ -1912,7 +1912,7 @@ public Void call(ServiceResponse response) { /** * Resync volume replication. - * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination. + * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source. * * @param resourceGroupName The name of the resource group. * @param accountName The name of the NetApp account @@ -1946,7 +1946,7 @@ public Observable> resyncReplicationWithServiceResponseAsy /** * Resync volume replication. - * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination. + * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source. * * @param resourceGroupName The name of the resource group. * @param accountName The name of the NetApp account @@ -1962,7 +1962,7 @@ public void beginResyncReplication(String resourceGroupName, String accountName, /** * Resync volume replication. - * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination. + * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source. * * @param resourceGroupName The name of the resource group. * @param accountName The name of the NetApp account @@ -1978,7 +1978,7 @@ public ServiceFuture beginResyncReplicationAsync(String resourceGroupName, /** * Resync volume replication. - * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination. + * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source. * * @param resourceGroupName The name of the resource group. * @param accountName The name of the NetApp account @@ -1998,7 +1998,7 @@ public Void call(ServiceResponse response) { /** * Resync volume replication. - * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from source to destination. + * Resync the connection on the destination volume. If the operation is ran on the source volume it will reverse-resync the connection and sync from destination to source. * * @param resourceGroupName The name of the resource group. * @param accountName The name of the NetApp account