azure-sdk-for-js
azure-sdk-for-js copied to clipboard
Move defaultLogPolicy to after Sign phase
This change pushes logging to the end of the pipeline, allowing for retried requests to be logged.
Fixes #20910
API change check
API changes are not detected in this pull request.
Good job on this clean change!
There is a test failure in the Browser test, the reason seems to be that we don't add all the policies when running in the browser
you may want to modify your expected policies based on
isNode
.
I forgot to put that in the commit message, but that's done. Hoping you could take another look before we merge this one.