mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-10 08:36:20 +00:00
Update Azure Go SDK to v19.0.0
This commit is contained in:
4
vendor/github.com/Azure/azure-sdk-for-go/storage/table.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/storage/table.go
generated
vendored
@@ -186,7 +186,7 @@ func (t *Table) Delete(timeout uint, options *TableOptions) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
defer readAndCloseBody(resp.Body)
|
||||
defer drainRespBody(resp)
|
||||
|
||||
return checkRespCode(resp, []int{http.StatusNoContent})
|
||||
}
|
||||
@@ -269,7 +269,7 @@ func (t *Table) SetPermissions(tap []TableAccessPolicy, timeout uint, options *T
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
defer readAndCloseBody(resp.Body)
|
||||
defer drainRespBody(resp)
|
||||
|
||||
return checkRespCode(resp, []int{http.StatusNoContent})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user