Skip to content

Commit

Permalink
suppress the runtime exception in the KeyVaultClient class (#17401)
Browse files Browse the repository at this point in the history
Co-authored-by: v-gaoh <[email protected]>
  • Loading branch information
han-gao and v-gaoh authored Nov 12, 2020
1 parent a097f96 commit 12c9a67
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@
<suppress checks="com.azure.tools.checkstyle.checks.ThrowFromClientLogger"
files="com.azure.security.keyvault.keys.cryptography.AesCbc.java"/>

<!-- suppress the runtime exception in the KeyVaultClient class-->
<suppress checks="com.azure.tools.checkstyle.checks.ThrowFromClientLogger"
files="com.azure.security.keyvault.jca.KeyVaultClient.java"/>

<!-- MSAL extension temporarily living in our package. Will not take dependency on azure-core once migrated to MSAL repo -->
<suppress checks="com.azure.tools.checkstyle.checks.ThrowFromClientLogger"
files="com.azure.identity.implementation.msalextensions.CacheLock"/>
Expand Down

0 comments on commit 12c9a67

Please sign in to comment.