Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Generated from 7ed3085e3f562ce1f1dfecf962672777a73dc4f0 (#1576)
Browse files Browse the repository at this point in the history
Update compute.json and disk.json for some issues and add zone and rolling upgrade.
  • Loading branch information
AutorestCI authored Aug 20, 2018
1 parent 5dbae04 commit ba67600
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 463 deletions.
368 changes: 184 additions & 184 deletions azure_sdk/lib/latest/modules/compute_profile_module.rb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ class VirtualMachine < Resource
# response.
attr_accessor :provisioning_state

# @return [VirtualMachineScaleSetVMInstanceView] The virtual machine
# instance view.
# @return [VirtualMachineInstanceView] The virtual machine instance view.
attr_accessor :instance_view

# @return [String] Specifies that the image or disk that is being used
Expand Down Expand Up @@ -217,7 +216,7 @@ def self.mapper()
serialized_name: 'properties.instanceView',
type: {
name: 'Composite',
class_name: 'VirtualMachineScaleSetVMInstanceView'
class_name: 'VirtualMachineInstanceView'
}
},
license_type: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class VirtualMachineScaleSetVM < Resource
# @return [String] Azure VM unique ID.
attr_accessor :vm_id

# @return [VirtualMachineInstanceView] The virtual machine instance view.
# @return [VirtualMachineScaleSetVMInstanceView] The virtual machine
# instance view.
attr_accessor :instance_view

# @return [HardwareProfile] Specifies the hardware settings for the
Expand Down Expand Up @@ -186,7 +187,7 @@ def self.mapper()
serialized_name: 'properties.instanceView',
type: {
name: 'Composite',
class_name: 'VirtualMachineInstanceView'
class_name: 'VirtualMachineScaleSetVMInstanceView'
}
},
hardware_profile: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ class VirtualMachineUpdate < UpdateResource
# response.
attr_accessor :provisioning_state

# @return [VirtualMachineScaleSetVMInstanceView] The virtual machine
# instance view.
# @return [VirtualMachineInstanceView] The virtual machine instance view.
attr_accessor :instance_view

# @return [String] Specifies that the image or disk that is being used
Expand Down Expand Up @@ -182,7 +181,7 @@ def self.mapper()
serialized_name: 'properties.instanceView',
type: {
name: 'Composite',
class_name: 'VirtualMachineScaleSetVMInstanceView'
class_name: 'VirtualMachineInstanceView'
}
},
license_type: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def self.mapper()
access_sas: {
required: false,
read_only: true,
serialized_name: 'properties.output.accessSAS',
serialized_name: 'accessSAS',
type: {
name: 'String'
}
Expand Down

Large diffs are not rendered by default.

0 comments on commit ba67600

Please sign in to comment.