environment_create
Set up a new environment in a Fabric workspace, using an optional definition directory to pre-populate it with resources.
Instructions
Create a new environment in a workspace. Optionally seed with a definition by passing definitionDirectoryPath.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Description of the environment | |
| displayName | Yes | Display name for the environment | |
| workspaceId | Yes | The workspace ID | |
| definitionDirectoryPath | No | Optional directory containing environment definition files to seed the environment |