Skip to content

Commit

Permalink
[AutoPR hdinsight/resource-manager] [HDInsight] Add Capabilities to S…
Browse files Browse the repository at this point in the history
…table API version,Modify ApplicationType,AccessModes to enum (#5291)

* Generated from 6fd28f5f0db51b2cf7a71835ac10e3dc2c4cb390

Add Capabilities to stable version, Modify ApplicationType and AccessMode to Enum.
In order to be consistent with the response from RP side, add suppression for DefinitionsPropertiesNamesCamelCase

* Generated from cef6f97615ded43f65dab5eda4a5837d5ec45621

Add Capabilities to stable version, Modify ApplicationType and AccessMode to Enum.
In order to be consistent with the response from RP side, add suppression for DefinitionsPropertiesNamesCamelCase

* Generated from a22cf02eb2898daaac88819d82f4ccc1fba62a75

Add Capabilities to stable version, Modify ApplicationType and AccessMode to Enum.
In order to be consistent with the response from RP side, add suppression for DefinitionsPropertiesNamesCamelCase
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Aug 8, 2019
1 parent a629ae7 commit 8c47268
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 8 deletions.
27 changes: 27 additions & 0 deletions profiles/preview/preview/hdinsight/mgmt/hdinsight/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@ const (
DefaultBaseURI = original.DefaultBaseURI
)

type ApplicationHTTPSEndpointAccessMode = original.ApplicationHTTPSEndpointAccessMode

const (
WebPage ApplicationHTTPSEndpointAccessMode = original.WebPage
)

type ApplicationType = original.ApplicationType

const (
CustomApplication ApplicationType = original.CustomApplication
RServer ApplicationType = original.RServer
)

type AsyncOperationState = original.AsyncOperationState

const (
Expand Down Expand Up @@ -122,6 +135,7 @@ type BaseClient = original.BaseClient
type BillingMeters = original.BillingMeters
type BillingResources = original.BillingResources
type BillingResponseListResult = original.BillingResponseListResult
type CapabilitiesResult = original.CapabilitiesResult
type Cluster = original.Cluster
type ClusterConfigurations = original.ClusterConfigurations
type ClusterCreateParametersExtended = original.ClusterCreateParametersExtended
Expand Down Expand Up @@ -177,7 +191,10 @@ type OperationResource = original.OperationResource
type OperationsClient = original.OperationsClient
type OsProfile = original.OsProfile
type ProxyResource = original.ProxyResource
type QuotaCapability = original.QuotaCapability
type QuotaInfo = original.QuotaInfo
type RegionalQuotaCapability = original.RegionalQuotaCapability
type RegionsCapability = original.RegionsCapability
type Resource = original.Resource
type Role = original.Role
type RuntimeScriptAction = original.RuntimeScriptAction
Expand All @@ -203,7 +220,11 @@ type TrackedResource = original.TrackedResource
type UpdateGatewaySettingsParameters = original.UpdateGatewaySettingsParameters
type Usage = original.Usage
type UsagesListResult = original.UsagesListResult
type VMSizeCompatibilityFilter = original.VMSizeCompatibilityFilter
type VMSizeCompatibilityFilterV2 = original.VMSizeCompatibilityFilterV2
type VMSizesCapability = original.VMSizesCapability
type VersionSpec = original.VersionSpec
type VersionsCapability = original.VersionsCapability
type VirtualNetworkProfile = original.VirtualNetworkProfile

func New(subscriptionID string) BaseClient {
Expand Down Expand Up @@ -290,6 +311,12 @@ func NewScriptExecutionHistoryClientWithBaseURI(baseURI string, subscriptionID s
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleApplicationHTTPSEndpointAccessModeValues() []ApplicationHTTPSEndpointAccessMode {
return original.PossibleApplicationHTTPSEndpointAccessModeValues()
}
func PossibleApplicationTypeValues() []ApplicationType {
return original.PossibleApplicationTypeValues()
}
func PossibleAsyncOperationStateValues() []AsyncOperationState {
return original.PossibleAsyncOperationStateValues()
}
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.

Loading

0 comments on commit 8c47268

Please sign in to comment.