Skip to content

Commit 04ca45a

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent c210c9c commit 04ca45a

12 files changed

+48
-240
lines changed

schemas/2019-04-01/Microsoft.ContainerService.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,28 +1240,12 @@
12401240
"type": "object",
12411241
"properties": {
12421242
"adminPassword": {
1243-
"oneOf": [
1244-
{
1245-
"type": "string",
1246-
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
1247-
},
1248-
{
1249-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1250-
}
1251-
],
1252-
"description": "The administrator password to use for Windows VMs."
1243+
"type": "string",
1244+
"description": "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!\""
12531245
},
12541246
"adminUsername": {
1255-
"oneOf": [
1256-
{
1257-
"type": "string",
1258-
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
1259-
},
1260-
{
1261-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1262-
}
1263-
],
1264-
"description": "The administrator username to use for Windows VMs."
1247+
"type": "string",
1248+
"description": "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"
12651249
}
12661250
},
12671251
"required": [

schemas/2019-06-01/Microsoft.ContainerService.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,28 +1338,12 @@
13381338
"type": "object",
13391339
"properties": {
13401340
"adminPassword": {
1341-
"oneOf": [
1342-
{
1343-
"type": "string",
1344-
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
1345-
},
1346-
{
1347-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1348-
}
1349-
],
1350-
"description": "The administrator password to use for Windows VMs."
1341+
"type": "string",
1342+
"description": "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!\""
13511343
},
13521344
"adminUsername": {
1353-
"oneOf": [
1354-
{
1355-
"type": "string",
1356-
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
1357-
},
1358-
{
1359-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1360-
}
1361-
],
1362-
"description": "The administrator username to use for Windows VMs."
1345+
"type": "string",
1346+
"description": "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"
13631347
}
13641348
},
13651349
"required": [

schemas/2019-08-01/Microsoft.ContainerService.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,28 +1490,12 @@
14901490
"type": "object",
14911491
"properties": {
14921492
"adminPassword": {
1493-
"oneOf": [
1494-
{
1495-
"type": "string",
1496-
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
1497-
},
1498-
{
1499-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1500-
}
1501-
],
1502-
"description": "The administrator password to use for Windows VMs."
1493+
"type": "string",
1494+
"description": "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!\""
15031495
},
15041496
"adminUsername": {
1505-
"oneOf": [
1506-
{
1507-
"type": "string",
1508-
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
1509-
},
1510-
{
1511-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1512-
}
1513-
],
1514-
"description": "The administrator username to use for Windows VMs."
1497+
"type": "string",
1498+
"description": "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"
15151499
}
15161500
},
15171501
"required": [

schemas/2019-10-01/Microsoft.ContainerService.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,28 +1490,12 @@
14901490
"type": "object",
14911491
"properties": {
14921492
"adminPassword": {
1493-
"oneOf": [
1494-
{
1495-
"type": "string",
1496-
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
1497-
},
1498-
{
1499-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1500-
}
1501-
],
1502-
"description": "The administrator password to use for Windows VMs."
1493+
"type": "string",
1494+
"description": "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!\""
15031495
},
15041496
"adminUsername": {
1505-
"oneOf": [
1506-
{
1507-
"type": "string",
1508-
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
1509-
},
1510-
{
1511-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1512-
}
1513-
],
1514-
"description": "The administrator username to use for Windows VMs."
1497+
"type": "string",
1498+
"description": "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"
15151499
}
15161500
},
15171501
"required": [

schemas/2019-11-01/Microsoft.ContainerService.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,28 +1625,12 @@
16251625
"type": "object",
16261626
"properties": {
16271627
"adminPassword": {
1628-
"oneOf": [
1629-
{
1630-
"type": "string",
1631-
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
1632-
},
1633-
{
1634-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1635-
}
1636-
],
1637-
"description": "The administrator password to use for Windows VMs."
1628+
"type": "string",
1629+
"description": "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!\""
16381630
},
16391631
"adminUsername": {
1640-
"oneOf": [
1641-
{
1642-
"type": "string",
1643-
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
1644-
},
1645-
{
1646-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1647-
}
1648-
],
1649-
"description": "The administrator username to use for Windows VMs."
1632+
"type": "string",
1633+
"description": "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"
16501634
}
16511635
},
16521636
"required": [

schemas/2020-01-01/Microsoft.ContainerService.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,28 +1629,12 @@
16291629
"type": "object",
16301630
"properties": {
16311631
"adminPassword": {
1632-
"oneOf": [
1633-
{
1634-
"type": "string",
1635-
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
1636-
},
1637-
{
1638-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1639-
}
1640-
],
1641-
"description": "The administrator password to use for Windows VMs."
1632+
"type": "string",
1633+
"description": "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!\""
16421634
},
16431635
"adminUsername": {
1644-
"oneOf": [
1645-
{
1646-
"type": "string",
1647-
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
1648-
},
1649-
{
1650-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1651-
}
1652-
],
1653-
"description": "The administrator username to use for Windows VMs."
1636+
"type": "string",
1637+
"description": "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"
16541638
}
16551639
},
16561640
"required": [

schemas/2020-02-01/Microsoft.ContainerService.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,28 +1711,12 @@
17111711
"type": "object",
17121712
"properties": {
17131713
"adminPassword": {
1714-
"oneOf": [
1715-
{
1716-
"type": "string",
1717-
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
1718-
},
1719-
{
1720-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1721-
}
1722-
],
1723-
"description": "The administrator password to use for Windows VMs."
1714+
"type": "string",
1715+
"description": "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!\""
17241716
},
17251717
"adminUsername": {
1726-
"oneOf": [
1727-
{
1728-
"type": "string",
1729-
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
1730-
},
1731-
{
1732-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1733-
}
1734-
],
1735-
"description": "The administrator username to use for Windows VMs."
1718+
"type": "string",
1719+
"description": "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"
17361720
}
17371721
},
17381722
"required": [

schemas/2020-03-01/Microsoft.ContainerService.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,28 +1809,12 @@
18091809
"type": "object",
18101810
"properties": {
18111811
"adminPassword": {
1812-
"oneOf": [
1813-
{
1814-
"type": "string",
1815-
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
1816-
},
1817-
{
1818-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1819-
}
1820-
],
1821-
"description": "The administrator password to use for Windows VMs."
1812+
"type": "string",
1813+
"description": "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!\""
18221814
},
18231815
"adminUsername": {
1824-
"oneOf": [
1825-
{
1826-
"type": "string",
1827-
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
1828-
},
1829-
{
1830-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1831-
}
1832-
],
1833-
"description": "The administrator username to use for Windows VMs."
1816+
"type": "string",
1817+
"description": "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"
18341818
}
18351819
},
18361820
"required": [

schemas/2020-04-01/Microsoft.ContainerService.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,28 +1847,12 @@
18471847
"type": "object",
18481848
"properties": {
18491849
"adminPassword": {
1850-
"oneOf": [
1851-
{
1852-
"type": "string",
1853-
"pattern": "^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\\^&\\*\\(\\)])[a-zA-Z\\d!@#$%\\^&\\*\\(\\)]{12,123}$"
1854-
},
1855-
{
1856-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1857-
}
1858-
],
1859-
"description": "The administrator password to use for Windows VMs."
1850+
"type": "string",
1851+
"description": "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!\""
18601852
},
18611853
"adminUsername": {
1862-
"oneOf": [
1863-
{
1864-
"type": "string",
1865-
"pattern": "^[a-zA-Z0-9]+([._]?[a-zA-Z0-9]+)*$"
1866-
},
1867-
{
1868-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1869-
}
1870-
],
1871-
"description": "The administrator username to use for Windows VMs."
1854+
"type": "string",
1855+
"description": "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"
18721856
}
18731857
},
18741858
"required": [

0 commit comments

Comments
 (0)