Skip to content

Releases: Azure-Player/azure.datafactory.tools

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

adftools v1.4

26 Apr 05:35
467cd6e
Compare
Choose a tag to compare

[1.4.0] - 2023-04-26

Added

  • More precise error message when value in config is empty #300
  • Incremental deployment!!! #195
  • Support for credentials deployment & delete #156

adftools v1.3

27 Feb 23:19
ae8d1b7
Compare
Choose a tag to compare

[1.3.0] - 2023-02-27

Fixed

  • Defined ignored types in references and added BigDataPool to it #289

adftools v1.2

24 Feb 00:15
8e60f03
Compare
Choose a tag to compare

[1.2.0] - 2023-02-24

Fixed

  • Validation of ADF files fails when JSON contains property with single quote #287
  • Validation of ADF files fails when a pipeline has reference to Synapse notebook

adftools v1.1

23 Feb 19:05
2d32d8e
Compare
Choose a tag to compare

[1.1.0] - 2023-02-23

  • Support for new SynapseNotebook activity #279

adftools v1.0

17 Feb 19:59
Compare
Choose a tag to compare

[1.0.0] - 2023-01-02

  • Version 1.0 released
  • 100% tests passed