vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
12
vendor/github.com/Azure/azure-sdk-for-go/.github/PULL_REQUEST_TEMPLATE.md
generated
vendored
Normal file
12
vendor/github.com/Azure/azure-sdk-for-go/.github/PULL_REQUEST_TEMPLATE.md
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
Thanks you for your contribution to the Azure-SDK-for-Go! We will triage and review it as quickly as we can.
|
||||
|
||||
As part of your submission, please make sure that you can make the following assertions:
|
||||
|
||||
- [ ] I'm not making changes to Auto-Generated files which will just get erased next time there's a release.
|
||||
- If that's what you want to do, consider making a contribution here: https://github.com/Azure/autorest.go
|
||||
- [ ] I've tested my changes, adding unit tests where applicable.
|
||||
- [ ] I've added Apache 2.0 Headers to the top of any new source files.
|
||||
- [ ] I'm submitting this PR to the `dev` branch, or I'm fixing a bug that warrants its own release and I'm targeting the `master` branch.
|
||||
- [ ] If I'm targeting the `master` branch, I've also added a note to [CHANGELOG.md](https://github.com/Azure/azure-sdk-for-go/blob/master/README.md).
|
||||
- [ ] I've mentioned any relevant open issues in this PR, making clear the context for the contribution.
|
||||
|
2
vendor/github.com/Azure/azure-sdk-for-go/.gitignore
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/.gitignore
generated
vendored
|
@ -8,7 +8,7 @@ _obj
|
|||
_test
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
# *.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
|
|
24
vendor/github.com/Azure/azure-sdk-for-go/.travis.yml
generated
vendored
24
vendor/github.com/Azure/azure-sdk-for-go/.travis.yml
generated
vendored
|
@ -2,16 +2,14 @@ sudo: false
|
|||
|
||||
language: go
|
||||
go:
|
||||
- 1.8
|
||||
- 1.9
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
|
||||
install:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
- go get -u github.com/Masterminds/glide
|
||||
- go get -u golang.org/x/net/context
|
||||
- go get -u gopkg.in/godo.v2/cmd/godo
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- export GO15VENDOREXPERIMENT=1
|
||||
- glide install
|
||||
- dep ensure
|
||||
|
||||
script:
|
||||
- bash rungas.sh
|
||||
|
@ -21,24 +19,30 @@ script:
|
|||
- test -z "$(gofmt -s -l -w storage | tee /dev/stderr)"
|
||||
- test -z "$(gofmt -s -l -w Gododir | tee /dev/stderr)"
|
||||
- test -z "$(gofmt -s -l -w $(find ./datalake-store/* -type d -print) | tee /dev/stderr)"
|
||||
# - test -z "$(gofmt -s -l -w $(find ./dataplane/* -type d -print) | tee /dev/stderr)"
|
||||
- test -z "$(gofmt -s -l -w $(find ./services/* -type d -print) | tee /dev/stderr)"
|
||||
- test -z "$(go build $(find ./* -type d -print | grep -v '^./vendor$' | grep -v '^./storage$') | tee /dev/stderr)"
|
||||
- test -z "$(go vet $(find ./arm/* -type d -print) | tee /dev/stderr)"
|
||||
- test -z "$(golint ./arm/... | tee /dev/stderr)"
|
||||
- go build ./arm/examples/...
|
||||
- go build ./profiles/...
|
||||
- test -z "$(go fmt ./profiles/... | tee /dev/stderr)"
|
||||
- test -z "$(go vet ./profiles/... | tee /dev/stderr)"
|
||||
# - test -z "$(golint ./profiles/... | tee /dev/stderr)" # This line should be uncommented once Aliases include comments.
|
||||
- go build ./services/...
|
||||
- test -z "$(go fmt ./services/... | tee /dev/stderr)"
|
||||
- test -z "$(go vet ./services/... | tee /dev/stderr)"
|
||||
# - test -z "$(golint ./services/... | tee /dev/stderr)"
|
||||
- go test -v ./management/...
|
||||
- go test -v ./arm/...
|
||||
- go test -v ./storage/...
|
||||
- bash ./tools/profileBuilder/test.sh
|
||||
- go test -v ./datalake-store/...
|
||||
- go test -v ./dataplane/...
|
||||
- test -z "$(golint ./management/... | grep -v 'should have comment' | grep -v 'stutters' | tee /dev/stderr)"
|
||||
- test -z "$(golint ./storage/... | tee /dev/stderr)"
|
||||
# - test -z "$(golint ./datalake-store/... | tee /dev/stderr)"
|
||||
# - test -z "$(golint ./dataplane/... | tee /dev/stderr)"
|
||||
- go vet ./management/...
|
||||
- go vet ./storage/...
|
||||
- go vet ./datalake-store/...
|
||||
- go vet ./dataplane/...
|
||||
- test -z "$(golint ./Gododir/... | tee /dev/stderr)"
|
||||
- go vet ./Gododir/...
|
||||
|
||||
|
|
125
vendor/github.com/Azure/azure-sdk-for-go/CHANGELOG.md
generated
vendored
125
vendor/github.com/Azure/azure-sdk-for-go/CHANGELOG.md
generated
vendored
|
@ -1,5 +1,122 @@
|
|||
# CHANGELOG
|
||||
|
||||
## `v12.2.0-beta`
|
||||
|
||||
### Changes
|
||||
|
||||
#### Storage
|
||||
|
||||
- Add support for creating a SAS client from an endpoint and SAS token.
|
||||
- Fixed bug that wasn't appending SAS token to URI query parameters in all cases.
|
||||
|
||||
## `v12.1.1-beta`
|
||||
|
||||
### Changes
|
||||
|
||||
- Removing (at least temporarily) calls to `uuid.NewV1()` due to breaking changes (see https://github.com/Azure/azure-sdk-for-go/issues/947 for more info).
|
||||
- Deleted glide files as we are now using dep.
|
||||
|
||||
## `v12.1.0-beta`
|
||||
|
||||
### New Services
|
||||
|
||||
#### Data plane
|
||||
- Cognitive Services Computer Vision
|
||||
- Cognitive Services Content Moderator
|
||||
- Cognitive Services LUIS
|
||||
|
||||
## `v12.0.0-beta`
|
||||
|
||||
### Changes
|
||||
- Long Running Operations now return a `Future` type. Go routines and return via channel features have been removed.
|
||||
- Added support for services that make use of polymorphic types.
|
||||
- Operations now make use of the [Context Pattern](https://blog.golang.org/context).
|
||||
- Container Services has been moved out of Compute folder in its own folder.
|
||||
- Azure Go SDK is now using [dep](https://github.com/golang/dep) for vendoring.
|
||||
- The *arm* and *dataplane* folders have been deprecated. Use the *profiles* and the *services* folders instead.
|
||||
- Group clients have been renamed to a a service specific name.
|
||||
|
||||
### New Services
|
||||
|
||||
#### Management Plane
|
||||
- Azure Container Service for Kubernetes (AKS)
|
||||
- Azure MSI Service
|
||||
|
||||
#### Data plane
|
||||
- Cognitive Services Custom Search
|
||||
- Cognitive Services Entity Search
|
||||
- Cognitive Services Image Search
|
||||
- Cognitive Services News Search
|
||||
- Cognitive Services Video Search
|
||||
- Cognitive Services Web Search
|
||||
- Cognitive Services Spell Check
|
||||
- MongoDb for CosmosDb
|
||||
|
||||
|
||||
### Generated code notes
|
||||
- [Azure REST API specs](https://github.com/Azure/azure-rest-api-specs) commit: 515f358fe1e521441aec5d63d62b5f0affcc8ea9
|
||||
- [AutoRest Go Generator](https://github.com/Azure/autorest.go) commit: c759908a0d8726eb755afd93353c58e072c345af
|
||||
|
||||
## `v11.3.0-beta`
|
||||
|
||||
### ARM
|
||||
|
||||
- Added storage API version 2017-10-01.
|
||||
|
||||
## `v11.2.2-beta`
|
||||
|
||||
### Bug Fixes
|
||||
- Regenerating `latest` and `preview` profiles after deleting falsely included apimanagement.
|
||||
|
||||
## `v11.2.1-beta`
|
||||
|
||||
### Bug Fixes
|
||||
- Commenting out ignore rule that false-positived on the graphrbac package.
|
||||
|
||||
## `v11.2.0-beta`
|
||||
|
||||
### Repository Structure
|
||||
- Adding support for Multi-API Version paradigm in `services` directory.
|
||||
- Adding support for Azure Profile in `profiles` directory.
|
||||
|
||||
### Storage
|
||||
- Added operations for getting and setting container metadata.
|
||||
- Fixed unmarshaling bug on list containers operation.'
|
||||
|
||||
### Generated code notes
|
||||
|
||||
- Services directory generated from [Azure REST API specs](https://github.com/Azure/azure-rest-api-specs) commit: 274c99f7bd93d8b98048e31b74a34333cecded74
|
||||
- [AutoRest Go Generator](https://github.com/Azure/autorest.go) version: 2.0.41
|
||||
|
||||
## `v11.1.1-beta`
|
||||
|
||||
### ARM
|
||||
|
||||
- Registers resource providers if necessary.
|
||||
- Requires go-autorest v9.1.0
|
||||
|
||||
### Generated code notes
|
||||
|
||||
- [Azure REST API specs](https://github.com/Azure/azure-rest-api-specs) commits:
|
||||
- All services except trafficmanager and containerregistry: 0c2a12b50d8598f68d6715b507f7dd53e163407e
|
||||
- trafficmanager and containerregistry: c97a18ed775029207715b09c80761334724740b9
|
||||
- [AutoRest Go Generator](https://github.com/Azure/autorest.go) version: 2.0.36
|
||||
|
||||
### Storage
|
||||
|
||||
- Fixed bug in which blob types were unmarshaed incorrectly.
|
||||
|
||||
## `v11.1.0-beta`
|
||||
|
||||
### ARM
|
||||
|
||||
- trafficmanager and containerregistry SDKs now reflect the services faithfully
|
||||
- trafficmanager also has a new operation group: user metrics.
|
||||
|
||||
### Generated code notes
|
||||
- [Azure REST API specs](https://github.com/Azure/azure-rest-api-specs) commit: c97a18ed775029207715b09c80761334724740b9
|
||||
- [AutoRest Go Generator](https://github.com/Azure/autorest.go) commit: 5d984152f2e9cff6878ea5060bed7e8d8a2ae1cc
|
||||
|
||||
## `v11.0.0-beta`
|
||||
|
||||
### ARM
|
||||
|
@ -35,6 +152,8 @@
|
|||
|
||||
### Data plane
|
||||
|
||||
| api | version | note |
|
||||
|:------------------------------------|:-------------------|:------------------------------------|
|
||||
| dataplane/cognitiveservices/face | 1.0 | new |
|
||||
| dataplane/cognitiveservices/textanalytics | v2.0 | new |
|
||||
|
||||
|
@ -232,7 +351,7 @@ Storage has been moved to its own repository which can be found here:
|
|||
https://github.com/Azure/azure-storage-go
|
||||
|
||||
For backwards compatibility, a submodule has been added to this repo. However, consuming storage
|
||||
via this repository is deprecated and may be deleted in future versions.
|
||||
via this repository is deprecated and may be deleted in future versions.
|
||||
|
||||
## `v8.1.0-beta`
|
||||
### ARM
|
||||
|
@ -471,7 +590,7 @@ Below are some design changes.
|
|||
|
||||
- Uses go-autorest v6.0.0 (Polling and Asynchronous requests related changes).
|
||||
|
||||
|
||||
|
||||
## `v0.5.0-beta`
|
||||
|
||||
Updated following packages to new API versions:
|
||||
|
@ -480,7 +599,7 @@ Updated following packages to new API versions:
|
|||
- arm/resources/subscriptions 2015-11-01
|
||||
|
||||
|
||||
### Changes
|
||||
### Changes
|
||||
|
||||
- SDK now uses go-autorest v3.0.0.
|
||||
|
||||
|
|
527
vendor/github.com/Azure/azure-sdk-for-go/Gododir/gen.go
generated
vendored
527
vendor/github.com/Azure/azure-sdk-for-go/Gododir/gen.go
generated
vendored
|
@ -1,527 +0,0 @@
|
|||
package main
|
||||
|
||||
// Copyright 2017 Microsoft Corporation
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// To run this package...
|
||||
// go run gen.go -- --sdk 3.14.16
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
do "gopkg.in/godo.v2"
|
||||
)
|
||||
|
||||
type service struct {
|
||||
Name string
|
||||
Fullname string
|
||||
Namespace string
|
||||
TaskName string
|
||||
Tag string
|
||||
Input string
|
||||
Output string
|
||||
}
|
||||
|
||||
const (
|
||||
testsSubDir = "tests"
|
||||
)
|
||||
|
||||
type mapping struct {
|
||||
PlaneInput string
|
||||
PlaneOutput string
|
||||
Services []service
|
||||
}
|
||||
|
||||
type failList []string
|
||||
|
||||
type failLocker struct {
|
||||
sync.Mutex
|
||||
failList
|
||||
}
|
||||
|
||||
var (
|
||||
start time.Time
|
||||
gopath = os.Getenv("GOPATH")
|
||||
sdkVersion string
|
||||
autorestDir string
|
||||
swaggersDir string
|
||||
testGen bool
|
||||
deps do.P
|
||||
services = []*service{}
|
||||
servicesMapping = []mapping{
|
||||
{
|
||||
PlaneOutput: "arm",
|
||||
PlaneInput: "resource-manager",
|
||||
Services: []service{
|
||||
{Name: "advisor"},
|
||||
{Name: "analysisservices"},
|
||||
// {
|
||||
// Autorest Bug, duplicate files
|
||||
// Name: "apimanagement",
|
||||
// },
|
||||
{Name: "appinsights"},
|
||||
{Name: "authorization"},
|
||||
{Name: "automation"},
|
||||
// {
|
||||
// Name: "commerce",
|
||||
// Input: "azsadmin/resource-manager/commerce",
|
||||
// Output: "azsadmin/commerce",
|
||||
// },
|
||||
// {
|
||||
// Name: "fabric",
|
||||
// Input: "azsadmin/resource-manager/fabric",
|
||||
// Output: "azsadmin/fabric",
|
||||
// },
|
||||
// {
|
||||
// Name: "infrastructureinsights",
|
||||
// Input: "azsadmin/resource-manager/InfrastructureInsights",
|
||||
// Output: "azsadmin/infrastructureinsights",
|
||||
// },
|
||||
{Name: "batch"},
|
||||
{Name: "billing"},
|
||||
{Name: "cdn"},
|
||||
{Name: "cognitiveservices"},
|
||||
{Name: "commerce"},
|
||||
{Name: "compute"},
|
||||
{
|
||||
Name: "containerservice",
|
||||
Input: "compute/resource-manager",
|
||||
Tag: "package-container-service-2017-01",
|
||||
},
|
||||
{Name: "consumption"},
|
||||
{Name: "containerinstance"},
|
||||
{Name: "containerregistry"},
|
||||
{Name: "cosmos-db"},
|
||||
{Name: "customer-insights"},
|
||||
{
|
||||
Name: "account",
|
||||
Input: "datalake-analytics/resource-manager",
|
||||
Output: "datalake-analytics/account",
|
||||
},
|
||||
{
|
||||
Name: "account",
|
||||
Input: "datalake-store/resource-manager",
|
||||
Output: "datalake-store/account",
|
||||
},
|
||||
{Name: "devtestlabs"},
|
||||
{Name: "dns"},
|
||||
{Name: "eventgrid"},
|
||||
{Name: "eventhub"},
|
||||
{Name: "hdinsight"},
|
||||
{Name: "intune"},
|
||||
{Name: "iothub"},
|
||||
{Name: "keyvault"},
|
||||
{Name: "logic"},
|
||||
{
|
||||
Name: "commitmentplans",
|
||||
Input: "machinelearning/resource-manager",
|
||||
Output: "machinelearning/commitmentplans",
|
||||
Tag: "package-commitmentPlans-2016-05-preview",
|
||||
},
|
||||
{
|
||||
Name: "webservices",
|
||||
Input: "machinelearning/resource-manager",
|
||||
Output: "machinelearning/webservices",
|
||||
Tag: "package-webservices-2017-01",
|
||||
},
|
||||
{Name: "marketplaceordering"},
|
||||
{Name: "mediaservices"},
|
||||
{Name: "mobileengagement"},
|
||||
{Name: "monitor"},
|
||||
{Name: "mysql"},
|
||||
{Name: "network"},
|
||||
{Name: "notificationhubs"},
|
||||
{Name: "operationalinsights"},
|
||||
{Name: "operationsmanagement"},
|
||||
{Name: "postgresql"},
|
||||
{Name: "powerbiembedded"},
|
||||
{Name: "recoveryservices"},
|
||||
{Name: "recoveryservicesbackup"},
|
||||
{Name: "recoveryservicessiterecovery"},
|
||||
{
|
||||
Name: "redis",
|
||||
Tag: "package-2016-04",
|
||||
},
|
||||
{Name: "relay"},
|
||||
{Name: "resourcehealth"},
|
||||
{
|
||||
Name: "features",
|
||||
Input: "resources/resource-manager",
|
||||
Output: "resources/features",
|
||||
Tag: "package-features-2015-12",
|
||||
},
|
||||
{
|
||||
Name: "links",
|
||||
Input: "resources/resource-manager",
|
||||
Output: "resources/links",
|
||||
Tag: "package-links-2016-09",
|
||||
},
|
||||
{
|
||||
Name: "locks",
|
||||
Input: "resources/resource-manager",
|
||||
Output: "resources/locks",
|
||||
Tag: "package-locks-2016-09",
|
||||
},
|
||||
{
|
||||
Name: "managedapplications",
|
||||
Input: "resources/resource-manager",
|
||||
Output: "resources/managedapplications",
|
||||
Tag: "package-managedapplications-2016-09",
|
||||
},
|
||||
{
|
||||
Name: "policy",
|
||||
Input: "resources/resource-manager",
|
||||
Output: "resources/policy",
|
||||
Tag: "package-policy-2016-12",
|
||||
},
|
||||
{
|
||||
Name: "resources",
|
||||
Input: "resources/resource-manager",
|
||||
Output: "resources/resources",
|
||||
Tag: "package-resources-2017-05",
|
||||
},
|
||||
{
|
||||
Name: "subscriptions",
|
||||
Input: "resources/resource-manager",
|
||||
Output: "resources/subscriptions",
|
||||
Tag: "package-subscriptions-2016-06",
|
||||
},
|
||||
{Name: "scheduler"},
|
||||
{Name: "search"},
|
||||
{Name: "servermanagement"},
|
||||
{Name: "service-map"},
|
||||
{Name: "servicebus"},
|
||||
{Name: "servicefabric"},
|
||||
{Name: "sql"},
|
||||
{Name: "storage"},
|
||||
{Name: "storageimportexport"},
|
||||
{Name: "storsimple8000series"},
|
||||
{Name: "streamanalytics"},
|
||||
// {
|
||||
// error in the modeler
|
||||
// https://github.com/Azure/autorest/issues/2579
|
||||
// Name: "timeseriesinsights",
|
||||
// },
|
||||
{Name: "trafficmanager"},
|
||||
{Name: "visualstudio"},
|
||||
{Name: "web"},
|
||||
},
|
||||
},
|
||||
{
|
||||
PlaneOutput: "dataplane",
|
||||
PlaneInput: "data-plane",
|
||||
Services: []service{
|
||||
{Name: "keyvault"},
|
||||
{
|
||||
Name: "face",
|
||||
Input: "cognitiveservices/data-plane/Face",
|
||||
Output: "cognitiveservices/face",
|
||||
},
|
||||
{
|
||||
Name: "textanalytics",
|
||||
Input: "cognitiveservices/data-plane/TextAnalytics",
|
||||
Output: "cognitiveservices/textanalytics",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
PlaneInput: "data-plane",
|
||||
Services: []service{
|
||||
{
|
||||
Name: "filesystem",
|
||||
Input: "datalake-store/data-plane",
|
||||
Output: "datalake-store/filesystem",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
PlaneOutput: "arm",
|
||||
PlaneInput: "data-plane",
|
||||
Services: []service{
|
||||
{Name: "graphrbac"},
|
||||
},
|
||||
},
|
||||
}
|
||||
fails = failLocker{}
|
||||
)
|
||||
|
||||
func init() {
|
||||
start = time.Now()
|
||||
for _, swaggerGroup := range servicesMapping {
|
||||
swg := swaggerGroup
|
||||
for _, service := range swg.Services {
|
||||
s := service
|
||||
initAndAddService(&s, swg.PlaneInput, swg.PlaneOutput)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func main() {
|
||||
do.Godo(tasks)
|
||||
}
|
||||
|
||||
func initAndAddService(service *service, planeInput, planeOutput string) {
|
||||
if service.Input == "" {
|
||||
service.Input = service.Name
|
||||
}
|
||||
path := []string{service.Input}
|
||||
if service.Input == service.Name {
|
||||
path = append(path, planeInput)
|
||||
}
|
||||
path = append(path, "readme.md")
|
||||
service.Input = filepath.Join(path...)
|
||||
|
||||
if service.Output == "" {
|
||||
service.Output = service.Name
|
||||
}
|
||||
service.TaskName = fmt.Sprintf("%s>%s", planeOutput, strings.Join(strings.Split(service.Output, "/"), ">"))
|
||||
service.Fullname = filepath.Join(planeOutput, service.Output)
|
||||
service.Namespace = filepath.Join("github.com", "Azure", "azure-sdk-for-go", service.Fullname)
|
||||
service.Output = filepath.Join(gopath, "src", service.Namespace)
|
||||
|
||||
services = append(services, service)
|
||||
deps = append(deps, service.TaskName)
|
||||
}
|
||||
|
||||
func tasks(p *do.Project) {
|
||||
p.Task("default", do.S{"setvars", "generate:all", "management", "report"}, nil)
|
||||
p.Task("setvars", nil, setVars)
|
||||
p.Use("generate", generateTasks)
|
||||
p.Use("gofmt", formatTasks)
|
||||
p.Use("gobuild", buildTasks)
|
||||
p.Use("golint", lintTasks)
|
||||
p.Use("govet", vetTasks)
|
||||
p.Task("management", do.S{"setvars"}, managementVersion)
|
||||
p.Task("addVersion", nil, addVersion)
|
||||
p.Task("report", nil, report)
|
||||
}
|
||||
|
||||
func setVars(c *do.Context) {
|
||||
if gopath == "" {
|
||||
panic("Gopath not set\n")
|
||||
}
|
||||
|
||||
sdkVersion = c.Args.MustString("s", "sdk", "version")
|
||||
autorestDir = c.Args.MayString("", "a", "ar", "autorest")
|
||||
swaggersDir = c.Args.MayString("", "w", "sw", "swagger")
|
||||
testGen = c.Args.MayBool(false, "t", "testgen")
|
||||
}
|
||||
|
||||
func generateTasks(p *do.Project) {
|
||||
addTasks(generate, p)
|
||||
}
|
||||
|
||||
func generate(service *service) {
|
||||
codegen := "--go"
|
||||
if testGen {
|
||||
codegen = "--go.testgen"
|
||||
service.Fullname = strings.Join([]string{service.Fullname, testsSubDir}, string(os.PathSeparator))
|
||||
service.Output = filepath.Join(service.Output, testsSubDir)
|
||||
}
|
||||
|
||||
fmt.Printf("Generating %s...\n\n", service.Fullname)
|
||||
|
||||
fullInput := ""
|
||||
if swaggersDir == "" {
|
||||
fullInput = fmt.Sprintf("https://raw.githubusercontent.com/Azure/azure-rest-api-specs/current/specification/%s", service.Input)
|
||||
} else {
|
||||
fullInput = filepath.Join(swaggersDir, "azure-rest-api-specs", "specification", service.Input)
|
||||
}
|
||||
|
||||
execCommand := "autorest"
|
||||
commandArgs := []string{
|
||||
fullInput,
|
||||
codegen,
|
||||
"--license-header=MICROSOFT_APACHE_NO_VERSION",
|
||||
fmt.Sprintf("--namespace=%s", service.Name),
|
||||
fmt.Sprintf("--output-folder=%s", service.Output),
|
||||
fmt.Sprintf("--package-version=%s", sdkVersion),
|
||||
"--clear-output-folder",
|
||||
"--can-clear-output-folder",
|
||||
}
|
||||
if service.Tag != "" {
|
||||
commandArgs = append(commandArgs, fmt.Sprintf("--tag=%s", service.Tag))
|
||||
}
|
||||
if testGen {
|
||||
commandArgs = append([]string{"-LEGACY"}, commandArgs...)
|
||||
}
|
||||
|
||||
if autorestDir != "" {
|
||||
// if an AutoRest directory was specified then assume
|
||||
// the caller wants to use a locally-built version.
|
||||
commandArgs = append(commandArgs, fmt.Sprintf("--use=%s", autorestDir))
|
||||
}
|
||||
|
||||
autorest := exec.Command(execCommand, commandArgs...)
|
||||
|
||||
fmt.Println(commandArgs)
|
||||
|
||||
if _, stderr, err := runner(autorest); err != nil {
|
||||
fails.Add(fmt.Sprintf("%s: autorest error: %s: %s", service.Fullname, err, stderr))
|
||||
}
|
||||
|
||||
format(service)
|
||||
build(service)
|
||||
lint(service)
|
||||
vet(service)
|
||||
}
|
||||
|
||||
func formatTasks(p *do.Project) {
|
||||
addTasks(format, p)
|
||||
}
|
||||
|
||||
func format(service *service) {
|
||||
fmt.Printf("Formatting %s...\n\n", service.Fullname)
|
||||
gofmt := exec.Command("gofmt", "-w", service.Output)
|
||||
_, stderr, err := runner(gofmt)
|
||||
if err != nil {
|
||||
fails.Add(fmt.Sprintf("%s: gofmt error:%s: %s", service.Fullname, err, stderr))
|
||||
}
|
||||
}
|
||||
|
||||
func buildTasks(p *do.Project) {
|
||||
addTasks(build, p)
|
||||
}
|
||||
|
||||
func build(service *service) {
|
||||
fmt.Printf("Building %s...\n\n", service.Fullname)
|
||||
gobuild := exec.Command("go", "build", service.Namespace)
|
||||
_, stderr, err := runner(gobuild)
|
||||
if err != nil {
|
||||
fails.Add(fmt.Sprintf("%s: build error: %s: %s", service.Fullname, err, stderr))
|
||||
}
|
||||
}
|
||||
|
||||
func lintTasks(p *do.Project) {
|
||||
addTasks(lint, p)
|
||||
}
|
||||
|
||||
func lint(service *service) {
|
||||
fmt.Printf("Linting %s...\n\n", service.Fullname)
|
||||
golint := exec.Command(filepath.Join(gopath, "bin", "golint"), service.Namespace)
|
||||
_, stderr, err := runner(golint)
|
||||
if err != nil {
|
||||
fails.Add(fmt.Sprintf("%s: golint error: %s: %s", service.Fullname, err, stderr))
|
||||
}
|
||||
}
|
||||
|
||||
func vetTasks(p *do.Project) {
|
||||
addTasks(vet, p)
|
||||
}
|
||||
|
||||
func vet(service *service) {
|
||||
fmt.Printf("Vetting %s...\n\n", service.Fullname)
|
||||
govet := exec.Command("go", "vet", service.Namespace)
|
||||
_, stderr, err := runner(govet)
|
||||
if err != nil {
|
||||
fails.Add(fmt.Sprintf("%s: go vet error: %s: %s", service.Fullname, err, stderr))
|
||||
}
|
||||
}
|
||||
|
||||
func addVersion(c *do.Context) {
|
||||
gitStatus := exec.Command("git", "status", "-s")
|
||||
out, _, err := runner(gitStatus)
|
||||
if err != nil {
|
||||
panic(fmt.Errorf("Git error: %s", err))
|
||||
}
|
||||
files := strings.Split(out, "\n")
|
||||
|
||||
for _, f := range files {
|
||||
if strings.HasPrefix(f, " M ") && strings.HasSuffix(f, "version.go") {
|
||||
gitAdd := exec.Command("git", "add", f[3:])
|
||||
_, _, err := runner(gitAdd)
|
||||
if err != nil {
|
||||
panic(fmt.Errorf("Git error: %s", err))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func managementVersion(c *do.Context) {
|
||||
version("management")
|
||||
}
|
||||
|
||||
func version(packageName string) {
|
||||
versionFile := filepath.Join(packageName, "version.go")
|
||||
os.Remove(versionFile)
|
||||
template := `// +build go1.7
|
||||
|
||||
package %s
|
||||
|
||||
// Copyright 2017 Microsoft Corporation
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
var (
|
||||
sdkVersion = "%s"
|
||||
)
|
||||
`
|
||||
data := []byte(fmt.Sprintf(template, packageName, sdkVersion))
|
||||
ioutil.WriteFile(versionFile, data, 0644)
|
||||
}
|
||||
|
||||
func addTasks(fn func(*service), p *do.Project) {
|
||||
for _, service := range services {
|
||||
s := service
|
||||
p.Task(s.TaskName, nil, func(c *do.Context) {
|
||||
fn(s)
|
||||
})
|
||||
}
|
||||
p.Task("all", deps, nil)
|
||||
}
|
||||
|
||||
func runner(cmd *exec.Cmd) (string, string, error) {
|
||||
var stdout, stderr bytes.Buffer
|
||||
cmd.Stdout, cmd.Stderr = &stdout, &stderr
|
||||
err := cmd.Run()
|
||||
if stdout.Len() > 0 {
|
||||
fmt.Println(stdout.String())
|
||||
}
|
||||
if stderr.Len() > 0 {
|
||||
fmt.Println(stderr.String())
|
||||
}
|
||||
return stdout.String(), stderr.String(), err
|
||||
}
|
||||
|
||||
func (fl *failLocker) Add(fail string) {
|
||||
fl.Lock()
|
||||
defer fl.Unlock()
|
||||
fl.failList = append(fl.failList, fail)
|
||||
}
|
||||
|
||||
func report(c *do.Context) {
|
||||
fmt.Printf("Script ran for %s\n", time.Since(start))
|
||||
for _, f := range fails.failList {
|
||||
fmt.Println(f)
|
||||
fmt.Println("==========")
|
||||
}
|
||||
}
|
86
vendor/github.com/Azure/azure-sdk-for-go/Gopkg.lock
generated
vendored
Normal file
86
vendor/github.com/Azure/azure-sdk-for-go/Gopkg.lock
generated
vendored
Normal file
|
@ -0,0 +1,86 @@
|
|||
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
|
||||
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/Azure/go-autorest"
|
||||
packages = ["autorest","autorest/adal","autorest/azure","autorest/date","autorest/to","autorest/validation"]
|
||||
revision = "809ed2ef5c4c9a60c3c2f3aa9cc11f3a7c2ce59d"
|
||||
version = "v9.6.0"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/dgrijalva/jwt-go"
|
||||
packages = ["."]
|
||||
revision = "dbeaa9332f19a944acb5736b4456cfcc02140e29"
|
||||
version = "v3.1.0"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/dnaeon/go-vcr"
|
||||
packages = ["cassette","recorder"]
|
||||
revision = "87d4990451a858cc210399285be976e63bc3c364"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/marstr/collection"
|
||||
packages = ["."]
|
||||
revision = "871b1cfa2ab97d3d8f54a034280907896190c346"
|
||||
version = "v0.3.3"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/marstr/goalias"
|
||||
packages = ["model"]
|
||||
revision = "3026ca7e18e829805b990b41e4ce28c92cb80caa"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/marstr/guid"
|
||||
packages = ["."]
|
||||
revision = "8bdf7d1a087ccc975cf37dd6507da50698fd19ca"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/marstr/randname"
|
||||
packages = ["."]
|
||||
revision = "3ef1f47af99e66171417047e6f6fa334345e95e7"
|
||||
|
||||
[[projects]]
|
||||
name = "github.com/satori/go.uuid"
|
||||
packages = ["."]
|
||||
revision = "879c5887cd475cd7864858769793b2ceb0d44feb"
|
||||
version = "v1.1.0"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "github.com/shopspring/decimal"
|
||||
packages = ["."]
|
||||
revision = "9ca7f51822d222ae4e246f070f9aad863599bd1a"
|
||||
|
||||
[[projects]]
|
||||
branch = "master"
|
||||
name = "golang.org/x/crypto"
|
||||
packages = ["pkcs12","pkcs12/internal/rc2"]
|
||||
revision = "94eea52f7b742c7cbe0b03b22f0c4c8631ece122"
|
||||
|
||||
[[projects]]
|
||||
branch = "v1"
|
||||
name = "gopkg.in/check.v1"
|
||||
packages = ["."]
|
||||
revision = "20d25e2804050c1cd24a7eea1e7a6447dd0e74ec"
|
||||
|
||||
[[projects]]
|
||||
branch = "v2"
|
||||
name = "gopkg.in/mgo.v2"
|
||||
packages = [".","bson","internal/json","internal/sasl","internal/scram"]
|
||||
revision = "3f83fa5005286a7fe593b055f0d7771a7dce4655"
|
||||
|
||||
[[projects]]
|
||||
branch = "v2"
|
||||
name = "gopkg.in/yaml.v2"
|
||||
packages = ["."]
|
||||
revision = "287cf08546ab5e7e37d55a84f7ed3fd1db036de5"
|
||||
|
||||
[solve-meta]
|
||||
analyzer-name = "dep"
|
||||
analyzer-version = 1
|
||||
inputs-digest = "db9074210af478934e87ee6c2b68492578d7c186d94b8f81d82e810b2956cc07"
|
||||
solver-name = "gps-cdcl"
|
||||
solver-version = 1
|
66
vendor/github.com/Azure/azure-sdk-for-go/Gopkg.toml
generated
vendored
Normal file
66
vendor/github.com/Azure/azure-sdk-for-go/Gopkg.toml
generated
vendored
Normal file
|
@ -0,0 +1,66 @@
|
|||
|
||||
# Gopkg.toml example
|
||||
#
|
||||
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
||||
# for detailed Gopkg.toml documentation.
|
||||
#
|
||||
# required = ["github.com/user/thing/cmd/thing"]
|
||||
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
||||
#
|
||||
# [[constraint]]
|
||||
# name = "github.com/user/project"
|
||||
# version = "1.0.0"
|
||||
#
|
||||
# [[constraint]]
|
||||
# name = "github.com/user/project2"
|
||||
# branch = "dev"
|
||||
# source = "github.com/myfork/project2"
|
||||
#
|
||||
# [[override]]
|
||||
# name = "github.com/x/y"
|
||||
# version = "2.4.0"
|
||||
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/Azure/go-autorest"
|
||||
version = "9.6.0"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/dnaeon/go-vcr"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/marstr/collection"
|
||||
version = "0.3.3"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/marstr/goalias"
|
||||
|
||||
[[constraint]]
|
||||
revision = "8bdf7d1a087ccc975cf37dd6507da50698fd19ca"
|
||||
name = "github.com/marstr/guid"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/marstr/randname"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/satori/go.uuid"
|
||||
version = "1.1.0"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "github.com/shopspring/decimal"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
name = "golang.org/x/crypto"
|
||||
|
||||
[[constraint]]
|
||||
branch = "v1"
|
||||
name = "gopkg.in/check.v1"
|
||||
|
||||
[[constraint]]
|
||||
branch = "v2"
|
||||
name = "gopkg.in/mgo.v2"
|
29
vendor/github.com/Azure/azure-sdk-for-go/README.md
generated
vendored
29
vendor/github.com/Azure/azure-sdk-for-go/README.md
generated
vendored
|
@ -19,21 +19,34 @@ $ go get -u github.com/Azure/azure-sdk-for-go/...
|
|||
```
|
||||
|
||||
> **IMPORTANT:** We highly suggest vendoring Azure SDK for Go as a dependency. For vendoring dependencies, Azure SDK
|
||||
for Go uses [glide](https://github.com/Masterminds/glide).
|
||||
for Go uses [dep](https://github.com/golang/dep).
|
||||
|
||||
# Versioning
|
||||
## SDK Versions
|
||||
The tags in this repository are based on, but do not conform to [SemVer.org's recommendations](http://semver.org/).
|
||||
The entire SDK will
|
||||
continue to be distributed as a single repository, and be labeled with version tags that are applicable to the whole
|
||||
repository. The tags in this repository are based on, but do not conform to [SemVer.org's recommendations](http://semver.org/).
|
||||
For now, the "-beta" tag is an indicator that we are still in preview and still are planning on releasing some breaking
|
||||
changes.
|
||||
|
||||
While in beta, we will only accept contributions to the `dev` or `master` branches. Once the `beta` tag is removed, we'll
|
||||
only contribute new features and Azure API surface space to the most recent major version of our SDK. However, pull requests
|
||||
to older major versions will be evaluated and accepted as appropriate. Any critical bugs will be fixed in old versions as well.
|
||||
To facilitate pull requests, a branch will be created for each of the major versions accepting support. For example,
|
||||
should we have tags denoting the versions, `v11.1.0`, `v11.2.0`, and `v12.0.0`, a branch `v11` would be present for submission
|
||||
of PRs.
|
||||
|
||||
## Azure Versions
|
||||
Azure services _mostly_ do not use SemVer based versions. Rather, they use profiles identified by dates. One will often
|
||||
see this casually referred to as an "APIVersion". At the moment, our SDK only supports the most recent profiles. In
|
||||
order to lock to an API version, one must also lock to an SDK version. However, as discussed in
|
||||
[#517](https://github.com/Azure/azure-sdk-for-go/issues/517), our objective is to reorganize and publish independent
|
||||
packages for each profile. In that way, we'll be able to have parallel support in a single SDK version for all
|
||||
APIVersions supported by Azure.
|
||||
Azure services _mostly_ do not use SemVer based versions. Rather, they stamp a set of REST endpoints with a date identifier. One will often
|
||||
see these stamps casually referred to as "API Versions". At the moment, our SDK only supports the most recent stamp for each service. In
|
||||
order to lock to an API version, one must also lock to an SDK version. However, as discussed in [#517](https://github.com/Azure/azure-sdk-for-go/issues/517),
|
||||
our objective is to reorganize and publish an independent package for each stamped API version of each service. In that way, we'll be able to support all API Versions
|
||||
in a single SDK Version.
|
||||
|
||||
Knowing which API Versions of services are compatbile with one another, and finding which API Versions are available in which environments
|
||||
has been a common source of frustration for users. Along with Azure Stack, these problems have led to the development of "Profiles" which are
|
||||
aggregations of multiple services at particular API Versions. Using profiles with our SDK will be optional, and to opt-in you will need to be
|
||||
running Go 1.9 or higher.
|
||||
|
||||
# Documentation
|
||||
|
||||
|
|
56
vendor/github.com/Azure/azure-sdk-for-go/arm/README.md
generated
vendored
56
vendor/github.com/Azure/azure-sdk-for-go/arm/README.md
generated
vendored
|
@ -91,6 +91,62 @@ post,
|
|||
[Developer's Guide to Auth with Azure Resource Manager API](http://www.dushyantgill.com/blog/2015/05/23/developers-guide-to-auth-with-azure-resource-manager-api/),
|
||||
that is also quite helpful.
|
||||
|
||||
### Use an authentication file
|
||||
|
||||
This SDK also supports authentication with a JSON file containing credentials for the service principal. In the Azure CLI, you can create a service principal and its authentication file with this command:
|
||||
|
||||
``` bash
|
||||
az ad sp create-for-rbac --sdk-auth > mycredentials.json
|
||||
```
|
||||
|
||||
Save this file in a secure location on your system where your code can read it. Set an environment variable with the full path to the file:
|
||||
|
||||
``` bash
|
||||
export AZURE_AUTH_LOCATION=/secure/location/mycredentials.json
|
||||
```
|
||||
|
||||
``` powershell
|
||||
$env:AZURE_AUTH_LOCATION= "/secure/location/mycredentials.json"
|
||||
```
|
||||
|
||||
The file looks like this, in case you want to create it yourself:
|
||||
|
||||
``` json
|
||||
{
|
||||
"clientId": "<your service principal client ID>",
|
||||
"clientSecret": "your service principal client secret",
|
||||
"subscriptionId": "<your Azure Subsription ID>",
|
||||
"tenantId": "<your tenant ID>",
|
||||
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com",
|
||||
"resourceManagerEndpointUrl": "https://management.azure.com/",
|
||||
"activeDirectoryGraphResourceId": "https://graph.windows.net/",
|
||||
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/",
|
||||
"galleryEndpointUrl": "https://gallery.azure.com/",
|
||||
"managementEndpointUrl": "https://management.core.windows.net/"
|
||||
}
|
||||
```
|
||||
|
||||
Clients can be created later like this:
|
||||
|
||||
``` go
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/Azure/go-autorest/autorest/azure/auth"
|
||||
"github.com/Azure/azure-sdk-for-go/arm/storage"
|
||||
)
|
||||
|
||||
func main() {
|
||||
authentication, err := auth.GetClientSetup(storage.DefaultBaseURI)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
client := storage.NewAccountsClientWithBaseURI(authentication.BaseURI, authentication.SubscriptionID)
|
||||
client.Authorizer = authentication
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
### Complete source code
|
||||
|
||||
Get code for a full example of [authenticating to Azure via certificate or device authorization](https://github.com/Azure/go-autorest/tree/master/autorest/azure/example).
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/client.go
generated
vendored
|
@ -1,6 +1,8 @@
|
|||
// Package advisor implements the Azure ARM Advisor service API version 2017-04-19.
|
||||
//
|
||||
// REST APIs for Azure Advisor
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/advisor/mgmt/2017-04-19/advisor
|
||||
package advisor
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/operations.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/operations.go
generated
vendored
|
@ -79,7 +79,9 @@ func (client OperationsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
16
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/recommendations.go
generated
vendored
16
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/recommendations.go
generated
vendored
|
@ -85,7 +85,9 @@ func (client RecommendationsClient) GeneratePreparer() (*http.Request, error) {
|
|||
// GenerateSender sends the Generate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RecommendationsClient) GenerateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GenerateResponder handles the response to the Generate request. The method always
|
||||
|
@ -149,7 +151,9 @@ func (client RecommendationsClient) GetPreparer(resourceURI string, recommendati
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RecommendationsClient) GetSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// GetResponder handles the response to the Get request. The method always
|
||||
|
@ -216,7 +220,9 @@ func (client RecommendationsClient) GetGenerateStatusPreparer(operationID uuid.U
|
|||
// GetGenerateStatusSender sends the GetGenerateStatus request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RecommendationsClient) GetGenerateStatusSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetGenerateStatusResponder handles the response to the GetGenerateStatus request. The method always
|
||||
|
@ -289,7 +295,9 @@ func (client RecommendationsClient) ListPreparer(filter string, top *int32, skip
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RecommendationsClient) 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
|
||||
|
|
16
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/suppressions.go
generated
vendored
16
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/suppressions.go
generated
vendored
|
@ -92,7 +92,9 @@ func (client SuppressionsClient) CreatePreparer(resourceURI string, recommendati
|
|||
// CreateSender sends the Create request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client SuppressionsClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// CreateResponder handles the response to the Create request. The method always
|
||||
|
@ -159,7 +161,9 @@ func (client SuppressionsClient) DeletePreparer(resourceURI string, recommendati
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client SuppressionsClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -224,7 +228,9 @@ func (client SuppressionsClient) GetPreparer(resourceURI string, recommendationI
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client SuppressionsClient) GetSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// GetResponder handles the response to the Get request. The method always
|
||||
|
@ -295,7 +301,9 @@ func (client SuppressionsClient) ListPreparer(top *int32, skipToken string) (*ht
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client SuppressionsClient) 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
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/advisor/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package advisor
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-advisor/2017-04-19"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-advisor/2017-04-19"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/analysisservices/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/analysisservices/client.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
//
|
||||
// The Azure Analysis Services Web API provides a RESTful set of web services that enables users to create, retrieve,
|
||||
// update, and delete Analysis Services servers
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/analysisservices/mgmt/2017-08-01-beta/analysisservices
|
||||
package analysisservices
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/analysisservices/operations.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/analysisservices/operations.go
generated
vendored
|
@ -80,7 +80,9 @@ func (client OperationsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
33
vendor/github.com/Azure/azure-sdk-for-go/arm/analysisservices/servers.go
generated
vendored
33
vendor/github.com/Azure/azure-sdk-for-go/arm/analysisservices/servers.go
generated
vendored
|
@ -126,6 +126,7 @@ func (client ServersClient) CreatePreparer(resourceGroupName string, serverName
|
|||
func (client ServersClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -225,6 +226,7 @@ func (client ServersClient) DeletePreparer(resourceGroupName string, serverName
|
|||
func (client ServersClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -303,7 +305,9 @@ func (client ServersClient) DissociateGatewayPreparer(resourceGroupName string,
|
|||
// DissociateGatewaySender sends the DissociateGateway request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ServersClient) DissociateGatewaySender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DissociateGatewayResponder handles the response to the DissociateGateway request. The method always
|
||||
|
@ -381,7 +385,9 @@ func (client ServersClient) GetDetailsPreparer(resourceGroupName string, serverN
|
|||
// GetDetailsSender sends the GetDetails request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ServersClient) GetDetailsSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetDetailsResponder handles the response to the GetDetails request. The method always
|
||||
|
@ -442,7 +448,9 @@ func (client ServersClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ServersClient) 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
|
||||
|
@ -515,7 +523,9 @@ func (client ServersClient) ListByResourceGroupPreparer(resourceGroupName string
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ServersClient) 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
|
||||
|
@ -594,7 +604,9 @@ func (client ServersClient) ListGatewayStatusPreparer(resourceGroupName string,
|
|||
// ListGatewayStatusSender sends the ListGatewayStatus request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ServersClient) ListGatewayStatusSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListGatewayStatusResponder handles the response to the ListGatewayStatus request. The method always
|
||||
|
@ -673,7 +685,9 @@ func (client ServersClient) ListSkusForExistingPreparer(resourceGroupName string
|
|||
// ListSkusForExistingSender sends the ListSkusForExisting request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ServersClient) ListSkusForExistingSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListSkusForExistingResponder handles the response to the ListSkusForExisting request. The method always
|
||||
|
@ -734,7 +748,9 @@ func (client ServersClient) ListSkusForNewPreparer() (*http.Request, error) {
|
|||
// ListSkusForNewSender sends the ListSkusForNew request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ServersClient) ListSkusForNewSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListSkusForNewResponder handles the response to the ListSkusForNew request. The method always
|
||||
|
@ -833,6 +849,7 @@ func (client ServersClient) ResumePreparer(resourceGroupName string, serverName
|
|||
func (client ServersClient) ResumeSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -931,6 +948,7 @@ func (client ServersClient) SuspendPreparer(resourceGroupName string, serverName
|
|||
func (client ServersClient) SuspendSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -1032,6 +1050,7 @@ func (client ServersClient) UpdatePreparer(resourceGroupName string, serverName
|
|||
func (client ServersClient) UpdateSender(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/analysisservices/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/analysisservices/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package analysisservices
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-analysisservices/2017-08-01-beta"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-analysisservices/2017-08-01-beta"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/apimanagement/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/apimanagement/client.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// version .
|
||||
//
|
||||
// Composite Swagger for ApiManagement Client
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/apimanagement/mgmt/2016-10-10/apimanagement
|
||||
package apimanagement
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/apimanagement/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/apimanagement/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package apimanagement
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v10.2.0-beta arm-apimanagement/"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-apimanagement/"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v10.2.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/apimdeployment/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/apimdeployment/client.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
// version 2016-07-07.
|
||||
//
|
||||
// Use these REST APIs to manage Azure API Management deployment.
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services
|
||||
package apimdeployment
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/client.go
generated
vendored
|
@ -1,6 +1,8 @@
|
|||
// Package appinsights implements the Azure ARM Appinsights service API version 2015-05-01.
|
||||
//
|
||||
// Composite Swagger for Application Insights Management Client
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/appinsights/mgmt/2015-05-01/insights
|
||||
package appinsights
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
24
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/components.go
generated
vendored
24
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/components.go
generated
vendored
|
@ -98,7 +98,9 @@ func (client ComponentsClient) CreateOrUpdatePreparer(resourceGroupName string,
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ComponentsClient) 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
|
||||
|
@ -164,7 +166,9 @@ func (client ComponentsClient) DeletePreparer(resourceGroupName string, resource
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ComponentsClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -229,7 +233,9 @@ func (client ComponentsClient) GetPreparer(resourceGroupName string, resourceNam
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ComponentsClient) 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
|
||||
|
@ -290,7 +296,9 @@ func (client ComponentsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ComponentsClient) 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
|
||||
|
@ -423,7 +431,9 @@ func (client ComponentsClient) ListByResourceGroupPreparer(resourceGroupName str
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ComponentsClient) 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
|
||||
|
@ -560,7 +570,9 @@ func (client ComponentsClient) UpdateTagsPreparer(resourceGroupName string, reso
|
|||
// UpdateTagsSender sends the UpdateTags request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ComponentsClient) UpdateTagsSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateTagsResponder handles the response to the UpdateTags request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/operations.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/operations.go
generated
vendored
|
@ -79,7 +79,9 @@ func (client OperationsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package appinsights
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-appinsights/2015-05-01"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-appinsights/2015-05-01"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
24
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/webtests.go
generated
vendored
24
vendor/github.com/Azure/azure-sdk-for-go/arm/appinsights/webtests.go
generated
vendored
|
@ -102,7 +102,9 @@ func (client WebTestsClient) CreateOrUpdatePreparer(resourceGroupName string, we
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebTestsClient) 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
|
||||
|
@ -168,7 +170,9 @@ func (client WebTestsClient) DeletePreparer(resourceGroupName string, webTestNam
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebTestsClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -233,7 +237,9 @@ func (client WebTestsClient) GetPreparer(resourceGroupName string, webTestName s
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebTestsClient) 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
|
||||
|
@ -294,7 +300,9 @@ func (client WebTestsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebTestsClient) 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
|
||||
|
@ -427,7 +435,9 @@ func (client WebTestsClient) ListByResourceGroupPreparer(resourceGroupName strin
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebTestsClient) 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
|
||||
|
@ -564,7 +574,9 @@ func (client WebTestsClient) UpdateTagsPreparer(resourceGroupName string, webTes
|
|||
// UpdateTagsSender sends the UpdateTags request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebTestsClient) UpdateTagsSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateTagsResponder handles the response to the UpdateTags request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/classicadministrators.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/classicadministrators.go
generated
vendored
|
@ -86,7 +86,9 @@ func (client ClassicAdministratorsClient) ListPreparer() (*http.Request, error)
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ClassicAdministratorsClient) 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
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/client.go
generated
vendored
|
@ -4,6 +4,8 @@
|
|||
// resources or resource groups. These operations enable you to manage role definitions and role assignments. A role
|
||||
// definition describes the set of actions that can be performed on resources. A role assignment grants access to Azure
|
||||
// Active Directory users.
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/authorization/mgmt/2015-07-01/authorization
|
||||
package authorization
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
8
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/permissions.go
generated
vendored
8
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/permissions.go
generated
vendored
|
@ -96,7 +96,9 @@ func (client PermissionsClient) ListForResourcePreparer(resourceGroupName string
|
|||
// ListForResourceSender sends the ListForResource request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client PermissionsClient) ListForResourceSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListForResourceResponder handles the response to the ListForResource request. The method always
|
||||
|
@ -229,7 +231,9 @@ func (client PermissionsClient) ListForResourceGroupPreparer(resourceGroupName s
|
|||
// ListForResourceGroupSender sends the ListForResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client PermissionsClient) ListForResourceGroupSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListForResourceGroupResponder handles the response to the ListForResourceGroup request. The method always
|
||||
|
|
|
@ -92,7 +92,9 @@ func (client ProviderOperationsMetadataClient) GetPreparer(resourceProviderNames
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ProviderOperationsMetadataClient) GetSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// GetResponder handles the response to the Get request. The method always
|
||||
|
@ -154,7 +156,9 @@ func (client ProviderOperationsMetadataClient) ListPreparer(expand string) (*htt
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ProviderOperationsMetadataClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
40
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/roleassignments.go
generated
vendored
40
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/roleassignments.go
generated
vendored
|
@ -96,7 +96,9 @@ func (client RoleAssignmentsClient) CreatePreparer(scope string, roleAssignmentN
|
|||
// CreateSender sends the Create request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// CreateResponder handles the response to the Create request. The method always
|
||||
|
@ -161,7 +163,9 @@ func (client RoleAssignmentsClient) CreateByIDPreparer(roleAssignmentID string,
|
|||
// CreateByIDSender sends the CreateByID request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) CreateByIDSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// CreateByIDResponder handles the response to the CreateByID request. The method always
|
||||
|
@ -226,7 +230,9 @@ func (client RoleAssignmentsClient) DeletePreparer(scope string, roleAssignmentN
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -289,7 +295,9 @@ func (client RoleAssignmentsClient) DeleteByIDPreparer(roleAssignmentID string)
|
|||
// DeleteByIDSender sends the DeleteByID request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) DeleteByIDSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// DeleteByIDResponder handles the response to the DeleteByID request. The method always
|
||||
|
@ -353,7 +361,9 @@ func (client RoleAssignmentsClient) GetPreparer(scope string, roleAssignmentName
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) GetSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// GetResponder handles the response to the Get request. The method always
|
||||
|
@ -416,7 +426,9 @@ func (client RoleAssignmentsClient) GetByIDPreparer(roleAssignmentID string) (*h
|
|||
// GetByIDSender sends the GetByID request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) GetByIDSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// GetByIDResponder handles the response to the GetByID request. The method always
|
||||
|
@ -484,7 +496,9 @@ func (client RoleAssignmentsClient) ListPreparer(filter string) (*http.Request,
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) 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
|
||||
|
@ -628,7 +642,9 @@ func (client RoleAssignmentsClient) ListForResourcePreparer(resourceGroupName st
|
|||
// ListForResourceSender sends the ListForResource request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) ListForResourceSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListForResourceResponder handles the response to the ListForResource request. The method always
|
||||
|
@ -766,7 +782,9 @@ func (client RoleAssignmentsClient) ListForResourceGroupPreparer(resourceGroupNa
|
|||
// ListForResourceGroupSender sends the ListForResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) ListForResourceGroupSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListForResourceGroupResponder handles the response to the ListForResourceGroup request. The method always
|
||||
|
@ -903,7 +921,9 @@ func (client RoleAssignmentsClient) ListForScopePreparer(scope string, filter st
|
|||
// ListForScopeSender sends the ListForScope request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleAssignmentsClient) ListForScopeSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListForScopeResponder handles the response to the ListForScope request. The method always
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/roledefinitions.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/roledefinitions.go
generated
vendored
|
@ -92,7 +92,9 @@ func (client RoleDefinitionsClient) CreateOrUpdatePreparer(scope string, roleDef
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleDefinitionsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always
|
||||
|
@ -156,7 +158,9 @@ func (client RoleDefinitionsClient) DeletePreparer(scope string, roleDefinitionI
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleDefinitionsClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -220,7 +224,9 @@ func (client RoleDefinitionsClient) GetPreparer(scope string, roleDefinitionID s
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleDefinitionsClient) GetSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// GetResponder handles the response to the Get request. The method always
|
||||
|
@ -283,7 +289,9 @@ func (client RoleDefinitionsClient) GetByIDPreparer(roleDefinitionID string) (*h
|
|||
// GetByIDSender sends the GetByID request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleDefinitionsClient) GetByIDSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// GetByIDResponder handles the response to the GetByID request. The method always
|
||||
|
@ -350,7 +358,9 @@ func (client RoleDefinitionsClient) ListPreparer(scope string, filter string) (*
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RoleDefinitionsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/authorization/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package authorization
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-authorization/2015-07-01"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-authorization/2015-07-01"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
24
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/account.go
generated
vendored
24
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/account.go
generated
vendored
|
@ -97,7 +97,9 @@ func (client AccountClient) CreateOrUpdatePreparer(resourceGroupName string, aut
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) 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
|
||||
|
@ -168,7 +170,9 @@ func (client AccountClient) DeletePreparer(resourceGroupName string, automationA
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -238,7 +242,9 @@ func (client AccountClient) GetPreparer(resourceGroupName string, automationAcco
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) 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
|
||||
|
@ -299,7 +305,9 @@ func (client AccountClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) 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
|
||||
|
@ -438,7 +446,9 @@ func (client AccountClient) ListByResourceGroupPreparer(resourceGroupName string
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) 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
|
||||
|
@ -581,7 +591,9 @@ func (client AccountClient) UpdatePreparer(resourceGroupName string, automationA
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
8
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/activity.go
generated
vendored
8
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/activity.go
generated
vendored
|
@ -97,7 +97,9 @@ func (client ActivityClient) GetPreparer(resourceGroupName string, automationAcc
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ActivityClient) 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
|
||||
|
@ -170,7 +172,9 @@ func (client ActivityClient) ListByModulePreparer(resourceGroupName string, auto
|
|||
// ListByModuleSender sends the ListByModule request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ActivityClient) ListByModuleSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByModuleResponder handles the response to the ListByModule request. The method always
|
||||
|
|
|
@ -95,7 +95,9 @@ func (client AgentRegistrationInformationClient) GetPreparer(resourceGroupName s
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AgentRegistrationInformationClient) 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
|
||||
|
@ -169,7 +171,9 @@ func (client AgentRegistrationInformationClient) RegenerateKeyPreparer(resourceG
|
|||
// RegenerateKeySender sends the RegenerateKey request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AgentRegistrationInformationClient) RegenerateKeySender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// RegenerateKeyResponder handles the response to the RegenerateKey request. The method always
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/certificate.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/certificate.go
generated
vendored
|
@ -103,7 +103,9 @@ func (client CertificateClient) CreateOrUpdatePreparer(resourceGroupName string,
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CertificateClient) 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
|
||||
|
@ -176,7 +178,9 @@ func (client CertificateClient) DeletePreparer(resourceGroupName string, automat
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CertificateClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -248,7 +252,9 @@ func (client CertificateClient) GetPreparer(resourceGroupName string, automation
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CertificateClient) 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
|
||||
|
@ -319,7 +325,9 @@ func (client CertificateClient) ListByAutomationAccountPreparer(resourceGroupNam
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CertificateClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -464,7 +472,9 @@ func (client CertificateClient) UpdatePreparer(resourceGroupName string, automat
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CertificateClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/client.go
generated
vendored
|
@ -1,6 +1,8 @@
|
|||
// Package automation implements the Azure ARM Automation service API version 2015-10-31.
|
||||
//
|
||||
// Automation Client
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/automation/mgmt/2015-10-31/automation
|
||||
package automation
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/connection.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/connection.go
generated
vendored
|
@ -103,7 +103,9 @@ func (client ConnectionClient) CreateOrUpdatePreparer(resourceGroupName string,
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConnectionClient) 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
|
||||
|
@ -176,7 +178,9 @@ func (client ConnectionClient) DeletePreparer(resourceGroupName string, automati
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConnectionClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -249,7 +253,9 @@ func (client ConnectionClient) GetPreparer(resourceGroupName string, automationA
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConnectionClient) 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
|
||||
|
@ -320,7 +326,9 @@ func (client ConnectionClient) ListByAutomationAccountPreparer(resourceGroupName
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConnectionClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -465,7 +473,9 @@ func (client ConnectionClient) UpdatePreparer(resourceGroupName string, automati
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConnectionClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/connectiontype.go
generated
vendored
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/connectiontype.go
generated
vendored
|
@ -103,7 +103,9 @@ func (client ConnectionTypeClient) CreateOrUpdatePreparer(resourceGroupName stri
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConnectionTypeClient) 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
|
||||
|
@ -176,7 +178,9 @@ func (client ConnectionTypeClient) DeletePreparer(resourceGroupName string, auto
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConnectionTypeClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -248,7 +252,9 @@ func (client ConnectionTypeClient) GetPreparer(resourceGroupName string, automat
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConnectionTypeClient) 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
|
||||
|
@ -319,7 +325,9 @@ func (client ConnectionTypeClient) ListByAutomationAccountPreparer(resourceGroup
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ConnectionTypeClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/credential.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/credential.go
generated
vendored
|
@ -105,7 +105,9 @@ func (client CredentialClient) CreateOrUpdatePreparer(resourceGroupName string,
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CredentialClient) 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
|
||||
|
@ -178,7 +180,9 @@ func (client CredentialClient) DeletePreparer(resourceGroupName string, automati
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CredentialClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -250,7 +254,9 @@ func (client CredentialClient) GetPreparer(resourceGroupName string, automationA
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CredentialClient) 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
|
||||
|
@ -321,7 +327,9 @@ func (client CredentialClient) ListByAutomationAccountPreparer(resourceGroupName
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CredentialClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -466,7 +474,9 @@ func (client CredentialClient) UpdatePreparer(resourceGroupName string, automati
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CredentialClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/dsccompilationjob.go
generated
vendored
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/dsccompilationjob.go
generated
vendored
|
@ -102,7 +102,9 @@ func (client DscCompilationJobClient) CreatePreparer(resourceGroupName string, a
|
|||
// CreateSender sends the Create request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscCompilationJobClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// CreateResponder handles the response to the Create request. The method always
|
||||
|
@ -175,7 +177,9 @@ func (client DscCompilationJobClient) GetPreparer(resourceGroupName string, auto
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscCompilationJobClient) 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
|
||||
|
@ -249,7 +253,9 @@ func (client DscCompilationJobClient) GetStreamPreparer(resourceGroupName string
|
|||
// GetStreamSender sends the GetStream request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscCompilationJobClient) GetStreamSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetStreamResponder handles the response to the GetStream request. The method always
|
||||
|
@ -324,7 +330,9 @@ func (client DscCompilationJobClient) ListByAutomationAccountPreparer(resourceGr
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscCompilationJobClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/dscconfiguration.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/dscconfiguration.go
generated
vendored
|
@ -108,7 +108,9 @@ func (client DscConfigurationClient) CreateOrUpdatePreparer(resourceGroupName st
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscConfigurationClient) 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
|
||||
|
@ -181,7 +183,9 @@ func (client DscConfigurationClient) DeletePreparer(resourceGroupName string, au
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscConfigurationClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -253,7 +257,9 @@ func (client DscConfigurationClient) GetPreparer(resourceGroupName string, autom
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscConfigurationClient) 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
|
||||
|
@ -326,7 +332,9 @@ func (client DscConfigurationClient) GetContentPreparer(resourceGroupName string
|
|||
// GetContentSender sends the GetContent request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscConfigurationClient) GetContentSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetContentResponder handles the response to the GetContent request. The method always
|
||||
|
@ -396,7 +404,9 @@ func (client DscConfigurationClient) ListByAutomationAccountPreparer(resourceGro
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscConfigurationClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
|
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/dscnode.go
generated
vendored
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/dscnode.go
generated
vendored
|
@ -96,7 +96,9 @@ func (client DscNodeClient) DeletePreparer(resourceGroupName string, automationA
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscNodeClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -169,7 +171,9 @@ func (client DscNodeClient) GetPreparer(resourceGroupName string, automationAcco
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscNodeClient) 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 +248,9 @@ func (client DscNodeClient) ListByAutomationAccountPreparer(resourceGroupName st
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscNodeClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -388,7 +394,9 @@ func (client DscNodeClient) UpdatePreparer(resourceGroupName string, automationA
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscNodeClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/dscnodeconfiguration.go
generated
vendored
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/dscnodeconfiguration.go
generated
vendored
|
@ -108,7 +108,9 @@ func (client DscNodeConfigurationClient) CreateOrUpdatePreparer(resourceGroupNam
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscNodeConfigurationClient) 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
|
||||
|
@ -181,7 +183,9 @@ func (client DscNodeConfigurationClient) DeletePreparer(resourceGroupName string
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscNodeConfigurationClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -253,7 +257,9 @@ func (client DscNodeConfigurationClient) GetPreparer(resourceGroupName string, a
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscNodeConfigurationClient) 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
|
||||
|
@ -328,7 +334,9 @@ func (client DscNodeConfigurationClient) ListByAutomationAccountPreparer(resourc
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DscNodeConfigurationClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/fields.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/fields.go
generated
vendored
|
@ -97,7 +97,9 @@ func (client FieldsClient) ListByTypePreparer(resourceGroupName string, automati
|
|||
// ListByTypeSender sends the ListByType request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client FieldsClient) ListByTypeSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByTypeResponder handles the response to the ListByType request. The method always
|
||||
|
|
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/hybridrunbookworkergroup.go
generated
vendored
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/hybridrunbookworkergroup.go
generated
vendored
|
@ -96,7 +96,9 @@ func (client HybridRunbookWorkerGroupClient) DeletePreparer(resourceGroupName st
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client HybridRunbookWorkerGroupClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -168,7 +170,9 @@ func (client HybridRunbookWorkerGroupClient) GetPreparer(resourceGroupName strin
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client HybridRunbookWorkerGroupClient) 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
|
||||
|
@ -239,7 +243,9 @@ func (client HybridRunbookWorkerGroupClient) ListByAutomationAccountPreparer(res
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client HybridRunbookWorkerGroupClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -383,7 +389,9 @@ func (client HybridRunbookWorkerGroupClient) UpdatePreparer(resourceGroupName st
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client HybridRunbookWorkerGroupClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
32
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/job.go
generated
vendored
32
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/job.go
generated
vendored
|
@ -102,7 +102,9 @@ func (client JobClient) CreatePreparer(resourceGroupName string, automationAccou
|
|||
// CreateSender sends the Create request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// CreateResponder handles the response to the Create request. The method always
|
||||
|
@ -175,7 +177,9 @@ func (client JobClient) GetPreparer(resourceGroupName string, automationAccountN
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobClient) 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
|
||||
|
@ -248,7 +252,9 @@ func (client JobClient) GetOutputPreparer(resourceGroupName string, automationAc
|
|||
// GetOutputSender sends the GetOutput request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobClient) GetOutputSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetOutputResponder handles the response to the GetOutput request. The method always
|
||||
|
@ -320,7 +326,9 @@ func (client JobClient) GetRunbookContentPreparer(resourceGroupName string, auto
|
|||
// GetRunbookContentSender sends the GetRunbookContent request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobClient) GetRunbookContentSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetRunbookContentResponder handles the response to the GetRunbookContent request. The method always
|
||||
|
@ -394,7 +402,9 @@ func (client JobClient) ListByAutomationAccountPreparer(resourceGroupName string
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -536,7 +546,9 @@ func (client JobClient) ResumePreparer(resourceGroupName string, automationAccou
|
|||
// ResumeSender sends the Resume request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobClient) ResumeSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ResumeResponder handles the response to the Resume request. The method always
|
||||
|
@ -608,7 +620,9 @@ func (client JobClient) StopPreparer(resourceGroupName string, automationAccount
|
|||
// StopSender sends the Stop request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobClient) StopSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// StopResponder handles the response to the Stop request. The method always
|
||||
|
@ -680,7 +694,9 @@ func (client JobClient) SuspendPreparer(resourceGroupName string, automationAcco
|
|||
// SuspendSender sends the Suspend request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobClient) SuspendSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// SuspendResponder handles the response to the Suspend request. The method always
|
||||
|
|
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/jobschedule.go
generated
vendored
16
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/jobschedule.go
generated
vendored
|
@ -104,7 +104,9 @@ func (client JobScheduleClient) CreatePreparer(resourceGroupName string, automat
|
|||
// CreateSender sends the Create request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobScheduleClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// CreateResponder handles the response to the Create request. The method always
|
||||
|
@ -177,7 +179,9 @@ func (client JobScheduleClient) DeletePreparer(resourceGroupName string, automat
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobScheduleClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -249,7 +253,9 @@ func (client JobScheduleClient) GetPreparer(resourceGroupName string, automation
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobScheduleClient) 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
|
||||
|
@ -320,7 +326,9 @@ func (client JobScheduleClient) ListByAutomationAccountPreparer(resourceGroupNam
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobScheduleClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
|
8
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/jobstream.go
generated
vendored
8
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/jobstream.go
generated
vendored
|
@ -97,7 +97,9 @@ func (client JobStreamClient) GetPreparer(resourceGroupName string, automationAc
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobStreamClient) 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
|
||||
|
@ -173,7 +175,9 @@ func (client JobStreamClient) ListByJobPreparer(resourceGroupName string, automa
|
|||
// ListByJobSender sends the ListByJob request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client JobStreamClient) ListByJobSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByJobResponder handles the response to the ListByJob request. The method always
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/module.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/module.go
generated
vendored
|
@ -107,7 +107,9 @@ func (client ModuleClient) CreateOrUpdatePreparer(resourceGroupName string, auto
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ModuleClient) 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
|
||||
|
@ -180,7 +182,9 @@ func (client ModuleClient) DeletePreparer(resourceGroupName string, automationAc
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ModuleClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -252,7 +256,9 @@ func (client ModuleClient) GetPreparer(resourceGroupName string, automationAccou
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ModuleClient) 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
|
||||
|
@ -323,7 +329,9 @@ func (client ModuleClient) ListByAutomationAccountPreparer(resourceGroupName str
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ModuleClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -467,7 +475,9 @@ func (client ModuleClient) UpdatePreparer(resourceGroupName string, automationAc
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ModuleClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
12
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/nodereports.go
generated
vendored
12
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/nodereports.go
generated
vendored
|
@ -97,7 +97,9 @@ func (client NodeReportsClient) GetPreparer(resourceGroupName string, automation
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client NodeReportsClient) 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
|
||||
|
@ -171,7 +173,9 @@ func (client NodeReportsClient) GetContentPreparer(resourceGroupName string, aut
|
|||
// GetContentSender sends the GetContent request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client NodeReportsClient) GetContentSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetContentResponder handles the response to the GetContent request. The method always
|
||||
|
@ -246,7 +250,9 @@ func (client NodeReportsClient) ListByNodePreparer(resourceGroupName string, aut
|
|||
// ListByNodeSender sends the ListByNode request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client NodeReportsClient) ListByNodeSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByNodeResponder handles the response to the ListByNode request. The method always
|
||||
|
|
8
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/objectdatatypes.go
generated
vendored
8
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/objectdatatypes.go
generated
vendored
|
@ -97,7 +97,9 @@ func (client ObjectDataTypesClient) ListFieldsByModuleAndTypePreparer(resourceGr
|
|||
// ListFieldsByModuleAndTypeSender sends the ListFieldsByModuleAndType request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ObjectDataTypesClient) ListFieldsByModuleAndTypeSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListFieldsByModuleAndTypeResponder handles the response to the ListFieldsByModuleAndType request. The method always
|
||||
|
@ -170,7 +172,9 @@ func (client ObjectDataTypesClient) ListFieldsByTypePreparer(resourceGroupName s
|
|||
// ListFieldsByTypeSender sends the ListFieldsByType request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ObjectDataTypesClient) ListFieldsByTypeSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListFieldsByTypeResponder handles the response to the ListFieldsByType request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/operations.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/operations.go
generated
vendored
|
@ -79,7 +79,9 @@ func (client OperationsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
24
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/runbook.go
generated
vendored
24
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/runbook.go
generated
vendored
|
@ -116,7 +116,9 @@ func (client RunbookClient) CreateOrUpdatePreparer(resourceGroupName string, aut
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RunbookClient) 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
|
||||
|
@ -188,7 +190,9 @@ func (client RunbookClient) DeletePreparer(resourceGroupName string, automationA
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RunbookClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -260,7 +264,9 @@ func (client RunbookClient) GetPreparer(resourceGroupName string, automationAcco
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RunbookClient) 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
|
||||
|
@ -333,7 +339,9 @@ func (client RunbookClient) GetContentPreparer(resourceGroupName string, automat
|
|||
// GetContentSender sends the GetContent request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RunbookClient) GetContentSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetContentResponder handles the response to the GetContent request. The method always
|
||||
|
@ -403,7 +411,9 @@ func (client RunbookClient) ListByAutomationAccountPreparer(resourceGroupName st
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RunbookClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -547,7 +557,9 @@ func (client RunbookClient) UpdatePreparer(resourceGroupName string, automationA
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RunbookClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
14
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/runbookdraft.go
generated
vendored
14
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/runbookdraft.go
generated
vendored
|
@ -119,6 +119,7 @@ func (client RunbookDraftClient) CreateOrUpdatePreparer(resourceGroupName string
|
|||
func (client RunbookDraftClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -191,7 +192,9 @@ func (client RunbookDraftClient) GetPreparer(resourceGroupName string, automatio
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RunbookDraftClient) 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
|
||||
|
@ -264,7 +267,9 @@ func (client RunbookDraftClient) GetContentPreparer(resourceGroupName string, au
|
|||
// GetContentSender sends the GetContent request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RunbookDraftClient) GetContentSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetContentResponder handles the response to the GetContent request. The method always
|
||||
|
@ -355,6 +360,7 @@ func (client RunbookDraftClient) PublishPreparer(resourceGroupName string, autom
|
|||
func (client RunbookDraftClient) PublishSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -428,7 +434,9 @@ func (client RunbookDraftClient) UndoEditPreparer(resourceGroupName string, auto
|
|||
// UndoEditSender sends the UndoEdit request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RunbookDraftClient) UndoEditSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UndoEditResponder handles the response to the UndoEdit request. The method always
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/schedule.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/schedule.go
generated
vendored
|
@ -102,7 +102,9 @@ func (client ScheduleClient) CreateOrUpdatePreparer(resourceGroupName string, au
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ScheduleClient) 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
|
||||
|
@ -175,7 +177,9 @@ func (client ScheduleClient) DeletePreparer(resourceGroupName string, automation
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ScheduleClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -247,7 +251,9 @@ func (client ScheduleClient) GetPreparer(resourceGroupName string, automationAcc
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ScheduleClient) 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
|
||||
|
@ -318,7 +324,9 @@ func (client ScheduleClient) ListByAutomationAccountPreparer(resourceGroupName s
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ScheduleClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -462,7 +470,9 @@ func (client ScheduleClient) UpdatePreparer(resourceGroupName string, automation
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ScheduleClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/statistics.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/statistics.go
generated
vendored
|
@ -98,7 +98,9 @@ func (client StatisticsClient) ListByAutomationAccountPreparer(resourceGroupName
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client StatisticsClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/testjobs.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/testjobs.go
generated
vendored
|
@ -101,7 +101,9 @@ func (client TestJobsClient) CreatePreparer(resourceGroupName string, automation
|
|||
// CreateSender sends the Create request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client TestJobsClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// CreateResponder handles the response to the Create request. The method always
|
||||
|
@ -174,7 +176,9 @@ func (client TestJobsClient) GetPreparer(resourceGroupName string, automationAcc
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client TestJobsClient) 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
|
||||
|
@ -247,7 +251,9 @@ func (client TestJobsClient) ResumePreparer(resourceGroupName string, automation
|
|||
// ResumeSender sends the Resume request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client TestJobsClient) ResumeSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ResumeResponder handles the response to the Resume request. The method always
|
||||
|
@ -319,7 +325,9 @@ func (client TestJobsClient) StopPreparer(resourceGroupName string, automationAc
|
|||
// StopSender sends the Stop request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client TestJobsClient) StopSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// StopResponder handles the response to the Stop request. The method always
|
||||
|
@ -391,7 +399,9 @@ func (client TestJobsClient) SuspendPreparer(resourceGroupName string, automatio
|
|||
// SuspendSender sends the Suspend request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client TestJobsClient) SuspendSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// SuspendResponder handles the response to the Suspend request. The method always
|
||||
|
|
8
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/testjobstreams.go
generated
vendored
8
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/testjobstreams.go
generated
vendored
|
@ -97,7 +97,9 @@ func (client TestJobStreamsClient) GetPreparer(resourceGroupName string, automat
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client TestJobStreamsClient) 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
|
||||
|
@ -173,7 +175,9 @@ func (client TestJobStreamsClient) ListByTestJobPreparer(resourceGroupName strin
|
|||
// ListByTestJobSender sends the ListByTestJob request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client TestJobStreamsClient) ListByTestJobSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByTestJobResponder handles the response to the ListByTestJob request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/usages.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/usages.go
generated
vendored
|
@ -94,7 +94,9 @@ func (client UsagesClient) ListByAutomationAccountPreparer(resourceGroupName str
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client UsagesClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/variable.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/variable.go
generated
vendored
|
@ -101,7 +101,9 @@ func (client VariableClient) CreateOrUpdatePreparer(resourceGroupName string, au
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client VariableClient) 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
|
||||
|
@ -174,7 +176,9 @@ func (client VariableClient) DeletePreparer(resourceGroupName string, automation
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client VariableClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -246,7 +250,9 @@ func (client VariableClient) GetPreparer(resourceGroupName string, automationAcc
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client VariableClient) 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
|
||||
|
@ -317,7 +323,9 @@ func (client VariableClient) ListByAutomationAccountPreparer(resourceGroupName s
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client VariableClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -461,7 +469,9 @@ func (client VariableClient) UpdatePreparer(resourceGroupName string, automation
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client VariableClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package automation
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-automation/2015-10-31"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-automation/2015-10-31"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
24
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/webhook.go
generated
vendored
24
vendor/github.com/Azure/azure-sdk-for-go/arm/automation/webhook.go
generated
vendored
|
@ -101,7 +101,9 @@ func (client WebhookClient) CreateOrUpdatePreparer(resourceGroupName string, aut
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebhookClient) 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
|
||||
|
@ -174,7 +176,9 @@ func (client WebhookClient) DeletePreparer(resourceGroupName string, automationA
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebhookClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -244,7 +248,9 @@ func (client WebhookClient) GenerateURIPreparer(resourceGroupName string, automa
|
|||
// GenerateURISender sends the GenerateURI request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebhookClient) GenerateURISender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GenerateURIResponder handles the response to the GenerateURI request. The method always
|
||||
|
@ -317,7 +323,9 @@ func (client WebhookClient) GetPreparer(resourceGroupName string, automationAcco
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebhookClient) 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
|
||||
|
@ -392,7 +400,9 @@ func (client WebhookClient) ListByAutomationAccountPreparer(resourceGroupName st
|
|||
// ListByAutomationAccountSender sends the ListByAutomationAccount request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebhookClient) ListByAutomationAccountSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByAutomationAccountResponder handles the response to the ListByAutomationAccount request. The method always
|
||||
|
@ -536,7 +546,9 @@ func (client WebhookClient) UpdatePreparer(resourceGroupName string, automationA
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client WebhookClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
30
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/account.go
generated
vendored
30
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/account.go
generated
vendored
|
@ -135,6 +135,7 @@ func (client AccountClient) CreatePreparer(resourceGroupName string, accountName
|
|||
func (client AccountClient) CreateSender(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 AccountClient) DeletePreparer(resourceGroupName string, accountName
|
|||
func (client AccountClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -305,7 +307,9 @@ func (client AccountClient) GetPreparer(resourceGroupName string, accountName st
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) 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
|
||||
|
@ -383,7 +387,9 @@ func (client AccountClient) GetKeysPreparer(resourceGroupName string, accountNam
|
|||
// GetKeysSender sends the GetKeys request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) GetKeysSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetKeysResponder handles the response to the GetKeys request. The method always
|
||||
|
@ -444,7 +450,9 @@ func (client AccountClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) 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
|
||||
|
@ -583,7 +591,9 @@ func (client AccountClient) ListByResourceGroupPreparer(resourceGroupName string
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) 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
|
||||
|
@ -730,7 +740,9 @@ func (client AccountClient) RegenerateKeyPreparer(resourceGroupName string, acco
|
|||
// RegenerateKeySender sends the RegenerateKey request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) RegenerateKeySender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// RegenerateKeyResponder handles the response to the RegenerateKey request. The method always
|
||||
|
@ -807,7 +819,9 @@ func (client AccountClient) SynchronizeAutoStorageKeysPreparer(resourceGroupName
|
|||
// SynchronizeAutoStorageKeysSender sends the SynchronizeAutoStorageKeys request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) SynchronizeAutoStorageKeysSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// SynchronizeAutoStorageKeysResponder handles the response to the SynchronizeAutoStorageKeys request. The method always
|
||||
|
@ -884,7 +898,9 @@ func (client AccountClient) UpdatePreparer(resourceGroupName string, accountName
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/application.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/application.go
generated
vendored
|
@ -105,7 +105,9 @@ func (client ApplicationClient) CreatePreparer(resourceGroupName string, account
|
|||
// CreateSender sends the Create request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ApplicationClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// CreateResponder handles the response to the Create request. The method always
|
||||
|
@ -182,7 +184,9 @@ func (client ApplicationClient) DeletePreparer(resourceGroupName string, account
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ApplicationClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -258,7 +262,9 @@ func (client ApplicationClient) GetPreparer(resourceGroupName string, accountNam
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ApplicationClient) 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
|
||||
|
@ -337,7 +343,9 @@ func (client ApplicationClient) ListPreparer(resourceGroupName string, accountNa
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ApplicationClient) 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
|
||||
|
@ -485,7 +493,9 @@ func (client ApplicationClient) UpdatePreparer(resourceGroupName string, account
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ApplicationClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
16
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/applicationpackage.go
generated
vendored
16
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/applicationpackage.go
generated
vendored
|
@ -106,7 +106,9 @@ func (client ApplicationPackageClient) ActivatePreparer(resourceGroupName string
|
|||
// ActivateSender sends the Activate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ApplicationPackageClient) ActivateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ActivateResponder handles the response to the Activate request. The method always
|
||||
|
@ -183,7 +185,9 @@ func (client ApplicationPackageClient) CreatePreparer(resourceGroupName string,
|
|||
// CreateSender sends the Create request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ApplicationPackageClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// CreateResponder handles the response to the Create request. The method always
|
||||
|
@ -261,7 +265,9 @@ func (client ApplicationPackageClient) DeletePreparer(resourceGroupName string,
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ApplicationPackageClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -338,7 +344,9 @@ func (client ApplicationPackageClient) GetPreparer(resourceGroupName string, acc
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ApplicationPackageClient) 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
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/client.go
generated
vendored
|
@ -1,6 +1,6 @@
|
|||
// Package batch implements the Azure ARM Batch service API version 2017-05-01.
|
||||
//
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2017-05-01/batch
|
||||
package batch
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
8
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/location.go
generated
vendored
8
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/location.go
generated
vendored
|
@ -97,7 +97,9 @@ func (client LocationClient) CheckNameAvailabilityPreparer(locationName string,
|
|||
// CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client LocationClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always
|
||||
|
@ -161,7 +163,9 @@ func (client LocationClient) GetQuotasPreparer(locationName string) (*http.Reque
|
|||
// GetQuotasSender sends the GetQuotas request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client LocationClient) GetQuotasSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetQuotasResponder handles the response to the GetQuotas request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/operations.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/operations.go
generated
vendored
|
@ -79,7 +79,9 @@ func (client OperationsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/batch/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package batch
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-batch/2017-05-01"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-batch/2017-05-01"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/client.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
//
|
||||
// Billing client provides access to billing resources for Azure Web-Direct subscriptions. Other subscription types
|
||||
// which were not purchased directly through the Azure web portal are not supported through this preview API.
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/billing/mgmt/2017-04-24-preview/billing
|
||||
package billing
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
12
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/invoices.go
generated
vendored
12
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/invoices.go
generated
vendored
|
@ -90,7 +90,9 @@ func (client InvoicesClient) GetPreparer(invoiceName string) (*http.Request, err
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client InvoicesClient) 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
|
||||
|
@ -152,7 +154,9 @@ func (client InvoicesClient) GetLatestPreparer() (*http.Request, error) {
|
|||
// GetLatestSender sends the GetLatest request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client InvoicesClient) GetLatestSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetLatestResponder handles the response to the GetLatest request. The method always
|
||||
|
@ -244,7 +248,9 @@ func (client InvoicesClient) ListPreparer(expand string, filter string, skiptoke
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client InvoicesClient) 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
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/operations.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/operations.go
generated
vendored
|
@ -81,7 +81,9 @@ func (client OperationsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
8
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/periods.go
generated
vendored
8
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/periods.go
generated
vendored
|
@ -89,7 +89,9 @@ func (client PeriodsClient) GetPreparer(billingPeriodName string) (*http.Request
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client PeriodsClient) 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
|
||||
|
@ -174,7 +176,9 @@ func (client PeriodsClient) ListPreparer(filter string, skiptoken string, top *i
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client PeriodsClient) 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
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/billing/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package billing
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-billing/2017-04-24-preview"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-billing/2017-04-24-preview"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
10
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/client.go
generated
vendored
10
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/client.go
generated
vendored
|
@ -2,6 +2,8 @@
|
|||
//
|
||||
// Use these APIs to manage Azure CDN resources through the Azure Resource Manager. You must make sure that requests
|
||||
// made to these resources are secure.
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/cdn/mgmt/2017-04-02/cdn
|
||||
package cdn
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
@ -107,7 +109,9 @@ func (client ManagementClient) CheckNameAvailabilityPreparer(checkNameAvailabili
|
|||
// CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ManagementClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always
|
||||
|
@ -180,7 +184,9 @@ func (client ManagementClient) ValidateProbePreparer(validateProbeInput Validate
|
|||
// ValidateProbeSender sends the ValidateProbe request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ManagementClient) ValidateProbeSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ValidateProbeResponder handles the response to the ValidateProbe request. The method always
|
||||
|
|
18
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/customdomains.go
generated
vendored
18
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/customdomains.go
generated
vendored
|
@ -127,6 +127,7 @@ func (client CustomDomainsClient) CreatePreparer(resourceGroupName string, profi
|
|||
func (client CustomDomainsClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -224,6 +225,7 @@ func (client CustomDomainsClient) DeletePreparer(resourceGroupName string, profi
|
|||
func (client CustomDomainsClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -301,7 +303,9 @@ func (client CustomDomainsClient) DisableCustomHTTPSPreparer(resourceGroupName s
|
|||
// DisableCustomHTTPSSender sends the DisableCustomHTTPS request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CustomDomainsClient) DisableCustomHTTPSSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DisableCustomHTTPSResponder handles the response to the DisableCustomHTTPS request. The method always
|
||||
|
@ -378,7 +382,9 @@ func (client CustomDomainsClient) EnableCustomHTTPSPreparer(resourceGroupName st
|
|||
// EnableCustomHTTPSSender sends the EnableCustomHTTPS request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CustomDomainsClient) EnableCustomHTTPSSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// EnableCustomHTTPSResponder handles the response to the EnableCustomHTTPS request. The method always
|
||||
|
@ -455,7 +461,9 @@ func (client CustomDomainsClient) GetPreparer(resourceGroupName string, profileN
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CustomDomainsClient) 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
|
||||
|
@ -531,7 +539,9 @@ func (client CustomDomainsClient) ListByEndpointPreparer(resourceGroupName strin
|
|||
// ListByEndpointSender sends the ListByEndpoint request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CustomDomainsClient) ListByEndpointSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByEndpointResponder handles the response to the ListByEndpoint request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/edgenodes.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/edgenodes.go
generated
vendored
|
@ -80,7 +80,9 @@ func (client EdgeNodesClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client EdgeNodesClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
23
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/endpoints.go
generated
vendored
23
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/endpoints.go
generated
vendored
|
@ -125,6 +125,7 @@ func (client EndpointsClient) CreatePreparer(resourceGroupName string, profileNa
|
|||
func (client EndpointsClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -221,6 +222,7 @@ func (client EndpointsClient) DeletePreparer(resourceGroupName string, profileNa
|
|||
func (client EndpointsClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -297,7 +299,9 @@ func (client EndpointsClient) GetPreparer(resourceGroupName string, profileName
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client EndpointsClient) 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
|
||||
|
@ -371,7 +375,9 @@ func (client EndpointsClient) ListByProfilePreparer(resourceGroupName string, pr
|
|||
// ListByProfileSender sends the ListByProfile request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client EndpointsClient) ListByProfileSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByProfileResponder handles the response to the ListByProfile request. The method always
|
||||
|
@ -516,7 +522,9 @@ func (client EndpointsClient) ListResourceUsagePreparer(resourceGroupName string
|
|||
// ListResourceUsageSender sends the ListResourceUsage request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client EndpointsClient) ListResourceUsageSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListResourceUsageResponder handles the response to the ListResourceUsage request. The method always
|
||||
|
@ -686,6 +694,7 @@ func (client EndpointsClient) LoadContentPreparer(resourceGroupName string, prof
|
|||
func (client EndpointsClient) LoadContentSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -786,6 +795,7 @@ func (client EndpointsClient) PurgeContentPreparer(resourceGroupName string, pro
|
|||
func (client EndpointsClient) PurgeContentSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -881,6 +891,7 @@ func (client EndpointsClient) StartPreparer(resourceGroupName string, profileNam
|
|||
func (client EndpointsClient) StartSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -976,6 +987,7 @@ func (client EndpointsClient) StopPreparer(resourceGroupName string, profileName
|
|||
func (client EndpointsClient) StopSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -1076,6 +1088,7 @@ func (client EndpointsClient) UpdatePreparer(resourceGroupName string, profileNa
|
|||
func (client EndpointsClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -1156,7 +1169,9 @@ func (client EndpointsClient) ValidateCustomDomainPreparer(resourceGroupName str
|
|||
// ValidateCustomDomainSender sends the ValidateCustomDomain request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client EndpointsClient) ValidateCustomDomainSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ValidateCustomDomainResponder handles the response to the ValidateCustomDomain request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/operations.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/operations.go
generated
vendored
|
@ -80,7 +80,9 @@ func (client OperationsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
9
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/origins.go
generated
vendored
9
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/origins.go
generated
vendored
|
@ -101,7 +101,9 @@ func (client OriginsClient) GetPreparer(resourceGroupName string, profileName st
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OriginsClient) 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
|
||||
|
@ -177,7 +179,9 @@ func (client OriginsClient) ListByEndpointPreparer(resourceGroupName string, pro
|
|||
// ListByEndpointSender sends the ListByEndpoint request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OriginsClient) ListByEndpointSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByEndpointResponder handles the response to the ListByEndpoint request. The method always
|
||||
|
@ -346,6 +350,7 @@ func (client OriginsClient) UpdatePreparer(resourceGroupName string, profileName
|
|||
func (client OriginsClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
|
27
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/profiles.go
generated
vendored
27
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/profiles.go
generated
vendored
|
@ -122,6 +122,7 @@ func (client ProfilesClient) CreatePreparer(resourceGroupName string, profileNam
|
|||
func (client ProfilesClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -217,6 +218,7 @@ func (client ProfilesClient) DeletePreparer(resourceGroupName string, profileNam
|
|||
func (client ProfilesClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -293,7 +295,9 @@ func (client ProfilesClient) GenerateSsoURIPreparer(resourceGroupName string, pr
|
|||
// GenerateSsoURISender sends the GenerateSsoURI request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ProfilesClient) GenerateSsoURISender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GenerateSsoURIResponder handles the response to the GenerateSsoURI request. The method always
|
||||
|
@ -367,7 +371,9 @@ func (client ProfilesClient) GetPreparer(resourceGroupName string, profileName s
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ProfilesClient) 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
|
||||
|
@ -428,7 +434,9 @@ func (client ProfilesClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ProfilesClient) 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
|
||||
|
@ -569,7 +577,9 @@ func (client ProfilesClient) ListByResourceGroupPreparer(resourceGroupName strin
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ProfilesClient) 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
|
||||
|
@ -712,7 +722,9 @@ func (client ProfilesClient) ListResourceUsagePreparer(resourceGroupName string,
|
|||
// ListResourceUsageSender sends the ListResourceUsage request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ProfilesClient) ListResourceUsageSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListResourceUsageResponder handles the response to the ListResourceUsage request. The method always
|
||||
|
@ -856,7 +868,9 @@ func (client ProfilesClient) ListSupportedOptimizationTypesPreparer(resourceGrou
|
|||
// ListSupportedOptimizationTypesSender sends the ListSupportedOptimizationTypes request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ProfilesClient) ListSupportedOptimizationTypesSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListSupportedOptimizationTypesResponder handles the response to the ListSupportedOptimizationTypes request. The method always
|
||||
|
@ -953,6 +967,7 @@ func (client ProfilesClient) UpdatePreparer(resourceGroupName string, profileNam
|
|||
func (client ProfilesClient) UpdateSender(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/cdn/resourceusage.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/resourceusage.go
generated
vendored
|
@ -84,7 +84,9 @@ func (client ResourceUsageClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ResourceUsageClient) 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
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cdn/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package cdn
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-cdn/2017-04-02"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-cdn/2017-04-02"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
36
vendor/github.com/Azure/azure-sdk-for-go/arm/cognitiveservices/accounts.go
generated
vendored
36
vendor/github.com/Azure/azure-sdk-for-go/arm/cognitiveservices/accounts.go
generated
vendored
|
@ -104,7 +104,9 @@ func (client AccountsClient) CreatePreparer(resourceGroupName string, accountNam
|
|||
// CreateSender sends the Create request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountsClient) CreateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// CreateResponder handles the response to the Create request. The method always
|
||||
|
@ -178,7 +180,9 @@ func (client AccountsClient) DeletePreparer(resourceGroupName string, accountNam
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountsClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -251,7 +255,9 @@ func (client AccountsClient) GetPropertiesPreparer(resourceGroupName string, acc
|
|||
// GetPropertiesSender sends the GetProperties request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountsClient) GetPropertiesSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetPropertiesResponder handles the response to the GetProperties request. The method always
|
||||
|
@ -312,7 +318,9 @@ func (client AccountsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountsClient) 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
|
||||
|
@ -445,7 +453,9 @@ func (client AccountsClient) ListByResourceGroupPreparer(resourceGroupName strin
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountsClient) 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
|
||||
|
@ -588,7 +598,9 @@ func (client AccountsClient) ListKeysPreparer(resourceGroupName string, accountN
|
|||
// ListKeysSender sends the ListKeys request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountsClient) 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
|
||||
|
@ -662,7 +674,9 @@ func (client AccountsClient) ListSkusPreparer(resourceGroupName string, accountN
|
|||
// ListSkusSender sends the ListSkus request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountsClient) ListSkusSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListSkusResponder handles the response to the ListSkus request. The method always
|
||||
|
@ -738,7 +752,9 @@ func (client AccountsClient) RegenerateKeyPreparer(resourceGroupName string, acc
|
|||
// RegenerateKeySender sends the RegenerateKey request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountsClient) RegenerateKeySender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// RegenerateKeyResponder handles the response to the RegenerateKey request. The method always
|
||||
|
@ -814,7 +830,9 @@ func (client AccountsClient) UpdatePreparer(resourceGroupName string, accountNam
|
|||
// UpdateSender sends the Update request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AccountsClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// UpdateResponder handles the response to the Update request. The method always
|
||||
|
|
|
@ -96,7 +96,9 @@ func (client CheckSkuAvailabilityClient) ListPreparer(location string, parameter
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client CheckSkuAvailabilityClient) 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
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/cognitiveservices/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/cognitiveservices/client.go
generated
vendored
|
@ -1,6 +1,8 @@
|
|||
// Package cognitiveservices implements the Azure ARM Cognitiveservices service API version 2017-04-18.
|
||||
//
|
||||
// Cognitive Services Management Client
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/cognitiveservices/2017-04-18/cognitiveservices
|
||||
package cognitiveservices
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cognitiveservices/operations.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cognitiveservices/operations.go
generated
vendored
|
@ -79,7 +79,9 @@ func (client OperationsClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...))
|
||||
}
|
||||
|
||||
// ListResponder handles the response to the List request. The method always
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cognitiveservices/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/cognitiveservices/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package cognitiveservices
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-cognitiveservices/2017-04-18"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-cognitiveservices/2017-04-18"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/commerce/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/commerce/client.go
generated
vendored
|
@ -1,6 +1,6 @@
|
|||
// Package commerce implements the Azure ARM Commerce service API version 2015-06-01-preview.
|
||||
//
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/commerce/mgmt/2015-06-01-preview/commerce
|
||||
package commerce
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/commerce/ratecard.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/commerce/ratecard.go
generated
vendored
|
@ -93,7 +93,9 @@ func (client RateCardClient) GetPreparer(filter string) (*http.Request, error) {
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client RateCardClient) 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
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/commerce/usageaggregates.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/commerce/usageaggregates.go
generated
vendored
|
@ -105,7 +105,9 @@ func (client UsageAggregatesClient) ListPreparer(reportedStartTime date.Time, re
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client UsageAggregatesClient) 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
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/commerce/version.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/commerce/version.go
generated
vendored
|
@ -19,10 +19,10 @@ package commerce
|
|||
|
||||
// UserAgent returns the UserAgent string to use when sending http.Requests.
|
||||
func UserAgent() string {
|
||||
return "Azure-SDK-For-Go/v11.0.0-beta arm-commerce/2015-06-01-preview"
|
||||
return "Azure-SDK-For-Go/v12.2.0-beta arm-commerce/2015-06-01-preview"
|
||||
}
|
||||
|
||||
// Version returns the semantic version (see http://semver.org) of the client.
|
||||
func Version() string {
|
||||
return "v11.0.0-beta"
|
||||
return "v12.2.0-beta"
|
||||
}
|
||||
|
|
20
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/availabilitysets.go
generated
vendored
20
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/availabilitysets.go
generated
vendored
|
@ -90,7 +90,9 @@ func (client AvailabilitySetsClient) CreateOrUpdatePreparer(resourceGroupName st
|
|||
// CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AvailabilitySetsClient) 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
|
||||
|
@ -155,7 +157,9 @@ func (client AvailabilitySetsClient) DeletePreparer(resourceGroupName string, av
|
|||
// DeleteSender sends the Delete request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AvailabilitySetsClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// DeleteResponder handles the response to the Delete request. The method always
|
||||
|
@ -220,7 +224,9 @@ func (client AvailabilitySetsClient) GetPreparer(resourceGroupName string, avail
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AvailabilitySetsClient) 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
|
||||
|
@ -284,7 +290,9 @@ func (client AvailabilitySetsClient) ListPreparer(resourceGroupName string) (*ht
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AvailabilitySetsClient) 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
|
||||
|
@ -350,7 +358,9 @@ func (client AvailabilitySetsClient) ListAvailableSizesPreparer(resourceGroupNam
|
|||
// ListAvailableSizesSender sends the ListAvailableSizes request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client AvailabilitySetsClient) ListAvailableSizesSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListAvailableSizesResponder handles the response to the ListAvailableSizes request. The method always
|
||||
|
|
2
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/client.go
generated
vendored
2
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/client.go
generated
vendored
|
@ -1,6 +1,8 @@
|
|||
// Package compute implements the Azure ARM Compute service API version .
|
||||
//
|
||||
// Compute Client
|
||||
//
|
||||
// Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2017-03-30/compute
|
||||
package compute
|
||||
|
||||
// Copyright (c) Microsoft and contributors. All rights reserved.
|
||||
|
|
14
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/containerservices.go
generated
vendored
14
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/containerservices.go
generated
vendored
|
@ -144,6 +144,7 @@ func (client ContainerServicesClient) CreateOrUpdatePreparer(resourceGroupName s
|
|||
func (client ContainerServicesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -229,6 +230,7 @@ func (client ContainerServicesClient) DeletePreparer(resourceGroupName string, c
|
|||
func (client ContainerServicesClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -296,7 +298,9 @@ func (client ContainerServicesClient) GetPreparer(resourceGroupName string, cont
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ContainerServicesClient) 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
|
||||
|
@ -358,7 +362,9 @@ func (client ContainerServicesClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ContainerServicesClient) 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
|
||||
|
@ -493,7 +499,9 @@ func (client ContainerServicesClient) ListByResourceGroupPreparer(resourceGroupN
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ContainerServicesClient) 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
|
||||
|
|
17
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/disks.go
generated
vendored
17
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/disks.go
generated
vendored
|
@ -131,6 +131,7 @@ func (client DisksClient) CreateOrUpdatePreparer(resourceGroupName string, diskN
|
|||
func (client DisksClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -213,6 +214,7 @@ func (client DisksClient) DeletePreparer(resourceGroupName string, diskName stri
|
|||
func (client DisksClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -279,7 +281,9 @@ func (client DisksClient) GetPreparer(resourceGroupName string, diskName string)
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DisksClient) 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
|
||||
|
@ -372,6 +376,7 @@ func (client DisksClient) GrantAccessPreparer(resourceGroupName string, diskName
|
|||
func (client DisksClient) GrantAccessSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -433,7 +438,9 @@ func (client DisksClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DisksClient) 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
|
||||
|
@ -566,7 +573,9 @@ func (client DisksClient) ListByResourceGroupPreparer(resourceGroupName string)
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DisksClient) 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
|
||||
|
@ -717,6 +726,7 @@ func (client DisksClient) RevokeAccessPreparer(resourceGroupName string, diskNam
|
|||
func (client DisksClient) RevokeAccessSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -801,6 +811,7 @@ func (client DisksClient) UpdatePreparer(resourceGroupName string, diskName stri
|
|||
func (client DisksClient) UpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
|
14
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/images.go
generated
vendored
14
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/images.go
generated
vendored
|
@ -119,6 +119,7 @@ func (client ImagesClient) CreateOrUpdatePreparer(resourceGroupName string, imag
|
|||
func (client ImagesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -200,6 +201,7 @@ func (client ImagesClient) DeletePreparer(resourceGroupName string, imageName st
|
|||
func (client ImagesClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
|
@ -269,7 +271,9 @@ func (client ImagesClient) GetPreparer(resourceGroupName string, imageName strin
|
|||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ImagesClient) 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
|
||||
|
@ -331,7 +335,9 @@ func (client ImagesClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ImagesClient) 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
|
||||
|
@ -464,7 +470,9 @@ func (client ImagesClient) ListByResourceGroupPreparer(resourceGroupName string)
|
|||
// ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ImagesClient) 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
|
||||
|
|
4
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/resourceskus.go
generated
vendored
4
vendor/github.com/Azure/azure-sdk-for-go/arm/compute/resourceskus.go
generated
vendored
|
@ -83,7 +83,9 @@ func (client ResourceSkusClient) ListPreparer() (*http.Request, error) {
|
|||
// ListSender sends the List request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client ResourceSkusClient) 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
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue