microsoft / semantic-link-labs

Early access to new features for Microsoft Fabric's Semantic Link.
MIT License
179 stars 41 forks source link

feat: create environments #134

Closed LauJohansson closed 2 months ago

LauJohansson commented 2 months ago

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

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.

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.

LauJohansson commented 2 months ago

@microsoft-github-policy-service agree

m-kovalsky commented 2 months ago

Thanks. I added this PR which will satisfy your request

m-kovalsky commented 2 months ago

closing this as the request is satisfied by the other PR.