Skip to main content

Environment

Properties

PropertyTypeAttributesDescription
displayNamestringRequiredThe item display name
workspaceIdstringRequired, IdentifierThe containing Fabric workspace ID
definitionFabricItemDefinitionThe item definition
descriptionstringThe item description
folderIdstringThe folder that contains the item
idstringRead-only, IdentifierThe Fabric item ID
publishDetailsEnvironmentPublishDetailsRead-onlyDetails of the environment publish operation
tagsstring[]The IDs of the tags applied to the item. Tags applied outside of Bicep are left untouched when this is not set.
typestringRead-onlyThe Fabric item type

FabricItemDefinition

PropertyTypeAttributesDescription
partsFabricItemDefinitionPart[]RequiredThe item definition parts
formatstringThe definition format

EnvironmentPublishDetails

PropertyTypeAttributesDescription
componentPublishInfoEnvironmentComponentPublishInfoRead-onlyComponent publish information
endTimestringRead-onlyThe end time of the publish operation
startTimestringRead-onlyThe start time of the publish operation
state'Waiting' | 'Running' | 'Cancelling' | 'Cancelled' | 'Failed' | 'Success'Read-onlyThe publish state
targetVersionstringRead-onlyThe target version to be published

FabricItemDefinitionPart

PropertyTypeAttributesDescription
pathstringRequiredThe definition part path
payloadstringRequiredThe base64-encoded definition part payload

EnvironmentComponentPublishInfo

PropertyTypeAttributesDescription
sparkLibrariesEnvironmentComponentPublishStateRead-onlySpark libraries publish information
sparkSettingsEnvironmentComponentPublishStateRead-onlySpark settings publish information

EnvironmentComponentPublishState

PropertyTypeAttributesDescription
state'Waiting' | 'Running' | 'Cancelling' | 'Cancelled' | 'Failed' | 'Success'Read-onlyThe publish state