Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR compute/resource-manager] Update OS Upgrade History API #1720

Merged
merged 1 commit into from
Apr 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions profiles/latest/compute/mgmt/compute/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ type ResourceSkusResult = original.ResourceSkusResult
type ResourceSkusResultIterator = original.ResourceSkusResultIterator
type ResourceSkusResultPage = original.ResourceSkusResultPage
type ResourceUpdate = original.ResourceUpdate
type RollbackStatusInfo = original.RollbackStatusInfo
type RollingUpgradePolicy = original.RollingUpgradePolicy
type RollingUpgradeProgressInfo = original.RollingUpgradeProgressInfo
type RollingUpgradeRunningStatus = original.RollingUpgradeRunningStatus
Expand Down
1 change: 1 addition & 0 deletions profiles/preview/compute/mgmt/compute/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ type ResourceSkusResult = original.ResourceSkusResult
type ResourceSkusResultIterator = original.ResourceSkusResultIterator
type ResourceSkusResultPage = original.ResourceSkusResultPage
type ResourceUpdate = original.ResourceUpdate
type RollbackStatusInfo = original.RollbackStatusInfo
type RollingUpgradePolicy = original.RollingUpgradePolicy
type RollingUpgradeProgressInfo = original.RollingUpgradeProgressInfo
type RollingUpgradeRunningStatus = original.RollingUpgradeRunningStatus
Expand Down
551 changes: 551 additions & 0 deletions profiles/preview/preview/compute/mgmt/compute/models.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
// +build go1.9

// Copyright 2018 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.

// This code was auto-generated by:
// github.com/Azure/azure-sdk-for-go/tools/profileBuilder

package containerservice

import original "github.com/Azure/azure-sdk-for-go/services/preview/containerservice/mgmt/2015-11-01-preview/containerservice"

const (
DefaultBaseURI = original.DefaultBaseURI
)

type BaseClient = original.BaseClient
type Client = original.Client
type OchestratorTypes = original.OchestratorTypes

const (
DCOS OchestratorTypes = original.DCOS
Mesos OchestratorTypes = original.Mesos
SwarmPreview OchestratorTypes = original.SwarmPreview
)

type VMSizeTypes = original.VMSizeTypes

const (
StandardA0 VMSizeTypes = original.StandardA0
StandardA1 VMSizeTypes = original.StandardA1
StandardA10 VMSizeTypes = original.StandardA10
StandardA11 VMSizeTypes = original.StandardA11
StandardA2 VMSizeTypes = original.StandardA2
StandardA3 VMSizeTypes = original.StandardA3
StandardA4 VMSizeTypes = original.StandardA4
StandardA5 VMSizeTypes = original.StandardA5
StandardA6 VMSizeTypes = original.StandardA6
StandardA7 VMSizeTypes = original.StandardA7
StandardA8 VMSizeTypes = original.StandardA8
StandardA9 VMSizeTypes = original.StandardA9
StandardD1 VMSizeTypes = original.StandardD1
StandardD11 VMSizeTypes = original.StandardD11
StandardD11V2 VMSizeTypes = original.StandardD11V2
StandardD12 VMSizeTypes = original.StandardD12
StandardD12V2 VMSizeTypes = original.StandardD12V2
StandardD13 VMSizeTypes = original.StandardD13
StandardD13V2 VMSizeTypes = original.StandardD13V2
StandardD14 VMSizeTypes = original.StandardD14
StandardD14V2 VMSizeTypes = original.StandardD14V2
StandardD1V2 VMSizeTypes = original.StandardD1V2
StandardD2 VMSizeTypes = original.StandardD2
StandardD2V2 VMSizeTypes = original.StandardD2V2
StandardD3 VMSizeTypes = original.StandardD3
StandardD3V2 VMSizeTypes = original.StandardD3V2
StandardD4 VMSizeTypes = original.StandardD4
StandardD4V2 VMSizeTypes = original.StandardD4V2
StandardD5V2 VMSizeTypes = original.StandardD5V2
StandardDS1 VMSizeTypes = original.StandardDS1
StandardDS11 VMSizeTypes = original.StandardDS11
StandardDS12 VMSizeTypes = original.StandardDS12
StandardDS13 VMSizeTypes = original.StandardDS13
StandardDS14 VMSizeTypes = original.StandardDS14
StandardDS2 VMSizeTypes = original.StandardDS2
StandardDS3 VMSizeTypes = original.StandardDS3
StandardDS4 VMSizeTypes = original.StandardDS4
StandardG1 VMSizeTypes = original.StandardG1
StandardG2 VMSizeTypes = original.StandardG2
StandardG3 VMSizeTypes = original.StandardG3
StandardG4 VMSizeTypes = original.StandardG4
StandardG5 VMSizeTypes = original.StandardG5
StandardGS1 VMSizeTypes = original.StandardGS1
StandardGS2 VMSizeTypes = original.StandardGS2
StandardGS3 VMSizeTypes = original.StandardGS3
StandardGS4 VMSizeTypes = original.StandardGS4
StandardGS5 VMSizeTypes = original.StandardGS5
)

type AgentPoolProfile = original.AgentPoolProfile
type ContainerService = original.ContainerService
type CreateOrUpdateFuture = original.CreateOrUpdateFuture
type DeleteFuture = original.DeleteFuture
type DiagnosticsProfile = original.DiagnosticsProfile
type LinuxProfile = original.LinuxProfile
type ListResult = original.ListResult
type MasterProfile = original.MasterProfile
type OrchestratorProfile = original.OrchestratorProfile
type Properties = original.Properties
type Resource = original.Resource
type SSHConfiguration = original.SSHConfiguration
type SSHPublicKey = original.SSHPublicKey
type VMDiagnostics = original.VMDiagnostics
type WindowsProfile = original.WindowsProfile

func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
}
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func NewClient(subscriptionID string) Client {
return original.NewClient(subscriptionID)
}
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client {
return original.NewClientWithBaseURI(baseURI, subscriptionID)
}
func PossibleOchestratorTypesValues() []OchestratorTypes {
return original.PossibleOchestratorTypesValues()
}
func PossibleVMSizeTypesValues() []VMSizeTypes {
return original.PossibleVMSizeTypesValues()
}
func UserAgent() string {
return original.UserAgent() + " profiles/preview"
}
func Version() string {
return original.Version()
}
27 changes: 16 additions & 11 deletions services/compute/mgmt/2018-04-01/compute/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading