1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
# Release History
## 2.0.0b5 (2025-05-19)
### Features Added
- Model `LedgerProperties` added property `host_level`
- Model `LedgerProperties` added property `max_body_size_in_mb`
- Model `LedgerProperties` added property `subject_name`
- Model `LedgerProperties` added property `node_count`
- Model `LedgerProperties` added property `write_lb_address_prefix`
- Model `LedgerProperties` added property `worker_threads`
- Model `LedgerProperties` added property `enclave_platform`
- Model `LedgerProperties` added property `application_type`
- Model `ManagedCCFProperties` added property `enclave_platform`
- Added enum `ApplicationType`
- Added enum `EnclavePlatform`
## 2.0.0b4 (2024-04-22)
### Features Added
- Added operation LedgerOperations.begin_backup
- Added operation LedgerOperations.begin_restore
- Added operation ManagedCCFOperations.begin_backup
- Added operation ManagedCCFOperations.begin_restore
- Model LedgerProperties has a new parameter ledger_sku
- Model ManagedCCFProperties has a new parameter running_state
## 2.0.0b3 (2023-05-17)
### Other Changes
- Added samples
## 2.0.0b2 (2023-04-20)
### Features Added
- Added operation group ManagedCCFOperations
- Model LedgerProperties has a new parameter running_state
### Breaking Changes
- Model LedgerProperties no longer has parameter ledger_storage_account
- Parameter location of model ConfidentialLedger is now required
## 2.0.0b1 (2022-11-25)
### Features Added
- Model LedgerProperties has a new parameter ledger_storage_account
### Breaking Changes
- Removed operation group ConfidentialLedgerOperationsMixin
## 1.0.0 (2022-05-30)
**Features**
- Added operation group ConfidentialLedgerOperationsMixin
**Breaking changes**
- Model LedgerProperties no longer has parameter ledger_storage_account
## 1.0.0b1 (2021-04-28)
* Initial Release
|