databricks-sdk-py
databricks-sdk-py copied to clipboard
[ISSUE] Service Principal attributes are in camelCase and not snake_Case.
Description Service Principal attributes are in camelCase and not snake_Case. Is it possible to add it in the SDK documentation and avoid loosing time to find the information.
Reproduction wsc.service_principals.list(attributes='application_id,display_name,id') -> don't Work wsc.service_principals.list(attributes='applicationid,displayname,id') -> Work