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.