Frends.AzureDataLake.DownloadFiles / 2.0.0
Summary
Copies files matching a pattern out of a container onto the agent's file system, deciding whether existing local files may be replaced.
Typical use — pulling a batch down for local processing
2.0.02026-08-13
Changed
- Breaking Task parameters have been reorganized into separate Input, Connection, and Options tabs. Connection details (ConnectionMethod, ConnectionString, StorageAccountName, ApplicationID, TenantID, ClientSecret) are now in the Connection tab, while file selection (ContainerName, SourceFilePattern) and local destination settings (DestinationDirectory, Overwrite) are in the Input tab.
- Breaking Input field
Directoryhas been renamed toDestinationDirectory. - Breaking Input field
FilePatternhas been renamed toSourceFilePattern. - Breaking Result property
IsSuccesshas been renamed toSuccess. - Breaking Result property
ErrorMessagehas been removed. Error details are now returned in theErrorobject (withMessageandAdditionalInfoproperties) whenThrowErrorOnFailureis false. - Added
ErrorMessageOnFailureoption: you can now provide a custom error message that will be used when the task fails. - Upgraded target framework from net6.0 to net8.0.
1.2.02026-01-15
Changed
- Updated Azure packages to latest versions:
- Azure.Storage.Files.DataLake 12.25.0
- Azure.Identity 1.17.1
1.1.02024-08-23
Changed
- Updated the Azure.Identity package to version 1.12.0.
1.0.02024-05-17
Added
- Initial implementation of Frends.AzureDataLake.DownloadFiles.