diff --git a/sdk/containerservice/mgmt-v2020_09_01/pom.xml b/sdk/containerservice/mgmt-v2020_09_01/pom.xml
index a50b205e98e2..59ae88713933 100644
--- a/sdk/containerservice/mgmt-v2020_09_01/pom.xml
+++ b/sdk/containerservice/mgmt-v2020_09_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-containerservice
1.0.0-beta
diff --git a/sdk/containerservice/mgmt-v2020_09_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_09_01/ManagedClusterWindowsProfile.java b/sdk/containerservice/mgmt-v2020_09_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_09_01/ManagedClusterWindowsProfile.java
index 2ee7d1438937..eedba0635736 100644
--- a/sdk/containerservice/mgmt-v2020_09_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_09_01/ManagedClusterWindowsProfile.java
+++ b/sdk/containerservice/mgmt-v2020_09_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_09_01/ManagedClusterWindowsProfile.java
@@ -15,13 +15,28 @@
*/
public class ManagedClusterWindowsProfile {
/**
- * The administrator username to use for Windows VMs.
+ * Specifies the name of the administrator account. <br><br>
+ * **restriction:** Cannot end in "." <br><br> **Disallowed
+ * values:** "administrator", "admin", "user", "user1", "test", "user2",
+ * "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
+ * "aspnet", "backup", "console", "david", "guest", "john", "owner",
+ * "root", "server", "sql", "support", "support_388945a0", "sys", "test2",
+ * "test3", "user4", "user5". <br><br> **Minimum-length:** 1
+ * character <br><br> **Max-length:** 20 characters.
*/
@JsonProperty(value = "adminUsername", required = true)
private String adminUsername;
/**
- * The administrator password to use for Windows VMs.
+ * Specifies the password of the administrator account.
+ * <br><br> **Minimum-length:** 8 characters
+ * <br><br> **Max-length:** 123 characters <br><br>
+ * **Complexity requirements:** 3 out of 4 conditions below need to be
+ * fulfilled <br> Has lower characters <br>Has upper characters
+ * <br> Has a digit <br> Has a special character (Regex match
+ * [\W_]) <br><br> **Disallowed values:** "abc@123",
+ * "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
+ * "Password!", "Password1", "Password22", "iloveyou!".
*/
@JsonProperty(value = "adminPassword")
private String adminPassword;
@@ -35,7 +50,7 @@ public class ManagedClusterWindowsProfile {
private LicenseType licenseType;
/**
- * Get the administrator username to use for Windows VMs.
+ * Get specifies the name of the administrator account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length:** 1 character <br><br> **Max-length:** 20 characters.
*
* @return the adminUsername value
*/
@@ -44,7 +59,7 @@ public String adminUsername() {
}
/**
- * Set the administrator username to use for Windows VMs.
+ * Set specifies the name of the administrator account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length:** 1 character <br><br> **Max-length:** 20 characters.
*
* @param adminUsername the adminUsername value to set
* @return the ManagedClusterWindowsProfile object itself.
@@ -55,7 +70,7 @@ public ManagedClusterWindowsProfile withAdminUsername(String adminUsername) {
}
/**
- * Get the administrator password to use for Windows VMs.
+ * Get specifies the password of the administrator account. <br><br> **Minimum-length:** 8 characters <br><br> **Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!".
*
* @return the adminPassword value
*/
@@ -64,7 +79,7 @@ public String adminPassword() {
}
/**
- * Set the administrator password to use for Windows VMs.
+ * Set specifies the password of the administrator account. <br><br> **Minimum-length:** 8 characters <br><br> **Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!".
*
* @param adminPassword the adminPassword value to set
* @return the ManagedClusterWindowsProfile object itself.