Closed kliseb closed 1 year ago
Hi @kliseb , thanks for raising this issue. I will try to test locally about this property and raise PR to fix it if possible.
Hi @liuwuliuyun, we're running into the same problem with changing rai_policy_name
. Should I open a new issue for this?
I found a bug, so I'll open a new issue
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
v1.5.2
AzureRM Provider Version
v3.72.0
Affected Resource(s)/Data Source(s)
azurerm_cognitive_deployment
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Changing the capacity (in this example, from 30 to 29) I would expect not to force replacement of the deployment.
Actual Behaviour
If we want to change the capacity of our deployments, we must either change it through the azure portal or accept that our deployment won't exist for a short time. Perhaps azure also replaces the deployment silently in the background and there is no way to avoid replacing the deployment. If so, is there any azure documentation describing how they perform the capacity change?
Steps to Reproduce
No response
Important Factoids
No response
References
No response