Skip to content

Commit 4a8688b

Browse files
AutorestCIjhendrixMSFT
authored andcommitted
Generated from 4c7f83d5d572d1c6888116aef37071a9c7a96429 (#4508)
move hdinsights package for Go back under preview directory
1 parent ce4f3b4 commit 4a8688b

File tree

9 files changed

+624
-24
lines changed

9 files changed

+624
-24
lines changed

profiles/preview/preview/hdinsight/mgmt/hdinsight/models.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ type ApplicationsCreateFuture = original.ApplicationsCreateFuture
9696
type ApplicationsDeleteFuture = original.ApplicationsDeleteFuture
9797
type BaseClient = original.BaseClient
9898
type Cluster = original.Cluster
99+
type ClusterConfigurations = original.ClusterConfigurations
99100
type ClusterCreateParametersExtended = original.ClusterCreateParametersExtended
100101
type ClusterCreateProperties = original.ClusterCreateProperties
101102
type ClusterDefinition = original.ClusterDefinition
@@ -118,6 +119,7 @@ type ClustersDeleteFuture = original.ClustersDeleteFuture
118119
type ClustersExecuteScriptActionsFuture = original.ClustersExecuteScriptActionsFuture
119120
type ClustersResizeFuture = original.ClustersResizeFuture
120121
type ClustersRotateDiskEncryptionKeyFuture = original.ClustersRotateDiskEncryptionKeyFuture
122+
type ClustersUpdateGatewaySettingsFuture = original.ClustersUpdateGatewaySettingsFuture
121123
type ComputeProfile = original.ComputeProfile
122124
type ConfigurationsClient = original.ConfigurationsClient
123125
type ConfigurationsUpdateFuture = original.ConfigurationsUpdateFuture
@@ -133,6 +135,7 @@ type ExtensionsCreateFuture = original.ExtensionsCreateFuture
133135
type ExtensionsDeleteFuture = original.ExtensionsDeleteFuture
134136
type ExtensionsDisableMonitoringFuture = original.ExtensionsDisableMonitoringFuture
135137
type ExtensionsEnableMonitoringFuture = original.ExtensionsEnableMonitoringFuture
138+
type GatewaySettings = original.GatewaySettings
136139
type HardwareProfile = original.HardwareProfile
137140
type LinuxOperatingSystemProfile = original.LinuxOperatingSystemProfile
138141
type LocalizedName = original.LocalizedName
@@ -169,6 +172,7 @@ type SetString = original.SetString
169172
type StorageAccount = original.StorageAccount
170173
type StorageProfile = original.StorageProfile
171174
type TrackedResource = original.TrackedResource
175+
type UpdateGatewaySettingsParameters = original.UpdateGatewaySettingsParameters
172176
type Usage = original.Usage
173177
type UsagesListResult = original.UsagesListResult
174178
type VirtualNetworkProfile = original.VirtualNetworkProfile

services/preview/hdinsight/mgmt/2015-03-01-preview/hdinsight/clusters.go

Lines changed: 156 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/preview/hdinsight/mgmt/2015-03-01-preview/hdinsight/configurations.go

Lines changed: 94 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/preview/hdinsight/mgmt/2015-03-01-preview/hdinsight/hdinsightapi/interfaces.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)