-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate Sync Stack on KV Keys (#30162)
* update * update * update * update * update * Replaced mentions of KeyAsyncClient with KeyClientImpl * Added missing logging statements in createRsaKeyWithResponseAsync() and importKeyWithResponseAsync(). * Ensured context null-checks are present for all sync methods and removed them from all async methods. * Renamed `keyClient` to `implClient` in KeyAsyncClient and KeyClient. Applied formatting fixes. * Removed getLogger() and getDefaultPollingInterval() from KeyAsyncClient. * Updated tests to correctly use Mockito's spy() and when() functions on a KeyClientImpl instance. * Removed unused import from KeyAsyncClient. * Changed config to open implementation package to unnamed modules for tests. Co-authored-by: Vinay Gera <vinay_work@hotmail.com> Co-authored-by: vcolin7 <vicolina@microsoft.com>
- Loading branch information
1 parent
ccafc5b
commit 3bcf41a
Showing
9 changed files
with
1,658 additions
and
1,047 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
776 changes: 93 additions & 683 deletions
776
...security-keyvault-keys/src/main/java/com/azure/security/keyvault/keys/KeyAsyncClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.