Merge pull request #3839 from kirat-singh/feature.azure-sdk-update

Update Azure SDK and support additional authentication schemes
This commit is contained in:
Milos Gajdos
2023-04-25 19:35:34 +01:00
committed by GitHub
365 changed files with 44060 additions and 21016 deletions

View File

@@ -1425,7 +1425,7 @@ func (w *writer) Close() error {
return w.flushPart()
}
func (w *writer) Cancel() error {
func (w *writer) Cancel(ctx context.Context) error {
if w.closed {
return fmt.Errorf("already closed")
} else if w.committed {