Commit ca3cd48
FIx key error in identity logging (Azure#37986)
The "appid" key is not always in json_dict.
If you enable logging, things blow up because "appid" isn't always there.
Signed-off-by: Paul Van Eck <[email protected]>
Co-authored-by: Paul Van Eck <[email protected]>1 parent e30c640 commit ca3cd48
File tree
2 files changed
+10
-4
lines changed- sdk/identity/azure-identity/azure/identity
- _internal
- aio/_internal
2 files changed
+10
-4
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | | - | |
36 | | - | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | | - | |
35 | | - | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments