Commit 53083ca
committed
Update deprecated TokenCache API usage
There was a place in `ManagedIdentityClient` where the `TokenCache.find`
method was still being used, leading to some deprecation warnings being
printed. This updates that to use `TokenCache.search`.
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>1 parent 30dce4e commit 53083ca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
0 commit comments