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: sdk/confidentialledger/azure-confidentialledger/CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,21 @@
1
1
# Release History
2
2
3
-
## 2.0.0b1 (Unreleased)
3
+
## 2.0.0b1 (2025-10-20)
4
4
5
5
### Features Added
6
6
7
7
- Added models.
8
8
9
9
### Breaking Changes
10
10
11
-
- Changed the input parameter on `create_user_defined_role` from accepting a list of roles to accepting a `Role` model.
12
-
- Removed the `azure.confidentialledger.certificate` namespace from this package.
13
-
- Removed the `ConfidentialLedgerCertificateClient`.
11
+
- Changed the input parameter on `create_user_defined_role` from a list of roles to a `Roles` model.
12
+
- Changed the input parameter on `update_user_defined_role` from a list of roles to a `Roles` model.
13
+
-`get_user_defined_role()` returns a `Roles` model instead of a list of roles.
14
+
- Removed the `azure.confidentialledger.certificate` namespace and the `ConfidentialLedgerCertificateClient` (see the `azure-confidentialledger-certificate` package to access client).
15
+
16
+
### Other Changes
17
+
18
+
- Added new dependency `azure-confidentialledger-certificate`.
14
19
15
20
**The `ConfidentialLedgerCertificateClient` can now be used through the `azure-confidentialledger-certificate` package.**
0 commit comments