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

Commit

Permalink
Generated from 38751705bca96776a3cb8dad3faa5e477c00cf52 (#1384) (#1385)
Browse files Browse the repository at this point in the history
LRO options for runCommands
  • Loading branch information
AutorestCI authored and sarangan12 committed Jun 16, 2018
1 parent c8eea9c commit 5011b2b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ class DataDisk

# @return [DiskCreateOptionTypes] 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'
# \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'
attr_accessor :create_option

# @return [Integer] Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ class OSDisk

# @return [DiskCreateOptionTypes] 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'
# \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'
attr_accessor :create_option

# @return [Integer] Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Azure::Compute::Mgmt::V2017_12_01
module Models
#
# Information about rollback on failed VM instances after a OS Upgrade
# operation
# operation.
#
class RollbackStatusInfo

Expand All @@ -20,7 +20,7 @@ class RollbackStatusInfo
# @return [Integer] The number of instances which failed to rollback.
attr_accessor :failed_rolledback_instance_count

# @return [ApiError] Error Details if OS rollback failed.
# @return [ApiError] Error details if OS rollback failed.
attr_accessor :rollback_error


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class VirtualMachineScaleSetOSDisk

# @return [DiskCreateOptionTypes] 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
# **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'
attr_accessor :create_option
Expand Down
7 changes: 3 additions & 4 deletions management/azure_mgmt_compute/lib/azure_mgmt_compute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.


require '2015-06-15/generated/azure_mgmt_compute'
require '2016-03-30/generated/azure_mgmt_compute'
require '2017-12-01/generated/azure_mgmt_compute'
require '2016-04-30-preview/generated/azure_mgmt_compute'
require '2017-03-30/generated/azure_mgmt_compute'
require '2017-09-01/generated/azure_mgmt_compute'
require '2017-12-01/generated/azure_mgmt_compute'
require '2018-04-01/generated/azure_mgmt_compute'
require '2017-03-30/generated/azure_mgmt_compute'
require '2015-06-15/generated/azure_mgmt_compute'
require 'profiles/v2017_03_09/compute_v2017_03_09_profile_client'
require 'profiles/latest/compute_latest_profile_client'

0 comments on commit 5011b2b

Please sign in to comment.