Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release azure mgmt compute #12366

Merged
merged 5 commits into from
Jul 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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