davsclaus commented on code in PR #9567: URL: https://github.com/apache/camel/pull/9567#discussion_r1139270513
########## components/camel-azure/camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake/DataLakeConfiguration.java: ########## @@ -93,6 +94,12 @@ public class DataLakeConfiguration implements Cloneable { private String umask; @UriParam(description = "set open options for creating file") private Set<OpenOption> openOptions; + @UriParam(description = "SAS token signature") Review Comment: Can you add label = "security" for these new options so we know they are related to security stuff -- 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. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org