Commit b960def
authored
[KeyVault] - Hide LocalCryptographyClient and replace it with a local mode instead (Azure#13373)
## What
- Remove LocalCryptographyClient from public API and instead make it a mode of the Cryptography Client
- Align our API with other languages where it makes sense and is not a breaking change
## Why
- Hiding the LocalCryptographyClient came out from feedback from the arch board
- Aligning with our partners ensures consistency across APIs. There are also things we missed before so it makes sense to add them now.
resolves Azure#133651 parent dc03344 commit b960def
File tree
30 files changed
+2628
-549
lines changed- sdk/keyvault
- keyvault-admin/src
- keyvault-keys
- recordings
- browsers/keys_client__create_read_update_and_delete_operations
- node
- keys_client__create_read_update_and_delete_operations
- local_cryptography_public_tests_when_using_a_local_jsonwebtoken_when_using_an_unsupported_algorithm
- local_cryptography_public_tests_when_using_a_local_jsonwebtoken_when_using_an_unsupported_operation
- local_cryptography_public_tests_when_using_a_local_jsonwebtoken
- review
- src
- localCryptography
- test
- internal
- public
30 files changed
+2628
-549
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
245 | 244 | | |
246 | 245 | | |
247 | 246 | | |
248 | | - | |
249 | 247 | | |
250 | 248 | | |
251 | 249 | | |
| |||
286 | 284 | | |
287 | 285 | | |
288 | 286 | | |
289 | | - | |
290 | 287 | | |
291 | 288 | | |
292 | 289 | | |
| |||
341 | 338 | | |
342 | 339 | | |
343 | 340 | | |
344 | | - | |
345 | 341 | | |
346 | 342 | | |
347 | 343 | | |
| |||
382 | 378 | | |
383 | 379 | | |
384 | 380 | | |
385 | | - | |
386 | 381 | | |
387 | 382 | | |
388 | 383 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
Lines changed: 238 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments