Azure deprovisioning fails for VMs with "StandardSSD_LRS" storage account typeDescriptionAzure deprovisioning fails for virtual machines with "StandardSSD_LRS" storage account type with the following error:"Storage account type 'StandardSSD_LRS' is supported by Microsoft.Compute API version 2018-04-01 and above"This is because the API version we are using is 2016-12-01 which does not support StandardSSD_LRS.Steps to Reproduce 1/ Create an Azure VM in CMP using ARM2/ Attach a disk to that VM in CMP with type StandardSSD_LRS3/ Deprovision the VMExpected Behavior: Deprovisioning successfullyActual Behavior: CMP successfully completes the action and updates CMDB while the VM does not get deprovisioned on Azure sideWorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this form to be notified when more information will become available. As a workaround, you can change the API version used by updating the MID server property for "virtualmachines" resources to use 2018-04-01 API version instead of 2016-04-30-preview: /ecc_agent_property.do?sys_id=55a5f13b9f453200ef3c1f80a57fcfb3Related Problem: PRB1406607