Closed LauJohansson closed 2 months ago
This PR introduces a way to create environments for a specific workspace using the Fabric API: https://learn.microsoft.com/en-us/rest/api/fabric/environment/items/create-environment
def create_environment(workspace_name: str, environment_name: str, environment_description: str = None):
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
I have more functionalities I can contribute with, but I want to get some feedback on this initially.
Please let me know if you use any format or linting rules.
@microsoft-github-policy-service agree
Thanks. I added this PR which will satisfy your request
closing this as the request is satisfied by the other PR.
Overview
This PR introduces a way to create environments for a specific workspace using the Fabric API: https://learn.microsoft.com/en-us/rest/api/fabric/environment/items/create-environment
Details
Maybe this is not the right library to add the functionality, but I was unable to find the
semantic-link-sempy
library.I have more functionalities I can contribute with, but I want to get some feedback on this initially.
Please let me know if you use any format or linting rules.