Closed jmcee1 closed 3 years ago
Let's give it a try to fix this 👍🏽
@jmcee1 I have never seen an issue resolve and being released as quickly as this one, enjoy! 😂🎉🎉
This functionality has been released in v2.78.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Terraform (and AzureRM Provider) Version
Terraform v1.0.5
Affected Resource(s)
azurerm_data_factory
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
Validation should pass for value
SystemAssigned, UserAsssigned
Actual Behaviour
Validation fails for
SystemAssigned, UserAsssigned
Steps to Reproduce
terraform apply
Important Factoids
From models.go since v54.0.0:
Looks like value missed while migrating to v54.0.0
References