Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
parent
9d0f13c4c0
commit
946c8399e2
2985 changed files with 1008107 additions and 118934 deletions
12
vendor/github.com/Azure/azure-sdk-for-go/arm/sql/geobackuppolicies.go
generated
vendored
12
vendor/github.com/Azure/azure-sdk-for-go/arm/sql/geobackuppolicies.go
generated
vendored
|
@ -103,7 +103,9 @@ func (client GeoBackupPoliciesClient) CreateOrUpdatePreparer(resourceGroupName s
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GeoBackupPoliciesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
|
||||
|
@ -172,7 +174,9 @@ func (client GeoBackupPoliciesClient) GetPreparer(resourceGroupName string, serv
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GeoBackupPoliciesClient) GetSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetResponder handles the response to the Get request. The method always
|
||||
|
@ -240,7 +244,9 @@ func (client GeoBackupPoliciesClient) ListByDatabasePreparer(resourceGroupName s
|
|||
// ListByDatabaseSender sends the ListByDatabase request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GeoBackupPoliciesClient) ListByDatabaseSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByDatabaseResponder handles the response to the ListByDatabase request. The method always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue