Please vote on this issue by adding a :thumbsup: reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Terraform Version
1.9.8
AzureRM Provider Version
4.7.0
Affected Resource(s)/Data Source(s)
azurerm_dev_center_catalog
Terraform Configuration Files
catalog_adogit {
branch = "foo"
path = ""
uri = "example URI"
key_vault_key_url = "secret"
}
if use managed identity, how to deal with this Required field: key_vault_key_url
Debug Output/Panic Output
unexpected status 400 (400 Bad Request) with error: ValidationError: The request is not valid.
Thanks for raising this issue. Seems Swagger indicates that it only supports Key Vault. It's by service API design. For more questions, suggest file Azure Support Ticket.
Is there an existing issue for this?
Community Note
Terraform Version
1.9.8
AzureRM Provider Version
4.7.0
Affected Resource(s)/Data Source(s)
azurerm_dev_center_catalog
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No response
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response