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
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ const (
PAYG SQLServerLicenseType = original.PAYG
)

type SQLVMGroupImageSku = original.SQLVMGroupImageSku

const (
SQLVMGroupImageSkuDeveloper SQLVMGroupImageSku = original.SQLVMGroupImageSkuDeveloper
SQLVMGroupImageSkuEnterprise SQLVMGroupImageSku = original.SQLVMGroupImageSkuEnterprise
)

type SQLWorkloadType = original.SQLWorkloadType

const (
Expand Down Expand Up @@ -266,6 +273,9 @@ func PossibleSQLImageSkuValues() []SQLImageSku {
func PossibleSQLServerLicenseTypeValues() []SQLServerLicenseType {
return original.PossibleSQLServerLicenseTypeValues()
}
func PossibleSQLVMGroupImageSkuValues() []SQLVMGroupImageSku {
return original.PossibleSQLVMGroupImageSkuValues()
}
func PossibleSQLWorkloadTypeValues() []SQLWorkloadType {
return original.PossibleSQLWorkloadTypeValues()
}
Expand Down

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