Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions sdk/confidentialledger/azure-confidentialledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Release History

## 2.0.0b1 (Unreleased)
## 2.0.0b1 (2025-10-20)

### Features Added

- Added models.

### Breaking Changes

- Changed the input parameter on `create_user_defined_role` from accepting a list of roles to accepting a `Role` model.
- Removed the `azure.confidentialledger.certificate` namespace from this package.
- Removed the `ConfidentialLedgerCertificateClient`.
- Changed the input parameter on `create_user_defined_role` from a list of roles to a `Roles` model.
- Changed the input parameter on `update_user_defined_role` from a list of roles to a `Roles` model.
- `get_user_defined_role()` returns a `Roles` model instead of a list of roles.
- Removed the `azure.confidentialledger.certificate` namespace and the `ConfidentialLedgerCertificateClient` (see the `azure-confidentialledger-certificate` package to access client).

### Other Changes

- Added new dependency `azure-confidentialledger-certificate`.

**The `ConfidentialLedgerCertificateClient` can now be used through the `azure-confidentialledger-certificate` package.**

Expand Down