Skip to content

Commit a4f1a51

Browse files
author
msftbot[bot]
authored
2 parents 9fc9eb7 + c27cd69 commit a4f1a51

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

schemas/2022-01-01-preview/Microsoft.AppPlatform.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,28 @@
494494
"type": "string",
495495
"description": "The name of the build service agent pool resource."
496496
},
497+
"properties": {
498+
"oneOf": [
499+
{
500+
"$ref": "#/definitions/BuildServiceAgentPoolProperties"
501+
},
502+
{
503+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
504+
}
505+
],
506+
"description": "Build service agent pool properties"
507+
},
508+
"systemData": {
509+
"oneOf": [
510+
{
511+
"$ref": "#/definitions/SystemData"
512+
},
513+
{
514+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
515+
}
516+
],
517+
"description": "Metadata pertaining to creation and last modification of the resource."
518+
},
497519
"type": {
498520
"type": "string",
499521
"enum": [
@@ -504,6 +526,7 @@
504526
"required": [
505527
"apiVersion",
506528
"name",
529+
"properties",
507530
"type"
508531
],
509532
"description": "Microsoft.AppPlatform/Spring/buildServices/agentPools"
@@ -1582,6 +1605,33 @@
15821605
],
15831606
"description": "Reference to a build result"
15841607
},
1608+
"BuildServiceAgentPoolProperties": {
1609+
"type": "object",
1610+
"properties": {
1611+
"poolSize": {
1612+
"oneOf": [
1613+
{
1614+
"$ref": "#/definitions/BuildServiceAgentPoolSizeProperties"
1615+
},
1616+
{
1617+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1618+
}
1619+
],
1620+
"description": "Build service agent pool size properties"
1621+
}
1622+
},
1623+
"description": "Build service agent pool properties"
1624+
},
1625+
"BuildServiceAgentPoolSizeProperties": {
1626+
"type": "object",
1627+
"properties": {
1628+
"name": {
1629+
"type": "string",
1630+
"description": "The name of build service agent pool size"
1631+
}
1632+
},
1633+
"description": "Build service agent pool size properties"
1634+
},
15851635
"CertificateProperties": {
15861636
"type": "object",
15871637
"oneOf": [

0 commit comments

Comments
 (0)