Skip to content

Releases: Azure-Player/azure.datafactory.devops

v.2.4

Choose a tag to compare

@NowinskiK NowinskiK released this 28 May 22:49

28 May 2026 - v.2.4

Update adftools v.1.15.0:

  • New: Credential type of ADF objects is now supported for deployment via REST API
  • Fixed: Starting blob event trigger fails with 'Resource cannot be updated during provisioning' - now waits for provisioning to complete before retrying #484, #474, #463
  • Fixed: REST API calls failing with 401 Unauthorized due to Az.Accounts 5.x returning SecureString from Get-AzAccessToken
  • Fixed: DryRun not loading deployment state from storage for hash comparison #476

v.2.3

Choose a tag to compare

@NowinskiK NowinskiK released this 03 Jun 20:01
a614502

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-AdfToolsAuthToken to 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

Choose a tag to compare

@NowinskiK NowinskiK released this 03 Jun 12:57

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

Choose a tag to compare

@NowinskiK NowinskiK released this 06 Nov 16:08
02b8437

06 Nov 2024 - v.2.1

  • Incremental state is no longer save into Global Parameter of ADF, but now it's store in provided Storage Account #374

v.2.0

Choose a tag to compare

@NowinskiK NowinskiK released this 15 Jun 11:08
3eced5e

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

Choose a tag to compare

@NowinskiK NowinskiK released this 12 Jun 09:30
d0e2046

12 Jun 2023 - v.1.34

  • Updated all related modules (Az.* & adftools)
  • 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.

v.1.33

Choose a tag to compare

@NowinskiK NowinskiK released this 06 Jun 21:30
48bac3c

06 June 2024 - v.1.33

Update adftools v.1.9.0

v.1.32

Choose a tag to compare

@NowinskiK NowinskiK released this 27 Jan 17:44

27 Jan 2024 - v.1.32

v.1.31

Choose a tag to compare

@NowinskiK NowinskiK released this 12 Sep 00:34
9d23334

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

Choose a tag to compare

@NowinskiK NowinskiK released this 17 Jul 17:53
55b1044

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: RootFolder must 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-AdfCode for [credential] objects