Skip to content

Commit

Permalink
Generated from e71f68ed3742748809be56268abd685f2efbc1ce
Browse files Browse the repository at this point in the history
Update specification/eventhub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/EventHub-preview.json

Co-Authored-By: FBettati <[email protected]>
  • Loading branch information
AutorestCI and FBettati committed Apr 10, 2019
1 parent 74cf20b commit 517d906
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 145 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package eventhubapi

import original "github.com/Azure/azure-sdk-for-go/services/preview/eventhub/mgmt/2018-01-01-preview/eventhub/eventhubapi"

type ClusterClientAPI = original.ClusterClientAPI
type ClustersClientAPI = original.ClustersClientAPI
type ConfigurationClientAPI = original.ConfigurationClientAPI
type NamespacesClientAPI = original.NamespacesClientAPI
Expand Down
7 changes: 0 additions & 7 deletions profiles/preview/preview/eventhub/mgmt/eventhub/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const (

type BaseClient = original.BaseClient
type Cluster = original.Cluster
type ClusterClient = original.ClusterClient
type ClusterListResult = original.ClusterListResult
type ClusterListResultIterator = original.ClusterListResultIterator
type ClusterListResultPage = original.ClusterListResultPage
Expand Down Expand Up @@ -115,12 +114,6 @@ type VirtualNetworkRuleProperties = original.VirtualNetworkRuleProperties
func New(subscriptionID string) BaseClient {
return original.New(subscriptionID)
}
func NewClusterClient(subscriptionID string) ClusterClient {
return original.NewClusterClient(subscriptionID)
}
func NewClusterClientWithBaseURI(baseURI string, subscriptionID string) ClusterClient {
return original.NewClusterClientWithBaseURI(baseURI, subscriptionID)
}
func NewClusterListResultIterator(page ClusterListResultPage) ClusterListResultIterator {
return original.NewClusterListResultIterator(page)
}
Expand Down
130 changes: 0 additions & 130 deletions services/preview/eventhub/mgmt/2018-01-01-preview/eventhub/cluster.go

This file was deleted.

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 517d906

Please sign in to comment.