Skip to content

Releases: Azure-Player/azure.datafactory.tools

v0.91

01 Oct 11:43

Choose a tag to compare

[0.91.0] - 2021-10-01

  • Fixed #147: Pipeline could be broken when contains array with 1 item in JSON file and any property was updated

v0.90

28 Sep 14:45
a8a561f

Choose a tag to compare

[0.90.0] - 2021-09-25

  • Added cmdlet to generate mermaid diagram to be used in MarkDown type of documents
  • Added public command Start-AdfTriggers
  • Added retry action on failure of starting trigger #107

v0.80

17 Aug 18:28
1eec2b3

Choose a tag to compare

[0.80.0] - 2021-08-17

  • Fixed Get-ReferencedObjects which fails for files with empty element in JSON #128

v0.75

06 Aug 10:22
32a05fa

Choose a tag to compare

[0.75.0] - 2021-08-05

  • Fixed Test-AdfCode when validating empty factory #125

[0.74.0] - 2021-08-03

  • Cmdlet Test-AdfCode validates config files #62
  • Support configuration for Managed Private Endpoint #95
  • Implement Dry Run Functionality for Publishing #120 (Thanks Liam!)

[0.73.0] - 2021-06-15

  • Added option to index into arrays by element name #98 (Thanks Neil!)

[0.72.0] - 2021-06-12

Fixed

  • Removing excluded ADF objects when option $DoNotDeleteExcludedObjects = $false (#108)
  • Changed method of discovering referenced objects (Get-ReferencedObjects) #95

[0.70.0] - 2021-06-10

Added

  • Support for ADF Managed Virtual Network & Managed Private Endpoint (preview)

[0.61.0] - 2021-04-21

Fixed

  • Deploy global Parameter type object (#92)

Added

  • Cmdlet Test-AdfCode returns number of found errors.

[0.60.0] - 2021-02-10

Added

  • Add Test method for Linked Services (#48) Preview

v0.50

20 Jan 22:52
6b1c977

Choose a tag to compare

[0.50.0] - 2021-01-20

Fixed

  • JSON file corrupted when contained object is located deeper than 15 nodes (#80)

[0.40.0] - 2021-01-13

Added

  • New function: Test-AdfCode #62

v0.30

08 Jan 20:18
92b4e0b

Choose a tag to compare

[0.30.0] - 2021-01-08

Added

  • Better control of which: (see new publish flags below)
    • triggers could be stop/start
    • objects could be removed (if apply)
  • Publish flag: DoNotDeleteExcludedObjects (#47)
  • Publish flag: DoNotStopStartExcludedTriggers allows stopping selected triggers (#51)
  • Numbers to all error messages (full list)

v0.20

08 Jan 19:58
1af72bd

Choose a tag to compare

[0.20.0] - 2020-12-28

Fixed

  • Do not start trigger which has not been deployed and thus does not exist (#51)

v0.19

23 Dec 11:17
11b205e

Choose a tag to compare

[0.19.0] - 2020-12-23

Added

  • Support wildcard when specifying object(s) name in config file (#58)
  • Added option $IgnoreLackOfReferencedObject (#64)
  • Add object name to the msg before action (#49)
  • Exit publish cmd when ADF name is already in use (#43)
  • Allow selecting objects in given folder (#68)

Fixed

  • Finding dependencies miss objects when the same object names occurs (#65)
  • DeleteNotInSource fails when attempting to remove active trigger or found many dependant objects (#67)

v0.18

04 Dec 02:33

Choose a tag to compare

[0.18.0] - 2020-12-04

Added

  • Added the ability to only warn on missing paths in config (#59 by @chris5287)

Fixed

  • JSON file could be corrupted when config update has happened on a very deep path (#33)
  • Special characters deployed wrong (#50)

v0.17

02 Oct 13:46

Choose a tag to compare

Added

  • Added new publish option: FailsWhenConfigItemNotFound