Environment
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
displayName | string | Required | The item display name |
workspaceId | string | Required, Identifier | The containing Fabric workspace ID |
definition | FabricItemDefinition | The item definition | |
description | string | The item description | |
folderId | string | The folder that contains the item | |
id | string | Read-only, Identifier | The Fabric item ID |
publishDetails | EnvironmentPublishDetails | Read-only | Details of the environment publish operation |
tags | string[] | The IDs of the tags applied to the item. Tags applied outside of Bicep are left untouched when this is not set. | |
type | string | Read-only | The Fabric item type |
FabricItemDefinition
| Property | Type | Attributes | Description |
|---|---|---|---|
parts | FabricItemDefinitionPart[] | Required | The item definition parts |
format | string | The definition format |
EnvironmentPublishDetails
| Property | Type | Attributes | Description |
|---|---|---|---|
componentPublishInfo | EnvironmentComponentPublishInfo | Read-only | Component publish information |
endTime | string | Read-only | The end time of the publish operation |
startTime | string | Read-only | The start time of the publish operation |
state | 'Waiting' | 'Running' | 'Cancelling' | 'Cancelled' | 'Failed' | 'Success' | Read-only | The publish state |
targetVersion | string | Read-only | The target version to be published |
FabricItemDefinitionPart
| Property | Type | Attributes | Description |
|---|---|---|---|
path | string | Required | The definition part path |
payload | string | Required | The base64-encoded definition part payload |
EnvironmentComponentPublishInfo
| Property | Type | Attributes | Description |
|---|---|---|---|
sparkLibraries | EnvironmentComponentPublishState | Read-only | Spark libraries publish information |
sparkSettings | EnvironmentComponentPublishState | Read-only | Spark settings publish information |
EnvironmentComponentPublishState
| Property | Type | Attributes | Description |
|---|---|---|---|
state | 'Waiting' | 'Running' | 'Cancelling' | 'Cancelled' | 'Failed' | 'Success' | Read-only | The publish state |