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
commit 2fb8dbdeca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {