diff --git a/sdk/netapp/mgmt-v2020_06_01/pom.xml b/sdk/netapp/mgmt-v2020_06_01/pom.xml
index bcc8fbf6eb6c..91a57c26f2ec 100644
--- a/sdk/netapp/mgmt-v2020_06_01/pom.xml
+++ b/sdk/netapp/mgmt-v2020_06_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_06_01/src/main/java/com/microsoft/azure/management/netapp/v2020_06_01/ReplicationObject.java b/sdk/netapp/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/netapp/v2020_06_01/ReplicationObject.java
index 8d31ccbae502..a34c8c91fd83 100644
--- a/sdk/netapp/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/netapp/v2020_06_01/ReplicationObject.java
+++ b/sdk/netapp/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/netapp/v2020_06_01/ReplicationObject.java
@@ -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;
@@ -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
*/
@@ -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.
diff --git a/sdk/netapp/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/netapp/v2020_06_01/ReplicationSchedule.java b/sdk/netapp/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/netapp/v2020_06_01/ReplicationSchedule.java
index b548c9a94f07..768de261b8fb 100644
--- a/sdk/netapp/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/netapp/v2020_06_01/ReplicationSchedule.java
+++ b/sdk/netapp/mgmt-v2020_06_01/src/main/java/com/microsoft/azure/management/netapp/v2020_06_01/ReplicationSchedule.java
@@ -25,12 +25,6 @@ public final class ReplicationSchedule extends ExpandableStringEnum