From b88d749e152000b234a8d07e4b20634322570845 Mon Sep 17 00:00:00 2001 From: Ekta Pathak <88881735+Ekta-Microsoft@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:51:26 +0530 Subject: [PATCH] Update error-messages.md Updating an error under "OperationNotAllowed" section which is currently not listed in the table of errors. --- support/azure/virtual-machines/error-messages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/support/azure/virtual-machines/error-messages.md b/support/azure/virtual-machines/error-messages.md index 457da61b8e..25e22bdafe 100644 --- a/support/azure/virtual-machines/error-messages.md +++ b/support/azure/virtual-machines/error-messages.md @@ -132,6 +132,7 @@ This section lists the common error messages you may encounter when managing VMs | NotSupported | The license type is {0}, but the image blob {1} is not from on-premises. | | OperationNotAllowed | Availability Set {0} cannot be deleted. Before deleting an Availability Set please ensure that it does not contain any VM. | | OperationNotAllowed | Changing availability set SKU from 'Aligned' to 'Classic' is not allowed. | +| OperationNotAllowed | Change in disk property of OS disk '' is not allowed when VM is running. | | OperationNotAllowed | Cannot modify extensions in the VM when the VM is not running. | | OperationNotAllowed | The Capture action is only supported on a Virtual Machine with blob based disks. Please use the 'Image' resource APIs to create an Image from a managed Virtual Machine. | | OperationNotAllowed | The resource {0} cannot be created from Image {1} until Image has been successfully created. |