"How to check if the update to Desktop Virtualization API v. 2024-04-08-preview or v. 2024-04-03 has been applied by Microsoft, or if it needs to be done manually?"

Reddy Bodeddula, Lokeswara 10 Reputation points
2024-12-18T14:56:19.9466667+00:00

"We received a notification from Microsoft about an update to the Desktop Virtualization API v. 2024-04-08-preview or v. 2024-04-03 for Azure Virtual Desktop. We would like to confirm whether this update has already been applied by Microsoft, or if we need to manually perform the update on our end. Could someone guide us on how to check this and proceed if the update is required on our side?"

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sai Krishna Katakam 1,510 Reputation points Microsoft Vendor
    2024-12-18T23:23:52.9933333+00:00

    Hi Reddy Bodeddula, Lokeswara,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    On 11 March 2025, the following DesktopVirtualization APIs will no longer be supported, and you'll need to update to either API v. 2024-04-08-preview or API v. 2024-04-03:

    To check if the update to the Desktop Virtualization API v. 2024-04-08-preview has been applied by Microsoft, you can follow these steps:

    Check if You Reference Older API Versions:

    Review your ARM templates, Bicep files, or PowerShell scripts to see if they reference a deprecated API version (e.g., 2022-02-10 or earlier).

    Example in ARM/Bicep:

    resource hostPool 'Microsoft.DesktopVirtualization/hostPools@2022-02-10' = {

    // Resource properties

    }

    If an older version is found, update it to 2024-04-03 or 2024-04-08-preview.

    Microsoft.DesktopVirtualization hostPools 2024-04-03

    For more information, please refer to the below links:
    https://github.com/hashicorp/terraform-provider-azurerm/issues/28259?utm_source=chatgpt.com https://github.com/hashicorp/pandora/pull/4589/commits/44831c5627e692b220ec5b7084362f2e60721085

    If an answer has been helpful, please consider accept the "Answer" and "Upvote" to help increase visibility of this question for other members of the Microsoft Q&A community. 

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.