You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tgoodsell-tempus, thanks for raising this issue. I notice this issue a few days ago and raised PR to fix this. I will link the PR to this issue later. Currently provider design will no longer add new property that is Optional and Computed. But user could use ignore_change to manually ignore changes in this field.
Hi @tgoodsell-tempus, thanks for raising this issue. I notice this issue a few days ago and raised PR to fix this. I will link the PR to this issue later. Currently provider design will no longer add new property that is Optional and Computed. But user could use ignore_change to manually ignore changes in this field.
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.
Is there an existing issue for this?
Community Note
Terraform Version
1.5.7
AzureRM Provider Version
3.85.0
Affected Resource(s)/Data Source(s)
azurerm_cognitive_deployment
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Per the API documentation, the
version
field should be optional: https://learn.microsoft.com/en-us/rest/api/cognitiveservices/accountmanagement/deployments/create-or-update?view=rest-cognitiveservices-accountmanagement-2023-05-01&tabs=HTTP#deploymentmodelWhen not passed, Azure automatically assigns the default version for the model at the time. So really this should be both
optional
andcomputed
.Actual Behaviour
The
version
field is required.Steps to Reproduce
version
is required.Important Factoids
No response
References
https://learn.microsoft.com/en-us/rest/api/cognitiveservices/accountmanagement/deployments/create-or-update?view=rest-cognitiveservices-accountmanagement-2023-05-01&tabs=HTTP#deploymentmodel
The text was updated successfully, but these errors were encountered: