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 compute/resource-manager] Swagger changes for adding diffdisksettings property for the Ephemeral OS Disks #2807

Merged
merged 1 commit into from
Sep 24, 2018
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
10 changes: 10 additions & 0 deletions profiles/preview/compute/mgmt/compute/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ const (
StandardGS5 ContainerServiceVMSizeTypes = original.StandardGS5
)

type DiffDiskOptions = original.DiffDiskOptions

const (
Local DiffDiskOptions = original.Local
)

type DiskCreateOption = original.DiskCreateOption

const (
Expand Down Expand Up @@ -609,6 +615,7 @@ type CreationData = original.CreationData
type DataDisk = original.DataDisk
type DataDiskImage = original.DataDiskImage
type DiagnosticsProfile = original.DiagnosticsProfile
type DiffDiskSettings = original.DiffDiskSettings
type Disallowed = original.Disallowed
type Disk = original.Disk
type DiskEncryptionSettings = original.DiskEncryptionSettings
Expand Down Expand Up @@ -997,6 +1004,9 @@ func PossibleContainerServiceOrchestratorTypesValues() []ContainerServiceOrchest
func PossibleContainerServiceVMSizeTypesValues() []ContainerServiceVMSizeTypes {
return original.PossibleContainerServiceVMSizeTypesValues()
}
func PossibleDiffDiskOptionsValues() []DiffDiskOptions {
return original.PossibleDiffDiskOptionsValues()
}
func PossibleDiskCreateOptionValues() []DiskCreateOption {
return original.PossibleDiskCreateOptionValues()
}
Expand Down
24 changes: 24 additions & 0 deletions services/compute/mgmt/2018-06-01/compute/models.go

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

24 changes: 24 additions & 0 deletions services/compute/mgmt/2018-10-01/compute/models.go

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