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 eventhub/resource-manager] Adding Create, Delete and List Namespaces Endpoints for Event Hubs Cluster Resource #4487

Closed
4 changes: 4 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,12 @@ 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
328 changes: 328 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