Skip to content

Commit

Permalink
[AutoPR hanaonazure/resource-manager] Updating the schema to adhere t…
Browse files Browse the repository at this point in the history
…o the new design changes (#4669)

* Generated from ce2ebf314d3f53f4efb4ff596f30055a60f9d766

Updating the schema to adhere to the new design changes

* Generated from a6fb84ae47cee79bebdd85c077728aee2e36c093

Updating the schema to adhere to the new design changes
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Apr 26, 2019
1 parent a104196 commit 4b4e092
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 33 deletions.
10 changes: 0 additions & 10 deletions profiles/preview/preview/hanaonazure/mgmt/hanaonazure/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ const (
DefaultBaseURI = original.DefaultBaseURI
)

type HanaDatabaseContainersEnum = original.HanaDatabaseContainersEnum

const (
Multiple HanaDatabaseContainersEnum = original.Multiple
Single HanaDatabaseContainersEnum = original.Single
)

type HanaHardwareTypeNamesEnum = original.HanaHardwareTypeNamesEnum

const (
Expand Down Expand Up @@ -125,9 +118,6 @@ func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) Opera
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
return original.NewWithBaseURI(baseURI, subscriptionID)
}
func PossibleHanaDatabaseContainersEnumValues() []HanaDatabaseContainersEnum {
return original.PossibleHanaDatabaseContainersEnumValues()
}
func PossibleHanaHardwareTypeNamesEnumValues() []HanaHardwareTypeNamesEnum {
return original.PossibleHanaHardwareTypeNamesEnumValues()
}
Expand Down

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

0 comments on commit 4b4e092

Please sign in to comment.