Skip to content

Commit

Permalink
[AutoPR compute/resource-manager] Added the replica count API change …
Browse files Browse the repository at this point in the history
…to Shared Image Gallery swagger file. (#2567)

* Generated from 8741aed33b77989e144e30c2229e44db19aa1265

Added the replica count change.

* Generated from 0ac9f542063d619f35767149ce4b08dc6864a804

Updated the examples.
  • Loading branch information
AutorestCI authored Sep 1, 2018
1 parent b253a0e commit 4ee3292
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 89 deletions.
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

0 comments on commit 4ee3292

Please sign in to comment.