Skip to content

Releases: Azure-Player/azure.datafactory.tools

adftools v0.110

03 Dec 00:11
33b0568

Choose a tag to compare

[0.110.0] - 2022-12-02

Fixed

  • Bug #260: Test-AdfCode function: The property 'globalParameters' cannot be found on this object.

adftools v0.101

19 Nov 19:53
0d6ec21

Choose a tag to compare

[0.101.0] - 2022-11-19

Fixed

  • Bug #226: Cannot overwrite/set DateTime type of value via config file

adftools v0.100

18 Nov 00:11
c8b208f

Choose a tag to compare

[0.100.0] - 2022-11-18

Fixed

  • Bug #229: Wildcard in name not working in json config file

v0.99

18 Nov 00:10
0143250

Choose a tag to compare

[0.99.0] - 2022-10-24

Fixed

  • The module accepts Credentials type of object (when loading from files), but the deployment is skipped and not supported yet. #156

v0.97

25 Apr 21:47
66abe19

Choose a tag to compare

[0.97.0] - 2022-04-25

Fixed

  • Publish-AdfV2UsingArm cmdlet to make it compatible with PS 5.1
  • Updating value of global params of boolean types #203

Added

  • Added tests for Publish-AdfV2UsingArm
  • Added OutputFolder input parameter to Export-AdfToArmTemplate
  • Added new cmdlet: Test-AdfArmTemplate #191

v0.96

23 Feb 23:42
a69728c

Choose a tag to compare

[0.96.0] - 2022-02-24

Fixed

  • Bug: Error in replacing property using config.csv when empty element exists #186
  • Bug: Replacing properties from json-config for managedPrivateEndpoints #184 #185

v0.95.1

07 Dec 14:39
ec06ad0

Choose a tag to compare

[0.95.1] - 2021-12-07

  • Bug fixed: Loading ADF from code fails when excluding any object and ManagedVNET exist #171

v0.95

24 Oct 12:37
a8c4706

Choose a tag to compare

[0.95.0] - 2021-10-23

  • Added structure to return object for Test-AdfCode which allows to check number of warnings too
  • Fixed tests

v0.94

20 Oct 16:45
9b3cb05

Choose a tag to compare

[0.94.0] - 2021-10-20

  • Fixed bug: add 'properties' node to ManagedVirtualNetwork if does not exist in default.json file #157

v0.93

17 Oct 01:13
73ad1fd

Choose a tag to compare

[0.93.0] - 2021-10-17

  • Added cmdlet: Export-AdfToArmTemplate
  • Added cmdlet: Publish-AdfV2UsingArm (preview)
  • Fixed Test-AdfCode which complete exec even if some issue is found
  • Added workaround for ManagedVirtualNetwork object without 'properties' node #149