Skip to content

Commit

Permalink
Generated from c3eda289dfe2b94eff37c1654a9abadf4ee3c8ad (Azure#5131)
Browse files Browse the repository at this point in the history
Add enum for tier, osType and filtermode
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Jul 3, 2019
1 parent 41b97d3 commit 2cb50bb
Show file tree
Hide file tree
Showing 7 changed files with 328 additions and 3 deletions.
15 changes: 15 additions & 0 deletions profiles/preview/preview/hdinsight/mgmt/hdinsight/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ const (
ActiveDirectory DirectoryType = original.ActiveDirectory
)

type FilterMode = original.FilterMode

const (
Exclude FilterMode = original.Exclude
Include FilterMode = original.Include
)

type JSONWebKeyEncryptionAlgorithm = original.JSONWebKeyEncryptionAlgorithm

const (
Expand Down Expand Up @@ -112,6 +119,9 @@ type AutoscaleRecurrence = original.AutoscaleRecurrence
type AutoscaleSchedule = original.AutoscaleSchedule
type AutoscaleTimeAndCapacity = original.AutoscaleTimeAndCapacity
type BaseClient = original.BaseClient
type BillingMeters = original.BillingMeters
type BillingResources = original.BillingResources
type BillingResponseListResult = original.BillingResponseListResult
type Cluster = original.Cluster
type ClusterConfigurations = original.ClusterConfigurations
type ClusterCreateParametersExtended = original.ClusterCreateParametersExtended
Expand Down Expand Up @@ -142,6 +152,7 @@ type ConfigurationsClient = original.ConfigurationsClient
type ConfigurationsUpdateFuture = original.ConfigurationsUpdateFuture
type ConnectivityEndpoint = original.ConnectivityEndpoint
type DataDisksGroups = original.DataDisksGroups
type DiskBillingMeters = original.DiskBillingMeters
type DiskEncryptionProperties = original.DiskEncryptionProperties
type ErrorResponse = original.ErrorResponse
type Errors = original.Errors
Expand Down Expand Up @@ -192,6 +203,7 @@ type TrackedResource = original.TrackedResource
type UpdateGatewaySettingsParameters = original.UpdateGatewaySettingsParameters
type Usage = original.Usage
type UsagesListResult = original.UsagesListResult
type VMSizeCompatibilityFilterV2 = original.VMSizeCompatibilityFilterV2
type VirtualNetworkProfile = original.VirtualNetworkProfile

func New(subscriptionID string) BaseClient {
Expand Down Expand Up @@ -290,6 +302,9 @@ func PossibleDaysOfWeekValues() []DaysOfWeek {
func PossibleDirectoryTypeValues() []DirectoryType {
return original.PossibleDirectoryTypeValues()
}
func PossibleFilterModeValues() []FilterMode {
return original.PossibleFilterModeValues()
}
func PossibleJSONWebKeyEncryptionAlgorithmValues() []JSONWebKeyEncryptionAlgorithm {
return original.PossibleJSONWebKeyEncryptionAlgorithmValues()
}
Expand Down

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

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

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

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

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

Loading

0 comments on commit 2cb50bb

Please sign in to comment.