Skip to content

Commit

Permalink
Generated from 8ac2ae16c9d6f07ceb0249d7744751dac60468f0 (#4688)
Browse files Browse the repository at this point in the history
Adding parameters to ListAvailableClusters example.
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Apr 29, 2019
1 parent 99cb28d commit 4a5db12
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 0 deletions.
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

0 comments on commit 4a5db12

Please sign in to comment.