Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/buildagents/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"defaultValue": "Standard"
},
"vmssSkuCapacity": {
"type": "int",
"type": "Integer",
"defaultValue": 1
},
"administratorUsername": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"defaultValue": "Deny"
},
"maxTargetDedicatedNodes": {
"type": "Int",
"type": "Integer",
"metadata": {
"displayName": "Maximum Target Dedicated Nodes",
"description": "Specifies the maximum target for dedicated nodes"
},
"defaultValue": 10
},
"maxTargetLowPriorityNodes": {
"type": "Int",
"type": "Integer",
"metadata": {
"displayName": "Maximum Target Low Priority Nodes",
"description": "Specifies the maximum target for low priority nodes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"maxSkuCapacity": {
"type": "Int",
"type": "Integer",
"metadata": {
"displayName": "Maximum SKU Capacity",
"description": "Specifies the maximum sku capacity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"defaultValue": "Deny"
},
"minBackupRetentionDays": {
"type": "Int",
"type": "Integer",
"metadata": {
"displayName": "Minimum Backup Retention in Days",
"description": "Specifies the minimum backup retention in days"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"defaultValue": "Deny"
},
"minBackupRetentionDays": {
"type": "Int",
"type": "Integer",
"metadata": {
"displayName": "Minimum Backup Retention in Days",
"description": "Specifies the minimum backup retention in days"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"defaultValue": "Deny"
},
"minBackupRetentionDays": {
"type": "Int",
"type": "Integer",
"metadata": {
"displayName": "Minimum Backup Retention in Days",
"description": "Specifies the minimum backup retention in days"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"defaultValue": "Deny"
},
"minContainerDeleteRetentionInDays": {
"type": "Int",
"type": "Integer",
"metadata": {
"displayName": "Minimum Container Delete Retention in Days",
"description": "Specifies the minimum number of days for the container delete retention policy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"defaultValue": "DeployIfNotExists"
},
"minContainerDeleteRetentionInDays": {
"type": "Int",
"type": "Integer",
"metadata": {
"displayName": "Minimum Container Delete Retention in Days",
"description": "Specifies the minimum number of days for the container delete retention policy"
Expand Down