Skip to content

Commit

Permalink
Generated from afa8ccf350ace9279c30bc5f7df053fa3f65a476 (#5930)
Browse files Browse the repository at this point in the history
fix modal
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Oct 11, 2019
1 parent 02c1180 commit c989425
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ const (
HA ScaleType = original.HA
)

type StorageWorkloadType = original.StorageWorkloadType

const (
StorageWorkloadTypeDW StorageWorkloadType = original.StorageWorkloadTypeDW
StorageWorkloadTypeGENERAL StorageWorkloadType = original.StorageWorkloadTypeGENERAL
StorageWorkloadTypeOLTP StorageWorkloadType = original.StorageWorkloadTypeOLTP
)

type AdditionalFeaturesServerConfigurations = original.AdditionalFeaturesServerConfigurations
type AutoBackupSettings = original.AutoBackupSettings
type AutoPatchingSettings = original.AutoPatchingSettings
Expand Down Expand Up @@ -181,6 +189,7 @@ type ProxyResource = original.ProxyResource
type Resource = original.Resource
type ResourceIdentity = original.ResourceIdentity
type SQLConnectivityUpdateSettings = original.SQLConnectivityUpdateSettings
type SQLStorageSettings = original.SQLStorageSettings
type SQLStorageUpdateSettings = original.SQLStorageUpdateSettings
type SQLVirtualMachine = original.SQLVirtualMachine
type SQLVirtualMachinesClient = original.SQLVirtualMachinesClient
Expand All @@ -189,6 +198,7 @@ type SQLVirtualMachinesDeleteFutureType = original.SQLVirtualMachinesDeleteFutur
type SQLVirtualMachinesUpdateFutureType = original.SQLVirtualMachinesUpdateFutureType
type SQLWorkloadTypeUpdateSettings = original.SQLWorkloadTypeUpdateSettings
type ServerConfigurationsManagementSettings = original.ServerConfigurationsManagementSettings
type StorageConfigurationSettings = original.StorageConfigurationSettings
type TrackedResource = original.TrackedResource
type Update = original.Update
type WsfcDomainCredentials = original.WsfcDomainCredentials
Expand Down Expand Up @@ -293,6 +303,9 @@ func PossibleSQLWorkloadTypeValues() []SQLWorkloadType {
func PossibleScaleTypeValues() []ScaleType {
return original.PossibleScaleTypeValues()
}
func PossibleStorageWorkloadTypeValues() []StorageWorkloadType {
return original.PossibleStorageWorkloadTypeValues()
}
func UserAgent() string {
return original.UserAgent() + " profiles/preview"
}
Expand Down

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.

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

0 comments on commit c989425

Please sign in to comment.