Skip to content

Commit c8cbce3

Browse files
AutorestCIlmazuel
authored andcommitted
[AutoPR] compute/resource-manager (#3437)
* Generated from bc9772e8cab8538e646287e7842dbccc968c59c6 (#3436) Typo * Update version.py * Generated from fe7933fcaf05884a7da733e0979f26c42e30c917 (#3450) Compute conf for py 2018-10-01 * Generated from 4927713e353793ac5f22f0c0954e51ba5623034e (#3454) Added VirtualMachineImageProperties.AutomaticOSUpgradeProperties in GET VMImageVersion API Added VirtualMachineImageProperties.AutomaticOSUpgradeProperties in GET VMImageVersion API * Move to 2018-10-01 * ChangeLog 4.3.0
1 parent 8f41f4c commit c8cbce3

File tree

319 files changed

+29813
-7414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+29813
-7414
lines changed

azure-mgmt-compute/HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
Release History
44
===============
55

6+
4.3.0 (2018-10-02)
7+
++++++++++++++++++
8+
9+
**Note**
10+
11+
- Compute API version default is now 2018-10-01
12+
13+
**Features/BreakingChanges**
14+
15+
- This version updates the access to properties realted to automatic OS upgrade introduced in 4.0.0
16+
617
4.2.0 (2018-09-25)
718
++++++++++++++++++
819

azure-mgmt-compute/azure/mgmt/compute/compute_management_client.py

Lines changed: 52 additions & 1 deletion
Large diffs are not rendered by default.

azure-mgmt-compute/azure/mgmt/compute/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
import warnings
88

99
from .v2017_09_01.models import *
10-
from .v2018_06_01.models import * # Note that this line is overriding some models of 2018-04-01. See link below for details.
10+
from .v2018_06_01.models import *
11+
from .v2018_10_01.models import * # Note that this line is overriding some models of 2018-06-01. See link below for details.
1112

1213
warnings.warn("Import models from this file is deprecated. See https://aka.ms/pysdkmodels",
1314
DeprecationWarning)

azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/image_disk_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ImageDiskReference(Model):
1717
1818
All required parameters must be populated in order to send to Azure.
1919
20-
:param id: Required. A relative uri containing either a Platform Imgage
20+
:param id: Required. A relative uri containing either a Platform Image
2121
Repository or user image reference.
2222
:type id: str
2323
:param lun: If the disk is created from an image's data disk, this is an

azure-mgmt-compute/azure/mgmt/compute/v2016_04_30_preview/models/image_disk_reference_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ImageDiskReference(Model):
1717
1818
All required parameters must be populated in order to send to Azure.
1919
20-
:param id: Required. A relative uri containing either a Platform Imgage
20+
:param id: Required. A relative uri containing either a Platform Image
2121
Repository or user image reference.
2222
:type id: str
2323
:param lun: If the disk is created from an image's data disk, this is an

azure-mgmt-compute/azure/mgmt/compute/v2017_03_30/models/image_disk_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ImageDiskReference(Model):
1717
1818
All required parameters must be populated in order to send to Azure.
1919
20-
:param id: Required. A relative uri containing either a Platform Imgage
20+
:param id: Required. A relative uri containing either a Platform Image
2121
Repository or user image reference.
2222
:type id: str
2323
:param lun: If the disk is created from an image's data disk, this is an

azure-mgmt-compute/azure/mgmt/compute/v2017_03_30/models/image_disk_reference_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ImageDiskReference(Model):
1717
1818
All required parameters must be populated in order to send to Azure.
1919
20-
:param id: Required. A relative uri containing either a Platform Imgage
20+
:param id: Required. A relative uri containing either a Platform Image
2121
Repository or user image reference.
2222
:type id: str
2323
:param lun: If the disk is created from an image's data disk, this is an

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/image_disk_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ImageDiskReference(Model):
1717
1818
All required parameters must be populated in order to send to Azure.
1919
20-
:param id: Required. A relative uri containing either a Platform Imgage
20+
:param id: Required. A relative uri containing either a Platform Image
2121
Repository or user image reference.
2222
:type id: str
2323
:param lun: If the disk is created from an image's data disk, this is an

azure-mgmt-compute/azure/mgmt/compute/v2018_04_01/models/image_disk_reference_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ImageDiskReference(Model):
1717
1818
All required parameters must be populated in order to send to Azure.
1919
20-
:param id: Required. A relative uri containing either a Platform Imgage
20+
:param id: Required. A relative uri containing either a Platform Image
2121
Repository or user image reference.
2222
:type id: str
2323
:param lun: If the disk is created from an image's data disk, this is an

azure-mgmt-compute/azure/mgmt/compute/v2018_06_01/models/image_disk_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ImageDiskReference(Model):
1717
1818
All required parameters must be populated in order to send to Azure.
1919
20-
:param id: Required. A relative uri containing either a Platform Imgage
20+
:param id: Required. A relative uri containing either a Platform Image
2121
Repository or user image reference.
2222
:type id: str
2323
:param lun: If the disk is created from an image's data disk, this is an

0 commit comments

Comments
 (0)