Frends.AzureDataLake.CreateContainer / 1.4.0
Summary
Creates a container, the top-level namespace of a Data Lake Storage account.
Typical use — provisioning a landing area a Process owns
1.4.02026-08-07
Added
- Added
Optionsparameter withThrowErrorOnFailure(default: true) andErrorMessageOnFailuresettings, giving you control over whether errors are thrown as exceptions or returned as part of the result. - The result now includes an
Errorproperty with a message and additional exception details when the task fails andThrowErrorOnFailureis set to false.
Changed
- Updated target framework to .NET 8.
1.3.02026-01-15
Changed
- Updated Azure packages to latest versions:
- Azure.Storage.Files.DataLake 12.25.0
- Azure.Identity 1.17.1
1.2.02024-08-23
Changed
- Updated the Azure.Identity package to version 1.12.0
1.1.02024-05-20
Added
- Added FrendsTaskMetadata.json
1.0.02024-05-06
Added
- Initial implementation of Frends.AzureDataLake.CreateContainer.