Open
Description
Library name and version
Azure.Storage.DataMovement; Azure.Storage.DataMovement.Blobs
Query/Question
Our tests are littered with undisposed CancellationTokenSource that have timers that are not diposed properly.
Probably not the biggest deal since it depends on the end of the test to dispose. But this would probably lighten things a bit.
We should also check to dipose the CancellationTokenSource if it's made internally any where and dispose it properly even if there's no timers.
Environment
No response