hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.6k stars 4.64k forks source link

azurerm_dev_center_catalog not support managed identity #27846

Open baoj-dfo opened 1 week ago

baoj-dfo commented 1 week ago

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

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.

Expected Behaviour

No response

Actual Behaviour

No response

Steps to Reproduce

No response

Important Factoids

No response

References

No response

neil-yechenwei commented 1 week ago

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.