Skip to content

Commit

Permalink
Generated from ad369e69d0583a6198e9969b7c318e267d8c6729 (#2779)
Browse files Browse the repository at this point in the history
Updated comments and introduced AvailabilitySetSkuType to help users use predefined constants
  • Loading branch information
AutorestCI authored Sep 21, 2018
1 parent c128268 commit 0e1e4b9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
10 changes: 10 additions & 0 deletions profiles/preview/compute/mgmt/compute/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ const (
Unknown AggregatedReplicationState = original.Unknown
)

type AvailabilitySetSkuTypes = original.AvailabilitySetSkuTypes

const (
Aligned AvailabilitySetSkuTypes = original.Aligned
Classic AvailabilitySetSkuTypes = original.Classic
)

type CachingTypes = original.CachingTypes

const (
Expand Down Expand Up @@ -975,6 +982,9 @@ func PossibleAccessLevelValues() []AccessLevel {
func PossibleAggregatedReplicationStateValues() []AggregatedReplicationState {
return original.PossibleAggregatedReplicationStateValues()
}
func PossibleAvailabilitySetSkuTypesValues() []AvailabilitySetSkuTypes {
return original.PossibleAvailabilitySetSkuTypesValues()
}
func PossibleCachingTypesValues() []CachingTypes {
return original.PossibleCachingTypesValues()
}
Expand Down
31 changes: 23 additions & 8 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.

0 comments on commit 0e1e4b9

Please sign in to comment.