-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for DesktopVirtualization API version 2022-02-10-preview #17303
Comments
(Apologies, unintentionally closed this through a related PR, will get a reply out later today) |
hey @amccullough84 Thanks for reaching out here. As you've mentioned, the Azure SDK (Team) are busy migrating packages from Track1 to Track2 - and whilst there's a number of changes in the Track2 SDK, this isn't something we plan to use at this point in time for a number of reasons. Instead we're moving towards using a Terraform-specific Go SDK, based on the Azure Rest API Specs repository - which can be found at I've opened #17340 which updates the Since this is a question rather than an issue/feature request for the Azure Provider, I'm going to close this issue for the moment - but as mentioned above since an SDK is now available for this it should be possible for someone to take a look at updating this to the new API Version once #17340 has been merged. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Is there an existing issue for this?
Community Note
Description
Support for the updated desktopvirtualization API version 2022-02-10-preview has/is being added in the Go SDK, but is being added as Track2 not Track1 which is currently not supported by the provider.
The current API version used by the provider is now 4+ months out of sync with features, that can't be implemented without the new API version being supported.
Looking through commits on the Azure SDK for Go, the plan seems to be that once a service is in Track 2, the Track 1 equivalent will be deprecated, so we need to know the approach for integrating new API versions being released into Track 2 of the SDK for Go into the provider.
New or Affected Resource(s)/Data Source(s)
azurerm_virtual_desktop_xxxx
Potential Terraform Configuration
No response
References
Track 2 release: https://github.com/Azure/azure-sdk-for-go/releases/tag/sdk%2Fresourcemanager%2Fdesktopvirtualization%2Farmdesktopvirtualization%2Fv2.0.0-beta.1
REST API Specs: https://github.com/Azure/azure-rest-api-specs/tree/main/specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2022-02-10-preview
The text was updated successfully, but these errors were encountered: