Closed Uranium2 closed 2 months ago
Public released API does not support updating the identity. Portal can update identities because it uses the unreleased v2020-02-02
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.6.4
AzureRM Provider Version
~>3.0
Affected Resource(s)/Data Source(s)
azurerm_machine_learning_compute_cluster
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
I expected the ressource to stay the same, and only modify the
identity_ids
ofidentity
block.Actual Behaviour
The all ressource is replaced, making all the compute cluster unavailable for 10 minutes when I add a new Managed Identity to each compute clusters.
Steps to Reproduce
Create a Machine Learning Workspace, create X managed Identities in Azure, Create one compute cluster and assign X managed indentities. Apply. Remove or add a managed identity, reapply
Important Factoids
No response
References
No response