Skip to content

Commit 4b115f9

Browse files
msyycSDK Automation
andauthored
[T1] containerservice 2020 11 02 (Azure#14873)
* Generated from 347d3a4e4e14242d09183ae9bc956124942b5144 * test,version,changelog Co-authored-by: SDK Automation <sdkautomation@microsoft.com>
1 parent 2efd3cf commit 4b115f9

File tree

26 files changed

+526
-812
lines changed

26 files changed

+526
-812
lines changed

sdk/containerservice/azure-mgmt-containerservice/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 10.0.0 (2020-09-28)
3+
## 10.0.0 (2020-11-02)
44

55
**Features**
66

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_04_01/models/_models.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,16 +1355,28 @@ class ManagedClusterWindowsProfile(Model):
13551355
13561356
All required parameters must be populated in order to send to Azure.
13571357
1358-
:param admin_username: Required. The administrator username to use for
1359-
Windows VMs.
1358+
:param admin_username: Required. Specifies the name of the administrator
1359+
account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed
1360+
values:** "administrator", "admin", "user", "user1", "test", "user2",
1361+
"test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
1362+
"aspnet", "backup", "console", "david", "guest", "john", "owner", "root",
1363+
"server", "sql", "support", "support_388945a0", "sys", "test2", "test3",
1364+
"user4", "user5". <br><br> **Minimum-length:** 1 character <br><br>
1365+
**Max-length:** 20 characters
13601366
:type admin_username: str
1361-
:param admin_password: The administrator password to use for Windows VMs.
1367+
:param admin_password: Specifies the password of the administrator
1368+
account. <br><br> **Minimum-length:** 8 characters <br><br>
1369+
**Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out
1370+
of 4 conditions below need to be fulfilled <br> Has lower characters
1371+
<br>Has upper characters <br> Has a digit <br> Has a special character
1372+
(Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123",
1373+
"P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
1374+
"Password!", "Password1", "Password22", "iloveyou!"
13621375
:type admin_password: str
13631376
"""
13641377

13651378
_validation = {
1366-
'admin_username': {'required': True, 'pattern': r'^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$'},
1367-
'admin_password': {'pattern': r'^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$'},
1379+
'admin_username': {'required': True},
13681380
}
13691381

13701382
_attribute_map = {

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_04_01/models/_models_py3.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,16 +1355,28 @@ class ManagedClusterWindowsProfile(Model):
13551355
13561356
All required parameters must be populated in order to send to Azure.
13571357
1358-
:param admin_username: Required. The administrator username to use for
1359-
Windows VMs.
1358+
:param admin_username: Required. Specifies the name of the administrator
1359+
account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed
1360+
values:** "administrator", "admin", "user", "user1", "test", "user2",
1361+
"test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
1362+
"aspnet", "backup", "console", "david", "guest", "john", "owner", "root",
1363+
"server", "sql", "support", "support_388945a0", "sys", "test2", "test3",
1364+
"user4", "user5". <br><br> **Minimum-length:** 1 character <br><br>
1365+
**Max-length:** 20 characters
13601366
:type admin_username: str
1361-
:param admin_password: The administrator password to use for Windows VMs.
1367+
:param admin_password: Specifies the password of the administrator
1368+
account. <br><br> **Minimum-length:** 8 characters <br><br>
1369+
**Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out
1370+
of 4 conditions below need to be fulfilled <br> Has lower characters
1371+
<br>Has upper characters <br> Has a digit <br> Has a special character
1372+
(Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123",
1373+
"P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
1374+
"Password!", "Password1", "Password22", "iloveyou!"
13621375
:type admin_password: str
13631376
"""
13641377

13651378
_validation = {
1366-
'admin_username': {'required': True, 'pattern': r'^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$'},
1367-
'admin_password': {'pattern': r'^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$'},
1379+
'admin_username': {'required': True},
13681380
}
13691381

13701382
_attribute_map = {

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_06_01/models/_models.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,16 +1550,28 @@ class ManagedClusterWindowsProfile(Model):
15501550
15511551
All required parameters must be populated in order to send to Azure.
15521552
1553-
:param admin_username: Required. The administrator username to use for
1554-
Windows VMs.
1553+
:param admin_username: Required. Specifies the name of the administrator
1554+
account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed
1555+
values:** "administrator", "admin", "user", "user1", "test", "user2",
1556+
"test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
1557+
"aspnet", "backup", "console", "david", "guest", "john", "owner", "root",
1558+
"server", "sql", "support", "support_388945a0", "sys", "test2", "test3",
1559+
"user4", "user5". <br><br> **Minimum-length:** 1 character <br><br>
1560+
**Max-length:** 20 characters
15551561
:type admin_username: str
1556-
:param admin_password: The administrator password to use for Windows VMs.
1562+
:param admin_password: Specifies the password of the administrator
1563+
account. <br><br> **Minimum-length:** 8 characters <br><br>
1564+
**Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out
1565+
of 4 conditions below need to be fulfilled <br> Has lower characters
1566+
<br>Has upper characters <br> Has a digit <br> Has a special character
1567+
(Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123",
1568+
"P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
1569+
"Password!", "Password1", "Password22", "iloveyou!"
15571570
:type admin_password: str
15581571
"""
15591572

15601573
_validation = {
1561-
'admin_username': {'required': True, 'pattern': r'^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$'},
1562-
'admin_password': {'pattern': r'^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$'},
1574+
'admin_username': {'required': True},
15631575
}
15641576

15651577
_attribute_map = {

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_06_01/models/_models_py3.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,16 +1550,28 @@ class ManagedClusterWindowsProfile(Model):
15501550
15511551
All required parameters must be populated in order to send to Azure.
15521552
1553-
:param admin_username: Required. The administrator username to use for
1554-
Windows VMs.
1553+
:param admin_username: Required. Specifies the name of the administrator
1554+
account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed
1555+
values:** "administrator", "admin", "user", "user1", "test", "user2",
1556+
"test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
1557+
"aspnet", "backup", "console", "david", "guest", "john", "owner", "root",
1558+
"server", "sql", "support", "support_388945a0", "sys", "test2", "test3",
1559+
"user4", "user5". <br><br> **Minimum-length:** 1 character <br><br>
1560+
**Max-length:** 20 characters
15551561
:type admin_username: str
1556-
:param admin_password: The administrator password to use for Windows VMs.
1562+
:param admin_password: Specifies the password of the administrator
1563+
account. <br><br> **Minimum-length:** 8 characters <br><br>
1564+
**Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out
1565+
of 4 conditions below need to be fulfilled <br> Has lower characters
1566+
<br>Has upper characters <br> Has a digit <br> Has a special character
1567+
(Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123",
1568+
"P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
1569+
"Password!", "Password1", "Password22", "iloveyou!"
15571570
:type admin_password: str
15581571
"""
15591572

15601573
_validation = {
1561-
'admin_username': {'required': True, 'pattern': r'^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$'},
1562-
'admin_password': {'pattern': r'^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$'},
1574+
'admin_username': {'required': True},
15631575
}
15641576

15651577
_attribute_map = {

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_08_01/models/_models.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,16 +1670,28 @@ class ManagedClusterWindowsProfile(Model):
16701670
16711671
All required parameters must be populated in order to send to Azure.
16721672
1673-
:param admin_username: Required. The administrator username to use for
1674-
Windows VMs.
1673+
:param admin_username: Required. Specifies the name of the administrator
1674+
account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed
1675+
values:** "administrator", "admin", "user", "user1", "test", "user2",
1676+
"test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
1677+
"aspnet", "backup", "console", "david", "guest", "john", "owner", "root",
1678+
"server", "sql", "support", "support_388945a0", "sys", "test2", "test3",
1679+
"user4", "user5". <br><br> **Minimum-length:** 1 character <br><br>
1680+
**Max-length:** 20 characters
16751681
:type admin_username: str
1676-
:param admin_password: The administrator password to use for Windows VMs.
1682+
:param admin_password: Specifies the password of the administrator
1683+
account. <br><br> **Minimum-length:** 8 characters <br><br>
1684+
**Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out
1685+
of 4 conditions below need to be fulfilled <br> Has lower characters
1686+
<br>Has upper characters <br> Has a digit <br> Has a special character
1687+
(Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123",
1688+
"P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
1689+
"Password!", "Password1", "Password22", "iloveyou!"
16771690
:type admin_password: str
16781691
"""
16791692

16801693
_validation = {
1681-
'admin_username': {'required': True, 'pattern': r'^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$'},
1682-
'admin_password': {'pattern': r'^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$'},
1694+
'admin_username': {'required': True},
16831695
}
16841696

16851697
_attribute_map = {

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_08_01/models/_models_py3.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,16 +1670,28 @@ class ManagedClusterWindowsProfile(Model):
16701670
16711671
All required parameters must be populated in order to send to Azure.
16721672
1673-
:param admin_username: Required. The administrator username to use for
1674-
Windows VMs.
1673+
:param admin_username: Required. Specifies the name of the administrator
1674+
account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed
1675+
values:** "administrator", "admin", "user", "user1", "test", "user2",
1676+
"test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
1677+
"aspnet", "backup", "console", "david", "guest", "john", "owner", "root",
1678+
"server", "sql", "support", "support_388945a0", "sys", "test2", "test3",
1679+
"user4", "user5". <br><br> **Minimum-length:** 1 character <br><br>
1680+
**Max-length:** 20 characters
16751681
:type admin_username: str
1676-
:param admin_password: The administrator password to use for Windows VMs.
1682+
:param admin_password: Specifies the password of the administrator
1683+
account. <br><br> **Minimum-length:** 8 characters <br><br>
1684+
**Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out
1685+
of 4 conditions below need to be fulfilled <br> Has lower characters
1686+
<br>Has upper characters <br> Has a digit <br> Has a special character
1687+
(Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123",
1688+
"P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
1689+
"Password!", "Password1", "Password22", "iloveyou!"
16771690
:type admin_password: str
16781691
"""
16791692

16801693
_validation = {
1681-
'admin_username': {'required': True, 'pattern': r'^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$'},
1682-
'admin_password': {'pattern': r'^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$'},
1694+
'admin_username': {'required': True},
16831695
}
16841696

16851697
_attribute_map = {

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_10_01/models/_models.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,16 +1675,28 @@ class ManagedClusterWindowsProfile(Model):
16751675
16761676
All required parameters must be populated in order to send to Azure.
16771677
1678-
:param admin_username: Required. The administrator username to use for
1679-
Windows VMs.
1678+
:param admin_username: Required. Specifies the name of the administrator
1679+
account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed
1680+
values:** "administrator", "admin", "user", "user1", "test", "user2",
1681+
"test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
1682+
"aspnet", "backup", "console", "david", "guest", "john", "owner", "root",
1683+
"server", "sql", "support", "support_388945a0", "sys", "test2", "test3",
1684+
"user4", "user5". <br><br> **Minimum-length:** 1 character <br><br>
1685+
**Max-length:** 20 characters
16801686
:type admin_username: str
1681-
:param admin_password: The administrator password to use for Windows VMs.
1687+
:param admin_password: Specifies the password of the administrator
1688+
account. <br><br> **Minimum-length:** 8 characters <br><br>
1689+
**Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out
1690+
of 4 conditions below need to be fulfilled <br> Has lower characters
1691+
<br>Has upper characters <br> Has a digit <br> Has a special character
1692+
(Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123",
1693+
"P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
1694+
"Password!", "Password1", "Password22", "iloveyou!"
16821695
:type admin_password: str
16831696
"""
16841697

16851698
_validation = {
1686-
'admin_username': {'required': True, 'pattern': r'^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$'},
1687-
'admin_password': {'pattern': r'^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$'},
1699+
'admin_username': {'required': True},
16881700
}
16891701

16901702
_attribute_map = {

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_10_01/models/_models_py3.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,16 +1675,28 @@ class ManagedClusterWindowsProfile(Model):
16751675
16761676
All required parameters must be populated in order to send to Azure.
16771677
1678-
:param admin_username: Required. The administrator username to use for
1679-
Windows VMs.
1678+
:param admin_username: Required. Specifies the name of the administrator
1679+
account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed
1680+
values:** "administrator", "admin", "user", "user1", "test", "user2",
1681+
"test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
1682+
"aspnet", "backup", "console", "david", "guest", "john", "owner", "root",
1683+
"server", "sql", "support", "support_388945a0", "sys", "test2", "test3",
1684+
"user4", "user5". <br><br> **Minimum-length:** 1 character <br><br>
1685+
**Max-length:** 20 characters
16801686
:type admin_username: str
1681-
:param admin_password: The administrator password to use for Windows VMs.
1687+
:param admin_password: Specifies the password of the administrator
1688+
account. <br><br> **Minimum-length:** 8 characters <br><br>
1689+
**Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out
1690+
of 4 conditions below need to be fulfilled <br> Has lower characters
1691+
<br>Has upper characters <br> Has a digit <br> Has a special character
1692+
(Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123",
1693+
"P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
1694+
"Password!", "Password1", "Password22", "iloveyou!"
16821695
:type admin_password: str
16831696
"""
16841697

16851698
_validation = {
1686-
'admin_username': {'required': True, 'pattern': r'^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$'},
1687-
'admin_password': {'pattern': r'^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$'},
1699+
'admin_username': {'required': True},
16881700
}
16891701

16901702
_attribute_map = {

sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_11_01/models/_models.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,16 +1808,28 @@ class ManagedClusterWindowsProfile(Model):
18081808
18091809
All required parameters must be populated in order to send to Azure.
18101810
1811-
:param admin_username: Required. The administrator username to use for
1812-
Windows VMs.
1811+
:param admin_username: Required. Specifies the name of the administrator
1812+
account. <br><br> **restriction:** Cannot end in "." <br><br> **Disallowed
1813+
values:** "administrator", "admin", "user", "user1", "test", "user2",
1814+
"test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2",
1815+
"aspnet", "backup", "console", "david", "guest", "john", "owner", "root",
1816+
"server", "sql", "support", "support_388945a0", "sys", "test2", "test3",
1817+
"user4", "user5". <br><br> **Minimum-length:** 1 character <br><br>
1818+
**Max-length:** 20 characters
18131819
:type admin_username: str
1814-
:param admin_password: The administrator password to use for Windows VMs.
1820+
:param admin_password: Specifies the password of the administrator
1821+
account. <br><br> **Minimum-length:** 8 characters <br><br>
1822+
**Max-length:** 123 characters <br><br> **Complexity requirements:** 3 out
1823+
of 4 conditions below need to be fulfilled <br> Has lower characters
1824+
<br>Has upper characters <br> Has a digit <br> Has a special character
1825+
(Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123",
1826+
"P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1",
1827+
"Password!", "Password1", "Password22", "iloveyou!"
18151828
:type admin_password: str
18161829
"""
18171830

18181831
_validation = {
1819-
'admin_username': {'required': True, 'pattern': r'^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$'},
1820-
'admin_password': {'pattern': r'^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$'},
1832+
'admin_username': {'required': True},
18211833
}
18221834

18231835
_attribute_map = {

0 commit comments

Comments
 (0)