autorest/v0.11.3
- Fixed a bug in SASTokenAuthorization that caused the SAS token to be repeatedly appended during request retries.
- Fixed calculation of canonicalized host string that was causing an invalid shared key token to be computed.
- Moved call to
t.Fatal
out of test goroutine.