|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.1.0-beta.1 (Unreleased) |
| 3 | +## 1.1.0-beta.1 (2025-05-15) |
4 | 4 |
|
5 |
| -### Features Added |
| 5 | +- Azure Resource Manager ConfidentialLedger client library for Java. This package contains Microsoft Azure SDK for ConfidentialLedger Management SDK. Microsoft Azure Confidential Compute Ledger Control Plane REST API version 2020-12-01-preview. Package tag package-preview-2024-09. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
6 | 6 |
|
7 | 7 | ### Breaking Changes
|
8 | 8 |
|
9 |
| -### Bugs Fixed |
| 9 | +#### `models.ResourceLocation` was removed |
10 | 10 |
|
11 |
| -### Other Changes |
| 11 | +#### `models.Tags` was removed |
| 12 | + |
| 13 | +### Features Added |
| 14 | + |
| 15 | +* `models.MemberIdentityCertificate` was added |
| 16 | + |
| 17 | +* `models.ManagedCcfRestore` was added |
| 18 | + |
| 19 | +* `models.LanguageRuntime` was added |
| 20 | + |
| 21 | +* `models.ManagedCcf$Update` was added |
| 22 | + |
| 23 | +* `models.ManagedCcfBackup` was added |
| 24 | + |
| 25 | +* `models.ConfidentialLedgerBackup` was added |
| 26 | + |
| 27 | +* `models.ManagedCcf$UpdateStages` was added |
| 28 | + |
| 29 | +* `models.ManagedCcf$Definition` was added |
| 30 | + |
| 31 | +* `models.ManagedCcf$DefinitionStages` was added |
| 32 | + |
| 33 | +* `models.ManagedCcfs` was added |
| 34 | + |
| 35 | +* `models.EnclavePlatform` was added |
| 36 | + |
| 37 | +* `models.ApplicationType` was added |
| 38 | + |
| 39 | +* `models.ConfidentialLedgerBackupResponse` was added |
| 40 | + |
| 41 | +* `models.ManagedCcfRestoreResponse` was added |
| 42 | + |
| 43 | +* `models.ManagedCcfProperties` was added |
| 44 | + |
| 45 | +* `models.ManagedCcfList` was added |
| 46 | + |
| 47 | +* `models.ManagedCcf` was added |
| 48 | + |
| 49 | +* `models.ConfidentialLedgerRestore` was added |
| 50 | + |
| 51 | +* `models.ManagedCcfBackupResponse` was added |
| 52 | + |
| 53 | +* `models.RunningState` was added |
| 54 | + |
| 55 | +* `models.DeploymentType` was added |
| 56 | + |
| 57 | +* `models.ConfidentialLedgerRestoreResponse` was added |
| 58 | + |
| 59 | +* `models.LedgerSku` was added |
| 60 | + |
| 61 | +#### `models.LedgerProperties` was modified |
| 62 | + |
| 63 | +* `withRunningState(models.RunningState)` was added |
| 64 | +* `enclavePlatform()` was added |
| 65 | +* `withWriteLBAddressPrefix(java.lang.String)` was added |
| 66 | +* `hostLevel()` was added |
| 67 | +* `withSubjectName(java.lang.String)` was added |
| 68 | +* `withHostLevel(java.lang.String)` was added |
| 69 | +* `applicationType()` was added |
| 70 | +* `nodeCount()` was added |
| 71 | +* `withApplicationType(models.ApplicationType)` was added |
| 72 | +* `withNodeCount(java.lang.Integer)` was added |
| 73 | +* `withEnclavePlatform(models.EnclavePlatform)` was added |
| 74 | +* `subjectName()` was added |
| 75 | +* `ledgerSku()` was added |
| 76 | +* `maxBodySizeInMb()` was added |
| 77 | +* `workerThreads()` was added |
| 78 | +* `writeLBAddressPrefix()` was added |
| 79 | +* `withWorkerThreads(java.lang.Integer)` was added |
| 80 | +* `runningState()` was added |
| 81 | +* `withLedgerSku(models.LedgerSku)` was added |
| 82 | +* `withMaxBodySizeInMb(java.lang.Integer)` was added |
| 83 | + |
| 84 | +#### `ConfidentialLedgerManager` was modified |
| 85 | + |
| 86 | +* `managedCcfs()` was added |
| 87 | + |
| 88 | +#### `models.ConfidentialLedger` was modified |
| 89 | + |
| 90 | +* `backup(models.ConfidentialLedgerBackup)` was added |
| 91 | +* `backup(models.ConfidentialLedgerBackup,com.azure.core.util.Context)` was added |
| 92 | +* `restore(models.ConfidentialLedgerRestore)` was added |
| 93 | +* `restore(models.ConfidentialLedgerRestore,com.azure.core.util.Context)` was added |
| 94 | + |
| 95 | +#### `models.Ledgers` was modified |
| 96 | + |
| 97 | +* `backup(java.lang.String,java.lang.String,models.ConfidentialLedgerBackup)` was added |
| 98 | +* `backup(java.lang.String,java.lang.String,models.ConfidentialLedgerBackup,com.azure.core.util.Context)` was added |
| 99 | +* `restore(java.lang.String,java.lang.String,models.ConfidentialLedgerRestore,com.azure.core.util.Context)` was added |
| 100 | +* `restore(java.lang.String,java.lang.String,models.ConfidentialLedgerRestore)` was added |
12 | 101 |
|
13 | 102 | ## 1.0.0 (2024-12-26)
|
14 | 103 |
|
|
0 commit comments