Skip to content

Commit 2b3114d

Browse files
authored
[Microsoft.ConfidentialLedger] Add node count property to managed CCF resource type (#22774)
* Add node count property as mCCF property * Format json and node count property
1 parent 8468620 commit 2b3114d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2023-01-26-preview/examples/ManagedCCF_Create.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"additionalProps1": "additional properties"
1919
}
2020
}
21-
]
21+
],
22+
"nodeCount": 5
2223
},
2324
"location": "EastUS",
2425
"tags": {

specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2023-01-26-preview/managedccf.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,13 @@
408408
}
409409
}
410410
},
411+
"NodeCount": {
412+
"type": "integer",
413+
"format": "int32",
414+
"description": "Number of CCF nodes in the Managed CCF.",
415+
"title": "NodeCount",
416+
"default": 3
417+
},
411418
"ManagedCCFProperties": {
412419
"type": "object",
413420
"description": "Additional Managed CCF properties.",
@@ -444,6 +451,12 @@
444451
"description": "Provisioning state of Ledger Resource",
445452
"readOnly": true,
446453
"$ref": "#/definitions/ProvisioningState"
454+
},
455+
"nodeCount": {
456+
"type": "integer",
457+
"format": "int32",
458+
"description": "Number of CCF nodes in the Managed CCF.",
459+
"$ref": "#/definitions/NodeCount"
447460
}
448461
}
449462
},

0 commit comments

Comments
 (0)