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] Added the replica count API change to Shared Image Gallery swagger file. #2567

Merged
merged 2 commits into from
Sep 1, 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
11 changes: 1 addition & 10 deletions profiles/preview/compute/mgmt/compute/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,13 +306,6 @@ const (
RollingUpgradeStatusCodeRollingForward RollingUpgradeStatusCode = original.RollingUpgradeStatusCodeRollingForward
)

type ScaleTier = original.ScaleTier

const (
S100 ScaleTier = original.S100
S30 ScaleTier = original.S30
)

type SettingNames = original.SettingNames

const (
Expand Down Expand Up @@ -743,6 +736,7 @@ type SSHPublicKey = original.SSHPublicKey
type StorageProfile = original.StorageProfile
type SubResource = original.SubResource
type SubResourceReadOnly = original.SubResourceReadOnly
type TargetRegion = original.TargetRegion
type ThrottledRequestsInput = original.ThrottledRequestsInput
type UpdateResource = original.UpdateResource
type UpgradeOperationHistoricalStatusInfo = original.UpgradeOperationHistoricalStatusInfo
Expand Down Expand Up @@ -1046,9 +1040,6 @@ func PossibleRollingUpgradeActionTypeValues() []RollingUpgradeActionType {
func PossibleRollingUpgradeStatusCodeValues() []RollingUpgradeStatusCode {
return original.PossibleRollingUpgradeStatusCodeValues()
}
func PossibleScaleTierValues() []ScaleTier {
return original.PossibleScaleTierValues()
}
func PossibleSettingNamesValues() []SettingNames {
return original.PossibleSettingNamesValues()
}
Expand Down
39 changes: 16 additions & 23 deletions services/compute/mgmt/2018-06-01/compute/models.go

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

56 changes: 28 additions & 28 deletions services/web/mgmt/2016-09-01/web/apps.go

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

Loading