mkalavala commented on code in PR #7182: URL: https://github.com/apache/nifi/pull/7182#discussion_r1179435232
########## nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/test/java/org/apache/nifi/processors/azure/storage/AbstractAzureBlobStorage_v12IT.java: ########## @@ -128,6 +144,26 @@ protected BlobClient uploadBlob(String blobName, byte[] blobData) throws Excepti return blobClient; } + protected BlobClient uploadBlobWithCSE(String blobName, byte[] blobData, String hexKey, String keyId, String keyWrapAlgorithm) throws Exception { Review Comment: I would suggest to keep them as they helped me in identifying that KeyWrapAlgorithm cannot be constant and needs to derived from key size. Also helped me in verifying different key algorithm sizes -- 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: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org