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
45 changes: 0 additions & 45 deletions azure-mgmt-compute/azure/mgmt/compute/compute_management_client.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ class DataDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machine should
be created.<br><br> Possible values are:<br><br> **Attach** This value is
used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** This value is used when you are using an
image to create the virtual machine. If you are using a platform image,
you also use the imageReference element described above. If you are using
a marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
be created.<br><br> Possible values are:<br><br> **Attach** \\u2013 This
value is used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** \\u2013 This value is used when you are
using an image to create the virtual machine. If you are using a platform
image, you also use the imageReference element described above. If you are
using a marketplace image, you also use the plan element previously
described. Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ class DataDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machine should
be created.<br><br> Possible values are:<br><br> **Attach** This value is
used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** This value is used when you are using an
image to create the virtual machine. If you are using a platform image,
you also use the imageReference element described above. If you are using
a marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
be created.<br><br> Possible values are:<br><br> **Attach** \\u2013 This
value is used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** \\u2013 This value is used when you are
using an image to create the virtual machine. If you are using a platform
image, you also use the imageReference element described above. If you are
using a marketplace image, you also use the plan element previously
described. Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class OSDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machine should
be created.<br><br> Possible values are:<br><br> **Attach** This value is
used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** This value is used when you are using an
image to create the virtual machine. If you are using a platform image,
you also use the imageReference element described above. If you are using
a marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
be created.<br><br> Possible values are:<br><br> **Attach** \\u2013 This
value is used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** \\u2013 This value is used when you are
using an image to create the virtual machine. If you are using a platform
image, you also use the imageReference element described above. If you are
using a marketplace image, you also use the plan element previously
described. Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class OSDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machine should
be created.<br><br> Possible values are:<br><br> **Attach** This value is
used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** This value is used when you are using an
image to create the virtual machine. If you are using a platform image,
you also use the imageReference element described above. If you are using
a marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
be created.<br><br> Possible values are:<br><br> **Attach** \\u2013 This
value is used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** \\u2013 This value is used when you are
using an image to create the virtual machine. If you are using a platform
image, you also use the imageReference element described above. If you are
using a marketplace image, you also use the plan element previously
described. Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class RollbackStatusInfo(Model):
:ivar failed_rolledback_instance_count: The number of instances which
failed to rollback.
:vartype failed_rolledback_instance_count: int
:ivar rollback_error: Error Details if OS rollback failed.
:ivar rollback_error: Error details if OS rollback failed.
:vartype rollback_error: ~azure.mgmt.compute.v2017_12_01.models.ApiError
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class RollbackStatusInfo(Model):
:ivar failed_rolledback_instance_count: The number of instances which
failed to rollback.
:vartype failed_rolledback_instance_count: int
:ivar rollback_error: Error Details if OS rollback failed.
:ivar rollback_error: Error details if OS rollback failed.
:vartype rollback_error: ~azure.mgmt.compute.v2017_12_01.models.ApiError
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ class VirtualMachineScaleSetOSDisk(Model):
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machines in the
scale set should be created.<br><br> The only allowed value is:
**FromImage** This value is used when you are using an image to create
the virtual machine. If you are using a platform image, you also use the
imageReference element described above. If you are using a marketplace
image, you also use the plan element previously described. Possible
values include: 'FromImage', 'Empty', 'Attach'
**FromImage** \\u2013 This value is used when you are using an image to
create the virtual machine. If you are using a platform image, you also
use the imageReference element described above. If you are using a
marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param os_type: This property allows you to specify the type of the OS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ class VirtualMachineScaleSetOSDisk(Model):
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machines in the
scale set should be created.<br><br> The only allowed value is:
**FromImage** This value is used when you are using an image to create
the virtual machine. If you are using a platform image, you also use the
imageReference element described above. If you are using a marketplace
image, you also use the plan element previously described. Possible
values include: 'FromImage', 'Empty', 'Attach'
**FromImage** \\u2013 This value is used when you are using an image to
create the virtual machine. If you are using a platform image, you also
use the imageReference element described above. If you are using a
marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param os_type: This property allows you to specify the type of the OS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@
from msrest import Serializer, Deserializer
from msrestazure import AzureConfiguration
from .version import VERSION
from .operations.operations import Operations
from .operations.availability_sets_operations import AvailabilitySetsOperations
from .operations.virtual_machine_extension_images_operations import VirtualMachineExtensionImagesOperations
from .operations.virtual_machine_extensions_operations import VirtualMachineExtensionsOperations
from .operations.virtual_machines_operations import VirtualMachinesOperations
from .operations.virtual_machine_images_operations import VirtualMachineImagesOperations
from .operations.usage_operations import UsageOperations
from .operations.virtual_machine_sizes_operations import VirtualMachineSizesOperations
from .operations.images_operations import ImagesOperations
from .operations.virtual_machine_scale_sets_operations import VirtualMachineScaleSetsOperations
from .operations.virtual_machine_scale_set_extensions_operations import VirtualMachineScaleSetExtensionsOperations
from .operations.virtual_machine_scale_set_rolling_upgrades_operations import VirtualMachineScaleSetRollingUpgradesOperations
from .operations.virtual_machine_scale_set_vms_operations import VirtualMachineScaleSetVMsOperations
from .operations.log_analytics_operations import LogAnalyticsOperations
from .operations.virtual_machine_run_commands_operations import VirtualMachineRunCommandsOperations
from .operations.disks_operations import DisksOperations
from .operations.snapshots_operations import SnapshotsOperations
from . import models
Expand Down Expand Up @@ -73,36 +58,6 @@ class ComputeManagementClient(SDKClient):
:ivar config: Configuration for client.
:vartype config: ComputeManagementClientConfiguration

:ivar operations: Operations operations
:vartype operations: azure.mgmt.compute.v2018_04_01.operations.Operations
:ivar availability_sets: AvailabilitySets operations
:vartype availability_sets: azure.mgmt.compute.v2018_04_01.operations.AvailabilitySetsOperations
:ivar virtual_machine_extension_images: VirtualMachineExtensionImages operations
:vartype virtual_machine_extension_images: azure.mgmt.compute.v2018_04_01.operations.VirtualMachineExtensionImagesOperations
:ivar virtual_machine_extensions: VirtualMachineExtensions operations
:vartype virtual_machine_extensions: azure.mgmt.compute.v2018_04_01.operations.VirtualMachineExtensionsOperations
:ivar virtual_machines: VirtualMachines operations
:vartype virtual_machines: azure.mgmt.compute.v2018_04_01.operations.VirtualMachinesOperations
:ivar virtual_machine_images: VirtualMachineImages operations
:vartype virtual_machine_images: azure.mgmt.compute.v2018_04_01.operations.VirtualMachineImagesOperations
:ivar usage: Usage operations
:vartype usage: azure.mgmt.compute.v2018_04_01.operations.UsageOperations
:ivar virtual_machine_sizes: VirtualMachineSizes operations
:vartype virtual_machine_sizes: azure.mgmt.compute.v2018_04_01.operations.VirtualMachineSizesOperations
:ivar images: Images operations
:vartype images: azure.mgmt.compute.v2018_04_01.operations.ImagesOperations
:ivar virtual_machine_scale_sets: VirtualMachineScaleSets operations
:vartype virtual_machine_scale_sets: azure.mgmt.compute.v2018_04_01.operations.VirtualMachineScaleSetsOperations
:ivar virtual_machine_scale_set_extensions: VirtualMachineScaleSetExtensions operations
:vartype virtual_machine_scale_set_extensions: azure.mgmt.compute.v2018_04_01.operations.VirtualMachineScaleSetExtensionsOperations
:ivar virtual_machine_scale_set_rolling_upgrades: VirtualMachineScaleSetRollingUpgrades operations
:vartype virtual_machine_scale_set_rolling_upgrades: azure.mgmt.compute.v2018_04_01.operations.VirtualMachineScaleSetRollingUpgradesOperations
:ivar virtual_machine_scale_set_vms: VirtualMachineScaleSetVMs operations
:vartype virtual_machine_scale_set_vms: azure.mgmt.compute.v2018_04_01.operations.VirtualMachineScaleSetVMsOperations
:ivar log_analytics: LogAnalytics operations
:vartype log_analytics: azure.mgmt.compute.v2018_04_01.operations.LogAnalyticsOperations
:ivar virtual_machine_run_commands: VirtualMachineRunCommands operations
:vartype virtual_machine_run_commands: azure.mgmt.compute.v2018_04_01.operations.VirtualMachineRunCommandsOperations
:ivar disks: Disks operations
:vartype disks: azure.mgmt.compute.v2018_04_01.operations.DisksOperations
:ivar snapshots: Snapshots operations
Expand All @@ -129,36 +84,6 @@ def __init__(
self._serialize = Serializer(client_models)
self._deserialize = Deserializer(client_models)

self.operations = Operations(
self._client, self.config, self._serialize, self._deserialize)
self.availability_sets = AvailabilitySetsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machine_extension_images = VirtualMachineExtensionImagesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machine_extensions = VirtualMachineExtensionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machines = VirtualMachinesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machine_images = VirtualMachineImagesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.usage = UsageOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machine_sizes = VirtualMachineSizesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.images = ImagesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machine_scale_sets = VirtualMachineScaleSetsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machine_scale_set_extensions = VirtualMachineScaleSetExtensionsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machine_scale_set_rolling_upgrades = VirtualMachineScaleSetRollingUpgradesOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machine_scale_set_vms = VirtualMachineScaleSetVMsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.log_analytics = LogAnalyticsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.virtual_machine_run_commands = VirtualMachineRunCommandsOperations(
self._client, self.config, self._serialize, self._deserialize)
self.disks = DisksOperations(
self._client, self.config, self._serialize, self._deserialize)
self.snapshots = SnapshotsOperations(
Expand Down
Loading