New Functions
* sempy_labs
* Git
* [get_my_git_credentials](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_my_git_credentials)
* [update_my_git_credentials](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.update_my_git_credentials)
* Mounted Data Factories
* [list_mounted_data_factories](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.list_mounted_data_factories)
* [delete_mounted_data_factory](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.delete_mounted_data_factory)
* [get_mounted_data_factory_definition](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.get_mounted_data_factory_definition)
* sempy_labs.admin
* Artifacts
* [list_unused_artifacts](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.admin.html#sempy_labs.admin.list_unused_artifacts)
* Capacities
* [list_capacity_users](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.admin.html#sempy_labs.admin.list_capacity_users)
* Subscriptions
* [list_user_subscriptions](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.admin.html#sempy_labs.admin.list_user_subscriptions)
* [list_report_subscriptions](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.admin.html#sempy_labs.admin.list_report_subscriptions)
* Workspaces
* [add_user_to_workspace](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.admin.html#sempy_labs.admin.add_user_to_workspace) (539)
* [delete_user_from_workspace](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.admin.html#sempy_labs.admin.delete_user_from_workspace)
* [restore_deleted_workspace](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.admin.html#sempy_labs.admin.restore_deleted_workspace)
Updated Functions
* sempy_labs
* [vertipaq_analyzer](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.vertipaq_analyzer) Now returns a dictionary of dataframes (481, 538).
* The following functions changed the 'capacity_name' parameter to 'capacity' and now accept either the capacity name or ID: [resolve_capacity_id](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.resolve_capacity_id), [delete_premium_capacity](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.delete_premium_capacity), [delete_fabric_capacity](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.delete_fabric_capacity), [create_vnet_gateway](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.html#sempy_labs.create_vnet_gateway)
* sempy_labs.directlake
* [update_direct_lake_partition_entity](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.directlake.html#sempy_labs.directlake.update_direct_lake_partition_entity) Added the 'schema' parameter for working with schema-enabled lakehouses. Setting this parameter to None keeps the existing schema.
* sempy_labs.lakehouse
* [list_shortcuts](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.list_shortcuts) Moved this function to the lakehouse subpackage. It will remain in the sempy_labs subpackage for some time so as not to break existing code but please update your code to use this funtion in this new location (where it should have been all along). Added the 'path' parameter and improved the code (thanks lBilali!).
* [create_shortcut_onelake](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.lakehouse.html#sempy_labs.lakehouse.create_shortcut_onelake)
* Now checks whether the shortcut already exists before creating the shortcut (521).
* sempy_labs.tom
* [add_to_perspective](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.add_to_perspective) Added the '[include_all](https://learn.microsoft.com/dotnet/api/microsoft.analysisservices.tabular.perspectivetable.includeall?view=analysisservices-dotnet#microsoft-analysisservices-tabular-perspectivetable-includeall)' property, relevant for tables only.
* [has_incremental_refresh_policy](https://semantic-link-labs.readthedocs.io/en/stable/sempy_labs.tom.html#sempy_labs.tom.TOMWrapper.has_incremental_refresh_policy) Updated the parameter to take a TOM object instead of a table name. **This is a breaking change**.
Bug Fixes
* 518
* 522
* 524