Skip to content

azure-confidentialledger_1.2.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 23 Apr 21:52
fadb096

1.2.0b1 (2025-04-23)

Features Added

  • Add and manage custom roles with the update_user_defined_role, get_user_defined_role and delete_user_defined_role methods
  • Add and manage ledger users with the create_or_update_ledger_user, delete_ledger_user, get_ledger_user and list_ledger_users methods
  • Add and manage programmable endpoints with the create_user_defined_endpoint and get_user_defined_endpoint methods
  • A user can now be associated with more than one role
  • Added user defined functions support for ledger API

Other Changes

  • A user can now be associated with more than one role
  • Replace legacy azure core http response import with the one from azure.core.rest
  • Developers should opt to use the *_ledger_user methods over the *_user methods to manage users. The older APIs will be deprecated in the future.