Skip to content

Releases: Azure-Player/azure.datafactory.tools

adftools v1.11.2

04 Dec 16:16
9b9ecc7
Compare
Choose a tag to compare

[1.11.2] - 2024-12-04

Fixed

  • Unknown object type: SparkJobDefinition #428 by adding the type to the ignored list

adftools v1.11.1

06 Nov 15:08
076e357
Compare
Choose a tag to compare

[1.11.1] - 2024-11-06

Fixed

  • Fixed saving deployment state file with UTF8 BOM-less regardless of PS version #425

[1.11.0] - 2024-10-29

Fixed / Added

  • Incremental deploy feature causes payload limit issue #374
  • Incremental state is no longer saved into Global Parameter of ADF, but now it's stored in provided Storage Account #374

adftools v1.11.0

29 Oct 11:32
55b8cb1
Compare
Choose a tag to compare

[1.11.0] - 2024-10-29

Fixed / Added

  • Incremental deploy feature causes payload limit issue #374
  • Incremental state is no longer saved into the Global Parameters of ADF, but now it's stored in provided Storage Account #374

adftools v1.10.0

05 Aug 23:02
02ea6ff
Compare
Choose a tag to compare

[1.10.0] - 2024-08-06

Fixed

  • Trigger Activation Failure Post-Selective Deployment when TriggerStopMethod = DeployableOnly #386
  • Significantly improved performance of unit tests by mocking target ADF

adftools v1.9.1

17 Jun 21:34
517d2f0
Compare
Choose a tag to compare

[1.9.1] - 2024-06-17

Fixed

  • Test-AdfCode failed when run on Docker image and $ConfigPath param is not provided #394

adftools v1.9.0

01 Mar 22:34
ff846eb
Compare
Choose a tag to compare

[1.9.0] - 2024-03-01

Fixed

  • Fixed failure of publishing ADF when globalConfigurations exist in Factory file but Global Params does not #387

adftools v1.8.0

12 Sep 00:01
071dcd8
Compare
Choose a tag to compare

[1.8.0] - 2023-09-12

Fixed

  • Incremental re-deployment of deleted and recreated objects #355

adftools v1.7.0

18 Aug 17:25
3290bbf
Compare
Choose a tag to compare

[1.7.0] - 2023-08-17

Fixed

  • Deployment of Global Parameters might not work sometimes #354

adftools v1.6.3

17 Jul 15:25
bd89b0a
Compare
Choose a tag to compare

[1.6.3] - 2023-07-17

Added

  • Stop and restart only changed triggers #264 #332
  • New option to Stop/Start only the triggers that are already Started #291

Fixed

  • RootFolder must be absolute otherwise temp files cannot be written #335
  • Catch InvalidOperation exception when reading empty FilterFilePath in New-AdfPublishOption.ps1 #338
  • Purview configuration gets overwritten when deploy Global Parameters using ADF deployment task #343
  • Incremental Deployment seems to not work when factory folder does not exist #346
  • The publish cmdlet tries to delete enabled (active) trigger (not in source) when TriggerStartMethod = KeepPreviousState #350

adftools v1.5

18 Jun 20:11
6844dee
Compare
Choose a tag to compare

[1.5.0] - 2023-06-18

Added

  • Remove pipeline's from check (Test-AdfCode) for dashes in name #309
  • Test-AdfLinkedService can use internally Invoke-AzRestMethod #144
  • Test-AdfLinkedService return an object #165
  • Test-AdfLinkedService accepts parameters of testing LS #222

Fixed

  • Bug #311: Fixed deletion of credential type of objects
  • Bug #331: Fixed Test-AdfCode for [credential] objects