Skip to content
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
5 changes: 5 additions & 0 deletions profiles/preview/preview/eventhub/mgmt/eventhub/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const (
SkuTierStandard SkuTier = original.SkuTierStandard
)

type AvailableClustersList = original.AvailableClustersList
type BaseClient = original.BaseClient
type Cluster = original.Cluster
type ClusterListResult = original.ClusterListResult
Expand All @@ -72,9 +73,13 @@ 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 EHNamespaceIDContainer = original.EHNamespaceIDContainer
type EHNamespaceIDListResult = original.EHNamespaceIDListResult
type EHNamespaceListResult = original.EHNamespaceListResult
type EHNamespaceListResultIterator = original.EHNamespaceListResultIterator
type EHNamespaceListResultPage = original.EHNamespaceListResultPage
Expand Down
332 changes: 332 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