From 6d06c7d83842691b8f5931ed00f8f77366a46b4b Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 1 Feb 2019 17:39:40 +0000 Subject: [PATCH 1/2] Generated from 61e1a2c597d6594dea7e25748088fb131bb7ec0f added link to disk properties for UltraSSD values --- .../azure/mgmt/compute/v2018_06_01/models/disk.py | 8 ++++++-- .../azure/mgmt/compute/v2018_06_01/models/disk_py3.py | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2018_06_01/models/disk.py b/azure-mgmt-compute/azure/mgmt/compute/v2018_06_01/models/disk.py index 90f5bc9d0b3d..f4cf817c4f99 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2018_06_01/models/disk.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2018_06_01/models/disk.py @@ -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 """ diff --git a/azure-mgmt-compute/azure/mgmt/compute/v2018_06_01/models/disk_py3.py b/azure-mgmt-compute/azure/mgmt/compute/v2018_06_01/models/disk_py3.py index 1c4d9ac33fd9..dc7f4272bfc3 100644 --- a/azure-mgmt-compute/azure/mgmt/compute/v2018_06_01/models/disk_py3.py +++ b/azure-mgmt-compute/azure/mgmt/compute/v2018_06_01/models/disk_py3.py @@ -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 """ From 22d168e7a75d722ec80afd179e490945d276b794 Mon Sep 17 00:00:00 2001 From: azuresdkci Date: Fri, 1 Feb 2019 17:43:44 +0000 Subject: [PATCH 2/2] Packaging update of azure-mgmt-compute --- azure-mgmt-compute/README.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/azure-mgmt-compute/README.rst b/azure-mgmt-compute/README.rst index 9657f86d6862..3c45c3e1fae8 100644 --- a/azure-mgmt-compute/README.rst +++ b/azure-mgmt-compute/README.rst @@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see For a more complete set of Azure libraries, see the `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 =====