You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2023-06-28-preview/examples/ManagedCCF_Update.json
Copy file name to clipboardExpand all lines: specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2023-06-28-preview/managedccf.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -344,6 +344,21 @@
344
344
"modelAsString": true
345
345
}
346
346
},
347
+
"RunningState": {
348
+
"type": "string",
349
+
"description": "Object representing RunningState for Confidential Ledger.",
350
+
"enum": [
351
+
"Active",
352
+
"Paused",
353
+
"Unknown",
354
+
"Pausing",
355
+
"Resuming"
356
+
],
357
+
"x-ms-enum": {
358
+
"name": "RunningState",
359
+
"modelAsString": true
360
+
}
361
+
},
347
362
"LanguageRuntime": {
348
363
"type": "string",
349
364
"description": "Object representing LanguageRuntime for Manged CCF.",
@@ -447,6 +462,10 @@
447
462
"description": "Deployment Type of Managed CCF",
448
463
"$ref": "#/definitions/DeploymentType"
449
464
},
465
+
"runningState": {
466
+
"description": "Object representing RunningState for Ledger.",
467
+
"$ref": "#/definitions/RunningState"
468
+
},
450
469
"provisioningState": {
451
470
"description": "Provisioning state of Ledger Resource",
0 commit comments