Skip to content

Commit

Permalink
Release azure mgmt compute (Azure#12366)
Browse files Browse the repository at this point in the history
* Update from release/v3

* bump version and changelog update

* Packaging update of azure-mgmt-compute

* run live test

* run live test

Co-authored-by: SDK Automation <[email protected]>
Co-authored-by: Azure SDK Bot <[email protected]>
  • Loading branch information
3 people authored Jul 7, 2020
1 parent eb0d7cb commit 2ba23a5
Show file tree
Hide file tree
Showing 75 changed files with 38,595 additions and 14,631 deletions.
43 changes: 43 additions & 0 deletions sdk/compute/azure-mgmt-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Release History

## 13.0.0 (2020-07-06)

**Features**

- Model VirtualMachineScaleSet has a new parameter host_group
- Model DiskEncryptionSetUpdate has a new parameter encryption_type
- Model SnapshotUpdate has a new parameter network_access_policy
- Model SnapshotUpdate has a new parameter disk_access_id
- Model VirtualMachineScaleSetVMInstanceView has a new parameter assigned_host
- Model WindowsConfiguration has a new parameter patch_settings
- Model VirtualMachineScaleSetUpdateVMProfile has a new parameter security_profile
- Model DedicatedHostGroup has a new parameter support_automatic_placement
- Model DedicatedHostGroup has a new parameter instance_view
- Model VirtualMachineScaleSetVM has a new parameter security_profile
- Model DedicatedHostGroupUpdate has a new parameter support_automatic_placement
- Model DedicatedHostGroupUpdate has a new parameter instance_view
- Model DiskUpdate has a new parameter network_access_policy
- Model DiskUpdate has a new parameter disk_access_id
- Model Snapshot has a new parameter network_access_policy
- Model Snapshot has a new parameter disk_access_id
- Model VirtualMachine has a new parameter extensions_time_budget
- Model VirtualMachine has a new parameter security_profile
- Model VirtualMachine has a new parameter host_group
- Model VirtualMachineInstanceView has a new parameter assigned_host
- Model DiskEncryptionSet has a new parameter encryption_type
- Model VirtualMachineUpdate has a new parameter extensions_time_budget
- Model VirtualMachineUpdate has a new parameter security_profile
- Model VirtualMachineUpdate has a new parameter host_group
- Model VirtualMachineImage has a new parameter disallowed
- Model VirtualMachineScaleSetExtensionProfile has a new parameter extensions_time_budget
- Model VirtualMachineScaleSetVMProfile has a new parameter security_profile
- Model Disk has a new parameter network_access_policy
- Model Disk has a new parameter disk_access_id
- Added operation VirtualMachinesOperations.assess_patches
- Added operation VirtualMachinesOperations.retrieve_boot_diagnostics_data
- Added operation VirtualMachineScaleSetVMsOperations.retrieve_boot_diagnostics_data
- Added operation group DiskAccessesOperations

**Breaking changes**

- Operation DedicatedHostGroupsOperations.get has a new signature
- Operation DiskEncryptionSetsOperations.update has a new signature

## 12.1.0 (2020-06-17)

**Features**
Expand Down

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion sdk/compute/azure-mgmt-compute/azure/mgmt/compute/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
# license information.
# --------------------------------------------------------------------------
from .v2019_04_01.models import *
from .v2019_11_01.models import *
from .v2019_12_01.models import *
from .v2020_05_01.models import *
from .v2020_06_01.models import *
Loading

0 comments on commit 2ba23a5

Please sign in to comment.