From bb9136c75e05defee753da73ea668ce391fa1687 Mon Sep 17 00:00:00 2001 From: Adam Sandor Date: Mon, 21 Aug 2023 15:50:56 -0400 Subject: [PATCH] Update ChangeLog.md --- src/Compute/Compute/ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index 1f6203d26026..a54ae168d0ff 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -24,6 +24,7 @@ * For `Get-AzVmRunCommand`, a bug is fixed to work when returning a list of RunCommands [#22403] * Updated Azure.Core to 1.34.0. * Added the `Standard` value to the `SecurityType` parameter to the cmdlets `Set-AzDiskSecurityType`, `New-AzvmssConfig`, `Set-AzVmssSecurityProfile`, `Update-AzVmss`, `New-AzVmss`, `New-AzVMConfig`, `Set-AzVMsecurityProfile`, and `New-AzVM`. +* test requried reviewers ## Version 6.2.0 * Fixed the `Update-AzVmss` cmdlet so the `AutomaticRepairGracePeriod`, `AutomaticRepairAction`, and `EnableAutomaticRepair` parameters function correctly.