Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] hanaonazure/resource-manager #4557

Merged
merged 1 commit into from
Apr 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ package hanaonazureapi
import original "github.com/Azure/azure-sdk-for-go/services/preview/hanaonazure/mgmt/2017-11-03-preview/hanaonazure/hanaonazureapi"

type HanaInstancesClientAPI = original.HanaInstancesClientAPI
type MonitoringClientAPI = original.MonitoringClientAPI
type OperationsClientAPI = original.OperationsClientAPI
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,14 @@ type ErrorResponse = original.ErrorResponse
type HanaInstance = original.HanaInstance
type HanaInstanceProperties = original.HanaInstanceProperties
type HanaInstancesClient = original.HanaInstancesClient
type HanaInstancesEnableMonitoringFuture = original.HanaInstancesEnableMonitoringFuture
type HanaInstancesListResult = original.HanaInstancesListResult
type HanaInstancesListResultIterator = original.HanaInstancesListResultIterator
type HanaInstancesListResultPage = original.HanaInstancesListResultPage
type HanaInstancesRestartFuture = original.HanaInstancesRestartFuture
type HardwareProfile = original.HardwareProfile
type IPAddress = original.IPAddress
type MonitoringClient = original.MonitoringClient
type MonitoringDetails = original.MonitoringDetails
type MonitoringHanaInstancesMethodFuture = original.MonitoringHanaInstancesMethodFuture
type NetworkProfile = original.NetworkProfile
type OSProfile = original.OSProfile
type Operation = original.Operation
Expand All @@ -117,12 +116,6 @@ func NewHanaInstancesListResultIterator(page HanaInstancesListResultPage) HanaIn
func NewHanaInstancesListResultPage(getNextPage func(context.Context, HanaInstancesListResult) (HanaInstancesListResult, error)) HanaInstancesListResultPage {
return original.NewHanaInstancesListResultPage(getNextPage)
}
func NewMonitoringClient(subscriptionID string) MonitoringClient {
return original.NewMonitoringClient(subscriptionID)
}
func NewMonitoringClientWithBaseURI(baseURI string, subscriptionID string) MonitoringClient {
return original.NewMonitoringClientWithBaseURI(baseURI, subscriptionID)
}
func NewOperationsClient(subscriptionID string) OperationsClient {
return original.NewOperationsClient(subscriptionID)
}
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.

This file was deleted.