1.0.0-beta.12 (2023-01-12)
Features Added
- Added
workspaceResourceId
toAzureSynapseArtifactsLinkedService
. - Added
pythonCodeReference
,filesV2
,scanFolder
,configurationType
,targetSparkConfiguration
andsparkConfig
properties toSynapseSparkJobDefinitionActivity
. - Added
authHeaders
property toRestServiceLinkedService
. - Added new APIs of Pause/Resume for Synapse Link in
LinkConnectionClient
. - Added
PowerBIWorkspaceLinkedService
.
Breaking Changes
- Renamed API
createOrUpdateLinkConnection
tocreateOrUpdate
inLinkConnectionClient
. - Renamed API
deleteLinkConnection
todelete
inLinkConnectionClient
. - Renamed API
getLinkConnection
toget
inLinkConnectionClient
. - Renamed API
listLinkConnectionsByWorkspace
tolistByWorkspace
inLinkConnectionClient
.
Other Changes
Dependency Updates
- Upgraded
azure-core
to1.35.0
. - Upgraded
azure-core-http-netty
to1.12.8
.