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.