Releases: DaSenf1860/ms-fabric-sdk-core
Releases · DaSenf1860/ms-fabric-sdk-core
0.2.1
Release Notes
0.2.1
New Features
- admin APIs: discover/list git connections for all workspaces
- core-git APIs: get/update my credentials
- core-item APIs: list item connections
- kql dashboard CRUD APIs
- paginated reports: update
- semantic model: update
- managed private endpoints: create/delete/get/list
- job scheduler: item schedules, list instances
- gateway APIs: create/update/delete/get/list + members + role assignemtns
- connection API: create/update/delete/get/list + role assignemtns
- kqlquerysets API: create/update/delete/get/list
- mirrored database API: create/update/delete/get/list + start/stop/status mirroring
Changed Behaviour
- Update of items or definitions don´t return the updated items by default. You can get the updated items by setting the parameter
return_item=True
in the update function.
0.1.7
0.1.7
Bug Fixes
- fixed a bug that the authentication in a Fabric notebook didn´t work correctly
0.1.6
0.1.6
Bug Fixes
- fixed a bug that the list_items functions with the parameter "with_properties = True" didn´t work correctly
0.1.5
0.1.5
- added MSALConfidentialClientApplicationAuthentication
0.1.4
0.1.4
Bug Fixes
- now you can use a Service Principal to work against the Azure Resoure Management APIs
0.1.3
0.1.3
- adding logging logics
0.1.2
0.1.2
New Features
- added Azure Resource Manager APIs for Fabric capacities
0.1.1
0.1.1
Refactoring
Massive refactoring to simplify the code and make it more maintainable. The main changes are:
- All APIs are called from the client classes.
- The API calls are handled by a single function
This leads to an improvement of performance of the application by reducing the number of API calls.
Each function normally is doing a single API call.
0.0.13
0.0.13
New Features
- added external data share APIs for core and admin APIs
- added one lake data access security APIs
0.0.12
New Features
- accomodated the latest core Workspaces APIs changes regarding role assignments
- added provisioning and deprovisioning of workspace identities
- added API for run on demand spark job definition