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 494
494
"type" : " string" ,
495
495
"description" : " The name of the build service agent pool resource."
496
496
},
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
+ },
497
519
"type" : {
498
520
"type" : " string" ,
499
521
"enum" : [
504
526
"required" : [
505
527
" apiVersion" ,
506
528
" name" ,
529
+ " properties" ,
507
530
" type"
508
531
],
509
532
"description" : " Microsoft.AppPlatform/Spring/buildServices/agentPools"
1582
1605
],
1583
1606
"description" : " Reference to a build result"
1584
1607
},
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
+ },
1585
1635
"CertificateProperties" : {
1586
1636
"type" : " object" ,
1587
1637
"oneOf" : [
You can’t perform that action at this time.
0 commit comments