diff --git a/sdk/netapp/mgmt-v2019_06_01/pom.xml b/sdk/netapp/mgmt-v2019_06_01/pom.xml
index 126c3a39e645..07688d78b399 100644
--- a/sdk/netapp/mgmt-v2019_06_01/pom.xml
+++ b/sdk/netapp/mgmt-v2019_06_01/pom.xml
@@ -11,7 +11,7 @@
com.microsoft.azure
azure-arm-parent
- 1.2.0
+ 1.1.0
../../../pom.management.xml
azure-mgmt-netapp
diff --git a/sdk/netapp/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/netapp/v2019_06_01/ExportPolicyRule.java b/sdk/netapp/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/netapp/v2019_06_01/ExportPolicyRule.java
index 52deb1007565..09beb68b74be 100644
--- a/sdk/netapp/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/netapp/v2019_06_01/ExportPolicyRule.java
+++ b/sdk/netapp/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/netapp/v2019_06_01/ExportPolicyRule.java
@@ -45,7 +45,8 @@ public class ExportPolicyRule {
private Boolean nfsv3;
/**
- * Allows NFSv4 protocol.
+ * Deprecated: Will use the NFSv4.1 protocol, please use swagger version
+ * 2019-07-01 or later.
*/
@JsonProperty(value = "nfsv4")
private Boolean nfsv4;
@@ -158,7 +159,7 @@ public ExportPolicyRule withNfsv3(Boolean nfsv3) {
}
/**
- * Get allows NFSv4 protocol.
+ * Get deprecated: Will use the NFSv4.1 protocol, please use swagger version 2019-07-01 or later.
*
* @return the nfsv4 value
*/
@@ -167,7 +168,7 @@ public Boolean nfsv4() {
}
/**
- * Set allows NFSv4 protocol.
+ * Set deprecated: Will use the NFSv4.1 protocol, please use swagger version 2019-07-01 or later.
*
* @param nfsv4 the nfsv4 value to set
* @return the ExportPolicyRule object itself.