Open timbehh opened 4 years ago
hi @timbehh
Thanks for opening this issue.
Taking a look through this appears to be an issue in the Azure SDK's validation, rather than Terraform's - so this'd need to be fixed there. @ArcturusZhang would you be able to reach out to the service team to get this fixed?
Thanks!
Upstream issue created: https://github.com/Azure/azure-rest-api-specs/issues/11687 And I also assigned the last committer of the swagger, who might take a look and provide a fix for this.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_virtual_desktop_application_group
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
Windows Virtual Desktop Application Group is created
Actual Behaviour
The Windows Virtual Desktop Application Group is not created. I had filed a bug before (#8980) that was fixed (#9030). But there seems to be another check for the application group name length when checking if the group is already present. The MaxLength constraint should be 260 characters instead of 24.
Steps to Reproduce
terraform apply
Important Factoids
References
8980 azurerm_virtual_desktop_application_group name allowed length is 3-31, should be 1-260