Skip to content

Commit

Permalink
Generated from 18e8f73649a26d6acdba575f35b0e3af6fe3cd8c (#5381)
Browse files Browse the repository at this point in the history
Problem: in previous pr #6665 we modify accessModes and applicationType to enum, this will bring breaking change in java sdk. Solution: remove the two enum, change it to string type
  • Loading branch information
AutorestCI authored Jul 31, 2019
1 parent 1a8214e commit 66610ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 81 deletions.
19 changes: 0 additions & 19 deletions profiles/preview/preview/hdinsight/mgmt/hdinsight/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@ 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 @@ -311,12 +298,6 @@ 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.

0 comments on commit 66610ea

Please sign in to comment.