Skip to content

Commit 60a9a2e

Browse files
authored
[Automation] Generate Fluent Lite from Swagger confidentialledger#package-preview-2024-09 (#45334)
1 parent 9139432 commit 60a9a2e

File tree

98 files changed

+9119
-1490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+9119
-1490
lines changed

sdk/confidentialledger/azure-resourcemanager-confidentialledger/CHANGELOG.md

Lines changed: 93 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,103 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.1.0-beta.1 (2025-05-15)
44

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).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.ResourceLocation` was removed
1010

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
12101

13102
## 1.0.0 (2024-12-26)
14103

sdk/confidentialledger/azure-resourcemanager-confidentialledger/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager ConfidentialLedger client library for Java.
44

5-
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-2022-05-13. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
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).
66

77
## We'd love to hear your feedback
88

@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
ConfidentialLedgerManager manager = ConfidentialLedgerManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
100100
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
101101
[coc]: https://opensource.microsoft.com/codeofconduct/
102102
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
103-
104-

0 commit comments

Comments
 (0)