sjyang18 commented on a change in pull request #4863:
URL: https://github.com/apache/nifi/pull/4863#discussion_r587740543



##########
File path: 
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java
##########
@@ -143,6 +144,54 @@
             .required(false)
             .build();
 
+    public static final PropertyDescriptor ACCOUNT_NAME_SECRET = new 
PropertyDescriptor.Builder()
+            .name("storage-account-name-secret")
+            .displayName("Storage Account Name Secret Name")
+            .description("Storage Account Name Secret Name")
+            .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)

Review comment:
       NON_BLANK_VALIDATOR?
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to