Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sdk/netapp/mgmt-v2019_11_01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-arm-parent</artifactId>
<version>1.3.0</version>
<relativePath>../../parents/azure-arm-parent/pom.xml</relativePath>
<version>1.1.0</version>
<relativePath>../../../pom.management.xml</relativePath>
</parent>
<artifactId>azure-mgmt-netapp</artifactId>
<version>1.0.0-beta-2</version>
<version>1.0.0-beta</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for NetApp Management</name>
<description>This package contains Microsoft NetApp Management SDK.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public class ReplicationObject {
private EndpointType endpointType;

/**
* Schedule. Possible values include: '_10minutely', 'hourly', 'daily',
* 'weekly', 'monthly'.
* Schedule. Possible values include: '_10minutely', 'hourly', 'daily'.
*/
@JsonProperty(value = "replicationSchedule", required = true)
private ReplicationSchedule replicationSchedule;
Expand Down Expand Up @@ -87,7 +86,7 @@ public ReplicationObject withEndpointType(EndpointType endpointType) {
}

/**
* Get schedule. Possible values include: '_10minutely', 'hourly', 'daily', 'weekly', 'monthly'.
* Get schedule. Possible values include: '_10minutely', 'hourly', 'daily'.
*
* @return the replicationSchedule value
*/
Expand All @@ -96,7 +95,7 @@ public ReplicationSchedule replicationSchedule() {
}

/**
* Set schedule. Possible values include: '_10minutely', 'hourly', 'daily', 'weekly', 'monthly'.
* Set schedule. Possible values include: '_10minutely', 'hourly', 'daily'.
*
* @param replicationSchedule the replicationSchedule value to set
* @return the ReplicationObject object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ public final class ReplicationSchedule extends ExpandableStringEnum<ReplicationS
/** Static value daily for ReplicationSchedule. */
public static final ReplicationSchedule DAILY = fromString("daily");

/** Static value weekly for ReplicationSchedule. */
public static final ReplicationSchedule WEEKLY = fromString("weekly");

/** Static value monthly for ReplicationSchedule. */
public static final ReplicationSchedule MONTHLY = fromString("monthly");

/**
* Creates or finds a ReplicationSchedule from its string representation.
* @param name a name to look for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public interface Volumes extends SupportsCreating<Volume.DefinitionStages.Blank>

/**
* 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 from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ private ServiceResponse<ReplicationStatusInner> 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 from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1653,7 +1653,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 from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1669,7 +1669,7 @@ public ServiceFuture<Void> 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 from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1689,7 +1689,7 @@ public Void call(ServiceResponse<Void> 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 from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand Down Expand Up @@ -1723,7 +1723,7 @@ public Observable<ServiceResponse<Void>> 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 from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1739,7 +1739,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 from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1755,7 +1755,7 @@ public ServiceFuture<Void> 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 from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand All @@ -1775,7 +1775,7 @@ public Void call(ServiceResponse<Void> 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 from destination to source.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account
Expand Down