Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"additionalProps1": "additional properties"
}
}
]
],
"nodeCount": 5
},
"location": "EastUS",
"tags": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,13 @@
}
}
},
"NodeCount": {
"type": "integer",
"format": "int32",
"description": "Number of CCF nodes in the Managed CCF.",
"title": "NodeCount",
"default": 3
},
"ManagedCCFProperties": {
"type": "object",
"description": "Additional Managed CCF properties.",
Expand Down Expand Up @@ -444,6 +451,12 @@
"description": "Provisioning state of Ledger Resource",
"readOnly": true,
"$ref": "#/definitions/ProvisioningState"
},
"nodeCount": {
"type": "integer",
"format": "int32",
"description": "Number of CCF nodes in the Managed CCF.",
"$ref": "#/definitions/NodeCount"
}
}
},
Expand Down