Skip to content

Commit

Permalink
Generated from 1452a48f4db294ab952ea449cf67508a3ac1e4bd
Browse files Browse the repository at this point in the history
Update EventHub-preview.json
  • Loading branch information
AutorestCI committed Apr 5, 2019
1 parent f812173 commit 74cf20b
Show file tree
Hide file tree
Showing 6 changed files with 381 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ 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
10 changes: 10 additions & 0 deletions profiles/preview/preview/eventhub/mgmt/eventhub/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,20 @@ 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
type ClusterProperties = original.ClusterProperties
type ClusterQuotaConfigurationProperties = original.ClusterQuotaConfigurationProperties
type ClusterSku = original.ClusterSku
type ClustersClient = original.ClustersClient
type ClustersDeleteFuture = original.ClustersDeleteFuture
type ClustersPatchFuture = original.ClustersPatchFuture
type ClustersPutFuture = original.ClustersPutFuture
type ConfigurationClient = original.ConfigurationClient
type EHNamespace = original.EHNamespace
type EHNamespaceIDListResult = original.EHNamespaceIDListResult
type EHNamespaceListResult = original.EHNamespaceListResult
type EHNamespaceListResultIterator = original.EHNamespaceListResultIterator
type EHNamespaceListResultPage = original.EHNamespaceListResultPage
Expand Down Expand Up @@ -111,6 +115,12 @@ 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: 130 additions & 0 deletions services/preview/eventhub/mgmt/2018-01-01-preview/eventhub/cluster.go

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

173 changes: 173 additions & 0 deletions services/preview/eventhub/mgmt/2018-01-01-preview/eventhub/clusters.go

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 74cf20b

Please sign in to comment.