Releases: Azure-Player/azure.datafactory.devops
Releases · Azure-Player/azure.datafactory.devops
v.2.3
03 Jun 2025 - v.2.3
Update adftools v.1.13.0:
- New: Az.DataFactory module is required to import adftools
- New: Added function
Set-AdfToolsAuthTokento enable changing URL to API when target environment is different the default Global Azure #356 #441 - Fixed: Error during the import when required Az.Resource module is not loaded #336
- Fixed: Error when deleting credentials #403
- Fixed: Adopted to breaking change in Az.Accounts v5.0 with Get-AzAccessToken that doesn't support String anymore #449
v.2.2
04 Dec 2024 - v.2.2
Update adftools v.1.11.2
- Fixed: Unknown object type: SparkJobDefinition by adding the type to the ignored list
v.2.1
v.2.0
14 Jun 2024 - v.2.00
- Related Az.* modules must be installed on DevOps Agent (no longer belongs to tasks)
- Support for Service Connection using Workload Identity Federation Authentication in Azure DevOps (#154)
- Test Connection Task is no longer Preview. ClientID & Secret fields are optional for SPN auth.
Version 1.x
- 13 Jun 2024 - v.1.35
v.1.34
v.1.33
06 June 2024 - v.1.33
Update adftools v.1.9.0
v.1.32
27 Jan 2024 - v.1.32
- Added dry run option (advanced). Thanks @LiquoriChris!
v.1.31
12 Sep 2023 - v.1.31
Update adftools v.1.8.0:
- Fixed: Incremental re-deployment of deleted and recreated objects
- Fixed: Deployment of Global Parameters might not work sometimes
v.1.30
17 Jul 2023 - v.1.30
Update adftools v.1.6.3:
- Stop and restart only changed triggers
- New option to Stop/Start only the triggers that are already Started
- Remove pipeline's from check (
Test-AdfCode) for dashes in name - Test-AdfLinkedService - minor enhancements
- Fixed:
RootFoldermust be absolute otherwise temp files cannot be written - Fixed: Catch InvalidOperation exception when reading empty FilterFilePath in New-AdfPublishOption.ps1
- Fixed: Purview configuration gets overwritten when deploy Global Parameters using ADF deployment task
- Fixed: Incremental Deployment seems to not work when factory folder does not exist
- Fixed: The publish cmdlet tries to delete enabled (active) trigger (not in source) when TriggerStartMethod = KeepPreviousState
- Fixed: deletion of credential type of objects
- Fixed:
Test-AdfCodefor [credential] objects