adhoc/issue-226/test-226.ps1
|
#Import-Module ".\azure.datafactory.tools.psd1" -Force #Get-Module $ErrorActionPreference = 'Stop' $VerbosePreference = 'Continue' . .\adhoc\~~Load-all-cmdlets-locally.ps1 # Load to this session $path = (.\adhoc\Get-RootPath.ps1) $path $adf = Import-AdfFromFolder -FactoryName 'abc' -RootFolder $path #Import-AdfObjects -Adf $adf -All $adf.Pipelines -RootFolder "$path" -SubFolder "pipeline" $DebugPreference = 'Continue' Update-PropertiesFromFile -adf $adf -stage "$path\config.csv" $DebugPreference = 'SilentlyContinue' $VerbosePreference = 'SilentlyContinue' |