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
|
@ -92,7 +92,9 @@ func (client CommitmentAssociationsClient) GetPreparer(resourceGroupName string,
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CommitmentAssociationsClient) 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
|
||||
|
@ -161,7 +163,9 @@ func (client CommitmentAssociationsClient) ListPreparer(resourceGroupName string
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CommitmentAssociationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
@ -299,7 +303,9 @@ func (client CommitmentAssociationsClient) MovePreparer(resourceGroupName string
|
|||
// MoveSender sends the Move request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CommitmentAssociationsClient) MoveSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// MoveResponder handles the response to the Move request. The method always
|
||||
|
|
24
vendor/github.com/Azure/azure-sdk-for-go/arm/machinelearning/commitmentplans/group.go
generated
vendored
24
vendor/github.com/Azure/azure-sdk-for-go/arm/machinelearning/commitmentplans/group.go
generated
vendored
|
@ -93,7 +93,9 @@ func (client GroupClient) CreateOrUpdatePreparer(createOrUpdatePayload Commitmen
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) 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
|
||||
|
@ -158,7 +160,9 @@ func (client GroupClient) GetPreparer(resourceGroupName string, commitmentPlanNa
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) 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
|
||||
|
@ -224,7 +228,9 @@ func (client GroupClient) ListPreparer(skipToken string) (*http.Request, error)
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
@ -360,7 +366,9 @@ func (client GroupClient) ListInResourceGroupPreparer(resourceGroupName string,
|
|||
// ListInResourceGroupSender sends the ListInResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) ListInResourceGroupSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListInResourceGroupResponder handles the response to the ListInResourceGroup request. The method always
|
||||
|
@ -498,7 +506,9 @@ func (client GroupClient) PatchPreparer(patchPayload PatchPayload, resourceGroup
|
|||
// PatchSender sends the Patch request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) PatchSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// PatchResponder handles the response to the Patch request. The method always
|
||||
|
@ -563,7 +573,9 @@ func (client GroupClient) RemovePreparer(resourceGroupName string, commitmentPla
|
|||
// RemoveSender sends the Remove request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) RemoveSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// RemoveResponder handles the response to the Remove request. The method always
|
||||
|
|
|
@ -94,7 +94,9 @@ func (client UsageHistoryClient) ListPreparer(resourceGroupName string, commitme
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client UsageHistoryClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
|
@ -19,10 +19,10 @@ package commitmentplans
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-commitmentplans/2016-05-01-preview"
|
||||
return "Azure-SDK-For-Go/v11.1.1-beta arm-commitmentplans/2016-05-01-preview"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v11.1.1-beta"
|
||||
}
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/machinelearning/webservices/group.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/machinelearning/webservices/group.go
generated
vendored
|
@ -143,6 +143,7 @@ func (client GroupClient) CreateOrUpdatePreparer(resourceGroupName string, webSe
|
|||
func (client GroupClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -230,6 +231,7 @@ func (client GroupClient) CreateRegionalPropertiesPreparer(resourceGroupName str
|
|||
func (client GroupClient) CreateRegionalPropertiesSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -300,7 +302,9 @@ func (client GroupClient) GetPreparer(resourceGroupName string, webServiceName s
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) 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
|
||||
|
@ -368,7 +372,9 @@ func (client GroupClient) ListByResourceGroupPreparer(resourceGroupName string,
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always
|
||||
|
@ -503,7 +509,9 @@ func (client GroupClient) ListBySubscriptionIDPreparer(skiptoken string) (*http.
|
|||
// ListBySubscriptionIDSender sends the ListBySubscriptionID request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) ListBySubscriptionIDSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListBySubscriptionIDResponder handles the response to the ListBySubscriptionID request. The method always
|
||||
|
@ -638,7 +646,9 @@ func (client GroupClient) ListKeysPreparer(resourceGroupName string, webServiceN
|
|||
// ListKeysSender sends the ListKeys request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client GroupClient) ListKeysSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListKeysResponder handles the response to the ListKeys request. The method always
|
||||
|
@ -724,6 +734,7 @@ func (client GroupClient) PatchPreparer(resourceGroupName string, webServiceName
|
|||
func (client GroupClient) PatchSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -806,6 +817,7 @@ func (client GroupClient) RemovePreparer(resourceGroupName string, webServiceNam
|
|||
func (client GroupClient) RemoveSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/machinelearning/webservices/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/machinelearning/webservices/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package webservices
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-webservices/2017-01-01"
|
||||
return "Azure-SDK-For-Go/v11.1.1-beta arm-webservices/2017-01-01"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v11.1.1-beta"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue