From d2a663edb0f470babd9174c1fdad71eb301ebe73 Mon Sep 17 00:00:00 2001 From: Jyotsna Anand Date: Fri, 16 Apr 2021 11:12:00 -0700 Subject: [PATCH] Updated ChangeLog --- src/Compute/Compute/ChangeLog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index a170fee1e624..1b1cd5096ee0 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -20,7 +20,9 @@ --> ## Upcoming Release -* Added support for ADE version migration +* Updated the `Set-AzVMDiskEncryptionExtension` cmdlet to support ADE extension migration from two pass (version with AAD input parameters) to single pass (version without AAD input parameters). + - Added a switch parameter `-Migrate` to trigger migration workflow. + - Added a switch parameter `-MigrationRecovery` to trigger recovery workflow for VMs experiencing failures after migration from two pass ADE. ## Version 4.11.0 * Fixed a bug when 1 data disk attached to VMSS for Remove-AzVmssDataDisk [#13368]