mirror of
https://github.com/restic/restic.git
synced 2025-12-23 12:06:15 +00:00
Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
9
vendor/github.com/Azure/azure-sdk-for-go/arm/postgresql/configurations.go
generated
vendored
9
vendor/github.com/Azure/azure-sdk-for-go/arm/postgresql/configurations.go
generated
vendored
@@ -110,6 +110,7 @@ func (client ConfigurationsClient) CreateOrUpdatePreparer(resourceGroupName stri
|
||||
func (client ConfigurationsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
@@ -178,7 +179,9 @@ func (client ConfigurationsClient) GetPreparer(resourceGroupName string, serverN
|
||||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConfigurationsClient) 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
|
||||
@@ -244,7 +247,9 @@ func (client ConfigurationsClient) ListByServerPreparer(resourceGroupName string
|
||||
// ListByServerSender sends the ListByServer request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConfigurationsClient) ListByServerSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByServerResponder handles the response to the ListByServer request. The method always
|
||||
|
||||
Reference in New Issue
Block a user