Skip to content

Commit 5951ebe

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

File tree

5 files changed

+15
-22
lines changed

5 files changed

+15
-22
lines changed

sdk/netapp/mgmt-v2019_11_01/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<parent>
1212
<groupId>com.microsoft.azure</groupId>
1313
<artifactId>azure-arm-parent</artifactId>
14-
<version>1.3.0</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>
18-
<version>1.0.0-beta-2</version>
18+
<version>1.0.0-beta</version>
1919
<packaging>jar</packaging>
2020
<name>Microsoft Azure SDK for NetApp Management</name>
2121
<description>This package contains Microsoft NetApp Management SDK.</description>

sdk/netapp/mgmt-v2019_11_01/src/main/java/com/microsoft/azure/management/netapp/v2019_11_01/ReplicationObject.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public class ReplicationObject {
2828
private EndpointType endpointType;
2929

3030
/**
31-
* Schedule. Possible values include: '_10minutely', 'hourly', 'daily',
32-
* 'weekly', 'monthly'.
31+
* Schedule. Possible values include: '_10minutely', 'hourly', 'daily'.
3332
*/
3433
@JsonProperty(value = "replicationSchedule", required = true)
3534
private ReplicationSchedule replicationSchedule;
@@ -87,7 +86,7 @@ public ReplicationObject withEndpointType(EndpointType endpointType) {
8786
}
8887

8988
/**
90-
* Get schedule. Possible values include: '_10minutely', 'hourly', 'daily', 'weekly', 'monthly'.
89+
* Get schedule. Possible values include: '_10minutely', 'hourly', 'daily'.
9190
*
9291
* @return the replicationSchedule value
9392
*/
@@ -96,7 +95,7 @@ public ReplicationSchedule replicationSchedule() {
9695
}
9796

9897
/**
99-
* Set schedule. Possible values include: '_10minutely', 'hourly', 'daily', 'weekly', 'monthly'.
98+
* Set schedule. Possible values include: '_10minutely', 'hourly', 'daily'.
10099
*
101100
* @param replicationSchedule the replicationSchedule value to set
102101
* @return the ReplicationObject object itself.

sdk/netapp/mgmt-v2019_11_01/src/main/java/com/microsoft/azure/management/netapp/v2019_11_01/ReplicationSchedule.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ public final class ReplicationSchedule extends ExpandableStringEnum<ReplicationS
2525
/** Static value daily for ReplicationSchedule. */
2626
public static final ReplicationSchedule DAILY = fromString("daily");
2727

28-
/** Static value weekly for ReplicationSchedule. */
29-
public static final ReplicationSchedule WEEKLY = fromString("weekly");
30-
31-
/** Static value monthly for ReplicationSchedule. */
32-
public static final ReplicationSchedule MONTHLY = fromString("monthly");
33-
3428
/**
3529
* Creates or finds a ReplicationSchedule from its string representation.
3630
* @param name a name to look for

sdk/netapp/mgmt-v2019_11_01/src/main/java/com/microsoft/azure/management/netapp/v2019_11_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 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-v2019_11_01/src/main/java/com/microsoft/azure/management/netapp/v2019_11_01/implementation/VolumesInner.java

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

16381638
/**
16391639
* Resync volume replication.
1640-
* 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.
1640+
* 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 from destination to source.
16411641
*
16421642
* @param resourceGroupName The name of the resource group.
16431643
* @param accountName The name of the NetApp account
@@ -1653,7 +1653,7 @@ public void resyncReplication(String resourceGroupName, String accountName, Stri
16531653

16541654
/**
16551655
* Resync volume replication.
1656-
* 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.
1656+
* 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 from destination to source.
16571657
*
16581658
* @param resourceGroupName The name of the resource group.
16591659
* @param accountName The name of the NetApp account
@@ -1669,7 +1669,7 @@ public ServiceFuture<Void> resyncReplicationAsync(String resourceGroupName, Stri
16691669

16701670
/**
16711671
* Resync volume replication.
1672-
* 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.
1672+
* 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 from destination to source.
16731673
*
16741674
* @param resourceGroupName The name of the resource group.
16751675
* @param accountName The name of the NetApp account
@@ -1689,7 +1689,7 @@ public Void call(ServiceResponse<Void> response) {
16891689

16901690
/**
16911691
* Resync volume replication.
1692-
* 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.
1692+
* 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 from destination to source.
16931693
*
16941694
* @param resourceGroupName The name of the resource group.
16951695
* @param accountName The name of the NetApp account
@@ -1723,7 +1723,7 @@ public Observable<ServiceResponse<Void>> resyncReplicationWithServiceResponseAsy
17231723

17241724
/**
17251725
* Resync volume replication.
1726-
* 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.
1726+
* 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 from destination to source.
17271727
*
17281728
* @param resourceGroupName The name of the resource group.
17291729
* @param accountName The name of the NetApp account
@@ -1739,7 +1739,7 @@ public void beginResyncReplication(String resourceGroupName, String accountName,
17391739

17401740
/**
17411741
* Resync volume replication.
1742-
* 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.
1742+
* 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 from destination to source.
17431743
*
17441744
* @param resourceGroupName The name of the resource group.
17451745
* @param accountName The name of the NetApp account
@@ -1755,7 +1755,7 @@ public ServiceFuture<Void> beginResyncReplicationAsync(String resourceGroupName,
17551755

17561756
/**
17571757
* Resync volume replication.
1758-
* 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.
1758+
* 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 from destination to source.
17591759
*
17601760
* @param resourceGroupName The name of the resource group.
17611761
* @param accountName The name of the NetApp account
@@ -1775,7 +1775,7 @@ public Void call(ServiceResponse<Void> response) {
17751775

17761776
/**
17771777
* Resync volume replication.
1778-
* 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.
1778+
* 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 from destination to source.
17791779
*
17801780
* @param resourceGroupName The name of the resource group.
17811781
* @param accountName The name of the NetApp account

0 commit comments

Comments
 (0)