Frends.AzureDataLake.DeleteFiles / 2.0.0
Summary
Removes the files in a container that match a pattern, leaving the directory structure in place.
Typical use — clearing selected files without disturbing the layout around them
2.0.02026-08-12
Changed
- The task now targets .NET 8.
- Breaking The
IsSuccessproperty has been renamed toSuccessin the result object. - Breaking The
ErrorMessagestring property has been removed from the result object. When the task fails andThrowErrorOnFailureis false, error details are now returned in theErrorobject (useError.Messagefor the error message). - Added a new
ErrorMessageOnFailureoption: you can now provide a custom error message that will be used when the task fails, instead of the default technical error message.
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-21
Added
- Initial implementation of Frends.AzureDataLake.DeleteFiles.