Skip to content

Commit 23b9bed

Browse files
author
SDKAuto
committed
CodeGen from PR 11689 in Azure/azure-rest-api-specs
Merge 9f92c339bd0b47f0b7a293359fcacae05ef7fe62 into 150da63a09d1cb156cb0b6d8fe575cb9ccf7b6de
1 parent fd7f230 commit 23b9bed

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
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

0 commit comments

Comments
 (0)