Skip to content

Commit

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

* Generated from 8741aed33b77989e144e30c2229e44db19aa1265

Added the replica count change.

* Generated from 0ac9f542063d619f35767149ce4b08dc6864a804

Updated the examples.

* Generated from 8075c104d20105cdae5434e5d808f827dd9f19de (#2624)

Fix description for disk size
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Sep 11, 2018
1 parent 292e725 commit e282bda
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 50 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
4 changes: 2 additions & 2 deletions services/compute/mgmt/2015-06-15/compute/models.go

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

4 changes: 2 additions & 2 deletions services/compute/mgmt/2016-03-30/compute/models.go

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

6 changes: 3 additions & 3 deletions services/compute/mgmt/2017-03-30/compute/models.go

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

6 changes: 3 additions & 3 deletions services/compute/mgmt/2017-12-01/compute/models.go

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

4 changes: 2 additions & 2 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

0 comments on commit e282bda

Please sign in to comment.