Skip to content

Commit 773c815

Browse files
author
SDKAuto
committed
CodeGen from PR 11832 in Azure/azure-rest-api-specs
Merge f69ff78ededec7714db7400817108130c0f20df6 into 8869dfe160cfb608f120faadcee66c163dbb140f
1 parent 33362b5 commit 773c815

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

sdk/netapp/mgmt-v2020_07_01/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<parent>
1212
<groupId>com.microsoft.azure</groupId>
1313
<artifactId>azure-arm-parent</artifactId>
14-
<version>1.3.2</version>
15-
<relativePath>../../parents/azure-arm-parent/pom.xml</relativePath>
14+
<version>1.1.0</version>
15+
<relativePath>../../../pom.management.xml</relativePath>
1616
</parent>
1717
<artifactId>azure-mgmt-netapp</artifactId>
1818
<version>1.0.0-beta</version>

sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/Volumes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public interface Volumes extends SupportsCreating<Volume.DefinitionStages.Blank>
4646

4747
/**
4848
* Resync volume replication.
49-
* 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.
49+
* 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.
5050
*
5151
* @param resourceGroupName The name of the resource group.
5252
* @param accountName The name of the NetApp account

sdk/netapp/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/netapp/v2020_07_01/implementation/VolumesInner.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ private ServiceResponse<ReplicationStatusInner> replicationStatusMethodDelegate(
18601860

18611861
/**
18621862
* Resync volume replication.
1863-
* 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.
1863+
* 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.
18641864
*
18651865
* @param resourceGroupName The name of the resource group.
18661866
* @param accountName The name of the NetApp account
@@ -1876,7 +1876,7 @@ public void resyncReplication(String resourceGroupName, String accountName, Stri
18761876

18771877
/**
18781878
* Resync volume replication.
1879-
* 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.
1879+
* 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.
18801880
*
18811881
* @param resourceGroupName The name of the resource group.
18821882
* @param accountName The name of the NetApp account
@@ -1892,7 +1892,7 @@ public ServiceFuture<Void> resyncReplicationAsync(String resourceGroupName, Stri
18921892

18931893
/**
18941894
* Resync volume replication.
1895-
* 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.
1895+
* 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.
18961896
*
18971897
* @param resourceGroupName The name of the resource group.
18981898
* @param accountName The name of the NetApp account
@@ -1912,7 +1912,7 @@ public Void call(ServiceResponse<Void> response) {
19121912

19131913
/**
19141914
* Resync volume replication.
1915-
* 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.
1915+
* 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.
19161916
*
19171917
* @param resourceGroupName The name of the resource group.
19181918
* @param accountName The name of the NetApp account
@@ -1946,7 +1946,7 @@ public Observable<ServiceResponse<Void>> resyncReplicationWithServiceResponseAsy
19461946

19471947
/**
19481948
* Resync volume replication.
1949-
* 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.
1949+
* 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.
19501950
*
19511951
* @param resourceGroupName The name of the resource group.
19521952
* @param accountName The name of the NetApp account
@@ -1962,7 +1962,7 @@ public void beginResyncReplication(String resourceGroupName, String accountName,
19621962

19631963
/**
19641964
* Resync volume replication.
1965-
* 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.
1965+
* 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.
19661966
*
19671967
* @param resourceGroupName The name of the resource group.
19681968
* @param accountName The name of the NetApp account
@@ -1978,7 +1978,7 @@ public ServiceFuture<Void> beginResyncReplicationAsync(String resourceGroupName,
19781978

19791979
/**
19801980
* Resync volume replication.
1981-
* 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.
1981+
* 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.
19821982
*
19831983
* @param resourceGroupName The name of the resource group.
19841984
* @param accountName The name of the NetApp account
@@ -1998,7 +1998,7 @@ public Void call(ServiceResponse<Void> response) {
19981998

19991999
/**
20002000
* Resync volume replication.
2001-
* 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.
2001+
* 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.
20022002
*
20032003
* @param resourceGroupName The name of the resource group.
20042004
* @param accountName The name of the NetApp account

0 commit comments

Comments
 (0)