1.2.0b1 (2025-04-23)
Features Added
- Add and manage custom roles with the
update_user_defined_role
,get_user_defined_role
anddelete_user_defined_role
methods - Add and manage ledger users with the
create_or_update_ledger_user
,delete_ledger_user
,get_ledger_user
andlist_ledger_users
methods - Add and manage programmable endpoints with the
create_user_defined_endpoint
andget_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.