From a972ee8d6238d286656a3aeddf287a3b2fd6b936 Mon Sep 17 00:00:00 2001 From: v-gaoh Date: Tue, 10 Nov 2020 11:29:18 +0800 Subject: [PATCH] suppress the runtime exception in the KeyVaultClient class --- .../src/main/resources/checkstyle/checkstyle-suppressions.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml b/eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml index 42252c13d1b0..698ce568814e 100755 --- a/eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml +++ b/eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml @@ -349,6 +349,10 @@ + + +