Closed LauJohansson closed 2 months ago
This PR introduces a way to list environments for a specific workspace using the Fabric API: https://learn.microsoft.com/en-us/rest/api/fabric/environment/items/list-environments?tabs=HTTP
def list_environments(workspace_name: str) -> dict:
Maybe this is not the right library to add the functionality, but I was unable to find the semantic-link-sempy library.
semantic-link-sempy
Please let me know if you use any format or linting rules.
Closing as this is within the other PR. Also, for future PRs, list functions generally return pandas dataframes, not json dictionaries.
Overview
This PR introduces a way to list environments for a specific workspace using the Fabric API: https://learn.microsoft.com/en-us/rest/api/fabric/environment/items/list-environments?tabs=HTTP
Details
Maybe this is not the right library to add the functionality, but I was unable to find the
semantic-link-sempy
library.Please let me know if you use any format or linting rules.