Skip to content

Commit

Permalink
[AutoPR compute/resource-manager] added link to disk properties for U…
Browse files Browse the repository at this point in the history
…ltraSSD values (#4287)

* Generated from 61e1a2c597d6594dea7e25748088fb131bb7ec0f

added link to disk properties for UltraSSD values

* Packaging update of azure-mgmt-compute
  • Loading branch information
AutorestCI authored Feb 1, 2019
1 parent 2cab653 commit 4e9af51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
19 changes: 0 additions & 19 deletions azure-mgmt-compute/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see
For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.


Compatibility
=============

**IMPORTANT**: If you have an earlier version of the azure package
(version < 1.0), you should uninstall it before installing this package.

You can check the version using pip:

.. code:: shell
pip freeze
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:

.. code:: shell
pip uninstall azure
Usage
=====

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,15 @@ class Disk(Resource):
:vartype provisioning_state: str
:param disk_iops_read_write: The number of IOPS allowed for this disk;
only settable for UltraSSD disks. One operation can transfer between 4k
and 256k bytes.
and 256k bytes. For a description of the range of values you can set, see
[Ultra SSD Managed Disk
Offerings](https://docs.microsoft.com/azure/virtual-machines/windows/disks-ultra-ssd#ultra-ssd-managed-disk-offerings).
:type disk_iops_read_write: long
:param disk_mbps_read_write: The bandwidth allowed for this disk; only
settable for UltraSSD disks. MBps means millions of bytes per second - MB
here uses the ISO notation, of powers of 10.
here uses the ISO notation, of powers of 10. For a description of the
range of values you can set, see [Ultra SSD Managed Disk
Offerings](https://docs.microsoft.com/azure/virtual-machines/windows/disks-ultra-ssd#ultra-ssd-managed-disk-offerings).
:type disk_mbps_read_write: int
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,15 @@ class Disk(Resource):
:vartype provisioning_state: str
:param disk_iops_read_write: The number of IOPS allowed for this disk;
only settable for UltraSSD disks. One operation can transfer between 4k
and 256k bytes.
and 256k bytes. For a description of the range of values you can set, see
[Ultra SSD Managed Disk
Offerings](https://docs.microsoft.com/azure/virtual-machines/windows/disks-ultra-ssd#ultra-ssd-managed-disk-offerings).
:type disk_iops_read_write: long
:param disk_mbps_read_write: The bandwidth allowed for this disk; only
settable for UltraSSD disks. MBps means millions of bytes per second - MB
here uses the ISO notation, of powers of 10.
here uses the ISO notation, of powers of 10. For a description of the
range of values you can set, see [Ultra SSD Managed Disk
Offerings](https://docs.microsoft.com/azure/virtual-machines/windows/disks-ultra-ssd#ultra-ssd-managed-disk-offerings).
:type disk_mbps_read_write: int
"""

Expand Down

0 comments on commit 4e9af51

Please sign in to comment.