Commit 5ab4faa
App Configuration Provider - Key Vault Refresh (#41882)
* Sync refresh changes
* Key Vault Refresh
* adding tests and fixing sync refresh
* Updating Async
* Fixed Async Tests
* Updated tests and change log
* Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
* Fixing merge issue
* Updating comments
* Updating secret refresh
* Update _azureappconfigurationproviderasync.py
* Fixing Optional Endpoint
* fix mypy issue
* fixing async test
* mixing merge
* fixing test after merge
* Update testcase.py
* Secret Provider Base
* removing unused imports
* updating exception
* updating resolve key vault references
* Review comments
* fixing tests
* tox updates
* Updating Tests
* Updating Async to be the same as sync
* Fixing formatting
* fixing tox and unneeded ""
* fixing tox items
* fix cspell + tests recording
* Update test_async_secret_provider.py
* Post Merge updates
* Move cache to shared code
* removed unneeded disabled
* Update Secret Provider
* Updating usage
* Update assets.json
* Updated to make secret refresh update dictionary
* removing _secret_version_cache
* Update assets.json
* Update _secret_provider_base.py
---------
Co-authored-by: Copilot <[email protected]>1 parent b277c60 commit 5ab4faa
File tree
26 files changed
+1768
-164
lines changed- sdk/appconfiguration
- azure-appconfiguration-provider
- azure/appconfiguration/provider
- _key_vault
- aio
- _key_vault
- tests
- aio/key_vault
- key_vault
26 files changed
+1768
-164
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
Lines changed: 21 additions & 55 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | 249 | | |
290 | 250 | | |
291 | 251 | | |
| |||
309 | 269 | | |
310 | 270 | | |
311 | 271 | | |
312 | | - | |
313 | | - | |
| 272 | + | |
| 273 | + | |
314 | 274 | | |
315 | 275 | | |
316 | 276 | | |
| |||
321 | 281 | | |
322 | 282 | | |
323 | 283 | | |
324 | | - | |
| 284 | + | |
325 | 285 | | |
326 | 286 | | |
327 | 287 | | |
| |||
334 | 294 | | |
335 | 295 | | |
336 | 296 | | |
337 | | - | |
| 297 | + | |
338 | 298 | | |
339 | 299 | | |
340 | 300 | | |
| |||
424 | 384 | | |
425 | 385 | | |
426 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
427 | 392 | | |
428 | 393 | | |
429 | 394 | | |
| |||
465 | 430 | | |
466 | 431 | | |
467 | 432 | | |
468 | | - | |
| 433 | + | |
469 | 434 | | |
470 | 435 | | |
471 | 436 | | |
| |||
520 | 485 | | |
521 | 486 | | |
522 | 487 | | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
523 | 492 | | |
524 | 493 | | |
525 | | - | |
| 494 | + | |
526 | 495 | | |
527 | 496 | | |
528 | 497 | | |
| |||
541 | 510 | | |
542 | 511 | | |
543 | 512 | | |
544 | | - | |
| 513 | + | |
545 | 514 | | |
546 | 515 | | |
547 | 516 | | |
| |||
558 | 527 | | |
559 | 528 | | |
560 | 529 | | |
561 | | - | |
562 | | - | |
| 530 | + | |
563 | 531 | | |
564 | 532 | | |
565 | 533 | | |
566 | 534 | | |
567 | | - | |
568 | | - | |
| 535 | + | |
569 | 536 | | |
570 | 537 | | |
571 | 538 | | |
572 | 539 | | |
573 | | - | |
574 | | - | |
| 540 | + | |
Lines changed: 15 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | 293 | | |
295 | 294 | | |
296 | 295 | | |
297 | 296 | | |
298 | 297 | | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | 298 | | |
308 | 299 | | |
309 | 300 | | |
| |||
598 | 589 | | |
599 | 590 | | |
600 | 591 | | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
Lines changed: 87 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
Lines changed: 67 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments