mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 11:05:17 +00:00
- Added FLOWFILE_ATTRIBUTES expression language support to the Storage Account Name and and also to the Storage Account Key property to be consistent with AzureStorageCredentialsControllerService - ADLSCredentialControllerService.ACCOUNT_KEY and ADLSCredentialControllerService.SAS_TOKEN PropertyDescriptor public constants are the same as AzureStorageUtils.ACCOUNT_KEY and AzureStorageUtils.PROP_SAS_TOKEN respectively, but they haven't been removed to keep backward compatibility. NIFI-8762 Removed ADLSCredentialsControllerService.ACCOUNT_KEY and SAS_TOKEN static fields NIFI-8762 Add test for EL in Account Name and Account Key Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #5229.