From cd25ee73bc1bc60f7096c4bbe287081d3322880d Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 11 Nov 2020 14:49:28 +0000 Subject: [PATCH] CodeGen from PR 11588 in Azure/azure-rest-api-specs Merge c45842af5633e204fb9c9571c3ff6b483704a6bb into 9f3c67d48b8535c90d29366d4405151a09110564 --- sdk/containerservice/mgmt-v2020_09_01/pom.xml | 4 +-- .../ManagedClusterWindowsProfile.java | 27 ++++++++++++++----- 2 files changed, 23 insertions(+), 8 deletions(-) diff --git a/sdk/containerservice/mgmt-v2020_09_01/pom.xml b/sdk/containerservice/mgmt-v2020_09_01/pom.xml index a50b205e98e29..59ae88713933f 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 2ee7d14389378..eedba06357361 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.