2.0.0b1 (2025-10-20)
Features Added
- Added models.
Breaking Changes
- Changed the input parameter on
create_user_defined_role
from a list of roles to aRoles
model. - Changed the input parameter on
update_user_defined_role
from a list of roles to aRoles
model. get_user_defined_role()
returns aRoles
model instead of a list of roles.- Removed the
azure.confidentialledger.certificate
namespace and theConfidentialLedgerCertificateClient
(see theazure-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.