File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
schemas/2022-01-01-preview Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 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" : [
504526 "required" : [
505527 " apiVersion" ,
506528 " name" ,
529+ " properties" ,
507530 " type"
508531 ],
509532 "description" : " Microsoft.AppPlatform/Spring/buildServices/agentPools"
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" : [
You can’t perform that action at this time.
0 commit comments