Commit 8f0920f
authored
Always apply proxy configuration with MSAL for KiotaRequestAdapterHook in msgraph module (#61199)
* Update msgraph.py to_msal_proxies
Updated the logic of function to_msal_proxies. Return proxies attribute even when the authority is not filled
* Added Unit tests for testing to_msal_proxies.
* Changed elif to if based on Static Tests
* Removed trailing whitespaces based on Static Test output.1 parent 7edec78 commit 8f0920f
File tree
2 files changed
+42
-0
lines changed- providers/microsoft/azure
- src/airflow/providers/microsoft/azure/hooks
- tests/unit/microsoft/azure/hooks
2 files changed
+42
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
| |||
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
435 | 475 | | |
436 | 476 | | |
437 | 477 | | |
| |||
0 commit comments