From 3e461a90a00bcbc0d830a07ee42739ee26f6d5ed Mon Sep 17 00:00:00 2001 From: Ben Deering Date: Thu, 12 Aug 2021 15:00:48 -0400 Subject: [PATCH] Add changelog for bug #15653 --- src/Compute/Compute/ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compute/Compute/ChangeLog.md b/src/Compute/Compute/ChangeLog.md index ff38e367bd3d..4d7b8cfa7c99 100644 --- a/src/Compute/Compute/ChangeLog.md +++ b/src/Compute/Compute/ChangeLog.md @@ -20,7 +20,7 @@ --> ## Upcoming Release - +* Fixed a bug in `Add-AzVHD` on Linux that caused uploads to fail for certain destination URIs ## Version 4.16.0 * Fixed the warning in `New-AzVM` cmdlet stating the sku of the VM is being defaulted even if a sku size is provided by the user. Now it only occurs when the user does not provide a sku size. * Edited `Set-AzVmOperatingSystem` cmdlet to no longer overwrite any existing EnableAutomaticUpdates value on the passed in virtual machine if it exists.