Skip to content

Commit

Permalink
Generated from e5a65ec23a4d0a2102a5a0f1a56ab71672e2730f (#2980)
Browse files Browse the repository at this point in the history
Revert "updated description of sku name values (#3467)"

This reverts commit aa50b23.
  • Loading branch information
AutorestCI authored Jul 23, 2018
1 parent 3345c2b commit 8819a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
class Sku(Model):
"""Describes a virtual machine scale set sku.
:param name: The sku name. Possible values are: **Aligned** for managed
disks, and **Classic** for unmanaged disks. Default value is Classic, if
not specified.
:param name: The sku name.
:type name: str
:param tier: Specifies the tier of virtual machines in a scale set.<br
/><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
class Sku(Model):
"""Describes a virtual machine scale set sku.
:param name: The sku name. Possible values are: **Aligned** for managed
disks, and **Classic** for unmanaged disks. Default value is Classic, if
not specified.
:param name: The sku name.
:type name: str
:param tier: Specifies the tier of virtual machines in a scale set.<br
/><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic**
Expand Down

0 comments on commit 8819a52

Please sign in to comment.