You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/containerservice/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_07_01/AgentPools.java
Copy file name to clipboardExpand all lines: sdk/containerservice/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_07_01/ManagedClusterWindowsProfile.java
+21-6Lines changed: 21 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,28 @@
15
15
*/
16
16
publicclassManagedClusterWindowsProfile {
17
17
/**
18
-
* The administrator username to use for Windows VMs.
18
+
* Specifies the name of the administrator account. <br><br>
19
+
* **restriction:** Cannot end in "." <br><br> **Disallowed
@@ -35,7 +50,7 @@ public class ManagedClusterWindowsProfile {
35
50
privateLicenseTypelicenseType;
36
51
37
52
/**
38
-
* Get the administrator username to use for Windows VMs.
53
+
* 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.
39
54
*
40
55
* @return the adminUsername value
41
56
*/
@@ -44,7 +59,7 @@ public String adminUsername() {
44
59
}
45
60
46
61
/**
47
-
* Set the administrator username to use for Windows VMs.
62
+
* 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.
48
63
*
49
64
* @param adminUsername the adminUsername value to set
50
65
* @return the ManagedClusterWindowsProfile object itself.
@@ -55,7 +70,7 @@ public ManagedClusterWindowsProfile withAdminUsername(String adminUsername) {
55
70
}
56
71
57
72
/**
58
-
* Get the administrator password to use for Windows VMs.
73
+
* 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!".
59
74
*
60
75
* @return the adminPassword value
61
76
*/
@@ -64,7 +79,7 @@ public String adminPassword() {
64
79
}
65
80
66
81
/**
67
-
* Set the administrator password to use for Windows VMs.
82
+
* 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!".
68
83
*
69
84
* @param adminPassword the adminPassword value to set
70
85
* @return the ManagedClusterWindowsProfile object itself.
Copy file name to clipboardExpand all lines: sdk/containerservice/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_07_01/ManagedClusters.java
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -114,16 +114,4 @@ public interface ManagedClusters extends SupportsCreating<ManagedCluster.Definit
Copy file name to clipboardExpand all lines: sdk/containerservice/mgmt-v2020_07_01/src/main/java/com/microsoft/azure/management/containerservice/v2020_07_01/implementation/AgentPoolsImpl.java
0 commit comments