From 0f0beef4654dd2576c73419ce048e16f1f3bcf56 Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Sun, 5 Nov 2023 18:04:25 -0500 Subject: [PATCH] changelog --- src/Compute/Compute/ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index df115699bb97..889b68937f9a 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -24,6 +24,8 @@ * Upgraded Azure.Core to 1.35.0. * [Breaking change] Removed unversioned and outdated linux image aliases of `CentOS`, `RHEL`, `UbuntuLTS` and `Debian`. * [Breaking Change] Added defaulting logic for VM and VMSS creation to set SecurityType to TrustedLaunch and SecureBootEnabled and VTpmEnalbed to true when those are not set by the user. +* [Breaking Change] Added defaulting logic for Disk creation to default to TrustedLaunch when able. Allows the user to turn this off by setting the SecurityType to Standard. +* Removed the GuestAttestation extension installation by default for VM and VMSS resources. The feature team wants this rolled back. ## Version 6.3.0 * Added `-Hibernate` switch parameter to `Stop-AzVmss` default parameter set.